code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
.body {
font-family: "Merriweather Sans", sans-serif;
}
nav {
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
.navbar {
height: 100px;
background-color: #ffd700b3;
}
.btn-secondary {
color: #000;
background-color: #ffd700b3;
font-family: "Merriweather Sans", sans-serif;
border-width: 0px;
box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.15);
}
.btn-primary {
color: #fff;
background-color: #000;
border-width: 0px;
box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.15);
font-family: "Merriweather Sans", sans-serif;
}
.nav-link{
font-family: 'Montserrat';
font-weight:bold
}
.input {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border-radius: 50%;
}
.navbar-brand {
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 2.25rem;
text-decoration: none;
white-space: nowrap;
color: rgb(233, 187, 23);
font-family: 'Anton', sans-serif;
}
.listbox {
display: inline-block;
background-color: white;
/* border: 1px solid #a0abb6;*/
/*
border-top: 1px solid #98a3af;
border-bottom: 1px solid #bdc4cc;
*/
border-radius: 3px;
min-width: 110%;
vertical-align: top;
/* overflow: auto;*/
-webkit-box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.15);
}
/*
.listbox:focus {
border-color: #2f85d8;
box-shadow: rgba(0, 109, 223, 0.15) 0 1px 1px inset, rgba(255, 255, 255, 0.5) 0 0 0 1px, #006ddf 0 0 4px 1px;
color: black;
outline: none;
}
*/
.listbox.full-width {
display: block;
}
.listitem {
display: block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
white-space: nowrap;
font-size: 14px;
line-height: 1.7;
padding: 5px 8px 4px 8px;
}
.listitem-target {
display: block;
color: #2e2f33;
cursor: pointer;
display: block;
margin: -5px -8px -4px -8px;
padding: 5px 8px 4px 8px;
position: relative;
text-decoration: none;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.listitem-target:focus {
outline: none;
}
.listitem-target:hover {
background-color: rgba(221, 235, 255, .5);
transform: scale(1.05);
/* box-shadow: 0px 0px 80px -25px rgba(0,0,0, 0.5);*/
transition: all 0.4s;
opacity:1;
color:#009FFF;
}
.listitem.is-selected .listitem-target {
color: #474747;
background-color: #ddebff;
font-weight:bold;
}
.listitem-vip {
/* background: red;*/
display: block;
color: white;
cursor: pointer;
display: block;
margin: -5px -8px -4px -8px;
padding: 5px 8px 4px 8px;
position: relative;
text-decoration: none;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.listitem-vip:focus {
outline: none;
}
.listitem-vip:hover {
background-color: #ddec00;
}
.listitem.is-selected .listitem-vip {
color: white;
background-color: blue;
}
.listitem-expander {
display: inline-block;
width: 20px;
text-align: center;
cursor: pointer;
height: 18px;
margin-bottom: -18px;
}
.listitem-expander.is-expanded:before {
display: inline-block;
content: "";
border: 5px solid transparent;
border-top-color: #5c5f66;
border-bottom: none;
width: 9px;
height: 5px;
vertical-align: baseline;
margin-bottom: 1px;
margin-right: 4px;
}
.listitem.is-selected .listitem-expander.is-expanded:before {
border-top-color: white;
}
.listitem-expander.is-not-expanded:before {
display: inline-block;
content: "";
border: 5px solid transparent;
border-left-color: #5c5f66;
border-right: none;
width: 5px;
height: 9px;
vertical-align: baseline;
margin-bottom: -1px;
margin-left: 1px;
margin-right: 4px;
}
.listitem.is-selected .listitem-expander.is-not-expanded:before {
border-left-color: white;
}
.listitem-badge {
display: inline-block;
background-color: #e3e8f2;
border-radius: 20px;
padding: 2px 6px 1px;
margin: -2px 0 -2px 4px;
min-width: 20px;
text-align: center;
vertical-align: baseline;
font-weight: 200;
}
.listitem-badge.small {
font-size: 12px;
margin-top: -1px;
}
.listitem.small .listitem-badge.small {
margin-top: -2px;
}
.listitem-badge.right {
position: absolute;
top: 5px;
right: 6px;
}
.header-listitem .listitem-badge {
background-color: #dfe3ec;
}
.listitem:hover .listitem-badge {
background-color: #4834d4 !important;
color:white !important;
font-weight:bold;
}
.listitem.is-selected .listitem-badge {
background-color: #4834d4 !important;
color:white !important;
font-weight:bold;
}
:root {
--red: hsl(0, 78%, 62%);
--cyan: hsl(180, 62%, 55%);
--orange: hsl(34, 97%, 64%);
--blue: hsl(212, 86%, 64%);
--varyDarkBlue: hsl(234, 12%, 34%);
--grayishBlue: hsl(229, 6%, 66%);
--veryLightGray: hsl(0, 0%, 98%);
--weight1: 200;
--weight2: 400;
--weight3: 600;
}
body {
font-size: 15px;
font-family: 'Poppins', sans-serif;
background-color: var(--veryLightGray);
}
.attribution {
font-size: 11px; text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
h1:first-of-type {
font-weight: var(--weight1);
color: var(--varyDarkBlue);
}
h1:last-of-type {
color: var(--varyDarkBlue);
}
@media (max-width: 400px) {
h1 {
font-size: 1.5rem;
}
}
.header {
text-align: center;
line-height: 0.8;
margin-bottom: 50px;
margin-top: 100px;
}
.header p {
margin: 0 auto;
line-height: 2;
color: var(--grayishBlue);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
color: rgba(0,0,0,.9);
font-size: large;
}
.box p {
color: var(--grayishBlue);
}
.box {
border-radius: 14px;
box-shadow: 28px 30px 40px -20px var(--grayishBlue);
padding: 30px;
margin: 20px;
}
.orange {
border-top: 3px solid hsl(55deg 100% 49%);
}
img {
float: right;
}
@media (max-width: 450px) {
.box {
height: 200px;
}
}
@media (max-width: 950px) and (min-width: 450px) {
.box {
text-align: center;
height: 180px;
}
}
.cyan {
border-top: 3px solid var(--cyan);
}
.red {
border-top: 3px solid var(--red);
}
.blue {
border-top: 3px solid var(--blue);
}
.orange {
border-top: 3px solid var(--orange);
}
h2 {
color: var(--varyDarkBlue);
font-weight: var(--weight3);
}
@media (min-width: 950px) {
.row1-container {
display: flex;
justify-content: center;
align-items: center;
}
.row2-container {
display: flex;
justify-content: center;
align-items: center;
}
.box-down {
position: relative;
top: 150px;
}
.box {
width: 20%;
}
.header p {
width: 30%;
}
}
.material-icons.calc {
font-weight: normal;
font-style: normal;
font-size: 60px;
} | lattice/static/style.css | .body {
font-family: "Merriweather Sans", sans-serif;
}
nav {
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
.navbar {
height: 100px;
background-color: #ffd700b3;
}
.btn-secondary {
color: #000;
background-color: #ffd700b3;
font-family: "Merriweather Sans", sans-serif;
border-width: 0px;
box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.15);
}
.btn-primary {
color: #fff;
background-color: #000;
border-width: 0px;
box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.15);
font-family: "Merriweather Sans", sans-serif;
}
.nav-link{
font-family: 'Montserrat';
font-weight:bold
}
.input {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border-radius: 50%;
}
.navbar-brand {
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 2.25rem;
text-decoration: none;
white-space: nowrap;
color: rgb(233, 187, 23);
font-family: 'Anton', sans-serif;
}
.listbox {
display: inline-block;
background-color: white;
/* border: 1px solid #a0abb6;*/
/*
border-top: 1px solid #98a3af;
border-bottom: 1px solid #bdc4cc;
*/
border-radius: 3px;
min-width: 110%;
vertical-align: top;
/* overflow: auto;*/
-webkit-box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.15);
}
/*
.listbox:focus {
border-color: #2f85d8;
box-shadow: rgba(0, 109, 223, 0.15) 0 1px 1px inset, rgba(255, 255, 255, 0.5) 0 0 0 1px, #006ddf 0 0 4px 1px;
color: black;
outline: none;
}
*/
.listbox.full-width {
display: block;
}
.listitem {
display: block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
white-space: nowrap;
font-size: 14px;
line-height: 1.7;
padding: 5px 8px 4px 8px;
}
.listitem-target {
display: block;
color: #2e2f33;
cursor: pointer;
display: block;
margin: -5px -8px -4px -8px;
padding: 5px 8px 4px 8px;
position: relative;
text-decoration: none;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.listitem-target:focus {
outline: none;
}
.listitem-target:hover {
background-color: rgba(221, 235, 255, .5);
transform: scale(1.05);
/* box-shadow: 0px 0px 80px -25px rgba(0,0,0, 0.5);*/
transition: all 0.4s;
opacity:1;
color:#009FFF;
}
.listitem.is-selected .listitem-target {
color: #474747;
background-color: #ddebff;
font-weight:bold;
}
.listitem-vip {
/* background: red;*/
display: block;
color: white;
cursor: pointer;
display: block;
margin: -5px -8px -4px -8px;
padding: 5px 8px 4px 8px;
position: relative;
text-decoration: none;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.listitem-vip:focus {
outline: none;
}
.listitem-vip:hover {
background-color: #ddec00;
}
.listitem.is-selected .listitem-vip {
color: white;
background-color: blue;
}
.listitem-expander {
display: inline-block;
width: 20px;
text-align: center;
cursor: pointer;
height: 18px;
margin-bottom: -18px;
}
.listitem-expander.is-expanded:before {
display: inline-block;
content: "";
border: 5px solid transparent;
border-top-color: #5c5f66;
border-bottom: none;
width: 9px;
height: 5px;
vertical-align: baseline;
margin-bottom: 1px;
margin-right: 4px;
}
.listitem.is-selected .listitem-expander.is-expanded:before {
border-top-color: white;
}
.listitem-expander.is-not-expanded:before {
display: inline-block;
content: "";
border: 5px solid transparent;
border-left-color: #5c5f66;
border-right: none;
width: 5px;
height: 9px;
vertical-align: baseline;
margin-bottom: -1px;
margin-left: 1px;
margin-right: 4px;
}
.listitem.is-selected .listitem-expander.is-not-expanded:before {
border-left-color: white;
}
.listitem-badge {
display: inline-block;
background-color: #e3e8f2;
border-radius: 20px;
padding: 2px 6px 1px;
margin: -2px 0 -2px 4px;
min-width: 20px;
text-align: center;
vertical-align: baseline;
font-weight: 200;
}
.listitem-badge.small {
font-size: 12px;
margin-top: -1px;
}
.listitem.small .listitem-badge.small {
margin-top: -2px;
}
.listitem-badge.right {
position: absolute;
top: 5px;
right: 6px;
}
.header-listitem .listitem-badge {
background-color: #dfe3ec;
}
.listitem:hover .listitem-badge {
background-color: #4834d4 !important;
color:white !important;
font-weight:bold;
}
.listitem.is-selected .listitem-badge {
background-color: #4834d4 !important;
color:white !important;
font-weight:bold;
}
:root {
--red: hsl(0, 78%, 62%);
--cyan: hsl(180, 62%, 55%);
--orange: hsl(34, 97%, 64%);
--blue: hsl(212, 86%, 64%);
--varyDarkBlue: hsl(234, 12%, 34%);
--grayishBlue: hsl(229, 6%, 66%);
--veryLightGray: hsl(0, 0%, 98%);
--weight1: 200;
--weight2: 400;
--weight3: 600;
}
body {
font-size: 15px;
font-family: 'Poppins', sans-serif;
background-color: var(--veryLightGray);
}
.attribution {
font-size: 11px; text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
h1:first-of-type {
font-weight: var(--weight1);
color: var(--varyDarkBlue);
}
h1:last-of-type {
color: var(--varyDarkBlue);
}
@media (max-width: 400px) {
h1 {
font-size: 1.5rem;
}
}
.header {
text-align: center;
line-height: 0.8;
margin-bottom: 50px;
margin-top: 100px;
}
.header p {
margin: 0 auto;
line-height: 2;
color: var(--grayishBlue);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
color: rgba(0,0,0,.9);
font-size: large;
}
.box p {
color: var(--grayishBlue);
}
.box {
border-radius: 14px;
box-shadow: 28px 30px 40px -20px var(--grayishBlue);
padding: 30px;
margin: 20px;
}
.orange {
border-top: 3px solid hsl(55deg 100% 49%);
}
img {
float: right;
}
@media (max-width: 450px) {
.box {
height: 200px;
}
}
@media (max-width: 950px) and (min-width: 450px) {
.box {
text-align: center;
height: 180px;
}
}
.cyan {
border-top: 3px solid var(--cyan);
}
.red {
border-top: 3px solid var(--red);
}
.blue {
border-top: 3px solid var(--blue);
}
.orange {
border-top: 3px solid var(--orange);
}
h2 {
color: var(--varyDarkBlue);
font-weight: var(--weight3);
}
@media (min-width: 950px) {
.row1-container {
display: flex;
justify-content: center;
align-items: center;
}
.row2-container {
display: flex;
justify-content: center;
align-items: center;
}
.box-down {
position: relative;
top: 150px;
}
.box {
width: 20%;
}
.header p {
width: 30%;
}
}
.material-icons.calc {
font-weight: normal;
font-style: normal;
font-size: 60px;
} | 0.33939 | 0.085175 |
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* line 165, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
html,
body {
font-size: 16px;
}
/* line 168, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
body {
background: white;
color: #222222;
padding: 0;
margin: 0;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1;
position: relative;
-webkit-font-smoothing: antialiased;
}
/* line 184, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
img,
object,
embed {
max-width: 100%;
height: auto;
}
/* line 187, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
object,
embed {
height: 100%;
}
/* line 188, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
img {
-ms-interpolation-mode: bicubic;
}
/* line 194, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
max-width: none !important;
}
/* line 199, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.left {
float: left;
}
/* line 200, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.right {
float: right;
}
/* line 201, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.text-left {
text-align: left;
}
/* line 202, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.text-right {
text-align: right;
}
/* line 203, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.text-center {
text-align: center;
}
/* line 204, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.text-justify {
text-align: justify;
}
/* line 205, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.hide {
display: none;
}
/* line 208, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
img {
display: block;
}
/* line 215, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
textarea {
height: auto;
min-height: 50px;
}
/* line 218, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
select {
width: 100%;
}
/* line 98, social/*.png */
.social-sprite, .footer .social li.facebook a, .footer .social li.facebook a:hover, .footer .social li.twitter a, .footer .social li.twitter a:hover, .footer .social li.linkedin a, .footer .social li.linkedin a:hover, .footer .social li.dribbble a, .footer .social li.dribbble a:hover {
background: url('../img/social-sfa0ec548ec.png') no-repeat;
}
@font-face {
font-family: "ChunkFive";
src: url('fonts/Chunkfive-webfont.eot');
src: url('fonts/Chunkfive-webfont.eot?#iefix') format('eot'), url('fonts/Chunkfive-webfont.ttf') format('truetype'), url('fonts/Chunkfive-webfont.otf') format('opentype'), url('fonts/Chunkfive-webfont.woff') format('woff');
font-weight: normal;
}
@font-face {
font-family: "OpenSans";
src: url('fonts/OpenSans-Regular-webfont.eot');
src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('eot'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.otf') format('opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff');
font-weight: normal;
}
@font-face {
font-family: "FoundationIcons";
src: url('fonts/foundation-icons.eot');
src: url('fonts/foundation-icons.eot?#iefix') format('eot'), url('fonts/foundation-icons.ttf') format('truetype'), url('fonts/foundation-icons.otf') format('opentype'), url('fonts/foundation-icons.woff') format('woff');
font-weight: normal;
}
/* line 9, ../scss/styles.scss */
body {
background-color: #f9f8f4;
color: #473016;
}
/* line 15, ../scss/styles.scss */
.top-bar .name h1 {
font-family: "ChunkFive", Arial, sans-serif;
text-transform: uppercase;
}
/* line 22, ../scss/styles.scss */
.button {
border: 0;
-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
-moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
}
/* line 28, ../scss/styles.scss */
.content {
margin-top: 1.875em;
background-color: white;
}
/* line 31, ../scss/styles.scss */
.content .intro {
padding: 1.25em 0;
background-color: #c2bdb7;
color: white;
margin-bottom: 1.25em;
}
/* line 36, ../scss/styles.scss */
.content .intro .button {
margin-top: 1.25em;
background-color: #a8bb26;
width: 100%;
}
/* line 40, ../scss/styles.scss */
.content .intro .button:hover {
background-color: #c4d73d;
}
/* line 48, ../scss/styles.scss */
.orbit-container {
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #ffffff), color-stop(100%, #f4f2ea));
background: -webkit-radial-gradient(#ffffff, #f4f2ea);
background: -moz-radial-gradient(#ffffff, #f4f2ea);
background: -o-radial-gradient(#ffffff, #f4f2ea);
background: radial-gradient(#ffffff, #f4f2ea);
}
/* line 50, ../scss/styles.scss */
.orbit-container h3 {
padding: 1.25em;
background-color: rgba(255, 255, 255, 0.3);
}
/* line 53, ../scss/styles.scss */
.orbit-container h3 + p {
padding: 1.25em;
background-color: rgba(255, 255, 255, 0.5);
position: relative;
bottom: 1.25em;
}
/* line 60, ../scss/styles.scss */
.orbit-container li {
padding: 1.25em 2.5em;
}
/* line 62, ../scss/styles.scss */
.orbit-container li:nth-child(1) {
background: url('../img/desktop.png?1361813776') no-repeat left bottom;
}
/* line 65, ../scss/styles.scss */
.orbit-container li:nth-child(2) {
background: url('../img/editor.png?1361813982') no-repeat left bottom;
}
/* line 68, ../scss/styles.scss */
.orbit-container li:nth-child(3) {
background: url('../img/macbook.png?1361814389') no-repeat left bottom;
}
/* line 71, ../scss/styles.scss */
.orbit-container li:nth-child(4) {
background: url('../img/panel.png?1361814705') no-repeat left bottom;
}
/* line 75, ../scss/styles.scss */
.orbit-container a.orbit-prev, .orbit-container a.orbit-next {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 400ms;
-moz-transition: opacity 400ms;
-o-transition: opacity 400ms;
transition: opacity 400ms;
}
/* line 80, ../scss/styles.scss */
.orbit-container:hover a.orbit-prev, .orbit-container:hover .orbit-next {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
/* line 87, ../scss/styles.scss */
.title-section {
margin-bottom: 0.875em;
padding-bottom: 0.875em;
border-bottom: 0.1875em solid #e6e6e6;
}
/* line 92, ../scss/styles.scss */
.title-section-secondary, .home .feature h4, .about .story > .columns > .row h4 {
margin-bottom: 0.875em;
padding-bottom: 0.875em;
border-bottom: 0.1875em solid #d9b183;
}
/* line 99, ../scss/styles.scss */
.home {
padding-bottom: 1.5625em;
}
/* line 102, ../scss/styles.scss */
.home .feature h4 {
padding-left: 1.75em;
position: relative;
}
/* line 107, ../scss/styles.scss */
.home .feature h4:before {
content: "";
display: inline-block;
padding: 0.3125em 0;
width: 1.75em;
height: 1.75em;
position: absolute;
left: 0;
bottom: 0.3125em;
font-family: "FoundationIcons";
font-size: 1.375em;
}
/* line 119, ../scss/styles.scss */
.home .feature:nth-of-type(1) h4:before {
content: "\f000";
}
/* line 122, ../scss/styles.scss */
.home .feature:nth-of-type(2) h4:before {
content: "\f00a";
}
/* line 125, ../scss/styles.scss */
.home .feature:nth-of-type(3) h4:before {
content: "\f00e";
}
/* line 128, ../scss/styles.scss */
.home .feature:nth-of-type(4) h4:before {
content: "\f01e";
}
/* line 135, ../scss/styles.scss */
.page {
padding-top: 1.5625em;
padding-bottom: 1.5625em;
}
/* line 140, ../scss/styles.scss */
.page .panel {
color: #4d4d4d;
margin-top: 1.5625em;
margin-bottom: 0;
}
/* line 142, ../scss/styles.scss */
.page .panel p:last-of-type {
margin-bottom: 0;
}
/* line 149, ../scss/styles.scss */
.page .panel .button {
width: 100%;
}
/* line 157, ../scss/styles.scss */
.service-list .service {
position: relative;
padding-left: 9.375em;
}
/* line 160, ../scss/styles.scss */
.service-list .service:before {
content: "";
display: inline-block;
padding: 0.3125em;
position: absolute;
left: -0.125em;
top: -0.125em;
font-family: "FoundationIcons";
color: #d9d6d3;
font-size: 6.875em;
}
/* line 171, ../scss/styles.scss */
.service-list .service a {
font-weight: bold;
color: #473016;
}
/* line 175, ../scss/styles.scss */
.service-list .service h4 {
padding-bottom: 1.25em;
border-bottom: 0.1875em solid #d9d6d3;
}
/* line 181, ../scss/styles.scss */
.service-list .row:nth-child(1) .service:nth-child(1):before {
content: "\f021";
}
/* line 184, ../scss/styles.scss */
.service-list .row:nth-child(1) .service:nth-child(2):before {
content: "\f022";
}
/* line 189, ../scss/styles.scss */
.service-list .row:nth-child(2) .service:nth-child(1):before {
content: "\f026";
}
/* line 192, ../scss/styles.scss */
.service-list .row:nth-child(2) .service:nth-child(2):before {
content: "\f028";
}
/* line 197, ../scss/styles.scss */
.service-list .row:nth-child(3) .service:nth-child(1):before {
content: "\f009";
}
/* line 200, ../scss/styles.scss */
.service-list .row:nth-child(3) .service:nth-child(2):before {
content: "\f00b";
}
/* line 205, ../scss/styles.scss */
.service-list .row:nth-child(4) .service:nth-child(1):before {
content: "\f00f";
}
/* line 208, ../scss/styles.scss */
.service-list .row:nth-child(4) .service:nth-child(2):before {
content: "\f010";
}
/* line 216, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table {
border: 3px solid #2a77b3;
}
/* line 219, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table .title {
background-color: #2a77b3;
color: white;
}
/* line 223, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table .price {
color: #2a77b3;
background-color: #91c0e5;
font-weight: bold;
}
/* line 228, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table .cta-button {
background-color: #91c0e5;
}
/* line 231, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table .button {
background-color: #2a77b3;
}
/* line 233, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table .button:hover {
background-color: #539dd7;
}
/* line 238, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table {
border: 3px solid #95be60;
}
/* line 241, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table .title {
background-color: #95be60;
color: white;
}
/* line 245, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table .price {
color: #95be60;
background-color: #ddeacd;
font-weight: bold;
}
/* line 250, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table .cta-button {
background-color: #ddeacd;
}
/* line 253, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table .button {
background-color: #95be60;
}
/* line 255, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table .button:hover {
background-color: #b9d496;
}
/* line 260, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table {
border: 3px solid #f2c265;
}
/* line 263, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table .title {
background-color: #f2c265;
color: white;
}
/* line 267, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table .price {
color: #f2c265;
background-color: #fefaf2;
font-weight: bold;
}
/* line 272, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table .cta-button {
background-color: #fefaf2;
}
/* line 275, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table .button {
background-color: #f2c265;
}
/* line 277, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table .button:hover {
background-color: #f8deac;
}
/* line 294, ../scss/styles.scss */
.call-us {
margin-top: 10px;
}
/* line 296, ../scss/styles.scss */
.call-us li {
list-style: none;
position: relative;
margin-bottom: 10px;
}
/* line 300, ../scss/styles.scss */
.call-us li:before {
font-family: "FoundationIcons";
font-size: 1.5em;
position: absolute;
width: 18px;
height: 18px;
left: -30px;
top: -5px;
}
/* line 310, ../scss/styles.scss */
.call-us .phone:before {
content: "\f011";
}
/* line 313, ../scss/styles.scss */
.call-us .email:before {
content: "\f007";
}
/* line 319, ../scss/styles.scss */
.footer {
margin-top: 1.5625em;
color: #473016;
}
/* line 322, ../scss/styles.scss */
.footer a {
color: #473016;
}
/* line 326, ../scss/styles.scss */
.footer .footnav ul {
margin: 0.3125em 0 0 0;
}
/* line 329, ../scss/styles.scss */
.footer .footnav li {
margin-left: 0;
margin-right: 0.9375em;
}
/* line 334, ../scss/styles.scss */
.footer .footnav a:hover {
text-decoration: underline;
}
/* line 342, ../scss/styles.scss */
.footer .social ul {
float: right;
}
/* line 345, ../scss/styles.scss */
.footer .social li {
margin-left: 0.3125em;
}
/* line 347, ../scss/styles.scss */
.footer .social li a {
display: inline-block;
height: 32px;
width: 32px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
/* line 355, ../scss/styles.scss */
.footer .social li.facebook a {
background-position: 0 -224px;
}
/* line 357, ../scss/styles.scss */
.footer .social li.facebook a:hover {
background-position: 0 -192px;
}
/* line 361, ../scss/styles.scss */
.footer .social li.twitter a {
background-position: 0 -160px;
}
/* line 363, ../scss/styles.scss */
.footer .social li.twitter a:hover {
background-position: 0 -128px;
}
/* line 367, ../scss/styles.scss */
.footer .social li.linkedin a {
background-position: 0 -64px;
}
/* line 369, ../scss/styles.scss */
.footer .social li.linkedin a:hover {
background-position: 0 -96px;
}
/* line 373, ../scss/styles.scss */
.footer .social li.dribbble a {
background-position: 0 -32px;
}
/* line 375, ../scss/styles.scss */
.footer .social li.dribbble a:hover {
background-position: 0 0;
}
@media only screen and (max-width: 48em) {
/* line 385, ../scss/styles.scss */
.footer {
text-align: center;
}
/* line 387, ../scss/styles.scss */
.footer .footnav, .footer .social {
margin-bottom: 20px;
}
/* line 389, ../scss/styles.scss */
.footer .footnav ul, .footer .social ul {
float: none;
}
/* line 392, ../scss/styles.scss */
.footer .footnav li, .footer .social li {
display: inline-block;
float: none;
margin-left: 10px;
margin-right: 10px;
}
} | css/styles.css | *,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* line 165, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
html,
body {
font-size: 16px;
}
/* line 168, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
body {
background: white;
color: #222222;
padding: 0;
margin: 0;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1;
position: relative;
-webkit-font-smoothing: antialiased;
}
/* line 184, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
img,
object,
embed {
max-width: 100%;
height: auto;
}
/* line 187, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
object,
embed {
height: 100%;
}
/* line 188, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
img {
-ms-interpolation-mode: bicubic;
}
/* line 194, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
max-width: none !important;
}
/* line 199, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.left {
float: left;
}
/* line 200, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.right {
float: right;
}
/* line 201, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.text-left {
text-align: left;
}
/* line 202, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.text-right {
text-align: right;
}
/* line 203, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.text-center {
text-align: center;
}
/* line 204, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.text-justify {
text-align: justify;
}
/* line 205, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
.hide {
display: none;
}
/* line 208, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
img {
display: block;
}
/* line 215, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
textarea {
height: auto;
min-height: 50px;
}
/* line 218, ../../../../../../../Library/Ruby/Gems/1.8/gems/zurb-foundation-4.0.3/scss/foundation/_foundation-global.scss */
select {
width: 100%;
}
/* line 98, social/*.png */
.social-sprite, .footer .social li.facebook a, .footer .social li.facebook a:hover, .footer .social li.twitter a, .footer .social li.twitter a:hover, .footer .social li.linkedin a, .footer .social li.linkedin a:hover, .footer .social li.dribbble a, .footer .social li.dribbble a:hover {
background: url('../img/social-sfa0ec548ec.png') no-repeat;
}
@font-face {
font-family: "ChunkFive";
src: url('fonts/Chunkfive-webfont.eot');
src: url('fonts/Chunkfive-webfont.eot?#iefix') format('eot'), url('fonts/Chunkfive-webfont.ttf') format('truetype'), url('fonts/Chunkfive-webfont.otf') format('opentype'), url('fonts/Chunkfive-webfont.woff') format('woff');
font-weight: normal;
}
@font-face {
font-family: "OpenSans";
src: url('fonts/OpenSans-Regular-webfont.eot');
src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('eot'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.otf') format('opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff');
font-weight: normal;
}
@font-face {
font-family: "FoundationIcons";
src: url('fonts/foundation-icons.eot');
src: url('fonts/foundation-icons.eot?#iefix') format('eot'), url('fonts/foundation-icons.ttf') format('truetype'), url('fonts/foundation-icons.otf') format('opentype'), url('fonts/foundation-icons.woff') format('woff');
font-weight: normal;
}
/* line 9, ../scss/styles.scss */
body {
background-color: #f9f8f4;
color: #473016;
}
/* line 15, ../scss/styles.scss */
.top-bar .name h1 {
font-family: "ChunkFive", Arial, sans-serif;
text-transform: uppercase;
}
/* line 22, ../scss/styles.scss */
.button {
border: 0;
-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
-moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset;
}
/* line 28, ../scss/styles.scss */
.content {
margin-top: 1.875em;
background-color: white;
}
/* line 31, ../scss/styles.scss */
.content .intro {
padding: 1.25em 0;
background-color: #c2bdb7;
color: white;
margin-bottom: 1.25em;
}
/* line 36, ../scss/styles.scss */
.content .intro .button {
margin-top: 1.25em;
background-color: #a8bb26;
width: 100%;
}
/* line 40, ../scss/styles.scss */
.content .intro .button:hover {
background-color: #c4d73d;
}
/* line 48, ../scss/styles.scss */
.orbit-container {
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #ffffff), color-stop(100%, #f4f2ea));
background: -webkit-radial-gradient(#ffffff, #f4f2ea);
background: -moz-radial-gradient(#ffffff, #f4f2ea);
background: -o-radial-gradient(#ffffff, #f4f2ea);
background: radial-gradient(#ffffff, #f4f2ea);
}
/* line 50, ../scss/styles.scss */
.orbit-container h3 {
padding: 1.25em;
background-color: rgba(255, 255, 255, 0.3);
}
/* line 53, ../scss/styles.scss */
.orbit-container h3 + p {
padding: 1.25em;
background-color: rgba(255, 255, 255, 0.5);
position: relative;
bottom: 1.25em;
}
/* line 60, ../scss/styles.scss */
.orbit-container li {
padding: 1.25em 2.5em;
}
/* line 62, ../scss/styles.scss */
.orbit-container li:nth-child(1) {
background: url('../img/desktop.png?1361813776') no-repeat left bottom;
}
/* line 65, ../scss/styles.scss */
.orbit-container li:nth-child(2) {
background: url('../img/editor.png?1361813982') no-repeat left bottom;
}
/* line 68, ../scss/styles.scss */
.orbit-container li:nth-child(3) {
background: url('../img/macbook.png?1361814389') no-repeat left bottom;
}
/* line 71, ../scss/styles.scss */
.orbit-container li:nth-child(4) {
background: url('../img/panel.png?1361814705') no-repeat left bottom;
}
/* line 75, ../scss/styles.scss */
.orbit-container a.orbit-prev, .orbit-container a.orbit-next {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 400ms;
-moz-transition: opacity 400ms;
-o-transition: opacity 400ms;
transition: opacity 400ms;
}
/* line 80, ../scss/styles.scss */
.orbit-container:hover a.orbit-prev, .orbit-container:hover .orbit-next {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
/* line 87, ../scss/styles.scss */
.title-section {
margin-bottom: 0.875em;
padding-bottom: 0.875em;
border-bottom: 0.1875em solid #e6e6e6;
}
/* line 92, ../scss/styles.scss */
.title-section-secondary, .home .feature h4, .about .story > .columns > .row h4 {
margin-bottom: 0.875em;
padding-bottom: 0.875em;
border-bottom: 0.1875em solid #d9b183;
}
/* line 99, ../scss/styles.scss */
.home {
padding-bottom: 1.5625em;
}
/* line 102, ../scss/styles.scss */
.home .feature h4 {
padding-left: 1.75em;
position: relative;
}
/* line 107, ../scss/styles.scss */
.home .feature h4:before {
content: "";
display: inline-block;
padding: 0.3125em 0;
width: 1.75em;
height: 1.75em;
position: absolute;
left: 0;
bottom: 0.3125em;
font-family: "FoundationIcons";
font-size: 1.375em;
}
/* line 119, ../scss/styles.scss */
.home .feature:nth-of-type(1) h4:before {
content: "\f000";
}
/* line 122, ../scss/styles.scss */
.home .feature:nth-of-type(2) h4:before {
content: "\f00a";
}
/* line 125, ../scss/styles.scss */
.home .feature:nth-of-type(3) h4:before {
content: "\f00e";
}
/* line 128, ../scss/styles.scss */
.home .feature:nth-of-type(4) h4:before {
content: "\f01e";
}
/* line 135, ../scss/styles.scss */
.page {
padding-top: 1.5625em;
padding-bottom: 1.5625em;
}
/* line 140, ../scss/styles.scss */
.page .panel {
color: #4d4d4d;
margin-top: 1.5625em;
margin-bottom: 0;
}
/* line 142, ../scss/styles.scss */
.page .panel p:last-of-type {
margin-bottom: 0;
}
/* line 149, ../scss/styles.scss */
.page .panel .button {
width: 100%;
}
/* line 157, ../scss/styles.scss */
.service-list .service {
position: relative;
padding-left: 9.375em;
}
/* line 160, ../scss/styles.scss */
.service-list .service:before {
content: "";
display: inline-block;
padding: 0.3125em;
position: absolute;
left: -0.125em;
top: -0.125em;
font-family: "FoundationIcons";
color: #d9d6d3;
font-size: 6.875em;
}
/* line 171, ../scss/styles.scss */
.service-list .service a {
font-weight: bold;
color: #473016;
}
/* line 175, ../scss/styles.scss */
.service-list .service h4 {
padding-bottom: 1.25em;
border-bottom: 0.1875em solid #d9d6d3;
}
/* line 181, ../scss/styles.scss */
.service-list .row:nth-child(1) .service:nth-child(1):before {
content: "\f021";
}
/* line 184, ../scss/styles.scss */
.service-list .row:nth-child(1) .service:nth-child(2):before {
content: "\f022";
}
/* line 189, ../scss/styles.scss */
.service-list .row:nth-child(2) .service:nth-child(1):before {
content: "\f026";
}
/* line 192, ../scss/styles.scss */
.service-list .row:nth-child(2) .service:nth-child(2):before {
content: "\f028";
}
/* line 197, ../scss/styles.scss */
.service-list .row:nth-child(3) .service:nth-child(1):before {
content: "\f009";
}
/* line 200, ../scss/styles.scss */
.service-list .row:nth-child(3) .service:nth-child(2):before {
content: "\f00b";
}
/* line 205, ../scss/styles.scss */
.service-list .row:nth-child(4) .service:nth-child(1):before {
content: "\f00f";
}
/* line 208, ../scss/styles.scss */
.service-list .row:nth-child(4) .service:nth-child(2):before {
content: "\f010";
}
/* line 216, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table {
border: 3px solid #2a77b3;
}
/* line 219, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table .title {
background-color: #2a77b3;
color: white;
}
/* line 223, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table .price {
color: #2a77b3;
background-color: #91c0e5;
font-weight: bold;
}
/* line 228, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table .cta-button {
background-color: #91c0e5;
}
/* line 231, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table .button {
background-color: #2a77b3;
}
/* line 233, ../scss/styles.scss */
.compare .columns:nth-child(1) .pricing-table .button:hover {
background-color: #539dd7;
}
/* line 238, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table {
border: 3px solid #95be60;
}
/* line 241, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table .title {
background-color: #95be60;
color: white;
}
/* line 245, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table .price {
color: #95be60;
background-color: #ddeacd;
font-weight: bold;
}
/* line 250, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table .cta-button {
background-color: #ddeacd;
}
/* line 253, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table .button {
background-color: #95be60;
}
/* line 255, ../scss/styles.scss */
.compare .columns:nth-child(2) .pricing-table .button:hover {
background-color: #b9d496;
}
/* line 260, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table {
border: 3px solid #f2c265;
}
/* line 263, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table .title {
background-color: #f2c265;
color: white;
}
/* line 267, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table .price {
color: #f2c265;
background-color: #fefaf2;
font-weight: bold;
}
/* line 272, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table .cta-button {
background-color: #fefaf2;
}
/* line 275, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table .button {
background-color: #f2c265;
}
/* line 277, ../scss/styles.scss */
.compare .columns:nth-child(3) .pricing-table .button:hover {
background-color: #f8deac;
}
/* line 294, ../scss/styles.scss */
.call-us {
margin-top: 10px;
}
/* line 296, ../scss/styles.scss */
.call-us li {
list-style: none;
position: relative;
margin-bottom: 10px;
}
/* line 300, ../scss/styles.scss */
.call-us li:before {
font-family: "FoundationIcons";
font-size: 1.5em;
position: absolute;
width: 18px;
height: 18px;
left: -30px;
top: -5px;
}
/* line 310, ../scss/styles.scss */
.call-us .phone:before {
content: "\f011";
}
/* line 313, ../scss/styles.scss */
.call-us .email:before {
content: "\f007";
}
/* line 319, ../scss/styles.scss */
.footer {
margin-top: 1.5625em;
color: #473016;
}
/* line 322, ../scss/styles.scss */
.footer a {
color: #473016;
}
/* line 326, ../scss/styles.scss */
.footer .footnav ul {
margin: 0.3125em 0 0 0;
}
/* line 329, ../scss/styles.scss */
.footer .footnav li {
margin-left: 0;
margin-right: 0.9375em;
}
/* line 334, ../scss/styles.scss */
.footer .footnav a:hover {
text-decoration: underline;
}
/* line 342, ../scss/styles.scss */
.footer .social ul {
float: right;
}
/* line 345, ../scss/styles.scss */
.footer .social li {
margin-left: 0.3125em;
}
/* line 347, ../scss/styles.scss */
.footer .social li a {
display: inline-block;
height: 32px;
width: 32px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
/* line 355, ../scss/styles.scss */
.footer .social li.facebook a {
background-position: 0 -224px;
}
/* line 357, ../scss/styles.scss */
.footer .social li.facebook a:hover {
background-position: 0 -192px;
}
/* line 361, ../scss/styles.scss */
.footer .social li.twitter a {
background-position: 0 -160px;
}
/* line 363, ../scss/styles.scss */
.footer .social li.twitter a:hover {
background-position: 0 -128px;
}
/* line 367, ../scss/styles.scss */
.footer .social li.linkedin a {
background-position: 0 -64px;
}
/* line 369, ../scss/styles.scss */
.footer .social li.linkedin a:hover {
background-position: 0 -96px;
}
/* line 373, ../scss/styles.scss */
.footer .social li.dribbble a {
background-position: 0 -32px;
}
/* line 375, ../scss/styles.scss */
.footer .social li.dribbble a:hover {
background-position: 0 0;
}
@media only screen and (max-width: 48em) {
/* line 385, ../scss/styles.scss */
.footer {
text-align: center;
}
/* line 387, ../scss/styles.scss */
.footer .footnav, .footer .social {
margin-bottom: 20px;
}
/* line 389, ../scss/styles.scss */
.footer .footnav ul, .footer .social ul {
float: none;
}
/* line 392, ../scss/styles.scss */
.footer .footnav li, .footer .social li {
display: inline-block;
float: none;
margin-left: 10px;
margin-right: 10px;
}
} | 0.299822 | 0.056809 |
.authenty.preview-cta {
background-color: #4BA0C9;
}
.authenty.preview-cta .btn:focus {
outline: none!important;
}
.authenty.preview-cta .wrap {
padding-top: 200px;
}
.authenty.preview-cta .copywriting {
text-align: center;
color: #ffffff;
}
.authenty.preview-cta .copywriting .heading {
font-family: 'Roboto Slab', serif;
letter-spacing: 1;
margin-bottom: 20px;
}
.authenty.preview-cta .copywriting .heading h1 {
font-size: 50px;
font-weight: 400;
}
.authenty.preview-cta .copywriting .heading h2 {
color: #D7ECF5;
}
.authenty.preview-cta .copywriting .feature {
margin: 100px auto;
max-width: 270px;
}
.authenty.preview-cta .copywriting .feature h1 {
font-size: 25px;
font-weight: 400;
letter-spacing: 1px;
text-align: left;
}
.authenty.preview-cta .copywriting .feature h1 .fa-check {
font-size: 20px;
margin-right: 10px;
color: #D7ECF5;
}
.authenty.preview-cta .copywriting .feature p {
font-size: 14px;
margin-top: 20px;
color: #D7ECF5;
}
.authenty.preview-cta .copywriting .cta {
padding: 10px 15px;
border-radius: 20px;
background-color: #63B3DA;
border: 2px solid #ffffff;
color: #ffffff;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
.authenty.preview-cta .copywriting .cta:hover {
background-color: #4291B8;
}
.authenty.preview-cta .copywriting .cta:active {
border-radius: 20px!important;
}
@media (max-width: 767px) {
.authenty.preview-cta .copywriting .heading h1 {
font-size: 36px;
}
.authenty.preview-cta .copywriting .heading h2 {
font-size: 26px;
}
.authenty.preview-cta .copywriting .feature {
margin: 50px auto;
max-width: 270px;
}
.authenty.preview-cta .copywriting .feature h1 {
font-size: 20px;
}
.authenty.preview-cta .copywriting .feature h1 .fa-check {
font-size: 18px;
margin-right: 7px;
}
}
/* preview navigation menu */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
nav ul,
nav ol,
nav li {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
input[type='submit'] {
-webkit-appearance: none;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}
#navigation_menu {
position: absolute;
top: 25px;
right: 25px;
z-index: 9;
}
#navigation_menu li {
float: left;
margin: 3px 4px 2px 4px;
}
#navigation_menu a {
text-decoration: none;
display: inline-block;
padding: 3px 10px;
color: #ffffff;
background-color: #cacaca;
border-radius: 15px;
}
#navigation_menu a:hover,
#navigation_menu a.current-section,
html.is-touch-device #navigation_menu a.current-section {
background: #ff7000;
}
#authenty_preview > section {
min-height: 1024px;
background-position: center center;
background-size: cover;
}
.section-content {
overflow: hidden;
padding: 20px;
} | programa-colaborativo_0.2/static/css/preview.css | .authenty.preview-cta {
background-color: #4BA0C9;
}
.authenty.preview-cta .btn:focus {
outline: none!important;
}
.authenty.preview-cta .wrap {
padding-top: 200px;
}
.authenty.preview-cta .copywriting {
text-align: center;
color: #ffffff;
}
.authenty.preview-cta .copywriting .heading {
font-family: 'Roboto Slab', serif;
letter-spacing: 1;
margin-bottom: 20px;
}
.authenty.preview-cta .copywriting .heading h1 {
font-size: 50px;
font-weight: 400;
}
.authenty.preview-cta .copywriting .heading h2 {
color: #D7ECF5;
}
.authenty.preview-cta .copywriting .feature {
margin: 100px auto;
max-width: 270px;
}
.authenty.preview-cta .copywriting .feature h1 {
font-size: 25px;
font-weight: 400;
letter-spacing: 1px;
text-align: left;
}
.authenty.preview-cta .copywriting .feature h1 .fa-check {
font-size: 20px;
margin-right: 10px;
color: #D7ECF5;
}
.authenty.preview-cta .copywriting .feature p {
font-size: 14px;
margin-top: 20px;
color: #D7ECF5;
}
.authenty.preview-cta .copywriting .cta {
padding: 10px 15px;
border-radius: 20px;
background-color: #63B3DA;
border: 2px solid #ffffff;
color: #ffffff;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
.authenty.preview-cta .copywriting .cta:hover {
background-color: #4291B8;
}
.authenty.preview-cta .copywriting .cta:active {
border-radius: 20px!important;
}
@media (max-width: 767px) {
.authenty.preview-cta .copywriting .heading h1 {
font-size: 36px;
}
.authenty.preview-cta .copywriting .heading h2 {
font-size: 26px;
}
.authenty.preview-cta .copywriting .feature {
margin: 50px auto;
max-width: 270px;
}
.authenty.preview-cta .copywriting .feature h1 {
font-size: 20px;
}
.authenty.preview-cta .copywriting .feature h1 .fa-check {
font-size: 18px;
margin-right: 7px;
}
}
/* preview navigation menu */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
nav ul,
nav ol,
nav li {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
input[type='submit'] {
-webkit-appearance: none;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}
#navigation_menu {
position: absolute;
top: 25px;
right: 25px;
z-index: 9;
}
#navigation_menu li {
float: left;
margin: 3px 4px 2px 4px;
}
#navigation_menu a {
text-decoration: none;
display: inline-block;
padding: 3px 10px;
color: #ffffff;
background-color: #cacaca;
border-radius: 15px;
}
#navigation_menu a:hover,
#navigation_menu a.current-section,
html.is-touch-device #navigation_menu a.current-section {
background: #ff7000;
}
#authenty_preview > section {
min-height: 1024px;
background-position: center center;
background-size: cover;
}
.section-content {
overflow: hidden;
padding: 20px;
} | 0.391522 | 0.096535 |
* {
margin: 0;
padding: 0;
list-style: none;
}
body {
background: #c3cfe2;
}
body .testimonial {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
}
body .testimonial .text {
border: 1px lightgrey solid;
border-bottom: 0px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: white;
width: 60%;
height: 90%;
padding: 4%;
}
body .testimonial .text .paragraph {
font: normal 2.5vw Verdana;
color: #444343;
line-height: 150%;
padding-bottom: 50%;
height: 20%;
}
body .testimonial .footer-main {
border: 1px lightgrey solid;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: #686de0;
width: 68%;
text-align: center;
margin-top: -10%;
}
body .testimonial .footer-main img {
width: 35%;
border: 8px white solid;
border-radius: 50%;
margin-top: -25%;
}
body .testimonial .footer-main .foot-text1 {
color: white;
font: bold 25px verdana;
padding-top: 20px;
}
body .testimonial .footer-main .foot-text2 {
color: gray;
font: normal 20px verdana;
padding-bottom: 20px;
}
@media (min-width: 400px) {
body .portfolio_grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: (minmax(300px, 300px))[auto-fill];
grid-template-columns: repeat(auto-fill, minmax(300px, 300px));
gap: 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body .portfolio_grid .image {
position: relative;
width: 250px;
margin: 0px;
}
body .portfolio_grid .image .img_img {
display: block;
width: 100%;
border-radius: 10px;
}
body .portfolio_grid .image .img_overlay {
position: absolute;
margin: 0px;
border-radius: 10px;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #414c5d;
color: #fff;
font-family: Verdana;
font-size: 10px;
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;
opacity: 0;
-webkit-transition: opacity 0.45s;
transition: opacity 0.45s;
}
body .portfolio_grid .image .img_overlay button {
border-radius: 5px;
}
body .portfolio_grid .image .img_overlay:hover {
opacity: 1;
}
}
@media (min-width: 650px) {
body .portfolio_grid {
-ms-grid-columns: (minmax(200px, 200px))[auto-fill];
grid-template-columns: repeat(auto-fill, minmax(200px, 200px));
}
body .portfolio_grid .image {
width: 200px;
}
}
@media (min-width: 860px) {
body .portfolio_grid {
-ms-grid-columns: (minmax(150px, 150px))[auto-fill];
grid-template-columns: repeat(auto-fill, minmax(150px, 150px));
}
body .portfolio_grid .image {
width: 150px;
}
}
body .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
height: 330px;
margin-bottom: 60px;
margin-right: 15px;
}
body .social-media ul {
position: relative;
width: 60px;
margin-top: 30px;
-webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
}
body .social-media ul li {
height: 60px;
position: relative;
}
body .social-media ul li :nth-child(1) a {
background: #e17b77;
}
body .social-media ul li a {
color: white;
display: block;
width: 100%;
height: 100%;
line-height: 60px;
padding-left: 25%;
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
body .social-media ul li a i {
position: absolute;
top: 17px;
left: 20px;
font-size: 26px;
}
body .social-media ul li a span {
display: none;
}
body .social-media ul li a:hover {
-webkit-transform: translate(-200px, 0);
transform: translate(-200px, 0);
width: 300px;
}
body .social-media ul li a:hover span {
display: block;
text-align: center;
}
body .social-media ul li:nth-child(1) a {
background: #e17b77;
}
body .social-media ul li:nth-child(2) a {
background: #00aced;
}
body .social-media ul li:nth-child(3) a {
background: #007bb6;
}
body .social-media ul li:nth-child(4) a {
background: #3b5998;
}
body .social-media ul li:nth-child(5) a {
background: #333;
}
/*# sourceMappingURL=style.css.map */ | styles/style.css | * {
margin: 0;
padding: 0;
list-style: none;
}
body {
background: #c3cfe2;
}
body .testimonial {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
}
body .testimonial .text {
border: 1px lightgrey solid;
border-bottom: 0px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: white;
width: 60%;
height: 90%;
padding: 4%;
}
body .testimonial .text .paragraph {
font: normal 2.5vw Verdana;
color: #444343;
line-height: 150%;
padding-bottom: 50%;
height: 20%;
}
body .testimonial .footer-main {
border: 1px lightgrey solid;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: #686de0;
width: 68%;
text-align: center;
margin-top: -10%;
}
body .testimonial .footer-main img {
width: 35%;
border: 8px white solid;
border-radius: 50%;
margin-top: -25%;
}
body .testimonial .footer-main .foot-text1 {
color: white;
font: bold 25px verdana;
padding-top: 20px;
}
body .testimonial .footer-main .foot-text2 {
color: gray;
font: normal 20px verdana;
padding-bottom: 20px;
}
@media (min-width: 400px) {
body .portfolio_grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: (minmax(300px, 300px))[auto-fill];
grid-template-columns: repeat(auto-fill, minmax(300px, 300px));
gap: 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body .portfolio_grid .image {
position: relative;
width: 250px;
margin: 0px;
}
body .portfolio_grid .image .img_img {
display: block;
width: 100%;
border-radius: 10px;
}
body .portfolio_grid .image .img_overlay {
position: absolute;
margin: 0px;
border-radius: 10px;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #414c5d;
color: #fff;
font-family: Verdana;
font-size: 10px;
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;
opacity: 0;
-webkit-transition: opacity 0.45s;
transition: opacity 0.45s;
}
body .portfolio_grid .image .img_overlay button {
border-radius: 5px;
}
body .portfolio_grid .image .img_overlay:hover {
opacity: 1;
}
}
@media (min-width: 650px) {
body .portfolio_grid {
-ms-grid-columns: (minmax(200px, 200px))[auto-fill];
grid-template-columns: repeat(auto-fill, minmax(200px, 200px));
}
body .portfolio_grid .image {
width: 200px;
}
}
@media (min-width: 860px) {
body .portfolio_grid {
-ms-grid-columns: (minmax(150px, 150px))[auto-fill];
grid-template-columns: repeat(auto-fill, minmax(150px, 150px));
}
body .portfolio_grid .image {
width: 150px;
}
}
body .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
height: 330px;
margin-bottom: 60px;
margin-right: 15px;
}
body .social-media ul {
position: relative;
width: 60px;
margin-top: 30px;
-webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
}
body .social-media ul li {
height: 60px;
position: relative;
}
body .social-media ul li :nth-child(1) a {
background: #e17b77;
}
body .social-media ul li a {
color: white;
display: block;
width: 100%;
height: 100%;
line-height: 60px;
padding-left: 25%;
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
body .social-media ul li a i {
position: absolute;
top: 17px;
left: 20px;
font-size: 26px;
}
body .social-media ul li a span {
display: none;
}
body .social-media ul li a:hover {
-webkit-transform: translate(-200px, 0);
transform: translate(-200px, 0);
width: 300px;
}
body .social-media ul li a:hover span {
display: block;
text-align: center;
}
body .social-media ul li:nth-child(1) a {
background: #e17b77;
}
body .social-media ul li:nth-child(2) a {
background: #00aced;
}
body .social-media ul li:nth-child(3) a {
background: #007bb6;
}
body .social-media ul li:nth-child(4) a {
background: #3b5998;
}
body .social-media ul li:nth-child(5) a {
background: #333;
}
/*# sourceMappingURL=style.css.map */ | 0.350977 | 0.07703 |
/* [ ## Table of contents] */
/* ========================================================================== */
/* ========================================================================== */
/*
## Global
- Padding/Margin
## Fonts Settings
## Header
## Footer
## Page Banner
## Responsive
-- min-width: 1200
-- min-width: 992 to max-width: 1200
-- max-width: 991
-- min-width: 768 to max-width: 991
-- max-width: 767
-- max-width: 639
-- max-width: 479
*/
/* ## Global */
body {
font-family: 'Hind', sans-serif;
font-size: 14px;
color: #000;
background-color: #fff;
}
img {
max-width: 100%;
height: auto;
}
a {
outline: 0 !important;
}
/* - Padding/Margin */
.no-padding {
padding: 0;
}
.no-left-padding{
padding-left: 0;
}
.no-right-padding {
padding-right: 0;
}
.no-top-padding {
padding-top: 0;
}
.no-bottom-padding {
padding-bottom: 0;
}
.no-margin {
margin: 0;
}
.no-left-margin {
margin-left: 0;
}
.no-right-margin {
margin-right: 0;
}
.no-top-margin {
padding-top: 0;
}
.no-bottom-margin {
margin-bottom: 0;
}
/* - OW pull-left/pull-right */
.ow-pull-right {
float: right;
}
.ow-pull-left {
float: left;
}
/* ## Fonts Settings */
/* -- Montserrat Extra Blod :- font-family: 'montserratextra_bold'; */
@font-face {
font-family: 'montserratextra_bold';
src: url('fonts/montserrat-extrabold.woff2') format('woff2'),
url('fonts/montserrat-extrabold.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* -- Montserrat Semi Blod :- font-family: 'montserratsemi_bold'; */
@font-face {
font-family: 'montserratsemi_bold';
src: url('fonts/montserrat-semibold-webfont.eot');
src: url('fonts/montserrat-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
url('fonts/montserrat-semibold-webfont.woff') format('woff'),
url('fonts/montserrat-semibold-webfont.ttf') format('truetype'),
url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
font-weight: normal;
font-style: normal;
}
/* -- Montserrat :- font-family: 'Montserrat', sans-serif; */
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* -- Grate Vibes :- font-family: 'Great Vibes', cursive; */
/* latin-ext */
@font-face {
font-family: 'Great Vibes';
font-style: normal;
font-weight: 400;
src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3SYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Great Vibes';
font-style: normal;
font-weight: 400;
src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3Y4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* -- Hind :- font-family: 'Hind', sans-serif; */
/* devanagari */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
src: local('Hind Light'), local('Hind-Light'), url(https://fonts.gstatic.com/s/hind/v5/woSH4aW-1wuybBQItyfdsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
src: local('Hind Light'), local('Hind-Light'), url(https://fonts.gstatic.com/s/hind/v5/FdFTd030tby8r55hlt7EYfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
src: local('Hind Light'), local('Hind-Light'), url(https://fonts.gstatic.com/s/hind/v5/0IXD51eZ8qgi73bhvRidlQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
src: local('Hind Regular'), local('Hind-Regular'), url(https://fonts.gstatic.com/s/hind/v5/Vb88BBmXXgbpZxolKzz6dw.woff2) format('woff2');
unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
src: local('Hind Regular'), local('Hind-Regular'), url(https://fonts.gstatic.com/s/hind/v5/eND698DA6CUFWomaRdrTiw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
src: local('Hind Regular'), local('Hind-Regular'), url(https://fonts.gstatic.com/s/hind/v5/xLdg5JI0N_C2fvyu9XVzXg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 500;
src: local('Hind Medium'), local('Hind-Medium'), url(https://fonts.gstatic.com/s/hind/v5/bWPw4Za2XndpOjggSNN5JPY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 500;
src: local('Hind Medium'), local('Hind-Medium'), url(https://fonts.gstatic.com/s/hind/v5/TCDCvLw6ewp4kJ2WSI4MT_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 500;
src: local('Hind Medium'), local('Hind-Medium'), url(https://fonts.gstatic.com/s/hind/v5/_JiDQLq4JWzs7prWhNNmuA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
src: local('Hind Semibold'), local('Hind-Semibold'), url(https://fonts.gstatic.com/s/hind/v5/HMitXFBPwJyXZfGm6rEhuvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
src: local('Hind Semibold'), local('Hind-Semibold'), url(https://fonts.gstatic.com/s/hind/v5/-H4xgvCtDmIfFNvmoAPAKvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
src: local('Hind Semibold'), local('Hind-Semibold'), url(https://fonts.gstatic.com/s/hind/v5/A2xpLU2z2kq5byuh5bkohg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* -- PlayfairDisplay :- font-family: 'Playfair Display', serif; */
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CUR-13DsDU150T1bKbJZejI.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CfoVn-aGdXvQRwgLLg-TkDk.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1Cdhy5e3cTyNKTHXrP9DO-Rc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIKHabUDGjprROP0Kzi4LtY8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgILCFnVHHm1VfBoEzRr6gqH0.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIIsv7neNnoQYDmljOSnH1QE.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIJDIFf5Wheh9SWCUqp--Vvo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIJulvK9r9ZyXR2Qi4DVS52A.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIMGhQI7v0ryGuSQ4oDzNyds.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 400;
src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6N7pW-cN4iQdgUKBHiobroRo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 400;
src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6N3L1iaS4euO_B3wJG_mMktU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 400;
src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NwXiAI3F8adTt8b-_w2WoPM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 700;
src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEMjNOE6OIchc6xEWGp4AFzI.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 700;
src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEGfg93gVtA75Tg3Rp7v1E0k.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 700;
src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEBZeN5y77JNHCKkhVNuYRJ4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 900;
src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEPHxitLUyfNBf6ng_UQSrKg.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 900;
src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEO1T31EEmVB7XJSO5b6KPbY.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 900;
src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEOgMHfjK404vVBa5PdO9RSo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* -- Merriweather :- font-family: 'Merriweather', serif; */
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nrpPmMW7T3WCII-UZW2GGCw.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nqAAODQ6hKuKTT6yBk7tJss.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nhLwFvNxpkIoVzlXSkPSYkA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nk4GofcKVZz6wtzX_QUIqsI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4EK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4EJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4ED0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4EOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nrPaLDTSXeXFRL0dx0NiHII.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6ntkZ6ofoXFVR94fBb90XSvU.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nuIaMZP5eRGvEWe_CNIU_oY.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nnNuWYKPzoeKl5tYj8yhly0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: local('Merriweather Black'), local('Merriweather-Black'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6npRmMktGnN9fECZcESJ2wdY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: local('Merriweather Black'), local('Merriweather-Black'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nhYk6kXjxbl9hCl_j54B6tY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: local('Merriweather Black'), local('Merriweather-Black'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nu8B3NNHiE7lEpFTE0KxUWk.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: local('Merriweather Black'), local('Merriweather-Black'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6ntDLwwZd-mS_8JqJ_KGXwxs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 300;
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIFvxabc8-Ua_u_bDyl2V6ao.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 300;
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwII_1JgVyIQZ7vlaYT5eo8zo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 300;
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIJpID8tihKRMKfpfDQ5OzSE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 300;
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIHM1hBkL4m68a-ReB_y0NYc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v11/So5lHxHT37p2SS4-t60SlJX7FfjVuZf3W7tKvrYzIk8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v11/So5lHxHT37p2SS4-t60SlOb988d5RHZc66psPc8fYGQ.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v11/So5lHxHT37p2SS4-t60SlMAbIeegqMtwkwn2ZHUR4Nk.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v11/So5lHxHT37p2SS4-t60SlBMBlNeli-0RcAdOFWWLdxQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIEVUTRPtBn3BSc_rW_ryx7U.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIDaggPqPUlqZtH2DnDrcMQE.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIOR3LJ09PnibSpWhv21tZ8w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIEcqRxak6Wc5LUVz-l064SE.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 900;
src: local('Merriweather Black Italic'), local('Merriweather-BlackItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwICR62gPmgX9pXMEmx1A9y0c.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 900;
src: local('Merriweather Black Italic'), local('Merriweather-BlackItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIMbbw6pOSxajs_BxQ1hzVho.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 900;
src: local('Merriweather Black Italic'), local('Merriweather-BlackItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIOSQfM42FHfzkXTnQR6vRvg.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 900;
src: local('Merriweather Black Italic'), local('Merriweather-BlackItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIN4rWrnaUG5GaGDO0TOZR8c.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
main {
overflow: hidden;
}
/* -- Section Padding */
.section-padding {
padding-bottom: 75px;
padding-top: 75px;
display: inline-block;
width: 100%;
}
.section-top-padding {
padding-top: 85px;
}
.section-bottom-padding {
padding-bottom: 120px;
}
/* ## Header */
.header-section {
position: relative;
z-index: 11;
}
.top-header {
background-color: rgba(10,31,84,0.8);
padding: 50px 0;
}
.top-header .contact-detail {
text-align: right;
}
.contact-detail > div {
display: inline-block;
text-align: left;
position: relative;
padding-left: 45px;
padding-right: 45px;
margin: 0 25px;
border-right: 1px solid rgba(52,73,128,1);
}
.contact-detail > div:last-child {
border-right: none;
margin-right: 0;
padding-left: 0px;
padding-right: 0;
}
.contact-detail > div > img {
position: absolute;
left: 0;
top: 5px;
}
.contact-detail > div > h6 {
margin-bottom: 5px;
margin-top: 0;
color: #fff;
text-transform: uppercase;
font-size: 13px;
font-family: 'montserratsemi_bold';
letter-spacing: 0.312px;
}
.contact-detail > div > a {
text-decoration: none;
}
.contact-detail > div > a,
.contact-detail > div > p {
font-weight: bold;
text-transform: uppercase;
color: #2aa9e0;
font-family: 'Montserrat', sans-serif;
}
.contact-detail > div > p {
margin-bottom: 0;
}
/* -- Expanding Search */
.top-header .menu-search {
display: inline-block;
width: 24px;
}
.menu-search .sb-search-input::-webkit-input-placeholder {
color: #000;
}
.menu-search .sb-search-input:-moz-placeholder {
color: #000;
}
.menu-search .sb-search-input::-moz-placeholder {
color: #000;
}
.menu-search .sb-search-input:-ms-input-placeholder {
color: #000;
}
.menu-search .sb-search {
position: relative;
height: 40px;
width: 25px;
}
.menu-search .sb-icon-search,
.menu-search .sb-search-submit {
width: auto;
min-height: 25px;
display: block;
position: absolute;
right: 0px;
top: 5px;
padding: 0;
margin: 0;
text-align: center;
cursor: pointer;
}
.menu-search .sb-search-submit {
background: transparent;
/* IE needs this */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* IE 8 */
filter: alpha(opacity=0);
/* IE 5-7 */
opacity: 1;
color: transparent;
border: none;
outline: none;
z-index: 1;
}
.menu-search .sb-icon-search {
color: #fff;
z-index: 90;
font-size: 22px;
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
width: 30px;
}
.menu-search .sb-icon-search:before {
font-family: 'FontAwesome';
}
/* Open state */
.menu-search .sb-search.sb-search-open,
.menu-search .no-js .sb-search {
width: 100%;
-webkit-transition: width 0.8s;
-moz-transition: width 0.8s;
transition: width 0.8s;
-webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-icon-search,
.menu-search .no-js .sb-search .sb-icon-search {
color: #fff;
z-index: 11;
}
.menu-search .sb-search.sb-search-open .sb-search-submit,
.menu-search .no-js .sb-search .sb-search-submit {
z-index: 90;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
top: 45px;
padding: 10px 20px 10px 20px;
background-color: #fff;
width: 280px;
height: 40px;
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
transition: width 0.3s;
-webkit-backface-visibility: hidden;
}
.menu-search .sb-search-input {
position: absolute;
top: 65px;
right: 0px;
border: none;
outline: none;
background: none;
width: 0;
height: 0;
margin: 0;
z-index: 10;
font-family: inherit;
font-size: 16px;
color: #000;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
transition: width 0.3s;
-webkit-backface-visibility: hidden;
}
.header-section.navbar-fixed-top {
position: fixed;
}
.header-section.navbar-fixed-top .top-header,
.header-section.navbar-fixed-top .menu-block .book-now {
display: none;
}
.header-section.navbar-fixed-top .menu-block {
margin-top: 0;
border-bottom: 1px solid #f1f1f1;
background-color: #fff;
}
.header-section.navbar-fixed-top .menu-block .col-md-10 {
width: 100%;
}
/* ## Footer */
.footer-section {
background-image: url("images/footer-bg-map.png");
background-position: center;
background-repeat: no-repeat;
}
/* -- Read More */
.read-more {
display: inline-block;
padding: 11px 13px 10px 23px;
border: 2px solid #0a1f54;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.52px;
text-decoration: none;
color: #333;
position: relative;
overflow: hidden;
text-decoration: none;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.read-more i {
margin-left: 40px;
color: #fff;
z-index: 1;
position: relative;
}
.read-more::before {
content: "";
width: 52px;
right: 0px;
top: 0;
bottom: 0;
position: absolute;
border-left: 15px solid transparent;
border-top: 44px solid #0a1f54;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.read-more:hover {
background-color: #0a1f54;
color: #fff;
text-decoration: none;
}
.read-more:hover::before {
border-top-color: #fff;
}
.read-more:hover i {
color: #0a1f54;
}
/* -- Section Header */
.section-header {
text-align: center;
margin-bottom: 50px;
}
.section-header h3 {
font-family: 'Montserrat', sans-serif;
font-size: 28px;
font-weight: bold;
color: #000;
text-transform: uppercase;
margin-bottom: 0px;
margin-top: 0;
padding-bottom: 50px;
position: relative;
}
.section-header h3::before,
.section-header h3::after {
content: "";
bottom: 0;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
}
.section-header h3::before {
background-color: #d0d0d0;
bottom: 9px;
width: 114px;
height: 2px;
}
.section-header h3::after {
width: 20px;
height: 20px;
border-radius: 100%;
border: 2px solid #d0d0d0;
}
.section-header p {
font-size: 15px;
line-height: 27px;
margin-top: 30px;
letter-spacing: 0.3px;
color: #666;
}
/* -- Page Banner */
.page-banner {
background-color: #e74c3c;
padding-top: 281px;
height: 410px;
background-image: url("images/about-banner.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.page-banner h3 {
font-family: 'Montserrat', sans-serif;
font-size: 35px;
font-weight: bold;
color: #222;
position: relative;
text-transform: uppercase;
margin: 0;
float: left;
}
.page-banner .breadcrumb {
float: right;
background-color: transparent;
padding-left: 0;
padding-right: 0;
}
.page-banner .breadcrumb li {
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
letter-spacing: 0.56px;
}
.page-banner .breadcrumb li a {
color: #222;
text-decoration: none;
}
.page-banner .breadcrumb > li + li::before {
color: #222;
}
.page-banner .breadcrumb li.active {
color: #2aa9e0;
}
/* ## Footer */
.footer-section {
background-color: #121212;
}
.top-footer {
padding: 80px 0;
}
.top-footer .widget_title {
color: #fff;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
text-align: center;
text-transform: uppercase;
margin-bottom: 40px;
margin-top: 0;
}
.top-footer .text_widget p {
color: #ccc;
font-size: 15px;
letter-spacing: 0.3px;
line-height: 27px;
}
.top-footer ul.social_widget {
padding-left: 0;
margin-top: 35px;
margin-bottom: 0;
}
.top-footer ul.social_widget li {
display: inline-block;
margin-left: 8px;
}
.top-footer ul.social_widget li:first-child {
margin-left: 0;
}
.top-footer ul.social_widget li a {
width: 44px;
height: 44px;
float: left;
text-align: center;
line-height: 44px;
border: 2px solid #797979;
border-radius: 100%;
text-decoration: none;
color: #ccc;
font-size: 15px;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.top-footer ul.social_widget li a:hover {
background-color: #2aa9e0;
border-color: #2aa9e0;
color: #fff;
}
.top-footer .widget_newsletter {
padding-left: 30px;
padding-right: 30px;
}
.top-footer .widget_newsletter form {
border: 5px solid #212121;
padding: 40px 35px;
}
.top-footer .widget_newsletter form .form-control {
border: 2px solid #212121;
height: auto;
padding: 11px 28px;
border-radius: 0;
background-color: transparent;
margin-bottom: 18px;
outline: none;
box-shadow: none;
}
.top-footer .widget_newsletter form .form-control::-webkit-input-placeholder {
color: #787878;
text-transform: uppercase;
}
.top-footer .widget_newsletter form .form-control:-moz-placeholder { /* Firefox 18- */
color: #787878;
text-transform: uppercase;
}
.top-footer .widget_newsletter form .form-control::-moz-placeholder { /* Firefox 19+ */
color: #787878;
text-transform: uppercase;
}
.top-footer .widget_newsletter form .form-control:-ms-input-placeholder {
color: #787878;
text-transform: uppercase;
}
.top-footer .widget_newsletter form input[type="submit"] {
background-color: #2aa9e0;
color: #e9e9e9;
width: 100%;
border: none;
outline: none;
text-transform: uppercase;
font-weight: bold;
font-family: "Hind",sans-serif;
font-size: 13px;
padding-top: 14px;
padding-bottom: 12px;
letter-spacing: 0.52px;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.top-footer .widget_newsletter form input[type="submit"]:hover {
background-color: #1d1d1d;
}
.top-footer .widget_gallery ul {
padding-left: 0;
margin-bottom: 0;
}
.top-footer .widget_gallery li {
float: left;
width: 33.3333%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
.top-footer .widget_gallery li a {
display: inline-block;
position: relative;
}
.top-footer .widget_gallery li a::before {
background-color: rgba(42,169,224,0.85);
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
display: inline-block;
position: absolute;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.top-footer .widget_gallery li a:hover::before {
opacity: 1;
}
.top-footer .widget_gallery li a:hover::after {
content:"\f065";
font-family:'FontAwesome';
position: absolute;
left: 0;
right: 0;
text-align: center;
transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
top: 50%;
font-size: 15px;
color: #fff;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.bottom-footer {
border-top: 1px solid #272727;
padding: 30px 0;
text-align: center;
}
.bottom-footer p {
margin-bottom: 0;
color: #ccc;
letter-spacing: 0.56px;
}
/* ========================================================================== */
/* ========================================================================== */
/* [ ## Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* -- min-width: 1200 */
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
/* -- min-width: 992 */
@media (min-width: 992px) {
/* -- Header Section */
.header-position {
position: absolute;
top: 0;
left: 0;
right: 0;
}
/* -- Section Header */
.section-header p {
padding: 0 19%;
}
}
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* -- max-width: 991 */
@media (max-width: 991px) {
/* -- Header Section */
.logo-block {
display: none;
}
.top-header {
padding-bottom: 25px;
padding-top: 25px;
}
.top-header .contact-detail {
text-align: center;
}
.contact-detail > div {
border-right: 1px solid rgba(255,255,255,0.2);
padding-right: 30px;
margin-left: 10px;
margin-right: 10px;
}
/* -- Footer */
.top-footer .text_widget {
margin-bottom: 40px;
}
.top-footer .widget_gallery li {
padding-left: 6px;
padding-right: 6px;
}
/* -- Page Banner */
.page-banner {
height: 300px;
padding-bottom: 130px;
padding-top: 130px;
}
}
/* -- max-width: 767 */
@media (max-width: 767px) {
.contact-detail > div {
padding-left: 30px;
padding-right: 20px;
margin-left: 0px;
margin-right: 10px;
}
/* -- Page Banner */
.page-banner {
padding-bottom: 110px;
padding-top: 110px;
}
.page-banner .breadcrumb {
float: left;
width: 100%;
padding-left: 0;
margin-bottom: 0;
}
}
/* -- max-width: 639 */
@media (max-width: 639px) {
.top-footer .widget {
width: 100%;
margin-bottom: 40px;
}
.top-footer .widget:last-child {
margin-bottom: 0;
}
.top-footer .widget_gallery li {
width: auto;
}
}
/* -- max-width: 479 */
@media (max-width: 479px) {
.top-header .menu-search {
position: absolute;
right: 95px;
bottom: -95px;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
width: 200px;
}
.contact-detail > div {
margin-bottom: 10px;
margin-top: 10px;
border-right: none;
}
} | assets/style.css | /* [ ## Table of contents] */
/* ========================================================================== */
/* ========================================================================== */
/*
## Global
- Padding/Margin
## Fonts Settings
## Header
## Footer
## Page Banner
## Responsive
-- min-width: 1200
-- min-width: 992 to max-width: 1200
-- max-width: 991
-- min-width: 768 to max-width: 991
-- max-width: 767
-- max-width: 639
-- max-width: 479
*/
/* ## Global */
body {
font-family: 'Hind', sans-serif;
font-size: 14px;
color: #000;
background-color: #fff;
}
img {
max-width: 100%;
height: auto;
}
a {
outline: 0 !important;
}
/* - Padding/Margin */
.no-padding {
padding: 0;
}
.no-left-padding{
padding-left: 0;
}
.no-right-padding {
padding-right: 0;
}
.no-top-padding {
padding-top: 0;
}
.no-bottom-padding {
padding-bottom: 0;
}
.no-margin {
margin: 0;
}
.no-left-margin {
margin-left: 0;
}
.no-right-margin {
margin-right: 0;
}
.no-top-margin {
padding-top: 0;
}
.no-bottom-margin {
margin-bottom: 0;
}
/* - OW pull-left/pull-right */
.ow-pull-right {
float: right;
}
.ow-pull-left {
float: left;
}
/* ## Fonts Settings */
/* -- Montserrat Extra Blod :- font-family: 'montserratextra_bold'; */
@font-face {
font-family: 'montserratextra_bold';
src: url('fonts/montserrat-extrabold.woff2') format('woff2'),
url('fonts/montserrat-extrabold.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* -- Montserrat Semi Blod :- font-family: 'montserratsemi_bold'; */
@font-face {
font-family: 'montserratsemi_bold';
src: url('fonts/montserrat-semibold-webfont.eot');
src: url('fonts/montserrat-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
url('fonts/montserrat-semibold-webfont.woff') format('woff'),
url('fonts/montserrat-semibold-webfont.ttf') format('truetype'),
url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
font-weight: normal;
font-style: normal;
}
/* -- Montserrat :- font-family: 'Montserrat', sans-serif; */
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* -- Grate Vibes :- font-family: 'Great Vibes', cursive; */
/* latin-ext */
@font-face {
font-family: 'Great Vibes';
font-style: normal;
font-weight: 400;
src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3SYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Great Vibes';
font-style: normal;
font-weight: 400;
src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3Y4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* -- Hind :- font-family: 'Hind', sans-serif; */
/* devanagari */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
src: local('Hind Light'), local('Hind-Light'), url(https://fonts.gstatic.com/s/hind/v5/woSH4aW-1wuybBQItyfdsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
src: local('Hind Light'), local('Hind-Light'), url(https://fonts.gstatic.com/s/hind/v5/FdFTd030tby8r55hlt7EYfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
src: local('Hind Light'), local('Hind-Light'), url(https://fonts.gstatic.com/s/hind/v5/0IXD51eZ8qgi73bhvRidlQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
src: local('Hind Regular'), local('Hind-Regular'), url(https://fonts.gstatic.com/s/hind/v5/Vb88BBmXXgbpZxolKzz6dw.woff2) format('woff2');
unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
src: local('Hind Regular'), local('Hind-Regular'), url(https://fonts.gstatic.com/s/hind/v5/eND698DA6CUFWomaRdrTiw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
src: local('Hind Regular'), local('Hind-Regular'), url(https://fonts.gstatic.com/s/hind/v5/xLdg5JI0N_C2fvyu9XVzXg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 500;
src: local('Hind Medium'), local('Hind-Medium'), url(https://fonts.gstatic.com/s/hind/v5/bWPw4Za2XndpOjggSNN5JPY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 500;
src: local('Hind Medium'), local('Hind-Medium'), url(https://fonts.gstatic.com/s/hind/v5/TCDCvLw6ewp4kJ2WSI4MT_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 500;
src: local('Hind Medium'), local('Hind-Medium'), url(https://fonts.gstatic.com/s/hind/v5/_JiDQLq4JWzs7prWhNNmuA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
src: local('Hind Semibold'), local('Hind-Semibold'), url(https://fonts.gstatic.com/s/hind/v5/HMitXFBPwJyXZfGm6rEhuvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
src: local('Hind Semibold'), local('Hind-Semibold'), url(https://fonts.gstatic.com/s/hind/v5/-H4xgvCtDmIfFNvmoAPAKvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
src: local('Hind Semibold'), local('Hind-Semibold'), url(https://fonts.gstatic.com/s/hind/v5/A2xpLU2z2kq5byuh5bkohg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* -- PlayfairDisplay :- font-family: 'Playfair Display', serif; */
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CUR-13DsDU150T1bKbJZejI.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CfoVn-aGdXvQRwgLLg-TkDk.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1Cdhy5e3cTyNKTHXrP9DO-Rc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIKHabUDGjprROP0Kzi4LtY8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgILCFnVHHm1VfBoEzRr6gqH0.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIIsv7neNnoQYDmljOSnH1QE.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIJDIFf5Wheh9SWCUqp--Vvo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIJulvK9r9ZyXR2Qi4DVS52A.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIMGhQI7v0ryGuSQ4oDzNyds.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 400;
src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6N7pW-cN4iQdgUKBHiobroRo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 400;
src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6N3L1iaS4euO_B3wJG_mMktU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 400;
src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NwXiAI3F8adTt8b-_w2WoPM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 700;
src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEMjNOE6OIchc6xEWGp4AFzI.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 700;
src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEGfg93gVtA75Tg3Rp7v1E0k.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 700;
src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEBZeN5y77JNHCKkhVNuYRJ4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 900;
src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEPHxitLUyfNBf6ng_UQSrKg.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 900;
src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEO1T31EEmVB7XJSO5b6KPbY.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 900;
src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEOgMHfjK404vVBa5PdO9RSo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* -- Merriweather :- font-family: 'Merriweather', serif; */
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nrpPmMW7T3WCII-UZW2GGCw.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nqAAODQ6hKuKTT6yBk7tJss.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nhLwFvNxpkIoVzlXSkPSYkA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 300;
src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nk4GofcKVZz6wtzX_QUIqsI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4EK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4EJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4ED0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v11/RFda8w1V0eDZheqfcyQ4EOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nrPaLDTSXeXFRL0dx0NiHII.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6ntkZ6ofoXFVR94fBb90XSvU.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nuIaMZP5eRGvEWe_CNIU_oY.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nnNuWYKPzoeKl5tYj8yhly0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: local('Merriweather Black'), local('Merriweather-Black'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6npRmMktGnN9fECZcESJ2wdY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: local('Merriweather Black'), local('Merriweather-Black'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nhYk6kXjxbl9hCl_j54B6tY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: local('Merriweather Black'), local('Merriweather-Black'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6nu8B3NNHiE7lEpFTE0KxUWk.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 900;
src: local('Merriweather Black'), local('Merriweather-Black'), url(https://fonts.gstatic.com/s/merriweather/v11/ZvcMqxEwPfh2qDWBPxn6ntDLwwZd-mS_8JqJ_KGXwxs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 300;
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIFvxabc8-Ua_u_bDyl2V6ao.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 300;
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwII_1JgVyIQZ7vlaYT5eo8zo.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 300;
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIJpID8tihKRMKfpfDQ5OzSE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 300;
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIHM1hBkL4m68a-ReB_y0NYc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v11/So5lHxHT37p2SS4-t60SlJX7FfjVuZf3W7tKvrYzIk8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v11/So5lHxHT37p2SS4-t60SlOb988d5RHZc66psPc8fYGQ.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v11/So5lHxHT37p2SS4-t60SlMAbIeegqMtwkwn2ZHUR4Nk.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v11/So5lHxHT37p2SS4-t60SlBMBlNeli-0RcAdOFWWLdxQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIEVUTRPtBn3BSc_rW_ryx7U.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIDaggPqPUlqZtH2DnDrcMQE.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIOR3LJ09PnibSpWhv21tZ8w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIEcqRxak6Wc5LUVz-l064SE.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 900;
src: local('Merriweather Black Italic'), local('Merriweather-BlackItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwICR62gPmgX9pXMEmx1A9y0c.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 900;
src: local('Merriweather Black Italic'), local('Merriweather-BlackItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIMbbw6pOSxajs_BxQ1hzVho.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 900;
src: local('Merriweather Black Italic'), local('Merriweather-BlackItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIOSQfM42FHfzkXTnQR6vRvg.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 900;
src: local('Merriweather Black Italic'), local('Merriweather-BlackItalic'), url(https://fonts.gstatic.com/s/merriweather/v11/EYh7Vl4ywhowqULgRdYwIN4rWrnaUG5GaGDO0TOZR8c.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
main {
overflow: hidden;
}
/* -- Section Padding */
.section-padding {
padding-bottom: 75px;
padding-top: 75px;
display: inline-block;
width: 100%;
}
.section-top-padding {
padding-top: 85px;
}
.section-bottom-padding {
padding-bottom: 120px;
}
/* ## Header */
.header-section {
position: relative;
z-index: 11;
}
.top-header {
background-color: rgba(10,31,84,0.8);
padding: 50px 0;
}
.top-header .contact-detail {
text-align: right;
}
.contact-detail > div {
display: inline-block;
text-align: left;
position: relative;
padding-left: 45px;
padding-right: 45px;
margin: 0 25px;
border-right: 1px solid rgba(52,73,128,1);
}
.contact-detail > div:last-child {
border-right: none;
margin-right: 0;
padding-left: 0px;
padding-right: 0;
}
.contact-detail > div > img {
position: absolute;
left: 0;
top: 5px;
}
.contact-detail > div > h6 {
margin-bottom: 5px;
margin-top: 0;
color: #fff;
text-transform: uppercase;
font-size: 13px;
font-family: 'montserratsemi_bold';
letter-spacing: 0.312px;
}
.contact-detail > div > a {
text-decoration: none;
}
.contact-detail > div > a,
.contact-detail > div > p {
font-weight: bold;
text-transform: uppercase;
color: #2aa9e0;
font-family: 'Montserrat', sans-serif;
}
.contact-detail > div > p {
margin-bottom: 0;
}
/* -- Expanding Search */
.top-header .menu-search {
display: inline-block;
width: 24px;
}
.menu-search .sb-search-input::-webkit-input-placeholder {
color: #000;
}
.menu-search .sb-search-input:-moz-placeholder {
color: #000;
}
.menu-search .sb-search-input::-moz-placeholder {
color: #000;
}
.menu-search .sb-search-input:-ms-input-placeholder {
color: #000;
}
.menu-search .sb-search {
position: relative;
height: 40px;
width: 25px;
}
.menu-search .sb-icon-search,
.menu-search .sb-search-submit {
width: auto;
min-height: 25px;
display: block;
position: absolute;
right: 0px;
top: 5px;
padding: 0;
margin: 0;
text-align: center;
cursor: pointer;
}
.menu-search .sb-search-submit {
background: transparent;
/* IE needs this */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* IE 8 */
filter: alpha(opacity=0);
/* IE 5-7 */
opacity: 1;
color: transparent;
border: none;
outline: none;
z-index: 1;
}
.menu-search .sb-icon-search {
color: #fff;
z-index: 90;
font-size: 22px;
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
width: 30px;
}
.menu-search .sb-icon-search:before {
font-family: 'FontAwesome';
}
/* Open state */
.menu-search .sb-search.sb-search-open,
.menu-search .no-js .sb-search {
width: 100%;
-webkit-transition: width 0.8s;
-moz-transition: width 0.8s;
transition: width 0.8s;
-webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-icon-search,
.menu-search .no-js .sb-search .sb-icon-search {
color: #fff;
z-index: 11;
}
.menu-search .sb-search.sb-search-open .sb-search-submit,
.menu-search .no-js .sb-search .sb-search-submit {
z-index: 90;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
top: 45px;
padding: 10px 20px 10px 20px;
background-color: #fff;
width: 280px;
height: 40px;
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
transition: width 0.3s;
-webkit-backface-visibility: hidden;
}
.menu-search .sb-search-input {
position: absolute;
top: 65px;
right: 0px;
border: none;
outline: none;
background: none;
width: 0;
height: 0;
margin: 0;
z-index: 10;
font-family: inherit;
font-size: 16px;
color: #000;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
transition: width 0.3s;
-webkit-backface-visibility: hidden;
}
.header-section.navbar-fixed-top {
position: fixed;
}
.header-section.navbar-fixed-top .top-header,
.header-section.navbar-fixed-top .menu-block .book-now {
display: none;
}
.header-section.navbar-fixed-top .menu-block {
margin-top: 0;
border-bottom: 1px solid #f1f1f1;
background-color: #fff;
}
.header-section.navbar-fixed-top .menu-block .col-md-10 {
width: 100%;
}
/* ## Footer */
.footer-section {
background-image: url("images/footer-bg-map.png");
background-position: center;
background-repeat: no-repeat;
}
/* -- Read More */
.read-more {
display: inline-block;
padding: 11px 13px 10px 23px;
border: 2px solid #0a1f54;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.52px;
text-decoration: none;
color: #333;
position: relative;
overflow: hidden;
text-decoration: none;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.read-more i {
margin-left: 40px;
color: #fff;
z-index: 1;
position: relative;
}
.read-more::before {
content: "";
width: 52px;
right: 0px;
top: 0;
bottom: 0;
position: absolute;
border-left: 15px solid transparent;
border-top: 44px solid #0a1f54;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.read-more:hover {
background-color: #0a1f54;
color: #fff;
text-decoration: none;
}
.read-more:hover::before {
border-top-color: #fff;
}
.read-more:hover i {
color: #0a1f54;
}
/* -- Section Header */
.section-header {
text-align: center;
margin-bottom: 50px;
}
.section-header h3 {
font-family: 'Montserrat', sans-serif;
font-size: 28px;
font-weight: bold;
color: #000;
text-transform: uppercase;
margin-bottom: 0px;
margin-top: 0;
padding-bottom: 50px;
position: relative;
}
.section-header h3::before,
.section-header h3::after {
content: "";
bottom: 0;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
}
.section-header h3::before {
background-color: #d0d0d0;
bottom: 9px;
width: 114px;
height: 2px;
}
.section-header h3::after {
width: 20px;
height: 20px;
border-radius: 100%;
border: 2px solid #d0d0d0;
}
.section-header p {
font-size: 15px;
line-height: 27px;
margin-top: 30px;
letter-spacing: 0.3px;
color: #666;
}
/* -- Page Banner */
.page-banner {
background-color: #e74c3c;
padding-top: 281px;
height: 410px;
background-image: url("images/about-banner.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.page-banner h3 {
font-family: 'Montserrat', sans-serif;
font-size: 35px;
font-weight: bold;
color: #222;
position: relative;
text-transform: uppercase;
margin: 0;
float: left;
}
.page-banner .breadcrumb {
float: right;
background-color: transparent;
padding-left: 0;
padding-right: 0;
}
.page-banner .breadcrumb li {
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
letter-spacing: 0.56px;
}
.page-banner .breadcrumb li a {
color: #222;
text-decoration: none;
}
.page-banner .breadcrumb > li + li::before {
color: #222;
}
.page-banner .breadcrumb li.active {
color: #2aa9e0;
}
/* ## Footer */
.footer-section {
background-color: #121212;
}
.top-footer {
padding: 80px 0;
}
.top-footer .widget_title {
color: #fff;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
text-align: center;
text-transform: uppercase;
margin-bottom: 40px;
margin-top: 0;
}
.top-footer .text_widget p {
color: #ccc;
font-size: 15px;
letter-spacing: 0.3px;
line-height: 27px;
}
.top-footer ul.social_widget {
padding-left: 0;
margin-top: 35px;
margin-bottom: 0;
}
.top-footer ul.social_widget li {
display: inline-block;
margin-left: 8px;
}
.top-footer ul.social_widget li:first-child {
margin-left: 0;
}
.top-footer ul.social_widget li a {
width: 44px;
height: 44px;
float: left;
text-align: center;
line-height: 44px;
border: 2px solid #797979;
border-radius: 100%;
text-decoration: none;
color: #ccc;
font-size: 15px;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.top-footer ul.social_widget li a:hover {
background-color: #2aa9e0;
border-color: #2aa9e0;
color: #fff;
}
.top-footer .widget_newsletter {
padding-left: 30px;
padding-right: 30px;
}
.top-footer .widget_newsletter form {
border: 5px solid #212121;
padding: 40px 35px;
}
.top-footer .widget_newsletter form .form-control {
border: 2px solid #212121;
height: auto;
padding: 11px 28px;
border-radius: 0;
background-color: transparent;
margin-bottom: 18px;
outline: none;
box-shadow: none;
}
.top-footer .widget_newsletter form .form-control::-webkit-input-placeholder {
color: #787878;
text-transform: uppercase;
}
.top-footer .widget_newsletter form .form-control:-moz-placeholder { /* Firefox 18- */
color: #787878;
text-transform: uppercase;
}
.top-footer .widget_newsletter form .form-control::-moz-placeholder { /* Firefox 19+ */
color: #787878;
text-transform: uppercase;
}
.top-footer .widget_newsletter form .form-control:-ms-input-placeholder {
color: #787878;
text-transform: uppercase;
}
.top-footer .widget_newsletter form input[type="submit"] {
background-color: #2aa9e0;
color: #e9e9e9;
width: 100%;
border: none;
outline: none;
text-transform: uppercase;
font-weight: bold;
font-family: "Hind",sans-serif;
font-size: 13px;
padding-top: 14px;
padding-bottom: 12px;
letter-spacing: 0.52px;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.top-footer .widget_newsletter form input[type="submit"]:hover {
background-color: #1d1d1d;
}
.top-footer .widget_gallery ul {
padding-left: 0;
margin-bottom: 0;
}
.top-footer .widget_gallery li {
float: left;
width: 33.3333%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
.top-footer .widget_gallery li a {
display: inline-block;
position: relative;
}
.top-footer .widget_gallery li a::before {
background-color: rgba(42,169,224,0.85);
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
display: inline-block;
position: absolute;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.top-footer .widget_gallery li a:hover::before {
opacity: 1;
}
.top-footer .widget_gallery li a:hover::after {
content:"\f065";
font-family:'FontAwesome';
position: absolute;
left: 0;
right: 0;
text-align: center;
transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
top: 50%;
font-size: 15px;
color: #fff;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.bottom-footer {
border-top: 1px solid #272727;
padding: 30px 0;
text-align: center;
}
.bottom-footer p {
margin-bottom: 0;
color: #ccc;
letter-spacing: 0.56px;
}
/* ========================================================================== */
/* ========================================================================== */
/* [ ## Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* -- min-width: 1200 */
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
/* -- min-width: 992 */
@media (min-width: 992px) {
/* -- Header Section */
.header-position {
position: absolute;
top: 0;
left: 0;
right: 0;
}
/* -- Section Header */
.section-header p {
padding: 0 19%;
}
}
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* -- max-width: 991 */
@media (max-width: 991px) {
/* -- Header Section */
.logo-block {
display: none;
}
.top-header {
padding-bottom: 25px;
padding-top: 25px;
}
.top-header .contact-detail {
text-align: center;
}
.contact-detail > div {
border-right: 1px solid rgba(255,255,255,0.2);
padding-right: 30px;
margin-left: 10px;
margin-right: 10px;
}
/* -- Footer */
.top-footer .text_widget {
margin-bottom: 40px;
}
.top-footer .widget_gallery li {
padding-left: 6px;
padding-right: 6px;
}
/* -- Page Banner */
.page-banner {
height: 300px;
padding-bottom: 130px;
padding-top: 130px;
}
}
/* -- max-width: 767 */
@media (max-width: 767px) {
.contact-detail > div {
padding-left: 30px;
padding-right: 20px;
margin-left: 0px;
margin-right: 10px;
}
/* -- Page Banner */
.page-banner {
padding-bottom: 110px;
padding-top: 110px;
}
.page-banner .breadcrumb {
float: left;
width: 100%;
padding-left: 0;
margin-bottom: 0;
}
}
/* -- max-width: 639 */
@media (max-width: 639px) {
.top-footer .widget {
width: 100%;
margin-bottom: 40px;
}
.top-footer .widget:last-child {
margin-bottom: 0;
}
.top-footer .widget_gallery li {
width: auto;
}
}
/* -- max-width: 479 */
@media (max-width: 479px) {
.top-header .menu-search {
position: absolute;
right: 95px;
bottom: -95px;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
width: 200px;
}
.contact-detail > div {
margin-bottom: 10px;
margin-top: 10px;
border-right: none;
}
} | 0.262936 | 0.043224 |
* {
font-family: Arial; }
html {
overflow-y: scroll;
overflow-x: hidden; }
body {
margin: 0 0 10px 0;
padding: 0; }
form {
margin: 0;
padding: 0; }
textarea,
input,
select {
outline: none; }
textarea {
display: block;
margin: 0;
padding: 0;
box-sizing: border-box; }
input[type=text] {
box-sizing: border-box; }
input[type=submit] {
cursor: pointer; }
input::-ms-clear {
display: none; }
a {
text-decoration: none; }
a:link,
a:visited {
color: #777; }
a:active,
a:hover {
color: #31B2CE; }
/* Search form */
#td_search {
position: fixed;
top: 0;
width: 580px;
min-width: 580px;
margin: 0;
padding: 0;
border: 0;
z-index: 3; }
#www {
display: table-cell;
width: 580px;
margin: 0;
padding: 10px 0 5px 0;
background: #E9E9E9;
border: 0;
border-radius: 0 0 6px 6px; }
#num_rows {
float: left;
width: 40px;
margin: 7px 0 0 0;
padding: 0;
border: 0;
text-align: center;
font-size: 13px;
color: #777;
-moz-user-select: none;
-webkit-user-select: none; }
#prefix {
display: block;
float: left;
width: 60px;
border: 1px solid #D0D0D0;
border-right-width: 0;
border-radius: 3px 0 0 3px;
height: 29px;
margin: 0;
padding: 0 0 2px 0;
color: #333;
font-size: 13px;
font-family: Tahoma; }
#search_fileds {
width: 403px;
float: left; }
#search_lel,
#search_meaning,
#search_comment,
#search_example,
#search_label,
#search_source {
border: 1px solid #D0D0D0;
border-width: 0 0 1px 0;
width: 403px;
height: 29px;
margin: 0;
padding: 0 6px 2px 7px;
color: #333;
font-family: Arial; }
#search_lel {
border-width: 1px 0;
font-size: 15px; }
#extra_fields {
margin: 0 0 4px 0; }
#search_source {
border-radius: 0 0 3px 3px;
border-width: 0 0 1px 0; }
#content {
margin: 4px 0 0 0;
font-size: 12px;
color: #bbb;
-moz-user-select: none;
-webkit-user-select: none; }
#content a:link,
#content a:visited {
color: #aaa; }
#content a:active,
#content a:hover {
color: #FF1493; }
#free_search {
display: block;
float: left;
width: 30px;
height: 29px;
border: 0;
border-radius: 0 3px 3px 0;
margin: 0;
padding: 0;
background: #D0D0D0 url("/sprite.png") 0 0px no-repeat;
background-size: 508px 50px;
background-position: 3px 2px; }
#free_search:hover {
background: #C0C0C0 url("/sprite.png") 0 0px no-repeat;
background-size: 508px 50px;
background-position: 3px 2px; }
#extra_fields_button {
position: absolute;
top: 38px;
right: 86.5px;
width: 10px;
height: 10px;
border: 1px solid #D0D0D0;
border-width: 0 1px 1px 1px;
border-radius: 0 0 4px 4px;
cursor: pointer;
margin: 0;
padding: 0 0 0 1px;
-moz-user-select: none;
-webkit-user-select: none; }
@-moz-document url-prefix() {
#extra_fields_button {
height: 11px; } }
.extra_fields_button_closed {
background: #fff url("/sprite.png") -42px -12px; }
.extra_fields_button_open {
background: #fff url("/sprite.png") -42px 0; }
#add_new_word_button {
float: left;
width: 21px;
height: 20px;
margin: 0 0 0 14px;
padding: 0;
border: 0;
font-size: 12px;
font-family: Tahoma;
color: #AAA;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none; }
#add_new_word_button:hover {
color: #689DF6; }
#clear_search {
position: absolute;
top: 22px;
right: 83px;
width: 20px;
height: 20px;
margin: -14px 0 0 0;
padding: 0;
border: 0;
background: transparent;
text-align: center;
font-family: Tahoma;
font-size: 24px;
color: #CCC;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none; }
#clear_search:hover {
color: #AAA; }
/* Pronunciation */
#pron_link {
position: absolute;
border: 1px solid #CCC;
border-radius: 2px;
width: 80px;
height: 25px;
box-shadow: 0 0 5px #CCC;
box-sizing: border-box; }
#sound {
position: absolute;
border: 1px solid #ccc;
border-radius: 2px;
width: 25px;
height: 25px;
padding: 0;
margin: 0;
background: #fff;
color: #888;
font-size: 12px;
cursor: pointer;
box-shadow: 0 0 5px #CCC;
box-sizing: border-box;
outline: none;
font-family: Tahoma; }
#n_v_a {
position: absolute;
min-width: 25px;
height: 25px;
padding: 0;
margin: 0;
text-align: center;
border-radius: 2px;
z-index: 2;
background: #FFF;
box-sizing: border-box;
-moz-user-select: none;
-webkit-user-select: none; }
.nvadj {
float: left;
border: 1px solid #CCC;
border-width: 1px 1px 1px 0;
min-width: 25px;
height: 25px;
color: #E345CD;
cursor: pointer;
padding: 0 0 0 1px;
margin: 0;
line-height: 23px;
font-size: 12px;
box-sizing: border-box;
border-radius: 2px; }
.nvadj:first-child {
border-width: 1px 1px 1px 1px; }
.meaning_normal {
padding-right: 13px;
font-weight: bold; }
/* = Unsure */
.checkbox_1 {
padding-right: 13px;
color: #CA4026; }
/* = Descrition */
.checkbox_2 {
padding-right: 13px;
font-style: italic; }
/* = Unsure and Descrition */
.checkbox_1_2 {
padding-right: 13px;
font-style: italic;
color: #CA4026; }
/* # */
.edit_button, li .edit_button {
cursor: pointer;
color: #999;
font-family: Arial;
font-size: 13px;
font-weight: normal;
margin-left: -9px;
-moz-user-select: none;
-webkit-user-select: none; }
/* # */
.edit_button:hover {
color: #333; }
.rest_button {
cursor: pointer;
margin-bottom: -1px;
margin-left: -9px;
-moz-user-select: none;
-webkit-user-select: none; }
.rest_button_closed {
display: inline-block;
width: 12px;
height: 10px;
margin: 0 0 -2px -9px;
background: #fff url("/sprite.png") -56px -11px;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none; }
.rest_button_open {
display: inline-block;
width: 12px;
height: 10px;
margin: 0 0 -2px -9px;
background: #fff url("/sprite.png") -56px 1px;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none; }
.correct {
margin-left: 3px; }
/* Add new entry form and Edit entry form */
#add_new_word,
.td_result {
position: fixed;
top: 75px;
width: 400px;
margin: 0;
padding: 1px 3px 4px 2px;
border: 0;
border-radius: 6px;
box-shadow: 0 0 6px #CCC;
background: #E9E9E9;
box-sizing: border-box; }
#add_new_word {
z-index: 4; }
.td_result {
position: static;
width: 100%;
margin-top: 5px;
padding: 2px 2px 25px 3px;
box-shadow: none; }
#newword_lel,
.newword_meaning,
#newword_comment,
#newword_example,
#newword_label,
#source_from_new_add,
.result_lel,
.result_meaning,
.result_meaning_checkbox_both,
.result_meaning_checkbox_descript,
.result_meaning_checkbox_unsure,
.result_comment,
.result_example,
.result_label,
.result_source {
width: 100%;
height: 30px;
min-height: 26px;
margin: 0;
padding: 6px 4px;
border: 0;
border-bottom: 1px solid #E9E9E9;
resize: vertical;
font-family: Tahoma;
font-size: 13px;
color: #555; }
#newword_lel,
.result_lel {
margin-top: 6px; }
#newword_comment,
.result_comment {
height: 50px; }
#newword_example,
.result_example {
height: 80px;
padding-top: 1px; }
#newword_lel,
.newword_meaning,
#newword_label,
#source_from_new_add {
padding: 4px; }
#source_from_new_add,
.result_source {
margin: 0; }
.result_meaning_checkbox_descript {
font-style: italic; }
.result_meaning_checkbox_unsure {
color: #CA4026; }
.result_meaning_checkbox_both {
font-style: italic;
color: #CA4026; }
#closeAdd,
.closeEdit {
position: absolute;
top: -2px;
right: 5px;
width: 16px;
height: 16px;
margin: 0;
padding: 0;
cursor: pointer;
font-family: Tahoma;
font-size: 20px;
color: #AAA; }
.closeEdit {
position: static;
float: right;
margin: -5px 2px 0 0;
padding: 1px 0 0 0; }
#closeAdd:hover,
.closeEdit:hover {
color: #888; }
legend {
color: #909090;
font-size: 12px;
margin: 4px 0 -2px 4px;
padding: 0;
font-family: Tahoma;
cursor: default; }
.descript_unsure {
float: left;
margin: 4px 0 0 0;
padding: 3px 0 0 0;
font-size: 12px;
-moz-user-select: none;
-webkit-user-select: none; }
.checkbox {
float: left;
margin: -1px 0 0 4px; }
#add_new_word .checkbox_description,
.td_result .checkbox_description {
float: left;
margin: -3px 6px 0 4px;
color: #5E5D57;
font-style: italic;
font-size: 13px; }
#add_new_word .checkbox_unsure,
.td_result .checkbox_unsure {
float: left;
margin: -3px 0 0 4px;
color: #CA4026;
font-size: 13px; }
.td_result .checkbox_unsure {
margin-top: -2px; }
.button_del,
.button_save {
display: block;
float: right;
height: 20px;
margin: 0;
padding: 0;
border: 0;
background: transparent;
cursor: pointer;
font-family: Tahoma;
-moz-user-select: none;
-webkit-user-select: none; }
.button_del {
width: 35px;
margin: 4px 0 0 0;
color: #999; }
.button_save {
width: 45px;
margin: 1px 5px 0 12px;
color: #777; }
.button_save:hover {
color: #689DF6; }
.button_del:hover {
color: #FE5C72; }
input[value=add],
input[value=change] {
text-transform: capitalize; }
.bbcodes {
width: 100%;
height: 18px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #FFF;
border: 0;
border-bottom: 1px dotted #D0D0D0;
-moz-user-select: none;
-webkit-user-select: none;
font-size: 13px; }
.bbcodes span {
float: left;
display: block;
width: 18px;
height: 16px;
border: 0;
margin: 0 0 0 2px;
padding: 0;
font-family: Tahoma;
color: #999;
cursor: pointer;
border-radius: 3px;
text-align: center; }
.bbcodes .bbc_b {
padding: 1px 0 0 0;
font-weight: bold; }
.bbcodes .bbc_i {
padding: 1px 0 0 0;
font-style: italic; }
.bbcodes .bbc_u {
padding: 0 0 1px 2px;
text-decoration: underline; }
.bbcodes .bbc_s {
height: 18px;
text-decoration: line-through; }
.bbcodes .bbc_x {
float: right;
padding: 2px 0 0 1px;
margin: 0 16px 0 0;
font-size: 12px; }
.bbcodes .bbc_b:hover,
.bbcodes .bbc_i:hover,
.bbcodes .bbc_u:hover,
.bbcodes .bbc_s:hover {
color: #555; }
.bbcodes .bbc_x:hover {
color: #7BC973; }
#dictionary {
width: 580px;
background: #FFF;
min-height: 400px;
margin: 80px auto 0 auto; }
.row {
display: table-row;
line-height: 100%; }
.word_meaning {
display: table-row; }
.word_en,
.word_ru {
border-bottom: 10px solid #FFF;
display: table-cell;
font-family: Arial;
font-size: 13px; }
.word_en {
width: 150px;
float: left;
padding: 0 10px 0 6px;
color: #535993;
word-wrap: break-word; }
.word_ru {
width: 430px;
padding: 0 6px 0 0;
vertical-align: top;
color: #222; }
.meaning_list {
list-style-type: none;
margin: 0;
padding: 0;
font-weight: normal;
width: 420px;
display: table-cell;
vertical-align: top; }
.meaning_list li {
margin-bottom: 0; }
.comment_list {
list-style-type: lower-latin;
margin: 0 0 0 15px;
padding: 0;
color: #AA7439; }
.comment_list li {
margin: 0 0 2px 0;
padding: 0; }
.word_comment {
margin: 0;
padding: 0 15px 0 0;
color: #4C996B; }
.word_comment .rest_button,
.word_comment .edit_button,
.word_example .edit_button {
margin-left: 4px; }
.list_example, .list_example_sub {
list-style-type: none;
margin: 1px 0 0 0;
padding: 0; }
.list_example li, .list_example_sub li {
margin: 2px 0 4px 1px;
color: #333;
line-height: 1.3;
font-size: 13px;
font-family: Tahoma; }
.word_example {
margin: 2px 0 -1px 0;
padding: 0;
color: #555;
line-height: 1.3;
font-size: 13px;
font-family: Tahoma; }
.word_example_li {
padding-right: 13px;
color: #555; }
.source, .source a {
font-size: 11px;
color: #888; }
.source {
cursor: default; }
li .source {
margin-left: -13px; }
li .word_example_li .source {
margin-left: 0; }
.word_example .source {
margin-left: 0; }
.separator {
font-weight: normal;
color: #999; }
/* Pages */
#pages {
width: 568px;
margin: 10px auto;
height: 17px;
background: url("/sprite.png") 0 -48px no-repeat; }
@-moz-document url-prefix() {
#pages {
background: url("/sprite.png") 0 -44px no-repeat; } }
#pCenter {
float: right;
padding: 0 250px 0 0; }
#pageList {
float: left;
margin: -4px 0 0 0;
padding: 0;
color: #777;
border: 1px solid #FFF; }
@-moz-document url-prefix() {
#pageList {
margin: -2px 0 0 0; } }
#pageList OPTION {
cursor: pointer; }
.pagePrevious {
float: left;
background: #FFF;
width: 15px;
text-align: right;
margin: -3px 0 0 0;
padding: 0 0 1px 0;
font-size: 15px;
color: #CBCBCB;
-moz-user-select: none;
-webkit-user-select: none; }
.pageNext {
float: left;
background: #FFF;
width: 19px;
margin: -3px 0 0 -18px;
padding: 0 0 1px 3px;
text-align: center;
font-size: 15px;
color: #CBCBCB;
-moz-user-select: none;
-webkit-user-select: none; }
@-moz-document url-prefix() {
.pageNext {
width: 15px; } }
.pagePrevious a,
.pageNext a {
font-size: 15px;
color: #999; }
.pagePrevious a:hover,
.pageNext a:hover {
color: deepPink; }
.noPage {
cursor: default; }
/* Delete entry message */
#deleteWarning {
position: fixed;
top: 110px;
left: 210px;
width: 300px;
height: 100px;
padding-top: 30px;
box-shadow: 0 0 5px #777;
border-radius: 5px;
background: #E9E9E9;
border: 5px dashed #FE5C72;
color: #555;
text-align: center;
font-size: 16px;
z-index: 5; }
#deleteYes, #deleteNo {
float: left;
margin-top: 25px;
width: 30px;
height: 30px;
border-radius: 5px;
line-height: 30px;
cursor: pointer;
font-weight: bold; }
#deleteYes {
margin-left: 112px;
color: #FE5C72;
font-size: 16px; }
#deleteYes:hover {
border-bottom: 4px solid #FE5C72; }
#deleteNo {
color: #555;
margin-left: 20px;
font-size: 16px; }
#deleteNo:hover {
border-bottom: 4px solid #555; }
#YesNo {
display: none; }
.label_block {
margin-top: 4px; }
.label_item {
background: #E5E5E5;
border-radius: 6px;
padding: 0 5px;
margin-right: 3px;
font-size: 12px;
font-family: Calibri; }
.label_item a:link,
.label_item a:visited {
color: #777; }
.label_item a:hover,
.label_item a:active {
color: #31B2CE; }
#falseForm {
width: 0;
height: 0;
border: none;
position: fixed; }
.source_headline {
color: #999;
font-size: 11px;
text-transform: uppercase; }
@-moz-document url-prefix() {
.button_del {
margin: 3px 0 0 0; } }
/*# sourceMappingURL=css.css.map */ | dictionary/views/css.css | * {
font-family: Arial; }
html {
overflow-y: scroll;
overflow-x: hidden; }
body {
margin: 0 0 10px 0;
padding: 0; }
form {
margin: 0;
padding: 0; }
textarea,
input,
select {
outline: none; }
textarea {
display: block;
margin: 0;
padding: 0;
box-sizing: border-box; }
input[type=text] {
box-sizing: border-box; }
input[type=submit] {
cursor: pointer; }
input::-ms-clear {
display: none; }
a {
text-decoration: none; }
a:link,
a:visited {
color: #777; }
a:active,
a:hover {
color: #31B2CE; }
/* Search form */
#td_search {
position: fixed;
top: 0;
width: 580px;
min-width: 580px;
margin: 0;
padding: 0;
border: 0;
z-index: 3; }
#www {
display: table-cell;
width: 580px;
margin: 0;
padding: 10px 0 5px 0;
background: #E9E9E9;
border: 0;
border-radius: 0 0 6px 6px; }
#num_rows {
float: left;
width: 40px;
margin: 7px 0 0 0;
padding: 0;
border: 0;
text-align: center;
font-size: 13px;
color: #777;
-moz-user-select: none;
-webkit-user-select: none; }
#prefix {
display: block;
float: left;
width: 60px;
border: 1px solid #D0D0D0;
border-right-width: 0;
border-radius: 3px 0 0 3px;
height: 29px;
margin: 0;
padding: 0 0 2px 0;
color: #333;
font-size: 13px;
font-family: Tahoma; }
#search_fileds {
width: 403px;
float: left; }
#search_lel,
#search_meaning,
#search_comment,
#search_example,
#search_label,
#search_source {
border: 1px solid #D0D0D0;
border-width: 0 0 1px 0;
width: 403px;
height: 29px;
margin: 0;
padding: 0 6px 2px 7px;
color: #333;
font-family: Arial; }
#search_lel {
border-width: 1px 0;
font-size: 15px; }
#extra_fields {
margin: 0 0 4px 0; }
#search_source {
border-radius: 0 0 3px 3px;
border-width: 0 0 1px 0; }
#content {
margin: 4px 0 0 0;
font-size: 12px;
color: #bbb;
-moz-user-select: none;
-webkit-user-select: none; }
#content a:link,
#content a:visited {
color: #aaa; }
#content a:active,
#content a:hover {
color: #FF1493; }
#free_search {
display: block;
float: left;
width: 30px;
height: 29px;
border: 0;
border-radius: 0 3px 3px 0;
margin: 0;
padding: 0;
background: #D0D0D0 url("/sprite.png") 0 0px no-repeat;
background-size: 508px 50px;
background-position: 3px 2px; }
#free_search:hover {
background: #C0C0C0 url("/sprite.png") 0 0px no-repeat;
background-size: 508px 50px;
background-position: 3px 2px; }
#extra_fields_button {
position: absolute;
top: 38px;
right: 86.5px;
width: 10px;
height: 10px;
border: 1px solid #D0D0D0;
border-width: 0 1px 1px 1px;
border-radius: 0 0 4px 4px;
cursor: pointer;
margin: 0;
padding: 0 0 0 1px;
-moz-user-select: none;
-webkit-user-select: none; }
@-moz-document url-prefix() {
#extra_fields_button {
height: 11px; } }
.extra_fields_button_closed {
background: #fff url("/sprite.png") -42px -12px; }
.extra_fields_button_open {
background: #fff url("/sprite.png") -42px 0; }
#add_new_word_button {
float: left;
width: 21px;
height: 20px;
margin: 0 0 0 14px;
padding: 0;
border: 0;
font-size: 12px;
font-family: Tahoma;
color: #AAA;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none; }
#add_new_word_button:hover {
color: #689DF6; }
#clear_search {
position: absolute;
top: 22px;
right: 83px;
width: 20px;
height: 20px;
margin: -14px 0 0 0;
padding: 0;
border: 0;
background: transparent;
text-align: center;
font-family: Tahoma;
font-size: 24px;
color: #CCC;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none; }
#clear_search:hover {
color: #AAA; }
/* Pronunciation */
#pron_link {
position: absolute;
border: 1px solid #CCC;
border-radius: 2px;
width: 80px;
height: 25px;
box-shadow: 0 0 5px #CCC;
box-sizing: border-box; }
#sound {
position: absolute;
border: 1px solid #ccc;
border-radius: 2px;
width: 25px;
height: 25px;
padding: 0;
margin: 0;
background: #fff;
color: #888;
font-size: 12px;
cursor: pointer;
box-shadow: 0 0 5px #CCC;
box-sizing: border-box;
outline: none;
font-family: Tahoma; }
#n_v_a {
position: absolute;
min-width: 25px;
height: 25px;
padding: 0;
margin: 0;
text-align: center;
border-radius: 2px;
z-index: 2;
background: #FFF;
box-sizing: border-box;
-moz-user-select: none;
-webkit-user-select: none; }
.nvadj {
float: left;
border: 1px solid #CCC;
border-width: 1px 1px 1px 0;
min-width: 25px;
height: 25px;
color: #E345CD;
cursor: pointer;
padding: 0 0 0 1px;
margin: 0;
line-height: 23px;
font-size: 12px;
box-sizing: border-box;
border-radius: 2px; }
.nvadj:first-child {
border-width: 1px 1px 1px 1px; }
.meaning_normal {
padding-right: 13px;
font-weight: bold; }
/* = Unsure */
.checkbox_1 {
padding-right: 13px;
color: #CA4026; }
/* = Descrition */
.checkbox_2 {
padding-right: 13px;
font-style: italic; }
/* = Unsure and Descrition */
.checkbox_1_2 {
padding-right: 13px;
font-style: italic;
color: #CA4026; }
/* # */
.edit_button, li .edit_button {
cursor: pointer;
color: #999;
font-family: Arial;
font-size: 13px;
font-weight: normal;
margin-left: -9px;
-moz-user-select: none;
-webkit-user-select: none; }
/* # */
.edit_button:hover {
color: #333; }
.rest_button {
cursor: pointer;
margin-bottom: -1px;
margin-left: -9px;
-moz-user-select: none;
-webkit-user-select: none; }
.rest_button_closed {
display: inline-block;
width: 12px;
height: 10px;
margin: 0 0 -2px -9px;
background: #fff url("/sprite.png") -56px -11px;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none; }
.rest_button_open {
display: inline-block;
width: 12px;
height: 10px;
margin: 0 0 -2px -9px;
background: #fff url("/sprite.png") -56px 1px;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none; }
.correct {
margin-left: 3px; }
/* Add new entry form and Edit entry form */
#add_new_word,
.td_result {
position: fixed;
top: 75px;
width: 400px;
margin: 0;
padding: 1px 3px 4px 2px;
border: 0;
border-radius: 6px;
box-shadow: 0 0 6px #CCC;
background: #E9E9E9;
box-sizing: border-box; }
#add_new_word {
z-index: 4; }
.td_result {
position: static;
width: 100%;
margin-top: 5px;
padding: 2px 2px 25px 3px;
box-shadow: none; }
#newword_lel,
.newword_meaning,
#newword_comment,
#newword_example,
#newword_label,
#source_from_new_add,
.result_lel,
.result_meaning,
.result_meaning_checkbox_both,
.result_meaning_checkbox_descript,
.result_meaning_checkbox_unsure,
.result_comment,
.result_example,
.result_label,
.result_source {
width: 100%;
height: 30px;
min-height: 26px;
margin: 0;
padding: 6px 4px;
border: 0;
border-bottom: 1px solid #E9E9E9;
resize: vertical;
font-family: Tahoma;
font-size: 13px;
color: #555; }
#newword_lel,
.result_lel {
margin-top: 6px; }
#newword_comment,
.result_comment {
height: 50px; }
#newword_example,
.result_example {
height: 80px;
padding-top: 1px; }
#newword_lel,
.newword_meaning,
#newword_label,
#source_from_new_add {
padding: 4px; }
#source_from_new_add,
.result_source {
margin: 0; }
.result_meaning_checkbox_descript {
font-style: italic; }
.result_meaning_checkbox_unsure {
color: #CA4026; }
.result_meaning_checkbox_both {
font-style: italic;
color: #CA4026; }
#closeAdd,
.closeEdit {
position: absolute;
top: -2px;
right: 5px;
width: 16px;
height: 16px;
margin: 0;
padding: 0;
cursor: pointer;
font-family: Tahoma;
font-size: 20px;
color: #AAA; }
.closeEdit {
position: static;
float: right;
margin: -5px 2px 0 0;
padding: 1px 0 0 0; }
#closeAdd:hover,
.closeEdit:hover {
color: #888; }
legend {
color: #909090;
font-size: 12px;
margin: 4px 0 -2px 4px;
padding: 0;
font-family: Tahoma;
cursor: default; }
.descript_unsure {
float: left;
margin: 4px 0 0 0;
padding: 3px 0 0 0;
font-size: 12px;
-moz-user-select: none;
-webkit-user-select: none; }
.checkbox {
float: left;
margin: -1px 0 0 4px; }
#add_new_word .checkbox_description,
.td_result .checkbox_description {
float: left;
margin: -3px 6px 0 4px;
color: #5E5D57;
font-style: italic;
font-size: 13px; }
#add_new_word .checkbox_unsure,
.td_result .checkbox_unsure {
float: left;
margin: -3px 0 0 4px;
color: #CA4026;
font-size: 13px; }
.td_result .checkbox_unsure {
margin-top: -2px; }
.button_del,
.button_save {
display: block;
float: right;
height: 20px;
margin: 0;
padding: 0;
border: 0;
background: transparent;
cursor: pointer;
font-family: Tahoma;
-moz-user-select: none;
-webkit-user-select: none; }
.button_del {
width: 35px;
margin: 4px 0 0 0;
color: #999; }
.button_save {
width: 45px;
margin: 1px 5px 0 12px;
color: #777; }
.button_save:hover {
color: #689DF6; }
.button_del:hover {
color: #FE5C72; }
input[value=add],
input[value=change] {
text-transform: capitalize; }
.bbcodes {
width: 100%;
height: 18px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #FFF;
border: 0;
border-bottom: 1px dotted #D0D0D0;
-moz-user-select: none;
-webkit-user-select: none;
font-size: 13px; }
.bbcodes span {
float: left;
display: block;
width: 18px;
height: 16px;
border: 0;
margin: 0 0 0 2px;
padding: 0;
font-family: Tahoma;
color: #999;
cursor: pointer;
border-radius: 3px;
text-align: center; }
.bbcodes .bbc_b {
padding: 1px 0 0 0;
font-weight: bold; }
.bbcodes .bbc_i {
padding: 1px 0 0 0;
font-style: italic; }
.bbcodes .bbc_u {
padding: 0 0 1px 2px;
text-decoration: underline; }
.bbcodes .bbc_s {
height: 18px;
text-decoration: line-through; }
.bbcodes .bbc_x {
float: right;
padding: 2px 0 0 1px;
margin: 0 16px 0 0;
font-size: 12px; }
.bbcodes .bbc_b:hover,
.bbcodes .bbc_i:hover,
.bbcodes .bbc_u:hover,
.bbcodes .bbc_s:hover {
color: #555; }
.bbcodes .bbc_x:hover {
color: #7BC973; }
#dictionary {
width: 580px;
background: #FFF;
min-height: 400px;
margin: 80px auto 0 auto; }
.row {
display: table-row;
line-height: 100%; }
.word_meaning {
display: table-row; }
.word_en,
.word_ru {
border-bottom: 10px solid #FFF;
display: table-cell;
font-family: Arial;
font-size: 13px; }
.word_en {
width: 150px;
float: left;
padding: 0 10px 0 6px;
color: #535993;
word-wrap: break-word; }
.word_ru {
width: 430px;
padding: 0 6px 0 0;
vertical-align: top;
color: #222; }
.meaning_list {
list-style-type: none;
margin: 0;
padding: 0;
font-weight: normal;
width: 420px;
display: table-cell;
vertical-align: top; }
.meaning_list li {
margin-bottom: 0; }
.comment_list {
list-style-type: lower-latin;
margin: 0 0 0 15px;
padding: 0;
color: #AA7439; }
.comment_list li {
margin: 0 0 2px 0;
padding: 0; }
.word_comment {
margin: 0;
padding: 0 15px 0 0;
color: #4C996B; }
.word_comment .rest_button,
.word_comment .edit_button,
.word_example .edit_button {
margin-left: 4px; }
.list_example, .list_example_sub {
list-style-type: none;
margin: 1px 0 0 0;
padding: 0; }
.list_example li, .list_example_sub li {
margin: 2px 0 4px 1px;
color: #333;
line-height: 1.3;
font-size: 13px;
font-family: Tahoma; }
.word_example {
margin: 2px 0 -1px 0;
padding: 0;
color: #555;
line-height: 1.3;
font-size: 13px;
font-family: Tahoma; }
.word_example_li {
padding-right: 13px;
color: #555; }
.source, .source a {
font-size: 11px;
color: #888; }
.source {
cursor: default; }
li .source {
margin-left: -13px; }
li .word_example_li .source {
margin-left: 0; }
.word_example .source {
margin-left: 0; }
.separator {
font-weight: normal;
color: #999; }
/* Pages */
#pages {
width: 568px;
margin: 10px auto;
height: 17px;
background: url("/sprite.png") 0 -48px no-repeat; }
@-moz-document url-prefix() {
#pages {
background: url("/sprite.png") 0 -44px no-repeat; } }
#pCenter {
float: right;
padding: 0 250px 0 0; }
#pageList {
float: left;
margin: -4px 0 0 0;
padding: 0;
color: #777;
border: 1px solid #FFF; }
@-moz-document url-prefix() {
#pageList {
margin: -2px 0 0 0; } }
#pageList OPTION {
cursor: pointer; }
.pagePrevious {
float: left;
background: #FFF;
width: 15px;
text-align: right;
margin: -3px 0 0 0;
padding: 0 0 1px 0;
font-size: 15px;
color: #CBCBCB;
-moz-user-select: none;
-webkit-user-select: none; }
.pageNext {
float: left;
background: #FFF;
width: 19px;
margin: -3px 0 0 -18px;
padding: 0 0 1px 3px;
text-align: center;
font-size: 15px;
color: #CBCBCB;
-moz-user-select: none;
-webkit-user-select: none; }
@-moz-document url-prefix() {
.pageNext {
width: 15px; } }
.pagePrevious a,
.pageNext a {
font-size: 15px;
color: #999; }
.pagePrevious a:hover,
.pageNext a:hover {
color: deepPink; }
.noPage {
cursor: default; }
/* Delete entry message */
#deleteWarning {
position: fixed;
top: 110px;
left: 210px;
width: 300px;
height: 100px;
padding-top: 30px;
box-shadow: 0 0 5px #777;
border-radius: 5px;
background: #E9E9E9;
border: 5px dashed #FE5C72;
color: #555;
text-align: center;
font-size: 16px;
z-index: 5; }
#deleteYes, #deleteNo {
float: left;
margin-top: 25px;
width: 30px;
height: 30px;
border-radius: 5px;
line-height: 30px;
cursor: pointer;
font-weight: bold; }
#deleteYes {
margin-left: 112px;
color: #FE5C72;
font-size: 16px; }
#deleteYes:hover {
border-bottom: 4px solid #FE5C72; }
#deleteNo {
color: #555;
margin-left: 20px;
font-size: 16px; }
#deleteNo:hover {
border-bottom: 4px solid #555; }
#YesNo {
display: none; }
.label_block {
margin-top: 4px; }
.label_item {
background: #E5E5E5;
border-radius: 6px;
padding: 0 5px;
margin-right: 3px;
font-size: 12px;
font-family: Calibri; }
.label_item a:link,
.label_item a:visited {
color: #777; }
.label_item a:hover,
.label_item a:active {
color: #31B2CE; }
#falseForm {
width: 0;
height: 0;
border: none;
position: fixed; }
.source_headline {
color: #999;
font-size: 11px;
text-transform: uppercase; }
@-moz-document url-prefix() {
.button_del {
margin: 3px 0 0 0; } }
/*# sourceMappingURL=css.css.map */ | 0.278257 | 0.090735 |
.opacity{
filter:opacity(0.4);
filter: blur(7px);
}
.blue:visited{
color:blue;
}
.LogInPopUp{
background-color:white;
height:75%;
width:54%;
position: absolute;
box-shadow: 0px 4px 72px 2px rgba(0, 0, 0, 0.35);
margin:auto;
top:9%;
left:23%;
padding-top:55px;
}
.mail{
display:block;
float:left;
top:162px;
margin-left: 7%;
position: absolute;
}
.lock{
display:block;
float:left;
top:254px;
padding-left: 7%;
position: absolute;
}
.EmailAddress{
display: block;
margin: auto;
width: 82.9%;
height: 54px;
border: solid 1px rgba(0, 0, 0, 0.4);;
margin-top: 31px;
margin-bottom: 31px;
padding-left: 44px;
padding-top: 3px;
padding-bottom: 3px;
background: #FFFFFF;
box-shadow: 0px 0px 20px 7px rgb(0 0 0 / 8%);
border-radius: 5px;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
.PassWord{
display: block;
margin: auto;
width: 82.9%;
height: 54px;
border: solid 1px rgba(0, 0, 0, 0.4);;
margin-top: 31px;
margin-bottom: 10px;
padding-left: 44px;
padding-top: 3px;
padding-bottom: 3px;
background: #FFFFFF;
box-shadow: 0px 0px 20px 7px rgb(0 0 0 / 8%);
border-radius: 5px;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
.LogInButton{
display: block;
border:none;
margin: auto;
width: 86%;
height: 64px;
background: #028946;
box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.1);
border-radius: 5px;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 29px;
color: white;
}
.Question{
margin:auto;
display:block;
text-align: center;
margin-top:10px;
margin-bottom:28px;
}
.GoogleSignInButton{
display: block;
border:none;
margin: auto;
width: 86%;
height: 64px;
box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.1);
border-radius: 5px;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
font-size: 24px;
line-height: 29px;
}
.LogInText{
width: 129px;
height: 57px;
left: 358px;
top: 132px;
margin: 0px 0px 0px 55px;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 57px;
color: #000000;
} | LogIn.css | .opacity{
filter:opacity(0.4);
filter: blur(7px);
}
.blue:visited{
color:blue;
}
.LogInPopUp{
background-color:white;
height:75%;
width:54%;
position: absolute;
box-shadow: 0px 4px 72px 2px rgba(0, 0, 0, 0.35);
margin:auto;
top:9%;
left:23%;
padding-top:55px;
}
.mail{
display:block;
float:left;
top:162px;
margin-left: 7%;
position: absolute;
}
.lock{
display:block;
float:left;
top:254px;
padding-left: 7%;
position: absolute;
}
.EmailAddress{
display: block;
margin: auto;
width: 82.9%;
height: 54px;
border: solid 1px rgba(0, 0, 0, 0.4);;
margin-top: 31px;
margin-bottom: 31px;
padding-left: 44px;
padding-top: 3px;
padding-bottom: 3px;
background: #FFFFFF;
box-shadow: 0px 0px 20px 7px rgb(0 0 0 / 8%);
border-radius: 5px;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
.PassWord{
display: block;
margin: auto;
width: 82.9%;
height: 54px;
border: solid 1px rgba(0, 0, 0, 0.4);;
margin-top: 31px;
margin-bottom: 10px;
padding-left: 44px;
padding-top: 3px;
padding-bottom: 3px;
background: #FFFFFF;
box-shadow: 0px 0px 20px 7px rgb(0 0 0 / 8%);
border-radius: 5px;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
.LogInButton{
display: block;
border:none;
margin: auto;
width: 86%;
height: 64px;
background: #028946;
box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.1);
border-radius: 5px;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 29px;
color: white;
}
.Question{
margin:auto;
display:block;
text-align: center;
margin-top:10px;
margin-bottom:28px;
}
.GoogleSignInButton{
display: block;
border:none;
margin: auto;
width: 86%;
height: 64px;
box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.1);
border-radius: 5px;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
font-size: 24px;
line-height: 29px;
}
.LogInText{
width: 129px;
height: 57px;
left: 358px;
top: 132px;
margin: 0px 0px 0px 55px;
font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 57px;
color: #000000;
} | 0.437824 | 0.087019 |
*,
::after,
::before {
box-sizing: border-box;
}
html {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
}
body {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(auto, 83rem));
background: #86BBD8;
justify-content: center;
align-content: center;
font-size: 2.2rem;
min-height: 100vh;
margin: 0;
}
.card {
max-width: 73rem;
margin: 6rem;
}
.calculated {
text-align: center;
}
.card-title {
border-radius: 1rem 1rem 0 0;
margin: 0;
color: white;
background: #336699;
text-align: center;
padding: 1.5rem 0;
font-weight: 500;
}
h5 {
font-weight: 550;
margin-bottom: 8px;
}
.card-body {
background: white;
color: #212529;
padding: 2rem;
border-radius: 0 0 1rem 1rem;
}
.icon {
background: #336699;
text-align: center;
color: white;
padding: 1rem;
border-radius: 5px 0 0 5px;
}
.inputDiv {
display: grid;
grid-template-columns: 5rem 1fr;
font-size: 2rem;
}
input {
font-size: 2rem;
padding: 0 1rem;
color: #495057;
border-radius: 0 5px 5px 0;
border: 2px solid silver;
border-left: none;
transition: 0.9s;
outline: none;
}
input:focus {
border: 2px solid #555;
border-left: none;
}
.service {
display: grid;
grid-template-columns: 1fr;
}
#select-input {
/* outline: #4CAF50 solid 1px; */
border-radius: 5px;
border: 2px solid silver;
height: 4.8rem;
font-size: 2rem;
padding: 1rem 2rem;
color: #495057;
}
.btn-container {
display: grid;
justify-content: center;
grid-template-columns: repeat(auto-fit, minmax(auto, 59rem));
}
#btn {
background: #336699;
outline: none;
align-self: center;
padding: 1rem 5rem;
margin: 0 4rem;
color: white;
border: 1px solid transparent;
border-radius: .8rem;
cursor: pointer;
font-size: 2rem;
border-radius: .7rem;
}
#btn:hover {
background: #86BBD8;
color: #212529;
transition: 0.5s;
}
/* feedback */
.feedback {
display: none;
text-align: center;
font-size: 1.5rem;
background: #F8D7DA;
padding: 0.5rem;
border-radius: 0.5rem;
}
.loader {
display: none;
}
.results {
display: none;
}
/* .showItem {
display: block;
} */ | projects/28-jsProjects/08-tipCalculator/style.css | *,
::after,
::before {
box-sizing: border-box;
}
html {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
}
body {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(auto, 83rem));
background: #86BBD8;
justify-content: center;
align-content: center;
font-size: 2.2rem;
min-height: 100vh;
margin: 0;
}
.card {
max-width: 73rem;
margin: 6rem;
}
.calculated {
text-align: center;
}
.card-title {
border-radius: 1rem 1rem 0 0;
margin: 0;
color: white;
background: #336699;
text-align: center;
padding: 1.5rem 0;
font-weight: 500;
}
h5 {
font-weight: 550;
margin-bottom: 8px;
}
.card-body {
background: white;
color: #212529;
padding: 2rem;
border-radius: 0 0 1rem 1rem;
}
.icon {
background: #336699;
text-align: center;
color: white;
padding: 1rem;
border-radius: 5px 0 0 5px;
}
.inputDiv {
display: grid;
grid-template-columns: 5rem 1fr;
font-size: 2rem;
}
input {
font-size: 2rem;
padding: 0 1rem;
color: #495057;
border-radius: 0 5px 5px 0;
border: 2px solid silver;
border-left: none;
transition: 0.9s;
outline: none;
}
input:focus {
border: 2px solid #555;
border-left: none;
}
.service {
display: grid;
grid-template-columns: 1fr;
}
#select-input {
/* outline: #4CAF50 solid 1px; */
border-radius: 5px;
border: 2px solid silver;
height: 4.8rem;
font-size: 2rem;
padding: 1rem 2rem;
color: #495057;
}
.btn-container {
display: grid;
justify-content: center;
grid-template-columns: repeat(auto-fit, minmax(auto, 59rem));
}
#btn {
background: #336699;
outline: none;
align-self: center;
padding: 1rem 5rem;
margin: 0 4rem;
color: white;
border: 1px solid transparent;
border-radius: .8rem;
cursor: pointer;
font-size: 2rem;
border-radius: .7rem;
}
#btn:hover {
background: #86BBD8;
color: #212529;
transition: 0.5s;
}
/* feedback */
.feedback {
display: none;
text-align: center;
font-size: 1.5rem;
background: #F8D7DA;
padding: 0.5rem;
border-radius: 0.5rem;
}
.loader {
display: none;
}
.results {
display: none;
}
/* .showItem {
display: block;
} */ | 0.516839 | 0.123551 |
@media (max-width: 1376px) {
.headPrice, .creditMargin .form-control, .navbar-default .navbar-nav>li>a, .nav-tabs>li>a, .sideNav .header > a, .nameField input,
.nameField select, .nameField textarea, table.table th, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.mainButton, .btn.btn-info.btn-large, .white ul li, .white ol li, .sideNav .header a, .gray .panel-title>a:first-child,
table.table th, table.table td, table.table tbody th, table.table tbody td {font-size: 13px !important;}
.white h2, .midFooter ul li a, .bottomFooter .first-list li a, .gray a, .create-cloudspace, .dropdown-menu>li>a, .control-label,
.msg.alert.alert-warning p, .table.users-table .header .btn, .white p, .bottomFooter ul li a, .bottomFooter ul li, .machineList ul li a, .storage-size-list button { font-size: 13px; }
.machineList ul li a, .storage-size-list button { font-weight: normal; }
.mainButton, .btn.btn-info.btn-large { padding: 7px 10px !important; }
.white ul li, .white ol li { line-height: 30px; }
.sideNav .header a { text-align: center; }
.msg.alert.alert-warning p { line-height: 12px; }
.gray .panel-title>a{ padding: 8px 14px; }
.table.users-table .header .btn { padding: 3px 5px; }
.white p { line-height: 24px !important; }
.bottomFooter ul li a, .bottomFooter ul li { color: #FFF; font-family: arial, sans-serif; }
.gray .panel-heading .panel-title>a{ background: url(../.files/img/images/acc-arrow-close.png) 13px 10px no-repeat #F3F3F3 !important; padding: 8px 25px; color: #4f4f4f !important; }
.user-name, .form-horizontal.contact_form label, .inputStyle, .areaStyle textarea { font-size: 12px !important; }
h4, .h4 { font-size: 18px; }
.question-symbol i { font-size: 18px !important; }
.expires { width: 39% !important; margin: 0 3px; }
.creditForm .nameField { width: 60% !important; }
.creditForm .nameField h2 { max-width: 102px !important; }
.nameField h2 { max-width: 73px !important; }
.boxes p { width: 340px !important; }
.mainText { font-size: 36px !important; }
.nameField { width: 57% !important; }
.leftIcon { margin: 0 0 0 204px; }
.machineList ul li, .storage-size-list li { margin: 17px 4px !important; }
.signUp { font-size: 10px; }
.navbar-nav>li>a { padding-top: 5px; padding-bottom: 5px; }
.navbar.navbar-default { min-height: 31px; }
.white h1 { font-size: 24px !important; }
.nav-tabs>li>a:hover { border-color: #eee #eee #ddd; border-bottom: 2px; }
.myNav ul li a { font-size: 14px !important; background-size: 11px auto !important; }
.navbar-right.clearR { margin: 33px 0 0 0; }
.boxes img { width: 100px; }
.gray .panel-body ul li { margin: 0 9px !important; }
.question-symbol { margin: 6px 10px 1px 0 !important; }
.sideNav { width: 138px; }
.topFooter { height: 191px; background: url(../img/images/footer-bg.jpg) no-repeat center top; background-size: 900px auto; }
.arrow { font-size: 24px !important; }
.midFooter { padding: 0; }
.form-control { padding: 0 10px; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { padding: 5px 10px; }
.nav-tabs>li>a { padding: 5px 10px !important; }
.nav-tabs { margin: 10px 0; }
.gray .panel-heading.open .panel-title>a{ background: url(../.files/img/images/acc-arrow-open.png) 11px 11px no-repeat #F3F3F3 !important; padding: 8px 25px; color: #4f4f4f !important; }
.osimage-label { width: 9% !important; }
.account-container.stacked { width: 544px !important; }
.signUpForm .inputWrap { width: 69% !important; }
.marginTop { margin-top: 0px; margin-bottom: 80px; }
.refresh-page { margin-bottom: -25px; font-size: 13px; }
}
@media (max-width: 1290px) {
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #FFF !important;}
.create-cloudspace-container {background: #FFFFFF !important;}
.navbar-default .navbar-nav>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a,
.btn.btn-info.btn-large, .mainButton, .white ul li, .sideNav .header a, .nameField input, .nameField select, .nameField textarea,
.gray .panel-title>a:first-child, table.table th, table.table th, table.table td, table.table tbody th, table.table tbody td, .white h2, .machineList ul li a,
.storage-size-list button, .midFooter ul li a, .bottomFooter .first-list li a, .msg.alert.alert-warning p, .gray a, .create-cloudspace,
.table.users-table .header .btn, .white p,
.dropdown-menu>li>a, .control-label { font-size: 12px !important; }
.white ul li { line-height: 30px; }
.sideNav .header a { text-align: center; }
.gray .panel-title>a{ padding: 8px 14px; }
.btn.btn-info.btn-large, .mainButton { padding: 7px 10px !important; }
.msg.alert.alert-warning p { line-height: 12px; }
.machineList ul li a, .storage-size-list button { font-weight: normal; }
.table.users-table .header .btn { padding: 3px 5px; }
.creditForm .nameField { width: 64% !important; }
.creditForm .nameField h2 { max-width: 69px !important; }
.boxes p { width: 340px !important; }
.mainText { font-size: 40px !important; }
.nameField { width: 76% !important; }
.leftIcon { margin: 0 0 0 90px !important; }
.machineList ul li, .storage-size-list li { margin: 17px 4px !important; }
.signUp { font-size: 11px !important; }
.navbar-nav>li>a { padding-top: 5px 0; }
.navbar.navbar-default { min-height: 31px; }
.white h1 { font-size: 24px !important; }
.nav-tabs>li>a:hover { border-color: #eee #eee #ddd; border-bottom: 2px; }
.myNav ul li a { font-size: 14px !important; background-size: 11px auto !important; }
.navbar-right.clearR { margin: 33px 0 0 0; }
body { background-size: 1290px auto; }
.boxes img { width: 100px; }
h4, .h4 { font-size: 18px; font-weight: bold; }
.sideNav .header > a { font-size: 13px !important; }
.gray .panel-body ul li { margin: 0 9px !important; }
.question-symbol { margin: 6px 10px 1px 0 !important; }
.question-symbol i { font-size: 18px !important; }
.sideNav { width: 138px; }
.topFooter { height: 191px; background: url(../img/images/footer-bg.jpg) no-repeat center top; background-size: 900px auto; }
.arrow { font-size: 24px !important; }
.midFooter { padding: 0; }
.bottomFooter ul li a, .bottomFooter ul li { color: #FFF; font-family: arial, sans-serif; font-size: 13px; }
.form-control { padding: 0 10px; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { padding: 5px 10px; background: #345E79;color: #FFF;}
.nav-tabs>li>a { padding: 5px 10px !important; }
.nav-tabs { margin: 10px 0; }
.gray .panel-heading .panel-title>a{ background: url(../.files/img/images/acc-arrow-close.png) 13px 9px no-repeat #F3F3F3 !important; padding: 8px 25px; color: #4f4f4f !important; }
.gray .panel-heading.open .panel-title>a{ background: url(../.files/img/images/acc-arrow-open.png) 11px 10px no-repeat #F3F3F3 !important; padding: 8px 25px; color: #4f4f4f !important; }
.osimage-label { width: 12% !important; }
#decks-list li { font-size: 13px !important; }
.bottomFooter ul { margin-left: -56px; }
.color3 { margin: 0 0 0 90px; }
.newDecks .boxes h2 { float: none; }
.boxDecks2 { width: 29.333333% !important; }
}
@media (max-width: 1290px) and (min-width: 1280px) {
.container {width: 1280px;}
}
@media (max-width: 1024px) and (min-width: 1024px) {
.container {width: 1024px;}
}
@media (max-width: 1290px) and (min-width: 992px) {
.boxes h2 { float: left; clear: both; }
.boxes p { width: 100% !important; }
.bottomFooter ul { margin-left: -56px; }
.newDecks .color3 { margin: 10px 0; }
.the-price h1, .the-price h1 span { font-size: 16px !important; }
.borderRight1 img { margin-left: -50px; }
.borderRight1 { border-right: 0; }
.borderRight1 + .col-md-6 ul li { list-style: none; }
}
@media (max-width: 992px) {
.access-rights.update .access-right-block {display: block;}
.create-cloudspace-container { background: #4E8BB3 !important; padding-left: 47px;}
.gray a {color: #FFF !important;}
.gray .panel-body {background: inherit !important;border-top: 0 !important;}
.gray .panel-heading.open .panel-title>a{background: url(../img/images/acc-arrow-open-white.png) 11px 10px no-repeat #4E8BB3 !important;padding: 8px 25px;color: #fff !important;}
.pull-right .right { margin: 0 0 0 0;}
.logo { display: inline-block;}
.creditForm .nameField { width: 70% !important; }
.boxes p { width: 77% !important; }
.boxes.font { display: inline-block; width: 100%; margin: 20px 0 !important; }
.nameField { width: 84% !important; }
footer .container { width: auto; }
.midFooter { padding: 0; }
.bottomFooter .col-md-1 { display: none; }
.bottomFooter .col-md-3 { clear: both; }
.modal .col-md-3 h4 { margin: 10px auto !important; }
.gray .panel-heading .panel-title>a{background: url(../img/images/acc-arrow-close-white.png) 13px 9px no-repeat #4E8BB3 !important;padding: 8px 25px; color: #FFF !important;}
.bottomFooter { padding: 0; }
.osimage-label { width: 100% !important; }
.controls2 { width: 100% !important; }
.myNav ul li { text-align: left; margin: 10px 10px; }
.bottomFooter ul { margin-left: -56px; }
.tabOfPrice { clear: both; }
.half.copy.col-md-6 + .justOne { text-align: center; }
.billWrap .span6 { border-left: 0 !important; }
.machine-actions { border-left: 0 !important; }
.form-horizontal.contact_form label { width: 100%; }
.mainButton { margin-bottom: 10px; }
.refresh-page { z-index: 2; position: absolute; right: 15px; top: -21px; font-size: 13px !important;}
.well { padding: 0 0px !important; }
.boxDecks2 { width: auto !important; min-height: auto !important; }
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 { width: 100%; clear: both; }
.bigButtonSignUp {margin-top: 45px !important;margin-bottom: -12px !important;text-align: center !important;}
.borderRight1 { border-right: 0; margin-bottom: 15px; }
.borderRight1 + .col-md-6 ul li { list-style: none; }
.borderRight1 img { margin-left: -50px; }
.navbar-collapse.in {margin-bottom: 35px;}
.nav.navbar-nav li:first-child a {color: #FFF;}
.sideNav { width: 100% !important;position: static !important; padding-bottom: 20px;}
.white { padding-top: 0 !important;}
a.content-gear:after {
content: "Cloud Space Settings";
}
.sm-margin {
margin-top: 35px;
}
}
@media (max-width: 768px) {
.nav-tabs { border-bottom: 1px solid #345E79;}
.navbar-inverse .navbar-toggle {border-color: #333;margin: 8px 35px 0 0;}
.margin-vertical-small{height: 50px; width: 100px; margin-bottom: 36px;}
.nameField textarea { font-size: 16px; }
.creditForm .nameField, .nameField textarea, .osimage-label, .signUpForm .inputWrap input, .controls2, .sideNav { width: 100% !important; }
.boxes.font, .open-cloudspace-nav, .nameField, .nameField input,.nameField select, .modal { width: 100%; }
.boxes.font { display: inline-block; margin: 20px 0; }
.sideNav { position: static !important; }
.nameField h2 { max-width: 100% !important; }
.boxes p { width: 79% !important; }
.jumbotron p { margin-bottom: 0px; font-size: 35px !important; font-weight: 200; }
.mainText { font-size: 35px !important; color: #FFF; }
.dropdown-menu { position: static; }
.navbar-collapse { max-height: inherit !important; }
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #FFF; }
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover { color: #000; }
label + .controls { display: inherit !important; margin: 0 0 0 0; }
footer .container { width: auto; }
.marginText { margin-left: 0px; }
.jumbotron p { font-size: 31px !important; }
.midFooter { padding: 0; }
.bottomFooter .col-md-1 { display: none; }
.bottomFooter .col-md-3 { }
.modal { width: 70% !important; left: 56% !important; }
.modal-footer button { font-size: 12px; }
.modal-header h2 { font-size: 15px; }
.modal .col-md-3 h4 { margin: 10px auto !important; }
.modal .col-md-3 img { display: none; }
.gray .panel-heading .panel-title>a{ background: url(../img/images/acc-arrow-close-white.png) 13px 9px no-repeat #4E8BB3 !important; padding: 8px 25px; color: #FFF !important; }
/* .gray .panel-heading.open .panel-title>a{ background: url(../img/images/acc-arrow-open-black.png) 11px 10px no-repeat #4E8BB3 !important; padding: 8px 25px; color: #000 !important; }*/
.gray .panel-body { background: inherit !important; border-top: 0 !important; }
.gray a { color: #FFF !important; }
.gray a:hover { color: #000 !important; }
.accordionInside { min-width: auto; }
.create-cloudspace-container { background: #4E8BB3 !important; padding-left: 25px;}
.create-cloudspace { color: #FFF; }
.create-cloudspace:hover { color: #000; }
.gray .panel-body ul li { margin: 5px 9px !important; }
.navbar-header + .navbar-collapse .navbar-right { text-align: right; }
.navbar-right.clearR.myNav ul { text-align: right; margin: 13px 0; padding: 0; float: none; }
.myNav ul { float: right; }
.form-horizontal .control-label { text-align: left !important; }
.nav.navbar-nav.navbar-right { text-align: left; }
.account-container.stacked { width: 400px !important; }
.signUpForm .inputWrap { width: 97% !important; }
.upMargin { margin: 30px auto 0 !important; }
.inputWrap { width: 98% !important; }
.myNav ul li { text-align: left; float: none !important; }
.nav.navbar-nav li:first-child { margin: 0; padding: 0; }
.nav.navbar-nav li:first-child a { margin-left: 0; padding-left: 0; margin: 6px 0;}
.bottomFooter ul { margin-left: -56px; }
.navbar-collapse.in { overflow-x: hidden; margin-bottom: 35px;}
.techspecs th.title { display: none; }
.techspecs tr td { display: inherit; }
.appMargin { margin-top: -38px; width: 80%; }
.half.copy.col-md-6 + .justOne { text-align: center; }
.navbar-right > li { padding-left: 0; }
.question-symbol, .question-symbol:hover { color: #fff; margin-left: 5px; }
.signup-btn-decks { position: absolute; top: -50px; width: 93%; left: 0; margin: 0 15px; }
.bigButtonSignUp {margin-top: 45px !important;margin-bottom: -12px !important;text-align: center !important;}
.borderRight1 { border-right: 0; }
.borderRight1 + .col-md-6 ul li { list-style: none; }
.borderRight1 img { margin-left: -50px; }
.create-cloudspace-container li a:hover { color: #FFF !important; }
.accordionInside { padding-bottom: 0 !important; }
}
@media (max-width: 580px) {
.osimage-label, .controls2, .signUpForm .inputWrap input, .boxes p, .nameField textarea,
.boxes.font, .open-cloudspace-nav, .nameField, .nameField input, .nameField select, .sideNav { width: 100% !important; }
.boxes.font { display: inline-block; margin: 20px 0; }
.sideNav { position: static !important; }
.nameField textarea { font-size: 16px; }
.jumbotron p { margin-bottom: 0px; font-size: 30px !important; font-weight: bold; padding-top: 0 !important; }
.mainText { color: #FFF !important; font-size: 25px !important; font-weight: bold; margin-top: 18px; }
.dropdown-menu { position: static; }
.navbar-collapse { max-height: inherit !important; }
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #FFF; }
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover { color: #000; }
label + .controls { display: inherit !important; margin: 0 0 0 0; }
footer .container { width: auto; }
.marginText { margin-left: 0px; }
.midFooter { padding: 0; }
.bottomFooter .col-md-1 { display: none; }
.bottomFooter .col-md-3 { }
.modal { width: 65% !important; left: 65% !important;}
.modal-footer button { font-size: 12px; }
.modal-header h2 { font-size: 15px; }
.modal .col-md-3 h4 { margin: 10px auto !important; }
.modal .col-md-3 img { display: none; }
.gray .panel-heading .panel-title>a{ background: url(../img/images/acc-arrow-close-white.png) 13px 9px no-repeat #4E8BB3 !important; padding: 8px 25px; color: #FFF !important; }
/*.gray .panel-heading.open .panel-title>a{ background: url(../img/images/acc-arrow-open-black.png) 11px 10px no-repeat #4E8BB3 !important; padding: 8px 25px; color: #000 !important; }*/
.gray .panel-body { background: inherit !important; border-top: 0 !important; }
.gray a { color: #FFF !important; }
.gray a:hover { color: #000 !important; }
.accordionInside { min-width: auto; }
.create-cloudspace-container { background: #4E8BB3 !important; }
.create-cloudspace { color: #FFF; }
.create-cloudspace:hover { color: #000; }
.gray .panel-body ul li { margin: 5px 9px !important; }
.navbar-header + .navbar-collapse .navbar-right { text-align: right; }
.navbar-right.clearR.myNav ul { text-align: right; margin: 13px 0; padding: 0; }
.myNav ul { float: right; }
.form-horizontal .control-label { text-align: left !important; }
.nav.navbar-nav.navbar-right { text-align: left; }
.account-container.stacked { width: 400px !important; }
.signUpForm .inputWrap { width: 97% !important; }
.upMargin { margin: 30px auto 0 !important; }
.inputWrap { width: 98% !important; }
.myNav ul li { text-align: left; }
.nav.navbar-nav li:first-child { margin: 0; padding: 0; }
.nav.navbar-nav li:first-child a { margin-left: 0; padding-left: 0; }
.jumbotron { padding: 0; margin:0; }
.boxes h2 { float: left; clear: both; }
.videoMain { margin: 60px 0 0 0 !important; }
.marginTop { margin-top: 50px; margin-bottom: 0 }
.bottomFooter ul li:last-child { height: auto; padding-right: 0; }
.bottomFooter ul { margin-left: -56px; }
body { overflow-x: hidden; }
.nav-tabs>li>a { padding: 5px 7px !important; }
.list .span3 { width: 104px !important; clear: none; }
.list .span9 { position: absolute; }
.login-credentials { display: inline-block; position: absolute; left: 16px; top: 25px; }
.initial { height: 57px !important; display: inline-block; }
.tabbable > ul li { float: inherit; }
.account-container.stacked { width: 262px !important; }
}
@media (max-width: 1376px) and (min-width: 992px) {
.open #drop1 {padding-left: 10px !important; padding-right: 10px !important;}
#drop1 {padding-left: 10px !important; }
}
@media (min-width: 992px) {
.open #drop1 { padding-left: 15px !important;color: #FFF !important;}
.gray .panel-title>a{border: 1px solid #ddd;}
#drop1 {padding-left: 15px !important; }
}
@media (min-width: 768px) and (max-width: 992px) {
.container {
width: auto;
}
.navbar-collapse.collapse { display: none !important;}
.navbar-collapse.collapse.in { display: block !important;}
.navbar-header .collapse, .navbar-toggle { display:block !important; margin: 15px 17px 15px 0 !important;}
.navbar-header {float:none;}
.navbar-nav>li>.dropdown-menu {position: static;width: 100%;border: 0;background: transparent;}
.cloudspace-nav { padding-top: 15px; }
}
@media (min-width: 768px){
.cloudspace-nav { padding-top: 15px; }
}
@media only screen and (max-width : 992px) {
.navbar-nav > li {float: none;}
.nav>li>a {padding-left: 0;}
.navbar-nav { float: none;}
.nav.navbar-nav { clear: both; float: left; margin: 0 0 0 -15px; width: 100%;}
.accordionInside {
padding: 0;
}
.sm-color {
color: #fff !important;
}
}
/* Mobile Media queries Android, Apple */
@media (max-width: 500px) {
.modal{
left: 80% !important;
}
.stick-top-right {
right: 14px !important;
}
.sm-font {
font-size: 12px !important;
}
}
@media (max-width: 425px) {
.modal{
left: 93% !important;
}
}
@media (max-width: 361px) {
.modal{
left: 100% !important;
}
.stick-top-right {
right: 10px !important;
}
.sm-font {
font-size: 10px !important;
}
}
@media (max-height: 350px){
.modal{
top: 85% !important;
}
}
/* End of Media Queries */ | css/media-queries.css | @media (max-width: 1376px) {
.headPrice, .creditMargin .form-control, .navbar-default .navbar-nav>li>a, .nav-tabs>li>a, .sideNav .header > a, .nameField input,
.nameField select, .nameField textarea, table.table th, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.mainButton, .btn.btn-info.btn-large, .white ul li, .white ol li, .sideNav .header a, .gray .panel-title>a:first-child,
table.table th, table.table td, table.table tbody th, table.table tbody td {font-size: 13px !important;}
.white h2, .midFooter ul li a, .bottomFooter .first-list li a, .gray a, .create-cloudspace, .dropdown-menu>li>a, .control-label,
.msg.alert.alert-warning p, .table.users-table .header .btn, .white p, .bottomFooter ul li a, .bottomFooter ul li, .machineList ul li a, .storage-size-list button { font-size: 13px; }
.machineList ul li a, .storage-size-list button { font-weight: normal; }
.mainButton, .btn.btn-info.btn-large { padding: 7px 10px !important; }
.white ul li, .white ol li { line-height: 30px; }
.sideNav .header a { text-align: center; }
.msg.alert.alert-warning p { line-height: 12px; }
.gray .panel-title>a{ padding: 8px 14px; }
.table.users-table .header .btn { padding: 3px 5px; }
.white p { line-height: 24px !important; }
.bottomFooter ul li a, .bottomFooter ul li { color: #FFF; font-family: arial, sans-serif; }
.gray .panel-heading .panel-title>a{ background: url(../.files/img/images/acc-arrow-close.png) 13px 10px no-repeat #F3F3F3 !important; padding: 8px 25px; color: #4f4f4f !important; }
.user-name, .form-horizontal.contact_form label, .inputStyle, .areaStyle textarea { font-size: 12px !important; }
h4, .h4 { font-size: 18px; }
.question-symbol i { font-size: 18px !important; }
.expires { width: 39% !important; margin: 0 3px; }
.creditForm .nameField { width: 60% !important; }
.creditForm .nameField h2 { max-width: 102px !important; }
.nameField h2 { max-width: 73px !important; }
.boxes p { width: 340px !important; }
.mainText { font-size: 36px !important; }
.nameField { width: 57% !important; }
.leftIcon { margin: 0 0 0 204px; }
.machineList ul li, .storage-size-list li { margin: 17px 4px !important; }
.signUp { font-size: 10px; }
.navbar-nav>li>a { padding-top: 5px; padding-bottom: 5px; }
.navbar.navbar-default { min-height: 31px; }
.white h1 { font-size: 24px !important; }
.nav-tabs>li>a:hover { border-color: #eee #eee #ddd; border-bottom: 2px; }
.myNav ul li a { font-size: 14px !important; background-size: 11px auto !important; }
.navbar-right.clearR { margin: 33px 0 0 0; }
.boxes img { width: 100px; }
.gray .panel-body ul li { margin: 0 9px !important; }
.question-symbol { margin: 6px 10px 1px 0 !important; }
.sideNav { width: 138px; }
.topFooter { height: 191px; background: url(../img/images/footer-bg.jpg) no-repeat center top; background-size: 900px auto; }
.arrow { font-size: 24px !important; }
.midFooter { padding: 0; }
.form-control { padding: 0 10px; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { padding: 5px 10px; }
.nav-tabs>li>a { padding: 5px 10px !important; }
.nav-tabs { margin: 10px 0; }
.gray .panel-heading.open .panel-title>a{ background: url(../.files/img/images/acc-arrow-open.png) 11px 11px no-repeat #F3F3F3 !important; padding: 8px 25px; color: #4f4f4f !important; }
.osimage-label { width: 9% !important; }
.account-container.stacked { width: 544px !important; }
.signUpForm .inputWrap { width: 69% !important; }
.marginTop { margin-top: 0px; margin-bottom: 80px; }
.refresh-page { margin-bottom: -25px; font-size: 13px; }
}
@media (max-width: 1290px) {
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #FFF !important;}
.create-cloudspace-container {background: #FFFFFF !important;}
.navbar-default .navbar-nav>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a,
.btn.btn-info.btn-large, .mainButton, .white ul li, .sideNav .header a, .nameField input, .nameField select, .nameField textarea,
.gray .panel-title>a:first-child, table.table th, table.table th, table.table td, table.table tbody th, table.table tbody td, .white h2, .machineList ul li a,
.storage-size-list button, .midFooter ul li a, .bottomFooter .first-list li a, .msg.alert.alert-warning p, .gray a, .create-cloudspace,
.table.users-table .header .btn, .white p,
.dropdown-menu>li>a, .control-label { font-size: 12px !important; }
.white ul li { line-height: 30px; }
.sideNav .header a { text-align: center; }
.gray .panel-title>a{ padding: 8px 14px; }
.btn.btn-info.btn-large, .mainButton { padding: 7px 10px !important; }
.msg.alert.alert-warning p { line-height: 12px; }
.machineList ul li a, .storage-size-list button { font-weight: normal; }
.table.users-table .header .btn { padding: 3px 5px; }
.creditForm .nameField { width: 64% !important; }
.creditForm .nameField h2 { max-width: 69px !important; }
.boxes p { width: 340px !important; }
.mainText { font-size: 40px !important; }
.nameField { width: 76% !important; }
.leftIcon { margin: 0 0 0 90px !important; }
.machineList ul li, .storage-size-list li { margin: 17px 4px !important; }
.signUp { font-size: 11px !important; }
.navbar-nav>li>a { padding-top: 5px 0; }
.navbar.navbar-default { min-height: 31px; }
.white h1 { font-size: 24px !important; }
.nav-tabs>li>a:hover { border-color: #eee #eee #ddd; border-bottom: 2px; }
.myNav ul li a { font-size: 14px !important; background-size: 11px auto !important; }
.navbar-right.clearR { margin: 33px 0 0 0; }
body { background-size: 1290px auto; }
.boxes img { width: 100px; }
h4, .h4 { font-size: 18px; font-weight: bold; }
.sideNav .header > a { font-size: 13px !important; }
.gray .panel-body ul li { margin: 0 9px !important; }
.question-symbol { margin: 6px 10px 1px 0 !important; }
.question-symbol i { font-size: 18px !important; }
.sideNav { width: 138px; }
.topFooter { height: 191px; background: url(../img/images/footer-bg.jpg) no-repeat center top; background-size: 900px auto; }
.arrow { font-size: 24px !important; }
.midFooter { padding: 0; }
.bottomFooter ul li a, .bottomFooter ul li { color: #FFF; font-family: arial, sans-serif; font-size: 13px; }
.form-control { padding: 0 10px; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { padding: 5px 10px; background: #345E79;color: #FFF;}
.nav-tabs>li>a { padding: 5px 10px !important; }
.nav-tabs { margin: 10px 0; }
.gray .panel-heading .panel-title>a{ background: url(../.files/img/images/acc-arrow-close.png) 13px 9px no-repeat #F3F3F3 !important; padding: 8px 25px; color: #4f4f4f !important; }
.gray .panel-heading.open .panel-title>a{ background: url(../.files/img/images/acc-arrow-open.png) 11px 10px no-repeat #F3F3F3 !important; padding: 8px 25px; color: #4f4f4f !important; }
.osimage-label { width: 12% !important; }
#decks-list li { font-size: 13px !important; }
.bottomFooter ul { margin-left: -56px; }
.color3 { margin: 0 0 0 90px; }
.newDecks .boxes h2 { float: none; }
.boxDecks2 { width: 29.333333% !important; }
}
@media (max-width: 1290px) and (min-width: 1280px) {
.container {width: 1280px;}
}
@media (max-width: 1024px) and (min-width: 1024px) {
.container {width: 1024px;}
}
@media (max-width: 1290px) and (min-width: 992px) {
.boxes h2 { float: left; clear: both; }
.boxes p { width: 100% !important; }
.bottomFooter ul { margin-left: -56px; }
.newDecks .color3 { margin: 10px 0; }
.the-price h1, .the-price h1 span { font-size: 16px !important; }
.borderRight1 img { margin-left: -50px; }
.borderRight1 { border-right: 0; }
.borderRight1 + .col-md-6 ul li { list-style: none; }
}
@media (max-width: 992px) {
.access-rights.update .access-right-block {display: block;}
.create-cloudspace-container { background: #4E8BB3 !important; padding-left: 47px;}
.gray a {color: #FFF !important;}
.gray .panel-body {background: inherit !important;border-top: 0 !important;}
.gray .panel-heading.open .panel-title>a{background: url(../img/images/acc-arrow-open-white.png) 11px 10px no-repeat #4E8BB3 !important;padding: 8px 25px;color: #fff !important;}
.pull-right .right { margin: 0 0 0 0;}
.logo { display: inline-block;}
.creditForm .nameField { width: 70% !important; }
.boxes p { width: 77% !important; }
.boxes.font { display: inline-block; width: 100%; margin: 20px 0 !important; }
.nameField { width: 84% !important; }
footer .container { width: auto; }
.midFooter { padding: 0; }
.bottomFooter .col-md-1 { display: none; }
.bottomFooter .col-md-3 { clear: both; }
.modal .col-md-3 h4 { margin: 10px auto !important; }
.gray .panel-heading .panel-title>a{background: url(../img/images/acc-arrow-close-white.png) 13px 9px no-repeat #4E8BB3 !important;padding: 8px 25px; color: #FFF !important;}
.bottomFooter { padding: 0; }
.osimage-label { width: 100% !important; }
.controls2 { width: 100% !important; }
.myNav ul li { text-align: left; margin: 10px 10px; }
.bottomFooter ul { margin-left: -56px; }
.tabOfPrice { clear: both; }
.half.copy.col-md-6 + .justOne { text-align: center; }
.billWrap .span6 { border-left: 0 !important; }
.machine-actions { border-left: 0 !important; }
.form-horizontal.contact_form label { width: 100%; }
.mainButton { margin-bottom: 10px; }
.refresh-page { z-index: 2; position: absolute; right: 15px; top: -21px; font-size: 13px !important;}
.well { padding: 0 0px !important; }
.boxDecks2 { width: auto !important; min-height: auto !important; }
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 { width: 100%; clear: both; }
.bigButtonSignUp {margin-top: 45px !important;margin-bottom: -12px !important;text-align: center !important;}
.borderRight1 { border-right: 0; margin-bottom: 15px; }
.borderRight1 + .col-md-6 ul li { list-style: none; }
.borderRight1 img { margin-left: -50px; }
.navbar-collapse.in {margin-bottom: 35px;}
.nav.navbar-nav li:first-child a {color: #FFF;}
.sideNav { width: 100% !important;position: static !important; padding-bottom: 20px;}
.white { padding-top: 0 !important;}
a.content-gear:after {
content: "Cloud Space Settings";
}
.sm-margin {
margin-top: 35px;
}
}
@media (max-width: 768px) {
.nav-tabs { border-bottom: 1px solid #345E79;}
.navbar-inverse .navbar-toggle {border-color: #333;margin: 8px 35px 0 0;}
.margin-vertical-small{height: 50px; width: 100px; margin-bottom: 36px;}
.nameField textarea { font-size: 16px; }
.creditForm .nameField, .nameField textarea, .osimage-label, .signUpForm .inputWrap input, .controls2, .sideNav { width: 100% !important; }
.boxes.font, .open-cloudspace-nav, .nameField, .nameField input,.nameField select, .modal { width: 100%; }
.boxes.font { display: inline-block; margin: 20px 0; }
.sideNav { position: static !important; }
.nameField h2 { max-width: 100% !important; }
.boxes p { width: 79% !important; }
.jumbotron p { margin-bottom: 0px; font-size: 35px !important; font-weight: 200; }
.mainText { font-size: 35px !important; color: #FFF; }
.dropdown-menu { position: static; }
.navbar-collapse { max-height: inherit !important; }
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #FFF; }
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover { color: #000; }
label + .controls { display: inherit !important; margin: 0 0 0 0; }
footer .container { width: auto; }
.marginText { margin-left: 0px; }
.jumbotron p { font-size: 31px !important; }
.midFooter { padding: 0; }
.bottomFooter .col-md-1 { display: none; }
.bottomFooter .col-md-3 { }
.modal { width: 70% !important; left: 56% !important; }
.modal-footer button { font-size: 12px; }
.modal-header h2 { font-size: 15px; }
.modal .col-md-3 h4 { margin: 10px auto !important; }
.modal .col-md-3 img { display: none; }
.gray .panel-heading .panel-title>a{ background: url(../img/images/acc-arrow-close-white.png) 13px 9px no-repeat #4E8BB3 !important; padding: 8px 25px; color: #FFF !important; }
/* .gray .panel-heading.open .panel-title>a{ background: url(../img/images/acc-arrow-open-black.png) 11px 10px no-repeat #4E8BB3 !important; padding: 8px 25px; color: #000 !important; }*/
.gray .panel-body { background: inherit !important; border-top: 0 !important; }
.gray a { color: #FFF !important; }
.gray a:hover { color: #000 !important; }
.accordionInside { min-width: auto; }
.create-cloudspace-container { background: #4E8BB3 !important; padding-left: 25px;}
.create-cloudspace { color: #FFF; }
.create-cloudspace:hover { color: #000; }
.gray .panel-body ul li { margin: 5px 9px !important; }
.navbar-header + .navbar-collapse .navbar-right { text-align: right; }
.navbar-right.clearR.myNav ul { text-align: right; margin: 13px 0; padding: 0; float: none; }
.myNav ul { float: right; }
.form-horizontal .control-label { text-align: left !important; }
.nav.navbar-nav.navbar-right { text-align: left; }
.account-container.stacked { width: 400px !important; }
.signUpForm .inputWrap { width: 97% !important; }
.upMargin { margin: 30px auto 0 !important; }
.inputWrap { width: 98% !important; }
.myNav ul li { text-align: left; float: none !important; }
.nav.navbar-nav li:first-child { margin: 0; padding: 0; }
.nav.navbar-nav li:first-child a { margin-left: 0; padding-left: 0; margin: 6px 0;}
.bottomFooter ul { margin-left: -56px; }
.navbar-collapse.in { overflow-x: hidden; margin-bottom: 35px;}
.techspecs th.title { display: none; }
.techspecs tr td { display: inherit; }
.appMargin { margin-top: -38px; width: 80%; }
.half.copy.col-md-6 + .justOne { text-align: center; }
.navbar-right > li { padding-left: 0; }
.question-symbol, .question-symbol:hover { color: #fff; margin-left: 5px; }
.signup-btn-decks { position: absolute; top: -50px; width: 93%; left: 0; margin: 0 15px; }
.bigButtonSignUp {margin-top: 45px !important;margin-bottom: -12px !important;text-align: center !important;}
.borderRight1 { border-right: 0; }
.borderRight1 + .col-md-6 ul li { list-style: none; }
.borderRight1 img { margin-left: -50px; }
.create-cloudspace-container li a:hover { color: #FFF !important; }
.accordionInside { padding-bottom: 0 !important; }
}
@media (max-width: 580px) {
.osimage-label, .controls2, .signUpForm .inputWrap input, .boxes p, .nameField textarea,
.boxes.font, .open-cloudspace-nav, .nameField, .nameField input, .nameField select, .sideNav { width: 100% !important; }
.boxes.font { display: inline-block; margin: 20px 0; }
.sideNav { position: static !important; }
.nameField textarea { font-size: 16px; }
.jumbotron p { margin-bottom: 0px; font-size: 30px !important; font-weight: bold; padding-top: 0 !important; }
.mainText { color: #FFF !important; font-size: 25px !important; font-weight: bold; margin-top: 18px; }
.dropdown-menu { position: static; }
.navbar-collapse { max-height: inherit !important; }
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #FFF; }
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover { color: #000; }
label + .controls { display: inherit !important; margin: 0 0 0 0; }
footer .container { width: auto; }
.marginText { margin-left: 0px; }
.midFooter { padding: 0; }
.bottomFooter .col-md-1 { display: none; }
.bottomFooter .col-md-3 { }
.modal { width: 65% !important; left: 65% !important;}
.modal-footer button { font-size: 12px; }
.modal-header h2 { font-size: 15px; }
.modal .col-md-3 h4 { margin: 10px auto !important; }
.modal .col-md-3 img { display: none; }
.gray .panel-heading .panel-title>a{ background: url(../img/images/acc-arrow-close-white.png) 13px 9px no-repeat #4E8BB3 !important; padding: 8px 25px; color: #FFF !important; }
/*.gray .panel-heading.open .panel-title>a{ background: url(../img/images/acc-arrow-open-black.png) 11px 10px no-repeat #4E8BB3 !important; padding: 8px 25px; color: #000 !important; }*/
.gray .panel-body { background: inherit !important; border-top: 0 !important; }
.gray a { color: #FFF !important; }
.gray a:hover { color: #000 !important; }
.accordionInside { min-width: auto; }
.create-cloudspace-container { background: #4E8BB3 !important; }
.create-cloudspace { color: #FFF; }
.create-cloudspace:hover { color: #000; }
.gray .panel-body ul li { margin: 5px 9px !important; }
.navbar-header + .navbar-collapse .navbar-right { text-align: right; }
.navbar-right.clearR.myNav ul { text-align: right; margin: 13px 0; padding: 0; }
.myNav ul { float: right; }
.form-horizontal .control-label { text-align: left !important; }
.nav.navbar-nav.navbar-right { text-align: left; }
.account-container.stacked { width: 400px !important; }
.signUpForm .inputWrap { width: 97% !important; }
.upMargin { margin: 30px auto 0 !important; }
.inputWrap { width: 98% !important; }
.myNav ul li { text-align: left; }
.nav.navbar-nav li:first-child { margin: 0; padding: 0; }
.nav.navbar-nav li:first-child a { margin-left: 0; padding-left: 0; }
.jumbotron { padding: 0; margin:0; }
.boxes h2 { float: left; clear: both; }
.videoMain { margin: 60px 0 0 0 !important; }
.marginTop { margin-top: 50px; margin-bottom: 0 }
.bottomFooter ul li:last-child { height: auto; padding-right: 0; }
.bottomFooter ul { margin-left: -56px; }
body { overflow-x: hidden; }
.nav-tabs>li>a { padding: 5px 7px !important; }
.list .span3 { width: 104px !important; clear: none; }
.list .span9 { position: absolute; }
.login-credentials { display: inline-block; position: absolute; left: 16px; top: 25px; }
.initial { height: 57px !important; display: inline-block; }
.tabbable > ul li { float: inherit; }
.account-container.stacked { width: 262px !important; }
}
@media (max-width: 1376px) and (min-width: 992px) {
.open #drop1 {padding-left: 10px !important; padding-right: 10px !important;}
#drop1 {padding-left: 10px !important; }
}
@media (min-width: 992px) {
.open #drop1 { padding-left: 15px !important;color: #FFF !important;}
.gray .panel-title>a{border: 1px solid #ddd;}
#drop1 {padding-left: 15px !important; }
}
@media (min-width: 768px) and (max-width: 992px) {
.container {
width: auto;
}
.navbar-collapse.collapse { display: none !important;}
.navbar-collapse.collapse.in { display: block !important;}
.navbar-header .collapse, .navbar-toggle { display:block !important; margin: 15px 17px 15px 0 !important;}
.navbar-header {float:none;}
.navbar-nav>li>.dropdown-menu {position: static;width: 100%;border: 0;background: transparent;}
.cloudspace-nav { padding-top: 15px; }
}
@media (min-width: 768px){
.cloudspace-nav { padding-top: 15px; }
}
@media only screen and (max-width : 992px) {
.navbar-nav > li {float: none;}
.nav>li>a {padding-left: 0;}
.navbar-nav { float: none;}
.nav.navbar-nav { clear: both; float: left; margin: 0 0 0 -15px; width: 100%;}
.accordionInside {
padding: 0;
}
.sm-color {
color: #fff !important;
}
}
/* Mobile Media queries Android, Apple */
@media (max-width: 500px) {
.modal{
left: 80% !important;
}
.stick-top-right {
right: 14px !important;
}
.sm-font {
font-size: 12px !important;
}
}
@media (max-width: 425px) {
.modal{
left: 93% !important;
}
}
@media (max-width: 361px) {
.modal{
left: 100% !important;
}
.stick-top-right {
right: 10px !important;
}
.sm-font {
font-size: 10px !important;
}
}
@media (max-height: 350px){
.modal{
top: 85% !important;
}
}
/* End of Media Queries */ | 0.235372 | 0.055669 |
.status-trash .mark {
display: none;
}
.status-super_read .super-mark-read {
display: none;
}
.status-super_read {
background: rgba(243, 243, 243, .85);
color: #222;
}
.status-super_read th,
.status-super_read td,
.status-super_unread th,
.status-super_unread td {
border-bottom: 1px #e5e5e5 solid;
}
.status-super_read a {
color: #777;
font-weight: normal;
}
.status-super_read .row-actions a,
.status-super_unread .row-actions a {
color: #444;
font-weight: normal;
}
.status-super_unread a {
color: black;
font-weight: bold;
}
.status-super_unread .super-mark-unread {
display: none;
}
.status-super_unread {
background-color: white;
}
.super-export-entry-columns {
float:left;
width:100%;
margin: 20px 0px 10px 0px;
}
.super-export-entry-columns .super-entry-column {
float:left;
width:100%;
margin:0;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 2px;
margin-bottom: 2px;
background-color: white;
}
.super-export-entry-columns .super-entry-column.sortable-placeholder {
border:0;
background-image: url("../../images/sortable-placeholder.png");
}
.super-export-entry-columns .super-entry-column span,
.super-export-entry-columns .super-entry-column input {
height: 20px;
display:block;
float:left;
width: 255px;
margin-right:10px;
font-size: 12px;
}
.super-export-entry-columns .super-entry-column span.sort {
width:20px;
float:right;
margin:0;
text-align:center;
}
.super-export-entry-columns .super-entry-column span.sort:after {
content:'\f047';
font-family:'Fontawesome';
color: #888888;
font-size:14px;
display: block;
padding-top: 2px;
}
.super-export-entry-columns .super-entry-column span.sort {
display:none;
cursor:pointer;
}
.super-export-entry-columns .super-entry-column:hover span.sort {
display:block;
}
.super-export-entry-columns .super-entry-column input {
margin-right:0;
}
.super-export-entry-columns .super-entry-column input[type="checkbox"] {
height:16px;
margin:3px 20px 0px 0px;
width:16px;
}
.super-export-selected-columns {
float:right;
}
#super-contact-entry-data .inside table th {
vertical-align:top;
padding:6px 5px 0px 0px;
}
#super-contact-entry-data .inside table textarea {
resize: both;
min-height: 70px;
min-width: 300px;
} | wp-content/plugins/super-forms/assets/css/backend/contact-entry.min.css | .status-trash .mark {
display: none;
}
.status-super_read .super-mark-read {
display: none;
}
.status-super_read {
background: rgba(243, 243, 243, .85);
color: #222;
}
.status-super_read th,
.status-super_read td,
.status-super_unread th,
.status-super_unread td {
border-bottom: 1px #e5e5e5 solid;
}
.status-super_read a {
color: #777;
font-weight: normal;
}
.status-super_read .row-actions a,
.status-super_unread .row-actions a {
color: #444;
font-weight: normal;
}
.status-super_unread a {
color: black;
font-weight: bold;
}
.status-super_unread .super-mark-unread {
display: none;
}
.status-super_unread {
background-color: white;
}
.super-export-entry-columns {
float:left;
width:100%;
margin: 20px 0px 10px 0px;
}
.super-export-entry-columns .super-entry-column {
float:left;
width:100%;
margin:0;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 2px;
margin-bottom: 2px;
background-color: white;
}
.super-export-entry-columns .super-entry-column.sortable-placeholder {
border:0;
background-image: url("../../images/sortable-placeholder.png");
}
.super-export-entry-columns .super-entry-column span,
.super-export-entry-columns .super-entry-column input {
height: 20px;
display:block;
float:left;
width: 255px;
margin-right:10px;
font-size: 12px;
}
.super-export-entry-columns .super-entry-column span.sort {
width:20px;
float:right;
margin:0;
text-align:center;
}
.super-export-entry-columns .super-entry-column span.sort:after {
content:'\f047';
font-family:'Fontawesome';
color: #888888;
font-size:14px;
display: block;
padding-top: 2px;
}
.super-export-entry-columns .super-entry-column span.sort {
display:none;
cursor:pointer;
}
.super-export-entry-columns .super-entry-column:hover span.sort {
display:block;
}
.super-export-entry-columns .super-entry-column input {
margin-right:0;
}
.super-export-entry-columns .super-entry-column input[type="checkbox"] {
height:16px;
margin:3px 20px 0px 0px;
width:16px;
}
.super-export-selected-columns {
float:right;
}
#super-contact-entry-data .inside table th {
vertical-align:top;
padding:6px 5px 0px 0px;
}
#super-contact-entry-data .inside table textarea {
resize: both;
min-height: 70px;
min-width: 300px;
} | 0.377426 | 0.062417 |
* {
background-color: #f2f2f2;
font-size: 1.1rem;
}
body {
margin: 0;
}
header, header *,
footer, footer * {
color: white;
background-color: black;
}
header {
height: 90px;
margin-top: 0;
display: flex;
justify-content: center;
align-items: center;
}
header h1 {
font-size: 2rem;
}
@media (min-width: 0) {
section#courseList {
display: grid;
grid-gap: 10px;
grid-template-columns: 1fr;
}
section div#siteOverview p,
section#courseList div.card {
margin-left: 10px;
margin-right: 10px;
}
div.card {
padding: 0.5rem 1em;
}
}
@media (min-width: 576px) {
header h1,
section#courseList,
section div#siteOverview,
footer div#footerContent {
margin: 0 auto;
width: 540px;
}
section#courseList {
display: grid;
grid-gap: 10px;
grid-template-columns: 1fr 1fr;
}
section div#siteOverview p,
section#courseList div.card {
margin-left: 0;
margin-right: 0;
}
div.card {
padding: 1.8rem 3rem;
}
}
@media (min-width: 768px) {
header h1,
section#courseList,
section div#siteOverview,
footer div#footerContent {
margin: 0 auto;
width: 720px;
}
}
@media (min-width: 992px) {
header h1,
section#courseList,
section div#siteOverview,
footer div#footerContent {
margin: 0 auto;
width: 960px;
}
}
@media (min-width: 1200px) {
header h1,
section#courseList,
section div#siteOverview,
footer div#footerContent {
width: 1140px;
}
}
header h1,
section#courseList,
section div#siteOverview,
footer div#footerContent {
margin: 0 auto;
}
section#courseList,
footer div#footerContent {
padding-top: 10px;
}
div.card {
border: solid 1px #e7e7e7;
display: flex;
flex-direction: column;
}
div.card hr {
border: solid 1px #bdbdbd;
}
div.card, div.card * {
background-color: white;
}
div.card div.card-footer {
margin-top: auto;
}
div.card div.card-footer a.btn-link {
text-decoration: none;
font-weight: bold;
}
footer {
margin-top: 20px;
height: 100px;
} | css/app.css | * {
background-color: #f2f2f2;
font-size: 1.1rem;
}
body {
margin: 0;
}
header, header *,
footer, footer * {
color: white;
background-color: black;
}
header {
height: 90px;
margin-top: 0;
display: flex;
justify-content: center;
align-items: center;
}
header h1 {
font-size: 2rem;
}
@media (min-width: 0) {
section#courseList {
display: grid;
grid-gap: 10px;
grid-template-columns: 1fr;
}
section div#siteOverview p,
section#courseList div.card {
margin-left: 10px;
margin-right: 10px;
}
div.card {
padding: 0.5rem 1em;
}
}
@media (min-width: 576px) {
header h1,
section#courseList,
section div#siteOverview,
footer div#footerContent {
margin: 0 auto;
width: 540px;
}
section#courseList {
display: grid;
grid-gap: 10px;
grid-template-columns: 1fr 1fr;
}
section div#siteOverview p,
section#courseList div.card {
margin-left: 0;
margin-right: 0;
}
div.card {
padding: 1.8rem 3rem;
}
}
@media (min-width: 768px) {
header h1,
section#courseList,
section div#siteOverview,
footer div#footerContent {
margin: 0 auto;
width: 720px;
}
}
@media (min-width: 992px) {
header h1,
section#courseList,
section div#siteOverview,
footer div#footerContent {
margin: 0 auto;
width: 960px;
}
}
@media (min-width: 1200px) {
header h1,
section#courseList,
section div#siteOverview,
footer div#footerContent {
width: 1140px;
}
}
header h1,
section#courseList,
section div#siteOverview,
footer div#footerContent {
margin: 0 auto;
}
section#courseList,
footer div#footerContent {
padding-top: 10px;
}
div.card {
border: solid 1px #e7e7e7;
display: flex;
flex-direction: column;
}
div.card hr {
border: solid 1px #bdbdbd;
}
div.card, div.card * {
background-color: white;
}
div.card div.card-footer {
margin-top: auto;
}
div.card div.card-footer a.btn-link {
text-decoration: none;
font-weight: bold;
}
footer {
margin-top: 20px;
height: 100px;
} | 0.399109 | 0.161122 |
.App {
text-align: center;
}
.img{
width: 700px;
}
.all_columns{
background-color: #1e4e61;
display: inline-block;
width: 100%;
height: 100%;
}
#newestBtn{
display: grid;
margin-top: 10px;
margin-right: auto;
}
#oldestBtn{
display: grid;
margin-top: 10px;
margin-right: auto;
}
#ascBtn{
display: grid;
margin-top: 10px;
margin-right: auto;
}
.mostUrgIc{
color: crimson;
}
.secMostUrgIc{
color: darkorange;
}
.middleUrgIc{
color: gold;
}
.secLeastUrgIc{
color: greenyellow;
}
.leastUrgIc{
color: darkgreen;
}
.mostUrgIcQ{
color: crimson;
float: right;
}
.secMostUrgIcQ{
color: darkorange;
float: right;
}
.middleUrgIcQ{
color: gold;
float: right;
}
.secLeastUrgIcQ{
color: greenyellow;
float: right;
}
.leastUrgIcQ{
color: darkgreen;
float: right;
}
.completedIc{
color: rgb(7, 115, 20);
margin-left: 10px;
margin-right: 10px;
float: right;
}
.uncompletedIc{
color: crimson;
margin-left: 10px;
margin-right: 10px;
float: right;
}
.column_one{
float: left;
display: grid;
max-width: 18%;
padding-right: 10px;
}
.column_two{
max-width: 78%;
display: grid;
padding-left: 15px;
}
.expandQueueIc{
float: right;
}
.contractQueueIc{
float: right;
}
.trainerBtn{
font-size: 22px
}
.traineeBtn{
font-size: 22px
}
#cueCard{
background-color: lightgray;
text-align: left;
}
.queueBtnBlock{
margin-left: 15px;
float: right;
}
.ticket_comp{
display: inline-block;
margin-left: 5%;
}
#createUrgencyCheck{
color:forestgreen;
}
#createTopicCheck{
color:forestgreen;
}
.create_ticket_div{
float: left;
margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 35px;
padding-right: 25px;
}
.toggle_div{
float: right;
margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
margin-left: auto;
}
.sort_div{
text-align: left;
float: left;
margin-top: 10px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
background-color: #ffffff;
margin-left: 20px;
border-radius: 15px;
}
.filter_div{
float: left;
text-align: left;
margin-top: 10px;
padding-top: 20px;
padding-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
background-color: #ffffff;
margin-left: 20px;
border-radius: 15px;
}
.queue_div{
float: right;
margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
min-width: 1200px;
background-color: #ffffff;
margin-right: 25px;
border-radius: 10px;
}
.App-link {
color: #61dafb;
}
.ticket_title{
font-size: 25px;
font-weight: bold;
text-decoration: underline;
}
#pending_title{
color: crimson;
}
#completed_title{
color: rgb(7, 115, 20);
}
.ticket_div{
margin-top: 10px;
} | Frontend/React/queue/src/App.css | .App {
text-align: center;
}
.img{
width: 700px;
}
.all_columns{
background-color: #1e4e61;
display: inline-block;
width: 100%;
height: 100%;
}
#newestBtn{
display: grid;
margin-top: 10px;
margin-right: auto;
}
#oldestBtn{
display: grid;
margin-top: 10px;
margin-right: auto;
}
#ascBtn{
display: grid;
margin-top: 10px;
margin-right: auto;
}
.mostUrgIc{
color: crimson;
}
.secMostUrgIc{
color: darkorange;
}
.middleUrgIc{
color: gold;
}
.secLeastUrgIc{
color: greenyellow;
}
.leastUrgIc{
color: darkgreen;
}
.mostUrgIcQ{
color: crimson;
float: right;
}
.secMostUrgIcQ{
color: darkorange;
float: right;
}
.middleUrgIcQ{
color: gold;
float: right;
}
.secLeastUrgIcQ{
color: greenyellow;
float: right;
}
.leastUrgIcQ{
color: darkgreen;
float: right;
}
.completedIc{
color: rgb(7, 115, 20);
margin-left: 10px;
margin-right: 10px;
float: right;
}
.uncompletedIc{
color: crimson;
margin-left: 10px;
margin-right: 10px;
float: right;
}
.column_one{
float: left;
display: grid;
max-width: 18%;
padding-right: 10px;
}
.column_two{
max-width: 78%;
display: grid;
padding-left: 15px;
}
.expandQueueIc{
float: right;
}
.contractQueueIc{
float: right;
}
.trainerBtn{
font-size: 22px
}
.traineeBtn{
font-size: 22px
}
#cueCard{
background-color: lightgray;
text-align: left;
}
.queueBtnBlock{
margin-left: 15px;
float: right;
}
.ticket_comp{
display: inline-block;
margin-left: 5%;
}
#createUrgencyCheck{
color:forestgreen;
}
#createTopicCheck{
color:forestgreen;
}
.create_ticket_div{
float: left;
margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 35px;
padding-right: 25px;
}
.toggle_div{
float: right;
margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
margin-left: auto;
}
.sort_div{
text-align: left;
float: left;
margin-top: 10px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
background-color: #ffffff;
margin-left: 20px;
border-radius: 15px;
}
.filter_div{
float: left;
text-align: left;
margin-top: 10px;
padding-top: 20px;
padding-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
background-color: #ffffff;
margin-left: 20px;
border-radius: 15px;
}
.queue_div{
float: right;
margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
min-width: 1200px;
background-color: #ffffff;
margin-right: 25px;
border-radius: 10px;
}
.App-link {
color: #61dafb;
}
.ticket_title{
font-size: 25px;
font-weight: bold;
text-decoration: underline;
}
#pending_title{
color: crimson;
}
#completed_title{
color: rgb(7, 115, 20);
}
.ticket_div{
margin-top: 10px;
} | 0.348534 | 0.096025 |
.body_main {
width: 100%;
height: auto;
padding-bottom: 50px;
}
.standard-container {
width: 100%;
height: auto;
box-shadow: 5px 8px 13.92px 2.08px rgb(0 0 0 / 5%);
}
.container-search-content-holder {
width: 100%;
height: auto;
z-index: 5;
background-color: #f8f8f8;
position: relative;
}
.search-ordering-list {
margin-left: -5px;
position: absolute;
margin-top: -78px;
left: 5px;
z-index: 100;
height: auto;
background-color: #f8f8f8;
}
.search-ordering-item {
padding: 27px 40px 26px;
list-style: none;
}
.search-ordering-item:hover {
background-color: #fff;
}
.search-ordering-item-link {
text-decoration: none;
font-family: Catamaran, sans-serif;
font-size: 13px;
font-weight: 800;
letter-spacing: .1em;
color: #212121;
border: none;
text-align: center;
box-sizing: border-box;
text-transform: uppercase;
}
.search-ordering-item:hover .search-ordering-item-link {
color: var(--primary-color);
}
/* ==================product============= */
.container-product {
height: auto;
padding: 0 5px 40px 50px;
width: 100%;
}
.container_list-product .product {
width: 100%;
height: auto;
}
.product-list-item {
width: 100%;
height: auto;
padding: 20px 20px;
}
.product-show_item {
height: auto;
box-shadow: 5px 8px 13.92px 2.08px rgb(0 0 0 / 5%);
}
.product-item {
width: 70%;
height: auto;
}
.product-list_img {
width: 100%;
height: auto;
}
.product-img {
width: 100%;
height: 254px;
overflow: hidden;
}
.product-img .product-show_img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease-in-out;
}
.product-img:hover .product-show_img {
transform: scale(1.03);
}
.product_show-view {
width: 100%;
padding-left: 30px;
background-color: var(--primary-color);
display: flex;
}
.product_item-view {
padding: 10px 10px;
font-size: 14px;
color: #fff;
list-style: none;
}
.product_item-view span a {
text-decoration: none;
color: #fff;
position: relative;
}
.product_item-view span a::after {
content: '';
position: absolute;
display: block;
top: 80%;
left: 1px;
width: 0;
height: 2px;
background-color: #fff;
transition: width ease 0.4s;
will-change: width;
}
.product_item-view span a:hover::after {
width: 100%;
}
.product-content {
width: 100%;
height: auto;
padding: 25px 25px 33px;
}
.product-content .product-title {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
}
.product-title a:hover {
color: var(--primary-color);
}
.product-title a {
text-decoration: none;
color: var(--text-color);
}
.product-text {
width: 100%;
height: 48px;
overflow: hidden;
word-break: break-word;
margin: 5px 0;
}
.product-text p {
font-size: 14px;
line-height: 1.714285714285714em;
font-weight: 400;
color: #505050;
}
.product_price {
display: flex;
}
.product_price span {
padding-right: 10px;
font-size: 14px;
color: var(--text-color);
font-weight: 600;
}
.img-planes {
width: 100%;
height: 360px;
overflow: hidden;
position: relative;
}
.cloud-effect-planes {
position: absolute;
width: 100%;
height: 100%;
z-index: 10;
background: url(/frontend/img/img_slider/cloud.png);
animation: cloudeffectplans 90s linear infinite;
background-size: cover;
}
.Price-range-card {
font-size: 14px;
color: var(--white-color);
}
.feedback_content-submit.submit-btn {
margin: 5px 0px;
}
.feedback_information-email-card.range {
margin: 45px 0px;
}
.container-feedback.sandard-list .filter-wrap-item{
margin: 15px 0px;
}
.filter__icon-calendar, .filter__icon-place, .filter__icon-location-search::before {
content: '\f002';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
font-weight: 600;
font-size: 1.2rem;
color: #848484;
font-family: "Font Awesome 5 Free";
}
.filter-wrap-item.about_search{
height: 75px;
}
.sider-range{
height: 50px;
font-size: 18px;
font-weight: 600;
color: #fff;
}
.sider-range input{
list-style: none;
outline: none;
background: #3FD0D4;
text-decoration: none;
border: none;
font-size: 15px;
font-weight: 600;
color: #fff;
}
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
margin: 25px 0px;
height: 20px;
width: 100%;
}
.ui-slider .ui-slider-range {
background: rgb(88, 167, 219);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
height: 25px;
}
.container-feedback.sandard-list{
margin-top: 20px;
} | public/frontend/css/standard_list/standard_list.css | .body_main {
width: 100%;
height: auto;
padding-bottom: 50px;
}
.standard-container {
width: 100%;
height: auto;
box-shadow: 5px 8px 13.92px 2.08px rgb(0 0 0 / 5%);
}
.container-search-content-holder {
width: 100%;
height: auto;
z-index: 5;
background-color: #f8f8f8;
position: relative;
}
.search-ordering-list {
margin-left: -5px;
position: absolute;
margin-top: -78px;
left: 5px;
z-index: 100;
height: auto;
background-color: #f8f8f8;
}
.search-ordering-item {
padding: 27px 40px 26px;
list-style: none;
}
.search-ordering-item:hover {
background-color: #fff;
}
.search-ordering-item-link {
text-decoration: none;
font-family: Catamaran, sans-serif;
font-size: 13px;
font-weight: 800;
letter-spacing: .1em;
color: #212121;
border: none;
text-align: center;
box-sizing: border-box;
text-transform: uppercase;
}
.search-ordering-item:hover .search-ordering-item-link {
color: var(--primary-color);
}
/* ==================product============= */
.container-product {
height: auto;
padding: 0 5px 40px 50px;
width: 100%;
}
.container_list-product .product {
width: 100%;
height: auto;
}
.product-list-item {
width: 100%;
height: auto;
padding: 20px 20px;
}
.product-show_item {
height: auto;
box-shadow: 5px 8px 13.92px 2.08px rgb(0 0 0 / 5%);
}
.product-item {
width: 70%;
height: auto;
}
.product-list_img {
width: 100%;
height: auto;
}
.product-img {
width: 100%;
height: 254px;
overflow: hidden;
}
.product-img .product-show_img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease-in-out;
}
.product-img:hover .product-show_img {
transform: scale(1.03);
}
.product_show-view {
width: 100%;
padding-left: 30px;
background-color: var(--primary-color);
display: flex;
}
.product_item-view {
padding: 10px 10px;
font-size: 14px;
color: #fff;
list-style: none;
}
.product_item-view span a {
text-decoration: none;
color: #fff;
position: relative;
}
.product_item-view span a::after {
content: '';
position: absolute;
display: block;
top: 80%;
left: 1px;
width: 0;
height: 2px;
background-color: #fff;
transition: width ease 0.4s;
will-change: width;
}
.product_item-view span a:hover::after {
width: 100%;
}
.product-content {
width: 100%;
height: auto;
padding: 25px 25px 33px;
}
.product-content .product-title {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
}
.product-title a:hover {
color: var(--primary-color);
}
.product-title a {
text-decoration: none;
color: var(--text-color);
}
.product-text {
width: 100%;
height: 48px;
overflow: hidden;
word-break: break-word;
margin: 5px 0;
}
.product-text p {
font-size: 14px;
line-height: 1.714285714285714em;
font-weight: 400;
color: #505050;
}
.product_price {
display: flex;
}
.product_price span {
padding-right: 10px;
font-size: 14px;
color: var(--text-color);
font-weight: 600;
}
.img-planes {
width: 100%;
height: 360px;
overflow: hidden;
position: relative;
}
.cloud-effect-planes {
position: absolute;
width: 100%;
height: 100%;
z-index: 10;
background: url(/frontend/img/img_slider/cloud.png);
animation: cloudeffectplans 90s linear infinite;
background-size: cover;
}
.Price-range-card {
font-size: 14px;
color: var(--white-color);
}
.feedback_content-submit.submit-btn {
margin: 5px 0px;
}
.feedback_information-email-card.range {
margin: 45px 0px;
}
.container-feedback.sandard-list .filter-wrap-item{
margin: 15px 0px;
}
.filter__icon-calendar, .filter__icon-place, .filter__icon-location-search::before {
content: '\f002';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
font-weight: 600;
font-size: 1.2rem;
color: #848484;
font-family: "Font Awesome 5 Free";
}
.filter-wrap-item.about_search{
height: 75px;
}
.sider-range{
height: 50px;
font-size: 18px;
font-weight: 600;
color: #fff;
}
.sider-range input{
list-style: none;
outline: none;
background: #3FD0D4;
text-decoration: none;
border: none;
font-size: 15px;
font-weight: 600;
color: #fff;
}
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
margin: 25px 0px;
height: 20px;
width: 100%;
}
.ui-slider .ui-slider-range {
background: rgb(88, 167, 219);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
height: 25px;
}
.container-feedback.sandard-list{
margin-top: 20px;
} | 0.604866 | 0.06989 |
.side-nav{
height: 565px;
width: 250px;
background-color: white;
}
.side-link{
padding-top: 50px;
}
.footer{
position: absolute;
width: 100%;
background-color: grey;
bottom: 0;
color: white;
}
.table-border{
border: 1px solid black;
position: absolute;
width: 800px;
left: 300px;
top: 110px;
overflow-y:scroll;
height:490px;
}
.index-title{
position: absolute;
left: 300px;
padding-top: 5px;
}
.welcome-title{
text-align: center;
padding-top: 5px;
}
.welcome-border{
margin: auto;
width: 900px;
height: 400px;
}
.welcome-icon1{
position: absolute;
left: 800px;
top: 200px;
}
.welcome-icon2{
position: absolute;
left: 350px;
top: 200px;
}
.nav-border{
border-right: 1px solid black;
}
.form-border{
border: 1px solid black;
width: 200px;
}
.add-form{
min-height: calc(100vh - 70px);
width: 400px;
margin: auto;
padding-bottom: 20px;
}
.type-text{
position: absolute;
top: 10px;
right: 10;
}
#page-container{
position: relative;
min-height: 100vh;
}
#content-wrap{
padding-bottom: 2.5rem;
}
.error{
color: red;
}
.required{
color: red;
}
.removeWindow{
min-height: calc(100vh - 70px);
width: 400px;
margin: auto;
padding-bottom: 20px;
}
.unavailable{
filter: grayscale(100%);
}
.login-form{
position: relative;
width: 400px;
margin-top: 100px;
margin-left: 500px;
}
.backButton{
position: absolute;
left: 941px;
padding-top: 40px;
}
.search-box{
position: absolute;
left: 860px;
top: 75px;
}
.search-type{
position: absolute;
top: 0px;
left: 178px;
}
.search-submit{
position: absolute;
left: 177px;
top: 0px;
height: 25px;
}
.search-type2{
position: absolute;
top: 0px;
left: 177px;
}
.search-submit2{
position: absolute;
left: 80px;
top: 0px;
height: 25px;
}
.search-box2{
position: absolute;
left: 780px;
top: 75px;
}
.accountLink{
position: absolute;
left: 250px;
}
.account-border{
position: absolute;
background-color: GhostWhite;
top: 100px;
left: 220px;
width: 550px;
}
.account-formLength{
width: 500px;
padding-left: 5px;
}
.account-padding{
padding-top: 10px;
padding-left: 10px;
}
.account-submit{
position: relative;
left: 10px;
}
.account-image{
position: absolute;
background-color: GhostWhite;
top: 1px;
left: 650px;
height: 250px;
width: 250px;
}
.username-link{
color: white;
text-decoration: underline;
position: absolute;
right: 50px;
font-weight: bold;
} | src/main/resources/static/styles.css | .side-nav{
height: 565px;
width: 250px;
background-color: white;
}
.side-link{
padding-top: 50px;
}
.footer{
position: absolute;
width: 100%;
background-color: grey;
bottom: 0;
color: white;
}
.table-border{
border: 1px solid black;
position: absolute;
width: 800px;
left: 300px;
top: 110px;
overflow-y:scroll;
height:490px;
}
.index-title{
position: absolute;
left: 300px;
padding-top: 5px;
}
.welcome-title{
text-align: center;
padding-top: 5px;
}
.welcome-border{
margin: auto;
width: 900px;
height: 400px;
}
.welcome-icon1{
position: absolute;
left: 800px;
top: 200px;
}
.welcome-icon2{
position: absolute;
left: 350px;
top: 200px;
}
.nav-border{
border-right: 1px solid black;
}
.form-border{
border: 1px solid black;
width: 200px;
}
.add-form{
min-height: calc(100vh - 70px);
width: 400px;
margin: auto;
padding-bottom: 20px;
}
.type-text{
position: absolute;
top: 10px;
right: 10;
}
#page-container{
position: relative;
min-height: 100vh;
}
#content-wrap{
padding-bottom: 2.5rem;
}
.error{
color: red;
}
.required{
color: red;
}
.removeWindow{
min-height: calc(100vh - 70px);
width: 400px;
margin: auto;
padding-bottom: 20px;
}
.unavailable{
filter: grayscale(100%);
}
.login-form{
position: relative;
width: 400px;
margin-top: 100px;
margin-left: 500px;
}
.backButton{
position: absolute;
left: 941px;
padding-top: 40px;
}
.search-box{
position: absolute;
left: 860px;
top: 75px;
}
.search-type{
position: absolute;
top: 0px;
left: 178px;
}
.search-submit{
position: absolute;
left: 177px;
top: 0px;
height: 25px;
}
.search-type2{
position: absolute;
top: 0px;
left: 177px;
}
.search-submit2{
position: absolute;
left: 80px;
top: 0px;
height: 25px;
}
.search-box2{
position: absolute;
left: 780px;
top: 75px;
}
.accountLink{
position: absolute;
left: 250px;
}
.account-border{
position: absolute;
background-color: GhostWhite;
top: 100px;
left: 220px;
width: 550px;
}
.account-formLength{
width: 500px;
padding-left: 5px;
}
.account-padding{
padding-top: 10px;
padding-left: 10px;
}
.account-submit{
position: relative;
left: 10px;
}
.account-image{
position: absolute;
background-color: GhostWhite;
top: 1px;
left: 650px;
height: 250px;
width: 250px;
}
.username-link{
color: white;
text-decoration: underline;
position: absolute;
right: 50px;
font-weight: bold;
} | 0.635336 | 0.088939 |
td#upload_comments{
color:#858585;
font-size:110%;}
td#upload_comments a {
color:#858585;}
td#description_views{
width:220px!important;
text-align:right;}
/* PAGES Upload */
table.image-uploader-table, table.image-uploader-table td {
border: none;
padding: 0;
margin: 0;
font-size:13px;}
table.image-uploader-table {
background-color: #EDEDED;
background-image: url("images/upload/line.gif");
background-position: right top;
background-repeat: repeat-y;
border-collapse:collapse;}
table.image-uploader-table tr.top td {valign:top; height:3px; overflow:hidden;}
table.image-uploader-table tr.bottom td {valign:bottom; height:3px; overflow:hidden;}
table.image-uploader-table tr.top td.left, table.image-uploader-table tr.bottom td.left {text-align:left;}
table.image-uploader-table tr.top td.right, table.image-uploader-table tr.bottom td.right {text-align:right;}
table.image-uploader-table tr.top td div, table.image-uploader-table tr.bottom td div {
background-position: right top; background-repeat: no-repeat; width:3px; height:3px; overflow:hidden;}
table.image-uploader-table tr.top td.left div, table.image-uploader-table tr.bottom td.left div {float:left;}
table.image-uploader-table tr.top td.right div, table.image-uploader-table tr.bottom td.right div {float:right;}
table.image-uploader-table tr.top td.left div.empty {
background-image: url("images/upload/corner_left_top.gif");}
table.image-uploader-table tr.top td.right div.empty{background-image: url("images/upload/corner_right_top.gif");}
table.image-uploader-table tr.bottom td.left div.empty{background-image: url("images/upload/corner_left_bottom.gif");}
table.image-uploader-table tr.bottom td.right div.empty{background-image: url("images/upload/corner_right_bottom.gif");}
table.image-uploader-table td.right{width:220px!important; overflow:hidden;}
table.image-uploader-table tr.object td.right{height:260px;}
table.image-uploader-table tr.object td.left {height:260px; vertical-align:top;}
table.image-upload-table-bottom-applet td.right{width:220px!important; overflow:hidden;}
table.image-upload-table-bottom-form td.right,
table.image-upload-table-bottom-classic td.right {width:3px!important; overflow:hidden;}
div.image-uploader-noscript table.image-upload-table-bottom-applet, table.image-upload-table-bottom-form,
table.image-upload-table-bottom-classic{
background: #EDEDED;}
table.image-upload-table-bottom-applet tr.top {display: none;}
table.image-upload-table-bottom-form tr.top td.right div.empty,
table.image-upload-table-bottom-classic tr.top td.right div.empty {
background-image: url("images/upload/corner_right__top.gif");}
table.image-upload-table-bottom-form tr.bottom td.right div.empty,
table.image-upload-table-bottom-classic tr.bottom td.right div.empty {
background-image: url("images/upload/corner_right__bottom.gif");}
div.image-uploader-settings {margin-bottom:2em;}
div.image-upload-form-files {}
div.image-upload-form-file{
float:left;
width:275px;
padding:0px;
margin:0px 10px 10px 0px;
border:none;
background-color:#ededed;}
div.image-upload-form-file div.wd-t, div.image-upload-form-file div.wd-r,
div.image-upload-form-file div.wd-b, div.image-upload-form-file div.wd-l{
background-image:url('images/upload/corner_left__top.gif');
background-position:top left;
background-repeat: no-repeat;}
div.image-upload-form-file div.wd-r{
background-image: url('images/upload/corner_right_top.gif');
background-position:top right;}
div.image-upload-form-file div.wd-b{
background-image: url('images/upload/corner_right__bottom.gif');
background-position:bottom right;}
div.image-upload-form-file div.wd-l{
background-image: url('images/upload/corner_left_bottom.gif')!important;
background-position:bottom left;}
div.image-upload-form-file div.wd-c{
width:275px;
overflow:hidden;
padding:0px;
margin:0px;}
div.image-upload-form-file div.wd-title{
width:100%;
background-color:#D8D8D8;
padding:0px;
margin:0px;}
div.image-upload-form-file div.wd-tl, div.image-upload-form-file div.wd-tr{
background-image: url('images/upload/corner_left__top.gif');
background-position:top left;
background-repeat: no-repeat;}
div.image-upload-form-file div.wd-tr{
background-image: url('images/upload/corner_right_top.gif');
background-position:top right;}
div.image-upload-form-file div.wd-title div{
padding:0px;
margin:0px;}
div.image-upload-form-file div.wd-title div.wd-tl{
padding:6px 6px 6px 10px!important;}
div.image-upload-form-file div.wd-title-header{
font-weight:bold;
font-size:110%;
height:19px;}
div.image-upload-form-file div.wd-del{
width:19px; height:19px;
overfow:hidden;
float:right;
background-image: url('images/upload/delete.gif');
background-position:top right;
background-repeat: no-repeat;
cursor:hand;
cursor:pointer;}
div.image-upload-form-file div.wd-c form,
div.image-upload-form-file div.wd-c div.reply div.inner,
div.image-upload-form-file div.wd-c div.form{
padding:13px 34px 13px 24px!important;}
div.image-upload-form-file div.wd-c div span {
display:block;}
div.image-upload-form-file div.iu-uploader-field-file input,
div.image-upload-form-file div.iu-uploader-field-title input,
div.image-upload-form-file div.iu-uploader-field-tags input,
div.image-upload-form-file div.iu-uploader-field-description textarea {width:215px!important;}
div.image-upload-form-file span.wd-substrate-wait{
background-image: url('images/upload/wait.gif');
background-position:center center;
background-repeat: no-repeat;}
div.image-uploader-result-upload-file{
width:100%;
height: 160px;
background-position:center;
background-repeat:no-repeat;}
/* PAGES Upload Buttons */
div.iu-uploader-button, div.iu-uploader-button-noscript {margin:0px; float:left; padding:0.452em;}
div.iu-uploader-button a:link,
div.iu-uploader-button a:visited,
div.iu-uploader-button a:active,
div.iu-uploader-button a:hover{
border: none;
padding: 0 6px 0 0 ;
margin: 0;
display: block;
height: 34px !important;
width: 156px !important;
overflow: hidden;
background-image: url("images/upload/button_03.gif");
background-position: right top;
background-repeat: no-repeat;
text-decoration: none;
outline: none;
cursor: default;}
div.iu-uploader-button div{
border: none;
padding: 0 0 0 6px ;
margin: 0;
height: 34px !important;
width: 150px !important;
overflow: hidden;
background-image: url("images/upload/button_01.gif");
background-position: left top;
background-repeat: no-repeat;}
div.iu-uploader-button div span{
border: none;
padding:8px 5px 0 5px;
margin: 0;
display: block;
height: 34px !important;
width: 144px !important;
overflow: hidden;
background-image: url("images/upload/button_02.gif");
background-position: left top;
background-repeat: repeat-x;
cursor: default;
text-align: center;
font-weight: bold;
color:#4e4ea5;}
div.iu-uploader-button a:hover {
background-image: url("images/upload/button_push_03.gif");}
div.iu-uploader-button a:hover div {
background-image: url("images/upload/button_push_01.gif");}
div.iu-uploader-button a:hover div span{
background-image: url("images/upload/button_push_02.gif");}
div.iu-uploader-button a.nonactive div span{
color:gray;}
tr.buttons-top div.iu-uploader-buttons {padding:0.47em 1em 0.1em 1em;}
div.iu-uploader-containers {padding:0.47em 1em 0.1em 1.4em;}
tr.buttons-bottom div.iu-uploader-buttons {padding:1em 0.47em 0 1em;}
td.right div.iu-uploader-fields, td.right div.iu-uploader-containers {padding:7px 10px 0px 10px;}
div.iu-uploader-field {margin:5px 0px;}
div.iu-uploader-fields div.iu-uploader-field-image {width:134px; height:140px;}
div.iu-uploader-fields div.iu-uploader-field-image div{padding:20px 7px;}
div.iu-uploader-field-file label, div.iu-uploader-field-title label, div.iu-uploader-field-tags label,
div.iu-uploader-field-description label {display: block;}
div.iu-uploader-field-title {margin-top: 10px;}
div.iu-uploader-field-title input, div.iu-uploader-field-tags input, div.iu-uploader-field-description textarea {width:197px;}
div.iu-uploader-field-public input {float:left; margin-right:5px;}
div.hr{margin:0.012em 0.5em; height:1px; background:#b1b1b1; overflow:hidden;}
div.iu-button-removeall{float:right; font-weight:bold; white-space:nowrap;}
div.iu-uploader-filecount{float:left; font-size:110%; font-weight: bold; white-space:nowrap; padding:0!important;}
div.iu-uploader-filecount div {float:left;}
div.iu-uploader-container {padding:3px 0px;zoom:1;}
div.iu-uploader-container label {float:left; padding-right: 5px;}
div.nojava{padding:10px;}
div.iu-help{
padding:10px;
height:315px;
overflow-y:auto;
background:white;
border:1px solid red;}
div.image-upload-form-files div.wd-upload-file{
float:left;
width:275px;
padding:0px;
margin:0px 10px 10px 0px;
border:none;
background-color:#ededed;}
div.image-upload-form-files div.wd-upload-file div.wd-t, div.image-upload-form-files div.wd-upload-file div.wd-r,
div.image-upload-form-files div.wd-upload-file div.wd-b, div.image-upload-form-files div.wd-upload-file div.wd-l{
background-image: url('images/upload/corner_left__top.gif');
background-position:top left;
background-repeat: no-repeat;}
div.image-upload-form-files div.wd-upload-file div.wd-r{
background-image: url('images/upload/corner_right_top.gif');
background-position:top right;}
div.image-upload-form-files div.wd-upload-file div.wd-b{
background-image: url('images/upload/corner_right__bottom.gif');
background-position:bottom right;}
div.image-upload-form-files div.wd-upload-file div.wd-l{
background-image: url('images/upload/corner_left_bottom.gif')!important;
background-position:bottom left;}
div.image-upload-form-files div.wd-upload-file div.wd-c{
width:275px;
overflow:hidden;
padding:0px;
margin:0px;}
div.image-upload-form-files div.wd-upload-file div.wd-title{
width:100%;
background-color:#D8D8D8;
padding:0px;
margin:0px;}
div.image-upload-form-files div.wd-upload-file div.wd-tl, div.image-upload-form-files div.wd-upload-file div.wd-tr{
background-image: url('images/upload/corner_left__top.gif');
background-position:top left;
background-repeat: no-repeat;}
div.image-upload-form-files div.wd-upload-file div.wd-tr{
background-image: url('images/upload/corner_right_top.gif');
background-position:top right;}
div.image-upload-form-files div.wd-upload-file div.wd-title div{
padding:0px;
margin:0px;}
div.image-upload-form-files div.wd-upload-file div.wd-title div.wd-tl{
padding:6px 6px 6px 10px!important;}
div.image-upload-form-files div.wd-upload-file div.wd-title-header{
font-weight:bold;
font-size:110%;
height:19px;}
div.image-upload-form-files div.wd-upload-file div.wd-del{
width:19px; height:19px;
overfow:hidden;
float:right;
background-image: url('images/upload/delete.gif');
background-position:top right;
background-repeat: no-repeat;
cursor:hand;
cursor:pointer;}
div.image-upload-form-files div.wd-upload-file div.wd-c form,
div.image-upload-form-files div.wd-upload-file div.wd-c div.reply div.inner,
div.image-upload-form-files div.wd-upload-file div.wd-c div.form{
padding:13px 34px 13px 24px!important;}
div.image-upload-form-files div.wd-upload-file div.wd-c div span {
display:block;}
div.image-upload-form-files div.wd-upload-file div.wd-c input, div.image-upload-form-files div.wd-upload-file div.wd-c textarea{
width:215px;}
div.image-upload-form-files div.wd-upload-file span.wd-substrate-wait{
background-image: url('images/upload/wait.gif');
background-position:center center;
background-repeat: no-repeat;}
ul.wd-upload-form-propeties, ul.wd-upload-form-propeties li, ul.wd-upload-form-propeties ol{
margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
div.wd-upload-form-propety-item-value{
margin-left:1em;}
li.wd-upload-form-propety-item fieldset {
border: 1px solid #D8D8D8;
padding: 0 1.5em 1.5em 0.5em;
margin: 1em 1.452em 0 1.452em;
}
table.image-upload-table-bottom-applet fieldset {
}
table.image-upload-table-bottom-classic fieldset, table.image-upload-table-bottom-form fieldset {
width: 45em;}
li.wd-upload-form-propety-item fieldset legend {
padding: 0 1em;
margin-left:2em;
font-size:110%;
color:#000000;}
div.wd-upload-form-propety-item-description{
font-style:italic;
margin-bottom:1.3em;
margin-top:0.3em;
font-size:97%;}
div.bizproc-workflow-template-param{
margin-top:0.7em;}
div.bizproc-workflow-template-param label{
display:block;}
div.bizproc-field-date label, div.bizproc-field-status label{
display:inline;}
span.bizproc-field-value textarea{
height:4em;
width:25em;}
span.bizproc-field-value-int input, span.bizproc-field-value-double input, span.bizproc-field-value-string input,
/*span.bizproc-field-value-text textarea,*/ span.bizproc-field-value-select select, /*span.bizproc-field-value-bool select, */
span.bizproc-field-value-date input, span.bizproc-field-value-datetime input/*, span.bizproc-field-value-user textarea*/ {
width:20em;}
/* Standart */
div.empty-clear{
clear:both;}
form.wd-form{
padding:0;
margin:0;}
font.starrequired{
color:red;} | bitrix/modules/webdav/install/components/bitrix/webdav.element.upload/templates/.default/style.css | td#upload_comments{
color:#858585;
font-size:110%;}
td#upload_comments a {
color:#858585;}
td#description_views{
width:220px!important;
text-align:right;}
/* PAGES Upload */
table.image-uploader-table, table.image-uploader-table td {
border: none;
padding: 0;
margin: 0;
font-size:13px;}
table.image-uploader-table {
background-color: #EDEDED;
background-image: url("images/upload/line.gif");
background-position: right top;
background-repeat: repeat-y;
border-collapse:collapse;}
table.image-uploader-table tr.top td {valign:top; height:3px; overflow:hidden;}
table.image-uploader-table tr.bottom td {valign:bottom; height:3px; overflow:hidden;}
table.image-uploader-table tr.top td.left, table.image-uploader-table tr.bottom td.left {text-align:left;}
table.image-uploader-table tr.top td.right, table.image-uploader-table tr.bottom td.right {text-align:right;}
table.image-uploader-table tr.top td div, table.image-uploader-table tr.bottom td div {
background-position: right top; background-repeat: no-repeat; width:3px; height:3px; overflow:hidden;}
table.image-uploader-table tr.top td.left div, table.image-uploader-table tr.bottom td.left div {float:left;}
table.image-uploader-table tr.top td.right div, table.image-uploader-table tr.bottom td.right div {float:right;}
table.image-uploader-table tr.top td.left div.empty {
background-image: url("images/upload/corner_left_top.gif");}
table.image-uploader-table tr.top td.right div.empty{background-image: url("images/upload/corner_right_top.gif");}
table.image-uploader-table tr.bottom td.left div.empty{background-image: url("images/upload/corner_left_bottom.gif");}
table.image-uploader-table tr.bottom td.right div.empty{background-image: url("images/upload/corner_right_bottom.gif");}
table.image-uploader-table td.right{width:220px!important; overflow:hidden;}
table.image-uploader-table tr.object td.right{height:260px;}
table.image-uploader-table tr.object td.left {height:260px; vertical-align:top;}
table.image-upload-table-bottom-applet td.right{width:220px!important; overflow:hidden;}
table.image-upload-table-bottom-form td.right,
table.image-upload-table-bottom-classic td.right {width:3px!important; overflow:hidden;}
div.image-uploader-noscript table.image-upload-table-bottom-applet, table.image-upload-table-bottom-form,
table.image-upload-table-bottom-classic{
background: #EDEDED;}
table.image-upload-table-bottom-applet tr.top {display: none;}
table.image-upload-table-bottom-form tr.top td.right div.empty,
table.image-upload-table-bottom-classic tr.top td.right div.empty {
background-image: url("images/upload/corner_right__top.gif");}
table.image-upload-table-bottom-form tr.bottom td.right div.empty,
table.image-upload-table-bottom-classic tr.bottom td.right div.empty {
background-image: url("images/upload/corner_right__bottom.gif");}
div.image-uploader-settings {margin-bottom:2em;}
div.image-upload-form-files {}
div.image-upload-form-file{
float:left;
width:275px;
padding:0px;
margin:0px 10px 10px 0px;
border:none;
background-color:#ededed;}
div.image-upload-form-file div.wd-t, div.image-upload-form-file div.wd-r,
div.image-upload-form-file div.wd-b, div.image-upload-form-file div.wd-l{
background-image:url('images/upload/corner_left__top.gif');
background-position:top left;
background-repeat: no-repeat;}
div.image-upload-form-file div.wd-r{
background-image: url('images/upload/corner_right_top.gif');
background-position:top right;}
div.image-upload-form-file div.wd-b{
background-image: url('images/upload/corner_right__bottom.gif');
background-position:bottom right;}
div.image-upload-form-file div.wd-l{
background-image: url('images/upload/corner_left_bottom.gif')!important;
background-position:bottom left;}
div.image-upload-form-file div.wd-c{
width:275px;
overflow:hidden;
padding:0px;
margin:0px;}
div.image-upload-form-file div.wd-title{
width:100%;
background-color:#D8D8D8;
padding:0px;
margin:0px;}
div.image-upload-form-file div.wd-tl, div.image-upload-form-file div.wd-tr{
background-image: url('images/upload/corner_left__top.gif');
background-position:top left;
background-repeat: no-repeat;}
div.image-upload-form-file div.wd-tr{
background-image: url('images/upload/corner_right_top.gif');
background-position:top right;}
div.image-upload-form-file div.wd-title div{
padding:0px;
margin:0px;}
div.image-upload-form-file div.wd-title div.wd-tl{
padding:6px 6px 6px 10px!important;}
div.image-upload-form-file div.wd-title-header{
font-weight:bold;
font-size:110%;
height:19px;}
div.image-upload-form-file div.wd-del{
width:19px; height:19px;
overfow:hidden;
float:right;
background-image: url('images/upload/delete.gif');
background-position:top right;
background-repeat: no-repeat;
cursor:hand;
cursor:pointer;}
div.image-upload-form-file div.wd-c form,
div.image-upload-form-file div.wd-c div.reply div.inner,
div.image-upload-form-file div.wd-c div.form{
padding:13px 34px 13px 24px!important;}
div.image-upload-form-file div.wd-c div span {
display:block;}
div.image-upload-form-file div.iu-uploader-field-file input,
div.image-upload-form-file div.iu-uploader-field-title input,
div.image-upload-form-file div.iu-uploader-field-tags input,
div.image-upload-form-file div.iu-uploader-field-description textarea {width:215px!important;}
div.image-upload-form-file span.wd-substrate-wait{
background-image: url('images/upload/wait.gif');
background-position:center center;
background-repeat: no-repeat;}
div.image-uploader-result-upload-file{
width:100%;
height: 160px;
background-position:center;
background-repeat:no-repeat;}
/* PAGES Upload Buttons */
div.iu-uploader-button, div.iu-uploader-button-noscript {margin:0px; float:left; padding:0.452em;}
div.iu-uploader-button a:link,
div.iu-uploader-button a:visited,
div.iu-uploader-button a:active,
div.iu-uploader-button a:hover{
border: none;
padding: 0 6px 0 0 ;
margin: 0;
display: block;
height: 34px !important;
width: 156px !important;
overflow: hidden;
background-image: url("images/upload/button_03.gif");
background-position: right top;
background-repeat: no-repeat;
text-decoration: none;
outline: none;
cursor: default;}
div.iu-uploader-button div{
border: none;
padding: 0 0 0 6px ;
margin: 0;
height: 34px !important;
width: 150px !important;
overflow: hidden;
background-image: url("images/upload/button_01.gif");
background-position: left top;
background-repeat: no-repeat;}
div.iu-uploader-button div span{
border: none;
padding:8px 5px 0 5px;
margin: 0;
display: block;
height: 34px !important;
width: 144px !important;
overflow: hidden;
background-image: url("images/upload/button_02.gif");
background-position: left top;
background-repeat: repeat-x;
cursor: default;
text-align: center;
font-weight: bold;
color:#4e4ea5;}
div.iu-uploader-button a:hover {
background-image: url("images/upload/button_push_03.gif");}
div.iu-uploader-button a:hover div {
background-image: url("images/upload/button_push_01.gif");}
div.iu-uploader-button a:hover div span{
background-image: url("images/upload/button_push_02.gif");}
div.iu-uploader-button a.nonactive div span{
color:gray;}
tr.buttons-top div.iu-uploader-buttons {padding:0.47em 1em 0.1em 1em;}
div.iu-uploader-containers {padding:0.47em 1em 0.1em 1.4em;}
tr.buttons-bottom div.iu-uploader-buttons {padding:1em 0.47em 0 1em;}
td.right div.iu-uploader-fields, td.right div.iu-uploader-containers {padding:7px 10px 0px 10px;}
div.iu-uploader-field {margin:5px 0px;}
div.iu-uploader-fields div.iu-uploader-field-image {width:134px; height:140px;}
div.iu-uploader-fields div.iu-uploader-field-image div{padding:20px 7px;}
div.iu-uploader-field-file label, div.iu-uploader-field-title label, div.iu-uploader-field-tags label,
div.iu-uploader-field-description label {display: block;}
div.iu-uploader-field-title {margin-top: 10px;}
div.iu-uploader-field-title input, div.iu-uploader-field-tags input, div.iu-uploader-field-description textarea {width:197px;}
div.iu-uploader-field-public input {float:left; margin-right:5px;}
div.hr{margin:0.012em 0.5em; height:1px; background:#b1b1b1; overflow:hidden;}
div.iu-button-removeall{float:right; font-weight:bold; white-space:nowrap;}
div.iu-uploader-filecount{float:left; font-size:110%; font-weight: bold; white-space:nowrap; padding:0!important;}
div.iu-uploader-filecount div {float:left;}
div.iu-uploader-container {padding:3px 0px;zoom:1;}
div.iu-uploader-container label {float:left; padding-right: 5px;}
div.nojava{padding:10px;}
div.iu-help{
padding:10px;
height:315px;
overflow-y:auto;
background:white;
border:1px solid red;}
div.image-upload-form-files div.wd-upload-file{
float:left;
width:275px;
padding:0px;
margin:0px 10px 10px 0px;
border:none;
background-color:#ededed;}
div.image-upload-form-files div.wd-upload-file div.wd-t, div.image-upload-form-files div.wd-upload-file div.wd-r,
div.image-upload-form-files div.wd-upload-file div.wd-b, div.image-upload-form-files div.wd-upload-file div.wd-l{
background-image: url('images/upload/corner_left__top.gif');
background-position:top left;
background-repeat: no-repeat;}
div.image-upload-form-files div.wd-upload-file div.wd-r{
background-image: url('images/upload/corner_right_top.gif');
background-position:top right;}
div.image-upload-form-files div.wd-upload-file div.wd-b{
background-image: url('images/upload/corner_right__bottom.gif');
background-position:bottom right;}
div.image-upload-form-files div.wd-upload-file div.wd-l{
background-image: url('images/upload/corner_left_bottom.gif')!important;
background-position:bottom left;}
div.image-upload-form-files div.wd-upload-file div.wd-c{
width:275px;
overflow:hidden;
padding:0px;
margin:0px;}
div.image-upload-form-files div.wd-upload-file div.wd-title{
width:100%;
background-color:#D8D8D8;
padding:0px;
margin:0px;}
div.image-upload-form-files div.wd-upload-file div.wd-tl, div.image-upload-form-files div.wd-upload-file div.wd-tr{
background-image: url('images/upload/corner_left__top.gif');
background-position:top left;
background-repeat: no-repeat;}
div.image-upload-form-files div.wd-upload-file div.wd-tr{
background-image: url('images/upload/corner_right_top.gif');
background-position:top right;}
div.image-upload-form-files div.wd-upload-file div.wd-title div{
padding:0px;
margin:0px;}
div.image-upload-form-files div.wd-upload-file div.wd-title div.wd-tl{
padding:6px 6px 6px 10px!important;}
div.image-upload-form-files div.wd-upload-file div.wd-title-header{
font-weight:bold;
font-size:110%;
height:19px;}
div.image-upload-form-files div.wd-upload-file div.wd-del{
width:19px; height:19px;
overfow:hidden;
float:right;
background-image: url('images/upload/delete.gif');
background-position:top right;
background-repeat: no-repeat;
cursor:hand;
cursor:pointer;}
div.image-upload-form-files div.wd-upload-file div.wd-c form,
div.image-upload-form-files div.wd-upload-file div.wd-c div.reply div.inner,
div.image-upload-form-files div.wd-upload-file div.wd-c div.form{
padding:13px 34px 13px 24px!important;}
div.image-upload-form-files div.wd-upload-file div.wd-c div span {
display:block;}
div.image-upload-form-files div.wd-upload-file div.wd-c input, div.image-upload-form-files div.wd-upload-file div.wd-c textarea{
width:215px;}
div.image-upload-form-files div.wd-upload-file span.wd-substrate-wait{
background-image: url('images/upload/wait.gif');
background-position:center center;
background-repeat: no-repeat;}
ul.wd-upload-form-propeties, ul.wd-upload-form-propeties li, ul.wd-upload-form-propeties ol{
margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
div.wd-upload-form-propety-item-value{
margin-left:1em;}
li.wd-upload-form-propety-item fieldset {
border: 1px solid #D8D8D8;
padding: 0 1.5em 1.5em 0.5em;
margin: 1em 1.452em 0 1.452em;
}
table.image-upload-table-bottom-applet fieldset {
}
table.image-upload-table-bottom-classic fieldset, table.image-upload-table-bottom-form fieldset {
width: 45em;}
li.wd-upload-form-propety-item fieldset legend {
padding: 0 1em;
margin-left:2em;
font-size:110%;
color:#000000;}
div.wd-upload-form-propety-item-description{
font-style:italic;
margin-bottom:1.3em;
margin-top:0.3em;
font-size:97%;}
div.bizproc-workflow-template-param{
margin-top:0.7em;}
div.bizproc-workflow-template-param label{
display:block;}
div.bizproc-field-date label, div.bizproc-field-status label{
display:inline;}
span.bizproc-field-value textarea{
height:4em;
width:25em;}
span.bizproc-field-value-int input, span.bizproc-field-value-double input, span.bizproc-field-value-string input,
/*span.bizproc-field-value-text textarea,*/ span.bizproc-field-value-select select, /*span.bizproc-field-value-bool select, */
span.bizproc-field-value-date input, span.bizproc-field-value-datetime input/*, span.bizproc-field-value-user textarea*/ {
width:20em;}
/* Standart */
div.empty-clear{
clear:both;}
form.wd-form{
padding:0;
margin:0;}
font.starrequired{
color:red;} | 0.163112 | 0.136695 |
@-moz-document url-prefix("http://pixa.club/"), url-prefix("https://pixa.club/") {
/*
╔╦╗┌─┐┌─┐┌┬┐┬─┐┬ ┬┌─┐┌┬┐┬┬ ┬┌─┐╔╗ ┬ ┬┬─┐┌┐┌ ┌─┐┌─┐┌┬┐
║║├┤ └─┐ │ ├┬┘│ ││ │ │└┐┌┘├┤ ╠╩╗│ │├┬┘│││ │ │ ││││
═╩╝└─┘└─┘ ┴ ┴└─└─┘└─┘ ┴ ┴ └┘ └─┘╚═╝└─┘┴└─┘└┘o└─┘└─┘┴ ┴
---------------------------------------------------
© 2018 SearchThat.net Dark Black Theme Template v3.7 Created By: DestructiveBurn
Contact Me: http://destructiveburn.com/contact
Website: http://destructiveburn.com/
Youtube: https://www.youtube.com/c/destructiveburn
Facebook: https://www.facebook.com/destructiveburn
Twitter: https://twitter.com/DestructiveBurn
Userstyles: https://userstyles.org/users/197510
---------------------------------------------------
SUPPORT MY THEMES BY DONATING
DONATE NOW: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=THX6VARUNN5LU
---------------------------------------------------
---------------------------------------------------
Template Update List Here:
---------------------------------------------------
v3.7 Added this update list. Added Column-2 style. Added Transisions to font colors. Column Link Hover is now default Column-3 style. Column 4 Added. Media Width & Height added. Logo Option URL Added.
---------------------------------------------------
Update List Here:
---------------------------------------------------
V: 1.0.0.0 June 28, 2018 Creation Of Theme
V: 1.0.0.1 July 19, 2018 Added https (SSL) to connect back to the site.
*/
/*####----BROWSER SCROLL BAR----####*/
::-webkit-scrollbar {
background: -webkit-linear-gradient(40deg , #040404 , #0C0C0C , #040404 100%)!important;
border-left: 1px solid #1A1A1A !important;
}
::-webkit-scrollbar-thumb {background-color: #272727!important;border-radius: 16px!important;}
/*####----SELECT_DRAG----####*/
::selection {background: #000000;color: #FF0000;}
/*####----CHROME_AUTOFILL----####*/
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #272727 inset!important;-webkit-animation-name: autofill;-webkit-animation-fill-mode: both;border-color: #1A1A1A !important;}
@-webkit-keyframes autofill {to {color: #CACACA;border-color: #1A1A1A !important;}}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----GLOBAL FONT COLOURS----####*/
/*Media "Screen Size To Small To View. It's time to upgrade you're device!"*/
html:before{color: #C7C7C7 !important;}
/*Text Color White*/
strong{color: #c2c2c2 !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*Text Color Light Grey*/
p,li{color: #616161 !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*Text Color Red*/
.text-muted,.description h2{color: #cc181e !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*Text Color Blue*/
.description h3,.panel-body h1,.amzn-native-header-text,.banner-bg .banner-text{color: #5f84f1 !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----BACKGROUND----####*/
/*Background HTML/Body Color*/
html,body{background: #181818 !important;}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----Removers----####*/
/*Text Shadow*/
::before,h3,header,i,button,footer,label,td,table,div,body,html,a,li,ui,ul,span{text-shadow: 0 0 0 !important;}
/*Box Shadow*/
::before,h3,header,i,button,footer,label,td,table,div,body,html,a,li,ui,ul,span{-webkit-box-shadow: 0 0 0 !important;box-shadow: 0 0 0 !important;}
/*Transparent Gradient Remover*/
.btn-primary,.navbar-nav>li>a:hover,.btn-default{background-color: transparent !important;background-image: -moz-linear-gradient(top, #08c, #0077b3) !important;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0))) !important;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)) !important;background-image: -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0)) !important;background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0)) !important;}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----INPUT COLOURS----####*/
/*Search Input Colors*/
.form-control,.form-control[readonly]{background: #272727 !important;color: #CACACA !important;border-color: #1A1A1A !important;
}
/*####----BUTTON COLOURS----####*/
/*Global Buttons Active*/
.btn-primary:hover,.panel-default>.panel-heading,.btn-default:hover{border-color: #1A1A1A!important;border-bottom-color: #1A1A1A!important;color: #DFDFDF !important;background-color: #0C0C0C !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*Global Buttons Not Active*/
.btn-primary,.panel-default>.panel-heading:hover,.navbar-nav>.active>a,.navbar-nav>li>a:hover,.btn-default{border-color: #1A1A1A!important;border-bottom-color: #1A1A1A!important;color: #DFDFDF !important;background-color: #272727 !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----GLOBAL COLUMN COLOURS----####*/
/*Head Column*/
.footer,div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product,.list-group-item,.panel,.navbar{border-color: #1A1A1A!important;background: #0C0C0C!important;
color: #C2C2C2!important;}
/*Column*/
table,.alert-danger,.banner-bg{border-color: #1A1A1A!important;background: #101010!important;}
/*Column-Dark Red*/
label{border-color: #17213d!important; background-color: #300!important;}
/*Column-Dark Green*/
#switch:checked + label{border-color: #368a02!important; background-color: #368a02!important;}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----GLOBAL BOARDER COLOURS----####*/
/*Border-Color*/
td,th,tr{border-color: #1A1A1A !important;}
/*Other*/
/*Video Player*/
video {max-height: 100% !important;}
}
@-moz-document url-prefix("https://disqus.com/") {
/*Note this also effects all disqus message boxes on all sites. Delete if you need to.*/
/*Search Input Colors*/
.dark .input--text,.textarea-wrapper{background: #272727 !important;color: #CACACA !important;border-color: #1A1A1A !important;
}
} | data/usercss/103405.user.css | @-moz-document url-prefix("http://pixa.club/"), url-prefix("https://pixa.club/") {
/*
╔╦╗┌─┐┌─┐┌┬┐┬─┐┬ ┬┌─┐┌┬┐┬┬ ┬┌─┐╔╗ ┬ ┬┬─┐┌┐┌ ┌─┐┌─┐┌┬┐
║║├┤ └─┐ │ ├┬┘│ ││ │ │└┐┌┘├┤ ╠╩╗│ │├┬┘│││ │ │ ││││
═╩╝└─┘└─┘ ┴ ┴└─└─┘└─┘ ┴ ┴ └┘ └─┘╚═╝└─┘┴└─┘└┘o└─┘└─┘┴ ┴
---------------------------------------------------
© 2018 SearchThat.net Dark Black Theme Template v3.7 Created By: DestructiveBurn
Contact Me: http://destructiveburn.com/contact
Website: http://destructiveburn.com/
Youtube: https://www.youtube.com/c/destructiveburn
Facebook: https://www.facebook.com/destructiveburn
Twitter: https://twitter.com/DestructiveBurn
Userstyles: https://userstyles.org/users/197510
---------------------------------------------------
SUPPORT MY THEMES BY DONATING
DONATE NOW: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=THX6VARUNN5LU
---------------------------------------------------
---------------------------------------------------
Template Update List Here:
---------------------------------------------------
v3.7 Added this update list. Added Column-2 style. Added Transisions to font colors. Column Link Hover is now default Column-3 style. Column 4 Added. Media Width & Height added. Logo Option URL Added.
---------------------------------------------------
Update List Here:
---------------------------------------------------
V: 1.0.0.0 June 28, 2018 Creation Of Theme
V: 1.0.0.1 July 19, 2018 Added https (SSL) to connect back to the site.
*/
/*####----BROWSER SCROLL BAR----####*/
::-webkit-scrollbar {
background: -webkit-linear-gradient(40deg , #040404 , #0C0C0C , #040404 100%)!important;
border-left: 1px solid #1A1A1A !important;
}
::-webkit-scrollbar-thumb {background-color: #272727!important;border-radius: 16px!important;}
/*####----SELECT_DRAG----####*/
::selection {background: #000000;color: #FF0000;}
/*####----CHROME_AUTOFILL----####*/
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #272727 inset!important;-webkit-animation-name: autofill;-webkit-animation-fill-mode: both;border-color: #1A1A1A !important;}
@-webkit-keyframes autofill {to {color: #CACACA;border-color: #1A1A1A !important;}}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----GLOBAL FONT COLOURS----####*/
/*Media "Screen Size To Small To View. It's time to upgrade you're device!"*/
html:before{color: #C7C7C7 !important;}
/*Text Color White*/
strong{color: #c2c2c2 !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*Text Color Light Grey*/
p,li{color: #616161 !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*Text Color Red*/
.text-muted,.description h2{color: #cc181e !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*Text Color Blue*/
.description h3,.panel-body h1,.amzn-native-header-text,.banner-bg .banner-text{color: #5f84f1 !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----BACKGROUND----####*/
/*Background HTML/Body Color*/
html,body{background: #181818 !important;}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----Removers----####*/
/*Text Shadow*/
::before,h3,header,i,button,footer,label,td,table,div,body,html,a,li,ui,ul,span{text-shadow: 0 0 0 !important;}
/*Box Shadow*/
::before,h3,header,i,button,footer,label,td,table,div,body,html,a,li,ui,ul,span{-webkit-box-shadow: 0 0 0 !important;box-shadow: 0 0 0 !important;}
/*Transparent Gradient Remover*/
.btn-primary,.navbar-nav>li>a:hover,.btn-default{background-color: transparent !important;background-image: -moz-linear-gradient(top, #08c, #0077b3) !important;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0))) !important;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)) !important;background-image: -o-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0)) !important;background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0)) !important;}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----INPUT COLOURS----####*/
/*Search Input Colors*/
.form-control,.form-control[readonly]{background: #272727 !important;color: #CACACA !important;border-color: #1A1A1A !important;
}
/*####----BUTTON COLOURS----####*/
/*Global Buttons Active*/
.btn-primary:hover,.panel-default>.panel-heading,.btn-default:hover{border-color: #1A1A1A!important;border-bottom-color: #1A1A1A!important;color: #DFDFDF !important;background-color: #0C0C0C !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*Global Buttons Not Active*/
.btn-primary,.panel-default>.panel-heading:hover,.navbar-nav>.active>a,.navbar-nav>li>a:hover,.btn-default{border-color: #1A1A1A!important;border-bottom-color: #1A1A1A!important;color: #DFDFDF !important;background-color: #272727 !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----GLOBAL COLUMN COLOURS----####*/
/*Head Column*/
.footer,div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product,.list-group-item,.panel,.navbar{border-color: #1A1A1A!important;background: #0C0C0C!important;
color: #C2C2C2!important;}
/*Column*/
table,.alert-danger,.banner-bg{border-color: #1A1A1A!important;background: #101010!important;}
/*Column-Dark Red*/
label{border-color: #17213d!important; background-color: #300!important;}
/*Column-Dark Green*/
#switch:checked + label{border-color: #368a02!important; background-color: #368a02!important;}
/*
####----SPACER_SPACER_SPACER_SPACER_SPACER_SPACER_SPACER----####
*/
/*####----GLOBAL BOARDER COLOURS----####*/
/*Border-Color*/
td,th,tr{border-color: #1A1A1A !important;}
/*Other*/
/*Video Player*/
video {max-height: 100% !important;}
}
@-moz-document url-prefix("https://disqus.com/") {
/*Note this also effects all disqus message boxes on all sites. Delete if you need to.*/
/*Search Input Colors*/
.dark .input--text,.textarea-wrapper{background: #272727 !important;color: #CACACA !important;border-color: #1A1A1A !important;
}
} | 0.369543 | 0.164651 |
body {
margin: 0;
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
color: rgb(255, 0, 156);
}
.shrink {
background-color: rgba(255,145,130, .5);
padding-top: 0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
}
.jambackcol {
background: #181818
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgb(255, 0, 156);
}
/*mobile meni slide*/
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color: #FF369A;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 1rem;
color: #fff;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/*mobile menu slide*/
.bg-dark {
background-color: #000000 !important;
}
.mt-6, .my-6 {
margin-top: 6rem !important;
}
.mt-7, .my-7 {
margin-top: 7rem !important;
}
/*fixed footer*/
.cx-mimi-foot {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
padding: 10px 0px;
background: #000;
z-index: 1000;
}
/*fixed footer*/
.centerit {
display: flex;
align-items: center;
justify-content: center;
}
i.fa.fa-2x {
color: #858585;
}
.entervas-konko {
position: relative;
height: 17rem;
flex-wrap: wrap;
overflow: hidden;
}
@media (max-width: 575.98px) {
.entervas-konko {
position: relative;
height: 14rem;
flex-wrap: wrap;
overflow: hidden;
}
}
.entervas-konko2 {
position: relative;
height: 10rem;
flex-wrap: wrap;
overflow: hidden;
}
.entervas-konko3 {
position: relative;
height: 25rem;
flex-wrap: wrap;
overflow: hidden;
}
@media (max-width: 575.98px) {
.entervas-konko3 {
position: relative;
height: 14rem;
flex-wrap: wrap;
overflow: hidden;
}
}
.vasimg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
object-fit: cover;
transition: 0.8s all;
transform: scale(1);
}
.overlay-light-black {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.60);
}
.text-contain {
/*text-align: center;*/
color: #fff;
position: relative;
padding: 1.8rem;
}
.fivet {
padding-top: 5rem;
}
i.fa.fa-2x.wc {
color: white;
}
.wc {
color: #fff;
}
.wc2 {
color: #545454;
}
small.wc {
color: #fff;
}
h5.mb-0.wc {
color: white;
}
a {
color: #ececec;
text-decoration: none;
background-color: transparent;
}
.card-body2 {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
background: #FF369A;
color: aliceblue;
}
.card-body3 {
padding: 1.25rem;
background: #FF369A;
color: aliceblue;
margin: -1rem 1rem 0rem 1rem;
position: relative;
}
.off_brand_logo {
width: 70px;
height: 70px;
object-fit: cover;
border: 2px solid #858585;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-jam {
color: #fff;
background-color: #FF369A;
border-color: #FF369A;
border-radius: 0rem;
padding: 0.7rem 1rem;
}
.jamcol {
color: #FF369A;
}
/*.jammasback {
background: url(../img/picture1.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}*/
.profileback {
background: #FF369A;
height: 26rem;
padding-top: 9rem;
}
.profileback3 {
background: #181818;
height: 16rem;
padding-top: 8rem;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #181818;
background-clip: padding-box;
border: 1px solid #181818;
border-radius: 0.01rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-bottom: #4f5252 1px solid;
}
.form-control:focus {
color: #495057;
background-color: #181818;
border-color: #181818;
border-bottom: #8c9898 1px solid;
outline: 0;
box-shadow: 0 0 0 0.2rem rgb(24, 24, 24);
}
a:hover {
color: #f3f3f3;
text-decoration: none;
}
.notification_icon {
position: relative;
left: 3.5rem;
top: -3px;
}
.notification_icon2 {
position: relative;
left: 0;
top: 11px;
}
.notification_icon3 {
position: relative;
left: 0;
top: 4px;
}
.num_icon {
position: relative;
left: 40px;
top: 3px;
}
.faoo {
font-size: 20px !important;
}
.badge-pill-noti {
padding-right: 6px;
padding-left: 5px;
border-radius: 10rem;
}
.badge-danger-noti {
color: #fff;
background-color: #ff009c;
}
span.badge.badge-pill-noti.badge-danger-noti {
position: absolute;
top: 13px;
left: 20px;
}
@media (max-width: 575.98px) {
span.badge.badge-pill-noti.badge-danger-noti {
position: absolute;
top: 5px;
left: 12px;
}
}
.container-fluid2 {
width: 90%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (max-width: 575.98px) {
.container-fluid2 {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
.entervas-konko:hover .vasimg {
transform: scale(1.1);
}
.entervas-konko2:hover .vasimg {
transform: scale(1.1);
}
.entervas-konko3:hover .vasimg {
transform: scale(1.1);
}
/*.container-fluid2 {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}*/
.gut {
width: 73%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (max-width: 575.98px) {
.gut {
width: 100%;
padding-right: 1px;
padding-left: 1px;
margin-right: auto;
margin-left: auto;
}
}
.offericon{
width: 16rem;
}
@media (max-width: 575.98px) {
.offericon{
width: 5rem;
}
}
.bg-light {
background-color: #000000 !important;
}
.webmag {
margin-top: 11rem;
}
@media (max-width: 575.98px) {
.webmag {
margin-top: 1rem;
}
}
.webmag2 {
margin-top: 8rem;
}
@media (max-width: 575.98px) {
.webmag2 {
margin-top: 1rem;
}
}
.fa-2ax {
font-size: 23px !important;
}
.nooti{
width: 21rem;
background: #181818;
}
.pro_img{
padding-top: 12rem;
padding-bottom: 4rem;
background: url(../img/propro.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 50vh;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.01rem;
border-bottom-left-radius: 0.01rem;
}
.list-group-item:first-child {
border-top-left-radius: 0.01rem;
border-top-right-radius: 0.01rem;
}
input[type="date"]:before {
content: attr(placeholder) !important;
color: #aaa;
margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
content: "";
}
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #181818;
border-bottom: 1px solid rgb(24, 24, 24);
border: 1px solid rgb(24, 24, 24);
}
.list-group-item-action:hover, .list-group-item-action:focus {
color: #ff009c;
text-decoration: none;
background-color: #181818;
}
.list-group-item.active {
z-index: 2;
color: #ff009c;
background-color: #1b1a1a;
border-color: #181818;
border-left: 1px #ff009c solid;
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.01rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-twitter {
color: #fff;
background-color: #00adff;
border-color: #00adff;
}
.btn-ig {
color: #fff;
background-color: #000;
border-color: #000;
}
.cx-mimi-footlog {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
padding: 10px 0px;
background: #FF369A;
z-index: 1000;
}
.loglog {
padding-top: 6rem;
}
.form-control-log {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #ffffff;
border-radius: 0.01rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-bottom: #4f5252 1px solid;
}
.form-control-log:focus {
color: #495057;
background-color: #ffffff !important;
border-color: #ffffff;
border-bottom: #8c9898 1px solid;
outline: 0;
box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}
a small {
color: #ff009c;
}
/*
.form-control-3 {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #fff;
border-radius: 0.01rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-bottom: #4f5252 1px solid;
}
.form-control-3:focus {
color: #495057;
background-color: #181818;
border-color: #181818;
border-bottom: #8c9898 1px solid;
outline: 0;
box-shadow: 0 0 0 0.2rem blue;
}*/ | public/css/style.css | body {
margin: 0;
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
color: rgb(255, 0, 156);
}
.shrink {
background-color: rgba(255,145,130, .5);
padding-top: 0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
}
.jambackcol {
background: #181818
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgb(255, 0, 156);
}
/*mobile meni slide*/
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color: #FF369A;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 1rem;
color: #fff;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/*mobile menu slide*/
.bg-dark {
background-color: #000000 !important;
}
.mt-6, .my-6 {
margin-top: 6rem !important;
}
.mt-7, .my-7 {
margin-top: 7rem !important;
}
/*fixed footer*/
.cx-mimi-foot {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
padding: 10px 0px;
background: #000;
z-index: 1000;
}
/*fixed footer*/
.centerit {
display: flex;
align-items: center;
justify-content: center;
}
i.fa.fa-2x {
color: #858585;
}
.entervas-konko {
position: relative;
height: 17rem;
flex-wrap: wrap;
overflow: hidden;
}
@media (max-width: 575.98px) {
.entervas-konko {
position: relative;
height: 14rem;
flex-wrap: wrap;
overflow: hidden;
}
}
.entervas-konko2 {
position: relative;
height: 10rem;
flex-wrap: wrap;
overflow: hidden;
}
.entervas-konko3 {
position: relative;
height: 25rem;
flex-wrap: wrap;
overflow: hidden;
}
@media (max-width: 575.98px) {
.entervas-konko3 {
position: relative;
height: 14rem;
flex-wrap: wrap;
overflow: hidden;
}
}
.vasimg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
object-fit: cover;
transition: 0.8s all;
transform: scale(1);
}
.overlay-light-black {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.60);
}
.text-contain {
/*text-align: center;*/
color: #fff;
position: relative;
padding: 1.8rem;
}
.fivet {
padding-top: 5rem;
}
i.fa.fa-2x.wc {
color: white;
}
.wc {
color: #fff;
}
.wc2 {
color: #545454;
}
small.wc {
color: #fff;
}
h5.mb-0.wc {
color: white;
}
a {
color: #ececec;
text-decoration: none;
background-color: transparent;
}
.card-body2 {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
background: #FF369A;
color: aliceblue;
}
.card-body3 {
padding: 1.25rem;
background: #FF369A;
color: aliceblue;
margin: -1rem 1rem 0rem 1rem;
position: relative;
}
.off_brand_logo {
width: 70px;
height: 70px;
object-fit: cover;
border: 2px solid #858585;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-jam {
color: #fff;
background-color: #FF369A;
border-color: #FF369A;
border-radius: 0rem;
padding: 0.7rem 1rem;
}
.jamcol {
color: #FF369A;
}
/*.jammasback {
background: url(../img/picture1.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}*/
.profileback {
background: #FF369A;
height: 26rem;
padding-top: 9rem;
}
.profileback3 {
background: #181818;
height: 16rem;
padding-top: 8rem;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #181818;
background-clip: padding-box;
border: 1px solid #181818;
border-radius: 0.01rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-bottom: #4f5252 1px solid;
}
.form-control:focus {
color: #495057;
background-color: #181818;
border-color: #181818;
border-bottom: #8c9898 1px solid;
outline: 0;
box-shadow: 0 0 0 0.2rem rgb(24, 24, 24);
}
a:hover {
color: #f3f3f3;
text-decoration: none;
}
.notification_icon {
position: relative;
left: 3.5rem;
top: -3px;
}
.notification_icon2 {
position: relative;
left: 0;
top: 11px;
}
.notification_icon3 {
position: relative;
left: 0;
top: 4px;
}
.num_icon {
position: relative;
left: 40px;
top: 3px;
}
.faoo {
font-size: 20px !important;
}
.badge-pill-noti {
padding-right: 6px;
padding-left: 5px;
border-radius: 10rem;
}
.badge-danger-noti {
color: #fff;
background-color: #ff009c;
}
span.badge.badge-pill-noti.badge-danger-noti {
position: absolute;
top: 13px;
left: 20px;
}
@media (max-width: 575.98px) {
span.badge.badge-pill-noti.badge-danger-noti {
position: absolute;
top: 5px;
left: 12px;
}
}
.container-fluid2 {
width: 90%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (max-width: 575.98px) {
.container-fluid2 {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
.entervas-konko:hover .vasimg {
transform: scale(1.1);
}
.entervas-konko2:hover .vasimg {
transform: scale(1.1);
}
.entervas-konko3:hover .vasimg {
transform: scale(1.1);
}
/*.container-fluid2 {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}*/
.gut {
width: 73%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (max-width: 575.98px) {
.gut {
width: 100%;
padding-right: 1px;
padding-left: 1px;
margin-right: auto;
margin-left: auto;
}
}
.offericon{
width: 16rem;
}
@media (max-width: 575.98px) {
.offericon{
width: 5rem;
}
}
.bg-light {
background-color: #000000 !important;
}
.webmag {
margin-top: 11rem;
}
@media (max-width: 575.98px) {
.webmag {
margin-top: 1rem;
}
}
.webmag2 {
margin-top: 8rem;
}
@media (max-width: 575.98px) {
.webmag2 {
margin-top: 1rem;
}
}
.fa-2ax {
font-size: 23px !important;
}
.nooti{
width: 21rem;
background: #181818;
}
.pro_img{
padding-top: 12rem;
padding-bottom: 4rem;
background: url(../img/propro.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 50vh;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.01rem;
border-bottom-left-radius: 0.01rem;
}
.list-group-item:first-child {
border-top-left-radius: 0.01rem;
border-top-right-radius: 0.01rem;
}
input[type="date"]:before {
content: attr(placeholder) !important;
color: #aaa;
margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
content: "";
}
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #181818;
border-bottom: 1px solid rgb(24, 24, 24);
border: 1px solid rgb(24, 24, 24);
}
.list-group-item-action:hover, .list-group-item-action:focus {
color: #ff009c;
text-decoration: none;
background-color: #181818;
}
.list-group-item.active {
z-index: 2;
color: #ff009c;
background-color: #1b1a1a;
border-color: #181818;
border-left: 1px #ff009c solid;
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.01rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-twitter {
color: #fff;
background-color: #00adff;
border-color: #00adff;
}
.btn-ig {
color: #fff;
background-color: #000;
border-color: #000;
}
.cx-mimi-footlog {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
padding: 10px 0px;
background: #FF369A;
z-index: 1000;
}
.loglog {
padding-top: 6rem;
}
.form-control-log {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #ffffff;
border-radius: 0.01rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-bottom: #4f5252 1px solid;
}
.form-control-log:focus {
color: #495057;
background-color: #ffffff !important;
border-color: #ffffff;
border-bottom: #8c9898 1px solid;
outline: 0;
box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}
a small {
color: #ff009c;
}
/*
.form-control-3 {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #fff;
border-radius: 0.01rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-bottom: #4f5252 1px solid;
}
.form-control-3:focus {
color: #495057;
background-color: #181818;
border-color: #181818;
border-bottom: #8c9898 1px solid;
outline: 0;
box-shadow: 0 0 0 0.2rem blue;
}*/ | 0.364551 | 0.055438 |
.text-ivy-hero{
font-size: 18px;
}
/* global overrides */
::selection {
background: #A5CC43;
color: #fff;
}
a:hover {
color: #A5CC43;
}
a.text-dark:hover,
a.text-white:hover {
color: #A5CC43 !important;
}
.section {
padding: 50px 0;
}
.section-title-border::before {
background: #A5CC43;
}
.section-title-border::after {
border: 2px solid #A5CC43;
}
.section-title-border-half::before {
border: 2px solid #A5CC43;
}
.section-title-border-half::after {
background: #A5CC43;
}
.text-primary {
color: #A5CC43 !important;
}
.square-icon {
background: #A5CC43;
}
.round-icon {
color: #A5CC43;
}
.section-title-border-gray::before {
background: #A5CC43;
}
.section-title-border-gray::after {
border: 2px solid #A5CC43;
}
.work-slider .slick-dots li.slick-active button {
border-color: #A5CC43;
}
.overlay-primary::before {
background: #A5CC43;
}
.testimonial-slider .prevArrow,
.testimonial-slider .nextArrow {
color: #A5CC43;
}
.testimonial-icon {
color: #A5CC43;
}
.footer-links li a:hover {
color: #A5CC43;
}
.btn-subscribe {
background: #A5CC43;
}
.back-to-top:hover {
border-color: #A5CC43;
}
.social-icon-outline:hover {
border-color: #A5CC43;
}
/* header and navbar */
.top-header ul li a span {
color: #A5CC43;
}
.navigation .navbar .nav-item .nav-link:hover {
color: #A5CC43;
}
.navigation .navbar .dropdown-item:hover {
color: #A5CC43;
}
.post-content ol li::before{
color: #A5CC43;
}
.work-slider .slick-dots li.slick-active button {
border-color: #A5CC43;
}
.project-menu ul li.active {
background: #A5CC43;
}
.project-info a:hover {
color: #A5CC43;
}
.project-info a:hover {
color: #A5CC43;
}
.project-content h6::before{
color: #A5CC43;
}
.pagination .page-item .page-link:hover {
color: #A5CC43;
}
.pagination .page-item.active .page-link {
color: #A5CC43;
}
.pagination .prev:hover,
.pagination .next:hover {
border-color: #A5CC43;
}
.pagination .prev:hover .page-link,
.pagination .next:hover .page-link {
color: #A5CC43;
}
.post-slider .prevArrow,
.post-slider .nextArrow {
color: #A5CC43;
}
.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
background: rgba(165, 204, 67, 0.5);
}
.btn-primary {
background: #A5CC43;
color: #fff;
}
.btn-primary:active {
background: #A5CC43 !important;
}
.btn-primary:hover {
background: #246B4A;
color: #fff;
}
.btn-secondary {
background: #303032;
color: #fff;
}
.btn-secondary:active {
background: #A5CC43 !important;
}
.btn-secondary:hover {
background: #A5CC43 !important;
background: #246B4A;
}
.card:hover .card-body-2 {
background: #A5CC43;
}
.card:hover .card-body-2::before {
background: #A5CC43;
}
.section-title-border-half-white::before {
border: 2px solid #A5CC43;
}
.section-title-border-half-white::after {
background: #A5CC43;
} | site/static/css/ivytek.css | .text-ivy-hero{
font-size: 18px;
}
/* global overrides */
::selection {
background: #A5CC43;
color: #fff;
}
a:hover {
color: #A5CC43;
}
a.text-dark:hover,
a.text-white:hover {
color: #A5CC43 !important;
}
.section {
padding: 50px 0;
}
.section-title-border::before {
background: #A5CC43;
}
.section-title-border::after {
border: 2px solid #A5CC43;
}
.section-title-border-half::before {
border: 2px solid #A5CC43;
}
.section-title-border-half::after {
background: #A5CC43;
}
.text-primary {
color: #A5CC43 !important;
}
.square-icon {
background: #A5CC43;
}
.round-icon {
color: #A5CC43;
}
.section-title-border-gray::before {
background: #A5CC43;
}
.section-title-border-gray::after {
border: 2px solid #A5CC43;
}
.work-slider .slick-dots li.slick-active button {
border-color: #A5CC43;
}
.overlay-primary::before {
background: #A5CC43;
}
.testimonial-slider .prevArrow,
.testimonial-slider .nextArrow {
color: #A5CC43;
}
.testimonial-icon {
color: #A5CC43;
}
.footer-links li a:hover {
color: #A5CC43;
}
.btn-subscribe {
background: #A5CC43;
}
.back-to-top:hover {
border-color: #A5CC43;
}
.social-icon-outline:hover {
border-color: #A5CC43;
}
/* header and navbar */
.top-header ul li a span {
color: #A5CC43;
}
.navigation .navbar .nav-item .nav-link:hover {
color: #A5CC43;
}
.navigation .navbar .dropdown-item:hover {
color: #A5CC43;
}
.post-content ol li::before{
color: #A5CC43;
}
.work-slider .slick-dots li.slick-active button {
border-color: #A5CC43;
}
.project-menu ul li.active {
background: #A5CC43;
}
.project-info a:hover {
color: #A5CC43;
}
.project-info a:hover {
color: #A5CC43;
}
.project-content h6::before{
color: #A5CC43;
}
.pagination .page-item .page-link:hover {
color: #A5CC43;
}
.pagination .page-item.active .page-link {
color: #A5CC43;
}
.pagination .prev:hover,
.pagination .next:hover {
border-color: #A5CC43;
}
.pagination .prev:hover .page-link,
.pagination .next:hover .page-link {
color: #A5CC43;
}
.post-slider .prevArrow,
.post-slider .nextArrow {
color: #A5CC43;
}
.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
background: rgba(165, 204, 67, 0.5);
}
.btn-primary {
background: #A5CC43;
color: #fff;
}
.btn-primary:active {
background: #A5CC43 !important;
}
.btn-primary:hover {
background: #246B4A;
color: #fff;
}
.btn-secondary {
background: #303032;
color: #fff;
}
.btn-secondary:active {
background: #A5CC43 !important;
}
.btn-secondary:hover {
background: #A5CC43 !important;
background: #246B4A;
}
.card:hover .card-body-2 {
background: #A5CC43;
}
.card:hover .card-body-2::before {
background: #A5CC43;
}
.section-title-border-half-white::before {
border: 2px solid #A5CC43;
}
.section-title-border-half-white::after {
background: #A5CC43;
} | 0.470007 | 0.07343 |
text-align: center;
padding: 8px;
}
#specialPermissionsGridContainerForm .datagrid .checkAllRowsCell {
text-align: center;
padding: 5px 8px 0;
width: 30px;
}
#specialPermissionsGridContainerForm .datagrid .permissionCell {
padding: 8px;
}
#specialPermissionsGridContainerForm .datagrid .rowSelector {
padding-top: 11px;
}
#specialPermissionsGridContainerForm .datagrid .is_active {
width: 80px;
padding-top: 11px;
text-align: center;
}
#specialPermissionsGridContainerForm .datagrid .config_title {
}
#specialPermissionsGridContainerForm .datagrid tr:not(.newPermission) .config_title input[type=text] ,#specialPermissionsGridContainerForm .datagrid tr:not(.newPermission) .data_type input[type=text] {
background-color: #fffefe;
border-color: #880000;
color: #880000;
}
#specialPermissionsGridContainerForm .datagrid .exclude_user_ids {
background-color: #ffeeee;
}
#specialPermissionsGridContainerForm .datagrid .exclude_user_ids ul.select2-choices {
background-color: #ffe4e4;
background-image: none;
border-color: #c39191;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #ffe4e4), color-stop(15%, #fff));
background-image: -webkit-linear-gradient(top, #ffe4e4 1%, #fff 15%);
background-image: -moz-linear-gradient(top, #ffe4e4 1%, #fff 15%);
background-image: linear-gradient(to bottom, #ffe4e4 1%, #fff 15%);
}
#specialPermissionsGridContainerForm .datagrid .exclude_user_ids
.select2-container-multi .select2-choices .select2-search-choice {
border: 1px solid #aaaaaa;
color: #333;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
background-color: #e4e4e4;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffe4e4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
background-image: -webkit-linear-gradient(top, #ffe4e4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: -moz-linear-gradient(top, #ffe4e4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: linear-gradient(to top, #ffe4e4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
#specialPermissionsGridContainerForm .datagrid tr:nth-child(even).newPermission td {
background-color: #ffffee !important;
}
#specialPermissionsGridContainerForm .datagrid tr:nth-child(odd).newPermission td {
background-color: #f9f9e5 !important;
}
#specialPermissionsGridContainerForm table.datagrid tr.newPermission td.exclude_user_ids {
background-color: #ffebe0 !important;
}
#specialPermissionsGridContainerForm table tbody tr td {
cursor: default;
}
#specialPermissionsGridContainerForm table tbody tr td .rowDisplayValue {
cursor: pointer;
font-weight: bold;
line-height: 28px;
} | public/sximo/css/special-permissions.css | text-align: center;
padding: 8px;
}
#specialPermissionsGridContainerForm .datagrid .checkAllRowsCell {
text-align: center;
padding: 5px 8px 0;
width: 30px;
}
#specialPermissionsGridContainerForm .datagrid .permissionCell {
padding: 8px;
}
#specialPermissionsGridContainerForm .datagrid .rowSelector {
padding-top: 11px;
}
#specialPermissionsGridContainerForm .datagrid .is_active {
width: 80px;
padding-top: 11px;
text-align: center;
}
#specialPermissionsGridContainerForm .datagrid .config_title {
}
#specialPermissionsGridContainerForm .datagrid tr:not(.newPermission) .config_title input[type=text] ,#specialPermissionsGridContainerForm .datagrid tr:not(.newPermission) .data_type input[type=text] {
background-color: #fffefe;
border-color: #880000;
color: #880000;
}
#specialPermissionsGridContainerForm .datagrid .exclude_user_ids {
background-color: #ffeeee;
}
#specialPermissionsGridContainerForm .datagrid .exclude_user_ids ul.select2-choices {
background-color: #ffe4e4;
background-image: none;
border-color: #c39191;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #ffe4e4), color-stop(15%, #fff));
background-image: -webkit-linear-gradient(top, #ffe4e4 1%, #fff 15%);
background-image: -moz-linear-gradient(top, #ffe4e4 1%, #fff 15%);
background-image: linear-gradient(to bottom, #ffe4e4 1%, #fff 15%);
}
#specialPermissionsGridContainerForm .datagrid .exclude_user_ids
.select2-container-multi .select2-choices .select2-search-choice {
border: 1px solid #aaaaaa;
color: #333;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
background-color: #e4e4e4;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffe4e4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
background-image: -webkit-linear-gradient(top, #ffe4e4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: -moz-linear-gradient(top, #ffe4e4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: linear-gradient(to top, #ffe4e4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
#specialPermissionsGridContainerForm .datagrid tr:nth-child(even).newPermission td {
background-color: #ffffee !important;
}
#specialPermissionsGridContainerForm .datagrid tr:nth-child(odd).newPermission td {
background-color: #f9f9e5 !important;
}
#specialPermissionsGridContainerForm table.datagrid tr.newPermission td.exclude_user_ids {
background-color: #ffebe0 !important;
}
#specialPermissionsGridContainerForm table tbody tr td {
cursor: default;
}
#specialPermissionsGridContainerForm table tbody tr td .rowDisplayValue {
cursor: pointer;
font-weight: bold;
line-height: 28px;
} | 0.395134 | 0.154759 |
:root { --special: #966535; --fore: #333333; --faint: #a0a0a0; --back: #ffffff; }
a {color:inherit; text-decoration:none;}
.stwError {background-color:#ff0000; color:#ffffff;}
.stwSelected, .stwHover {background-color:var(--special) !important; color:#ffffff !important; border-color:var(--special) !important;}
.stwHover {opacity:0.8;}
section {position:relative; padding:0;}
/* section:hover {opacity: 0.8;} */
article.stwContent {position:relative; padding:0.25em; border: thin dashed transparent; overflow:auto;}
/* article.stwContent:hover {border-color: #000;} */
.stwCaption {color: var(--back); background-color: var(--special); margin:0.25em 0; padding: 0.25em 0.5em; border-radius: 0.25em;}
.stwCaption .fa-times {float:right; line-height: 1.25em; cursor:pointer; font-size: smaller;}
.stwHeader {display: block; margin:0.25em 0; padding: 0.25em 0.5em; }
.stwFooter {display: block; margin:0.25em 0; padding: 0.25em 0.5em; }
.stwPager {display: block;}
.stwRBV0 {color: var(--faint); font-weight: bold;}
.stwRBV1 {color: var(--fore); font-weight: bold;}
.stwRBV2 {color: var(--faint); font-weight: normal;}
.stwRBV3 {color: var(--fore); font-weight: normal;}
.stwText {position:relative; padding:1em;}
.stwList li {padding: 0.25em; margin: 0;}
.stwList li:hover {background-color: var(--special); color: var(--back);}
.stwTabs ul {list-style-type:none; margin:0; padding:0;}
.stwTabLabel {display:inline-block; padding:0.5em 1em; border:1px solid #f0f0f0; border-bottom:0; border-radius:0.5em 0.5em 0 0; min-width:1em; margin:0 0 0 0.25em; text-align:center; cursor:pointer; background-color:#f0f0f0;}
.stwTabLabel:hover {background-color:#ffffff; color:#000000;}
.stwTab {position:relative; border:1px solid #f0f0f0;}
.stwKeypad ul {list-style-type:none; margin:0; padding:0;}
.stwKeypad li {display:inline-block; padding:0.5em; border:1px solid #f0f0f0; border-radius:0.5em; min-width:2em; margin:0.25em; text-align:center; cursor:pointer;}
.stwKeypad li:hover {background-color:#f0f0f0; color:#000000;}
.stwBreadcrumbs nav {margin:0.5em 0;}
.stwBreadcrumbs a {text-transform:lowercase; padding:0.25em 0; cursor:pointer; }
.stwBreadcrumbs a:hover {color:var(--special);}
.stwMenu ul {display:flex; align-items:center; list-style-type:none; margin:0; padding:0;}
.stwMenuOption {display:inline-block; text-align:center;}
.stwMenuOption a {width:100%; padding:0.5em; margin:0.25em; cursor:pointer; border-radius:0.5em;}
.stwMenuOption a:hover {background-color:#f0f0f0; color:#000000;}
.stwTree ul ul {list-style-type:none; margin:0;}
.stwTree .stwBody>ul {margin:0;}
.stwTree li>div {padding:0.25em; cursor:pointer;}
.stwCalendar ul {list-style-type:none; margin:0em; padding:0;}
.stwCalendar li {display:inline-block; padding:0.5em; min-width:3em; text-align:center;}
.stwWeekday {color:var(--special); border-top:2px solid #f0f0f0;}
.stwWeedday > div {font-size:0.50em;}
.stwDay {cursor:pointer; border-top:1px solid #f0f0f0;}
.stwDay > div {font-size:1.20em; padding:0.05em; border:1px solid transparent; border-radius:1.20em;}
.stwDay:hover {background-color:#f0f0f0; color:#000000;}
.stwToday > div {border-color:var(--special);}
.stwChart svg {margin: 1em;}
.stwChart circle, .stwChart path {stroke: #DDD; stroke-width: 1; fill: #FFF;}
.stwChart polyline, .stwChart polygon {fill: none; vector-effect: non-scaling-stroke;}
.stwChart .grid {stroke: #DDD; stroke-dasharray: 1 1; shape-rendering: crispEdges; vector-effect: non-scaling-stroke;}
.stwChart .axes {stroke-width: 1px; stroke: #000; shape-rendering: crispEdges; vector-effect: non-scaling-stroke;}
.stwChart text {fill: #000;}
.stwLanguages a {display:inline-block; width: 2em; text-align: center; padding:0.25em; margin:0.25em; cursor:pointer; border-radius:0.5em; border:thin solid transparent; font-size: smaller; text-transform: uppercase;}
.stwLanguages a:hover {border:thin solid #f0f0f0;} | public/css/stw.css | :root { --special: #966535; --fore: #333333; --faint: #a0a0a0; --back: #ffffff; }
a {color:inherit; text-decoration:none;}
.stwError {background-color:#ff0000; color:#ffffff;}
.stwSelected, .stwHover {background-color:var(--special) !important; color:#ffffff !important; border-color:var(--special) !important;}
.stwHover {opacity:0.8;}
section {position:relative; padding:0;}
/* section:hover {opacity: 0.8;} */
article.stwContent {position:relative; padding:0.25em; border: thin dashed transparent; overflow:auto;}
/* article.stwContent:hover {border-color: #000;} */
.stwCaption {color: var(--back); background-color: var(--special); margin:0.25em 0; padding: 0.25em 0.5em; border-radius: 0.25em;}
.stwCaption .fa-times {float:right; line-height: 1.25em; cursor:pointer; font-size: smaller;}
.stwHeader {display: block; margin:0.25em 0; padding: 0.25em 0.5em; }
.stwFooter {display: block; margin:0.25em 0; padding: 0.25em 0.5em; }
.stwPager {display: block;}
.stwRBV0 {color: var(--faint); font-weight: bold;}
.stwRBV1 {color: var(--fore); font-weight: bold;}
.stwRBV2 {color: var(--faint); font-weight: normal;}
.stwRBV3 {color: var(--fore); font-weight: normal;}
.stwText {position:relative; padding:1em;}
.stwList li {padding: 0.25em; margin: 0;}
.stwList li:hover {background-color: var(--special); color: var(--back);}
.stwTabs ul {list-style-type:none; margin:0; padding:0;}
.stwTabLabel {display:inline-block; padding:0.5em 1em; border:1px solid #f0f0f0; border-bottom:0; border-radius:0.5em 0.5em 0 0; min-width:1em; margin:0 0 0 0.25em; text-align:center; cursor:pointer; background-color:#f0f0f0;}
.stwTabLabel:hover {background-color:#ffffff; color:#000000;}
.stwTab {position:relative; border:1px solid #f0f0f0;}
.stwKeypad ul {list-style-type:none; margin:0; padding:0;}
.stwKeypad li {display:inline-block; padding:0.5em; border:1px solid #f0f0f0; border-radius:0.5em; min-width:2em; margin:0.25em; text-align:center; cursor:pointer;}
.stwKeypad li:hover {background-color:#f0f0f0; color:#000000;}
.stwBreadcrumbs nav {margin:0.5em 0;}
.stwBreadcrumbs a {text-transform:lowercase; padding:0.25em 0; cursor:pointer; }
.stwBreadcrumbs a:hover {color:var(--special);}
.stwMenu ul {display:flex; align-items:center; list-style-type:none; margin:0; padding:0;}
.stwMenuOption {display:inline-block; text-align:center;}
.stwMenuOption a {width:100%; padding:0.5em; margin:0.25em; cursor:pointer; border-radius:0.5em;}
.stwMenuOption a:hover {background-color:#f0f0f0; color:#000000;}
.stwTree ul ul {list-style-type:none; margin:0;}
.stwTree .stwBody>ul {margin:0;}
.stwTree li>div {padding:0.25em; cursor:pointer;}
.stwCalendar ul {list-style-type:none; margin:0em; padding:0;}
.stwCalendar li {display:inline-block; padding:0.5em; min-width:3em; text-align:center;}
.stwWeekday {color:var(--special); border-top:2px solid #f0f0f0;}
.stwWeedday > div {font-size:0.50em;}
.stwDay {cursor:pointer; border-top:1px solid #f0f0f0;}
.stwDay > div {font-size:1.20em; padding:0.05em; border:1px solid transparent; border-radius:1.20em;}
.stwDay:hover {background-color:#f0f0f0; color:#000000;}
.stwToday > div {border-color:var(--special);}
.stwChart svg {margin: 1em;}
.stwChart circle, .stwChart path {stroke: #DDD; stroke-width: 1; fill: #FFF;}
.stwChart polyline, .stwChart polygon {fill: none; vector-effect: non-scaling-stroke;}
.stwChart .grid {stroke: #DDD; stroke-dasharray: 1 1; shape-rendering: crispEdges; vector-effect: non-scaling-stroke;}
.stwChart .axes {stroke-width: 1px; stroke: #000; shape-rendering: crispEdges; vector-effect: non-scaling-stroke;}
.stwChart text {fill: #000;}
.stwLanguages a {display:inline-block; width: 2em; text-align: center; padding:0.25em; margin:0.25em; cursor:pointer; border-radius:0.5em; border:thin solid transparent; font-size: smaller; text-transform: uppercase;}
.stwLanguages a:hover {border:thin solid #f0f0f0;} | 0.41561 | 0.190555 |
@import "fonts.css";
:root {
--ck-border-radius: 8px !important;
--ck-icon-size: 24px !important;
--ck-custom-background: #556066 !important;
--ck-custom-foreground: #556066 !important;
--ck-custom-border: #556066 !important;
--ck-color-base-border: #556066 !important;
--ck-color-base-foreground: var(--ck-custom-background) !important;
--ck-color-button-default-background: var(--ck-custom-background) !important;
--ck-color-base-background: var(--ck-custom-background) !important;
--ck-color-button-default-hover-background: rgba(255, 255, 255, 1) !important;
--ck-color-button-default-active-background: #ffffff !important;
--ck-color-button-default-active-shadow: transparent !important;
--ck-color-button-on-background: var(--ck-custom-foreground) !important;
--ck-color-button-on-hover-background: rgba(255, 255, 255, 1) !important;
--ck-color-focus-border: transparent !important;
--ck-color-dropdown-panel-background: rgba(255, 255, 255, 1) !important;
--ck-color-dropdown-panel-border: transparent !important;
--ck-focus-outer-shadow: transparent !important;
--ck-inner-shadow: transparent !important;
--ck-focus-disabled-outer-shadow: transparent !important;
--ck-focus-error-outer-shadow: transparent !important;
--ck-color-tooltip-background: #1f8ceb !important;
--ck-tooltip-arrow-size: 8px !important;
--ck-custom-shadow: -4px 5px 18px 0 rgba(29, 42, 68, 0.13) !important;
--ck-dropdown-arrow-size: calc(var(--ck-icon-size)) !important;
--ck-color-switch-button-off-background: #e4e5e9 !important;
--ck-color-switch-button-on-background: #1f8ceb !important;
--ck-color-switch-button-inner-background: #ffffff !important;
--ck-switch-button-toggle-spacing: 2px !important;
--ck-switch-button-toggle-inner-size: 16px !important;
--ck-switch-button-toggle-width: 32px !important;
--ck-switch-button-toggle-transform: calc(var(--ck-switch-button-toggle-width) - 2 * var(--ck-switch-button-toggle-spacing) - var(--ck-switch-button-toggle-inner-size)) !important;
--ck-color-widget-editable-focus-background: rgba(255, 255, 255, 0) !important;
--ck-insert-table-dropdown-padding: 16px !important;
}
.ck.ck-toolbar {
max-width: 700px;
}
.ck-button {
cursor: pointer !important;
}
.ck-toolbar .ck-button {
outline: none !important;
padding: 0 !important;
width: 32px !important;
height: 32px !important;
margin: 0 4px 0 0 !important;
}
.ck-dropdown .ck-button {
border-radius: var(--ck-border-radius);
}
.ck-dropdown__button .ck-button__icon {
margin-right: 0 !important;
}
.ck.ck-dropdown__header {
font-size: 16px;
font-weight: 600;
line-height: 1.25;
color: #9aa5ab;
margin-bottom: 16px;
}
.ck.ck-button.ck-off {
color: #ffffff !important;
}
.ck.ck-button.ck-on {
color: #1ebfe9 !important;
}
.ck.ck-button:active,
.ck.ck-button.ck-on:hover,
.ck.ck-button.ck-off:hover {
color: var(--ck-custom-background) !important;
}
.ck.ck-button.ck-disabled:hover {
color: #ffffff !important;
}
.ck-button .ck-dropdown__arrow {
margin-left: -8px !important;
height: 8px !important;
}
.ck-dropdown__panel {
padding: 8px !important;
background-color: var(--ck-color-dropdown-panel-background);
border: 0px solid !important;
top: 46px !important;
border-radius: var(--ck-border-radius) !important;
-webkit-box-shadow: var(--ck-custom-shadow) !important;
-moz-box-shadow: var(--ck-custom-shadow) !important;
box-shadow: var(--ck-custom-shadow) !important;
}
.ck-dropdown__container {
margin-top: 14px !important;
background-color: var(--ck-color-dropdown-panel-background) !important;
box-shadow: var(--ck-custom-shadow) !important;
border-radius: var(--ck-border-radius) !important;
}
.ck-alignment-dropdown .ck-dropdown__container .ck-button {
margin: 4px !important;
}
.ck-dropdown__panel .ck-list {
background-color: var(--ck-color-dropdown-panel-background);
border: 0px solid !important;
box-shadow: var(--ck-custom-shadow) !important;
border-radius: var(--ck-border-radius) !important;
}
.ck-dropdown__panel .ck-list .ck-list__separator {
display: none !important;
}
.ck-rounded-corners .ck.ck-dropdown__panel {
border-top-left-radius: var(--ck-border-radius) !important;
}
.ck-alignment-dropdown .ck-dropdown__panel {
padding: 4px !important;
}
.ck-alignment-dropdown .ck-toolbar {
background-color: #ffffff !important;
}
.ck-alignment-dropdown .ck-dropdown__panel .ck-button {
background-color: #ffffff !important;
color: #333333 !important;
width: 32px !important;
height: 32px !important;
}
.ck.ck-button.ck-dropdown__button {
display: inline-block;
width: 36px !important;
border-bottom-left-radius: var(--ck-border-radius) !important;
border-bottom-right-radius: var(--ck-border-radius) !important;
}
.ck.ck-button.ck-dropdown__button.ck-on,
.ck.ck-button.ck-dropdown__button.ck-on:hover {
color: var(--ck-custom-background) !important;
background-color: #ffffff !important;
}
.ck-dropdown__panel .ck-button_with-text.ck-on,
.ck-dropdown__panel .ck-button_with-text.ck-off {
width: 100% !important;
height: 100% !important;
color: #333333 !important;
background-color: #ffffff !important;
padding: 6px 8px !important;
justify-content: space-between;
border: none !important;
border-radius: var(--ck-border-radius) !important;
}
.ck-heading-dropdown .ck-dropdown__panel {
padding: 0px !important;
}
.ck-heading-dropdown .ck-dropdown__panel .ck-button {
padding: 10px 16px 10px 24px !important;
}
.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
border-bottom: 1px solid #e4e5e9 !important;
}
.ck-heading-dropdown .ck-dropdown__panel .ck-button,
.ck-heading-dropdown .ck-dropdown__panel .ck-button.ck-on,
.ck-heading-dropdown .ck-dropdown__panel .ck-button:hover {
color: #333333 !important;
}
.ck-heading-dropdown .ck-dropdown__panel .ck-button.ck-on:after {
content: url('../src/assets/icons/done-green.svg');
align-items: center !important;
}
.ck-heading-dropdown .ck-dropdown__panel .ck-list__item:last-child {
border-bottom: 0px solid transparent !important;
}
.ck.ck-media-form,
.ck.ck-link-form {
padding: 20px 16px !important;
border: 0px solid !important;
border-radius: 4px !important;
outline: none;
--ck-color-panel-border: transparent !important;
}
.ck.ck-media-form .ck-dropdown__header,
.ck.ck-link-form .ck-dropdown__header {
color: #ffffff !important;
}
.ck.ck-media-form .ck-label,
.ck.ck-link-form .ck-label {
font-size: 12px;
letter-spacing: 0.5px;
margin-bottom: 6px;
line-height: 1.42;
color: #ffffff;
font-weight: normal;
text-transform: uppercase;
}
.ck.ck-media-form .ck-input-text,
.ck.ck-link-form .ck-input-text {
font-size: 14px;
font-weight: normal;
line-height: 1.21;
letter-spacing: normal;
color: #556066 !important;
}
.ck.ck-media-form .ck-input-text::placeholder,
.ck.ck-link-form .ck-input-text::placeholder {
color: #9aa5ab !important;
}
.ck.ck-media-form .ck-input,
.ck.ck-link-form .ck-input {
height: 40px;
border: 1px solid #9aa5ab;
margin-bottom: 16px;
background-color: #ffffff !important;
color: #556066 !important;
border-radius: 4px !important;
}
.ck-link-actions {
padding: 4px 12px !important;
}
/*
* Copyright (c) 2003-2020, CKSource - <NAME>. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
.ck.ck-block-toolbar-button {
border-radius: 50% !important;
color: #1f8ceb !important;
width: 40px;
height: 40px;
box-shadow: -4px 5px 18px 0 rgba(29, 42, 68, .13) !important;
background-color: hsla(0, 0%, 100%, 0) !important;
transform-origin: 0 0;
transform: translateX(calc(-1 * var(--ck-spacing-large)));
}
.ck.ck-block-toolbar-button .ck-icon {
transition: transform 200ms ease;
}
.ck.ck-block-toolbar-button.ck-on .ck-icon {
transform: rotate(45deg);
}
.ck-dropdown__panel .ck-button:hover {
background-color: #f6f9fb !important;
}
.ck-dropdown__panel .ck-button.ck-disabled:hover {
color: #9aa5ab !important;
}
.ck-toolbar__separator {
margin: 8px 4px 8px 0 !important;
height: 24px !important;
background-color: #ffffff !important;
}
/* TOOLTIP */
.ck-tooltip {
position: relative;
top: -20px !important;
}
.ck-tooltip__text {
background-color: #1f8ceb !important;
color: #ffffff !important;
padding: 10px 16px !important;
font-size: 14px !important;
line-height: 1.21 !important;
border-radius: var(--ck-border-radius);
}
.ck-tooltip__text:after {
color: #1f8ceb !important;
}
.ck-media-embed-dropdown .ck-dropdown__panel,
.ck-alignment-dropdown .ck-dropdown__panel,
.ck-custom-table-dropdown .ck-dropdown__panel,
.ck-custom-highlight .ck-dropdown__panel {
top: unset !important;
padding: 0 !important;
box-shadow: none !important;
background-color: transparent !important;
}
.ck-custom-highlight .ck-dropdown__container {
margin-top: 14px;
padding: 18px 12px 8px 16px !important;
background-color: #ffffff !important;
box-shadow: var(--ck-custom-shadow) !important;
border-radius: var(--ck-border-radius) !important;
}
.ck-custom-highlight .ck-dropdown__panel .ck-toolbar {
width: 290px;
background-color: inherit !important;
display: flex;
flex-wrap: wrap;
padding: 0 0 16px 0;
}
.ck-custom-highlight .ck-dropdown__panel .ck-toolbar .ck-button {
border: none !important;
padding: 0 !important;
margin: 0 8px 8px 0 !important;
width: 40px !important;
height: 40px !important;
border-radius: 4px !important;
}
.ck-custom-highlight .ck-dropdown__panel .ck-toolbar .ck-icon {
display: none;
}
.ck-custom-highlight .ck-dropdown__panel .ck-toolbar .ck-button_eraser {
border: 1px double #e4e5e9 !important;
border-radius: 4px;
background-color: transparent !important;
}
.ck-dropdown__panel .ck-toolbar .ck-button_eraser .ck-icon {
color: var(--ck-custom-background) !important;
display: inherit;
height: 22px !important;
}
/* HIGHLIGHT */
:root {
--ck-custom-highlight-marker-yellow: #fdf5dd;
--ck-custom-highlight-marker-green: #e3f7f3;
--ck-custom-highlight-marker-orange: #fbe8df;
--ck-custom-highlight-marker-blue: #ddf5fb;
--ck-custom-highlight-marker-gray: #f0f2f3;
--ck-custom-highlight-pen-red: #f35e5e;
--ck-custom-highlight-pen-green: #3bc7ab;
--ck-custom-highlight-pen-blue: #1f8ceb;
--ck-custom-highlight-pen-light-blue: #1ebfe9;
--ck-custom-highlight-pen-yellow: #f4c221;
--ck-custom-highlight-pen-orange: #e86d31;
--ck-custom-highlight-pen-black: #333333;
--ck-custom-highlight-pen-gray: #c4c7cc;
--ck-custom-highlight-pen-light-gray: #e4e5e9;
--ck-custom-highlight-pen-medium-gray: #9aa5ab;
--ck-custom-highlight-pen-dark-gray: #556066;
}
/*@define-mixin custom-highlight-marker-color $color {*/
/*.marker-$color {*/
/*background-color: var(--ck-custom-highlight-marker-$color) !important;*/
/*}*/
/*}*/
/*@define-mixin custom-highlight-pen-color $color {*/
/*.pen-$color {*/
/*color: var(--ck-custom-highlight-pen-$color) !important;*/
/*!* Override default yellow background of `<mark>` from user agent stylesheet *!*/
/*background-color: transparent !important;*/
/*}*/
/*}*/
/*@mixin custom-highlight-marker-color yellow;*/
/*@mixin custom-highlight-marker-color green;*/
/*@mixin custom-highlight-marker-color orange;*/
/*@mixin custom-highlight-marker-color blue;*/
/*@mixin custom-highlight-marker-color gray;*/
/*@mixin custom-highlight-pen-color red;*/
/*@mixin custom-highlight-pen-color green;*/
/*@mixin custom-highlight-pen-color blue;*/
/*@mixin custom-highlight-pen-color light-blue;*/
/*@mixin custom-highlight-pen-color black;*/
/*@mixin custom-highlight-pen-color yellow;*/
/*@mixin custom-highlight-pen-color orange;*/
/*@mixin custom-highlight-pen-color gray;*/
/*@mixin custom-highlight-pen-color dark-gray;*/
/*@mixin custom-highlight-pen-color medium-gray;*/
/*@mixin custom-highlight-pen-color light-gray;*/
.marker-yellow {
background-color: #fdf5dd;
}
.marker-green {
background-color: #e3f7f3;
}
.marker-orange {
background-color: #fbe8df;
}
.marker-blue {
background-color: #ddf5fb;
}
.marker-gray {
background-color: #f0f2f3;
}
.pen-red {
color: #f35e5e;
background-color: transparent !important;
}
.pen-green {
color: #3bc7ab;
background-color: transparent !important;
}
.pen-blue {
color: #1f8ceb;
background-color: transparent !important;
}
.pen-light-blue {
color: #1ebfe9;
background-color: transparent !important;
}
.pen-yellow {
color: #f4c221;
background-color: transparent !important;
}
.pen-orange {
color: #e86d31;
background-color: transparent !important;
}
.pen-black {
color: #333333;
background-color: transparent !important;
}
.pen-gray {
color: #c4c7cc;
background-color: transparent !important;
}
.pen-light-gray {
color: #e4e5e9;
background-color: transparent !important;
}
.pen-medium-gray {
color: #9aa5ab;
background-color: transparent !important;
}
.pen-dark-gray {
color: #556066;
background-color: transparent !important;
}
@define-mixin button-custom-highlight-color $color {
.ck.ck-button.marker-$color, .ck.ck-button.marker-$color:hover {
background-color: var(--ck-custom-highlight-marker-$color) !important;
}
.ck.ck-button.pen-$color, .ck.ck-button.pen-$color:hover {
background-color: var(--ck-custom-highlight-pen-$color) !important;
}
.ck.ck-button.marker-$color.ck-on:before,
.ck.ck-button.pen-$color.ck-on:before {
position: absolute;
top: 8px;
left: 8px;
z-index: 3;
}
.ck.ck-button.ck-on.pen-$color:before {
content: url('../src/assets/icons/done.svg');
}
.ck.ck-button.ck-on.marker-$color:before {
content: url('../src/assets/icons/done-black.svg');
}
}
@mixin button-custom-highlight-color yellow;
@mixin button-custom-highlight-color green;
@mixin button-custom-highlight-color orange;
@mixin button-custom-highlight-color blue;
@mixin button-custom-highlight-color gray;
@mixin button-custom-highlight-color red;
@mixin button-custom-highlight-color light-blue;
@mixin button-custom-highlight-color black;
@mixin button-custom-highlight-color dark-gray;
@mixin button-custom-highlight-color medium-gray;
@mixin button-custom-highlight-color light-gray;
/* button-toggle */
.ck-button__toggle {
border-radius: 10px !important;
}
.ck-button__toggle__inner {
border-radius: 50% !important;
cursor: pointer !important;
}
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner {
transform: translateX(var(--ck-switch-button-toggle-transform)) !important;
}
/* MEDIA / LINK */
.ck-media-embed-dropdown .ck-dropdown__container {
padding-bottom: 40px !important;
background-color: var(--ck-color-base-background) !important;
}
.ck-media-form .ck.ck-button.ck-button-save,
.ck-link-form .ck-button-save {
float: right !important;
margin-bottom: 16px !important;
font-size: 16px !important;
font-weight: 600 !important;
line-height: 1.25 !important;
height: 40px !important;
width: auto !important;
padding-right: 20px !important;
padding-left: 20px !important;
border-radius: 4px !important;
/*background-color: #1f8ceb !important;*/
}
.ck-link-form .ck.ck-button.ck-button-save,
.ck-media-form .ck.ck-button.ck-button_with-text.ck-off {
color: #ffffff !important;
border-color: #1f8ceb !important;
background-color: #1f8ceb !important;
}
.ck-link-form .ck.ck-button.ck-button-save:hover,
.ck-media-form .ck.ck-button.ck-button_with-text.ck-off:hover {
background-color: #3095EC !important;
border-color: #3095EC !important;
}
.ck-link-form .ck.ck-button.ck-button-save:active,
.ck-media-form .ck.ck-button.ck-button_with-text.ck-off:active {
background-color: #409DED !important;
border-color: #409DED !important;
}
.ck-link-form .ck.ck-button.ck-button-save:disabled,
.ck-media-form .ck.ck-button.ck-button_with-text.ck-off:disabled {
background-color: #c4c7cc !important;
border-color: #c4c7cc !important;
}
/* TABLE */
.ck-custom-table-dropdown .ck-dropdown__container .ck-list {
padding: 8px !important;
}
.ck-insert-table-dropdown__grid {
padding: 16px 16px 8px 16px !important;
}
.ck-insert-table-dropdown__label {
padding-bottom: 16px !important;
line-height: normal !important;
}
/* DELIMITER */
.ck-delimiter.ck-placeholder::before,
.ck-delimiter::before {
display: inline-block;
content: " " !important;
font-size: 30px;
line-height: 65px;
width: 100%;
height: 0px;
width: 100%;
margin: 7px auto 8px auto;
letter-spacing: 0.2em;
border-bottom: solid 1px #e4e5e9;
}
.ck-delimiter.ck-widget,
.ck-delimiter.ck-widget:hover,
.ck-delimiter.ck-widget_selected,
.ck-delimiter.ck-widget_selected:hover {
outline: none !important;
transition: none !important;
}
.ck-delimiter .ck-widget__selection-handler,
.ck-delimiter-remove-container:before,
.ck-delimiter-remove-container:after {
display: none !important;
}
.ck-delimiter-remove-container,
.ck-delimiter-remove-container .ck-toolbar,
.ck-delimiter-remove-container .ck-button {
border: none !important;
box-shadow: none !important;
background-color: transparent !important;
}
/* BLOCK QUOTE */
.ck-content blockquote {
border-left: 2px solid #556066;
padding-left: 16px;
line-height: 1.5;
} | theme/theme.css | @import "fonts.css";
:root {
--ck-border-radius: 8px !important;
--ck-icon-size: 24px !important;
--ck-custom-background: #556066 !important;
--ck-custom-foreground: #556066 !important;
--ck-custom-border: #556066 !important;
--ck-color-base-border: #556066 !important;
--ck-color-base-foreground: var(--ck-custom-background) !important;
--ck-color-button-default-background: var(--ck-custom-background) !important;
--ck-color-base-background: var(--ck-custom-background) !important;
--ck-color-button-default-hover-background: rgba(255, 255, 255, 1) !important;
--ck-color-button-default-active-background: #ffffff !important;
--ck-color-button-default-active-shadow: transparent !important;
--ck-color-button-on-background: var(--ck-custom-foreground) !important;
--ck-color-button-on-hover-background: rgba(255, 255, 255, 1) !important;
--ck-color-focus-border: transparent !important;
--ck-color-dropdown-panel-background: rgba(255, 255, 255, 1) !important;
--ck-color-dropdown-panel-border: transparent !important;
--ck-focus-outer-shadow: transparent !important;
--ck-inner-shadow: transparent !important;
--ck-focus-disabled-outer-shadow: transparent !important;
--ck-focus-error-outer-shadow: transparent !important;
--ck-color-tooltip-background: #1f8ceb !important;
--ck-tooltip-arrow-size: 8px !important;
--ck-custom-shadow: -4px 5px 18px 0 rgba(29, 42, 68, 0.13) !important;
--ck-dropdown-arrow-size: calc(var(--ck-icon-size)) !important;
--ck-color-switch-button-off-background: #e4e5e9 !important;
--ck-color-switch-button-on-background: #1f8ceb !important;
--ck-color-switch-button-inner-background: #ffffff !important;
--ck-switch-button-toggle-spacing: 2px !important;
--ck-switch-button-toggle-inner-size: 16px !important;
--ck-switch-button-toggle-width: 32px !important;
--ck-switch-button-toggle-transform: calc(var(--ck-switch-button-toggle-width) - 2 * var(--ck-switch-button-toggle-spacing) - var(--ck-switch-button-toggle-inner-size)) !important;
--ck-color-widget-editable-focus-background: rgba(255, 255, 255, 0) !important;
--ck-insert-table-dropdown-padding: 16px !important;
}
.ck.ck-toolbar {
max-width: 700px;
}
.ck-button {
cursor: pointer !important;
}
.ck-toolbar .ck-button {
outline: none !important;
padding: 0 !important;
width: 32px !important;
height: 32px !important;
margin: 0 4px 0 0 !important;
}
.ck-dropdown .ck-button {
border-radius: var(--ck-border-radius);
}
.ck-dropdown__button .ck-button__icon {
margin-right: 0 !important;
}
.ck.ck-dropdown__header {
font-size: 16px;
font-weight: 600;
line-height: 1.25;
color: #9aa5ab;
margin-bottom: 16px;
}
.ck.ck-button.ck-off {
color: #ffffff !important;
}
.ck.ck-button.ck-on {
color: #1ebfe9 !important;
}
.ck.ck-button:active,
.ck.ck-button.ck-on:hover,
.ck.ck-button.ck-off:hover {
color: var(--ck-custom-background) !important;
}
.ck.ck-button.ck-disabled:hover {
color: #ffffff !important;
}
.ck-button .ck-dropdown__arrow {
margin-left: -8px !important;
height: 8px !important;
}
.ck-dropdown__panel {
padding: 8px !important;
background-color: var(--ck-color-dropdown-panel-background);
border: 0px solid !important;
top: 46px !important;
border-radius: var(--ck-border-radius) !important;
-webkit-box-shadow: var(--ck-custom-shadow) !important;
-moz-box-shadow: var(--ck-custom-shadow) !important;
box-shadow: var(--ck-custom-shadow) !important;
}
.ck-dropdown__container {
margin-top: 14px !important;
background-color: var(--ck-color-dropdown-panel-background) !important;
box-shadow: var(--ck-custom-shadow) !important;
border-radius: var(--ck-border-radius) !important;
}
.ck-alignment-dropdown .ck-dropdown__container .ck-button {
margin: 4px !important;
}
.ck-dropdown__panel .ck-list {
background-color: var(--ck-color-dropdown-panel-background);
border: 0px solid !important;
box-shadow: var(--ck-custom-shadow) !important;
border-radius: var(--ck-border-radius) !important;
}
.ck-dropdown__panel .ck-list .ck-list__separator {
display: none !important;
}
.ck-rounded-corners .ck.ck-dropdown__panel {
border-top-left-radius: var(--ck-border-radius) !important;
}
.ck-alignment-dropdown .ck-dropdown__panel {
padding: 4px !important;
}
.ck-alignment-dropdown .ck-toolbar {
background-color: #ffffff !important;
}
.ck-alignment-dropdown .ck-dropdown__panel .ck-button {
background-color: #ffffff !important;
color: #333333 !important;
width: 32px !important;
height: 32px !important;
}
.ck.ck-button.ck-dropdown__button {
display: inline-block;
width: 36px !important;
border-bottom-left-radius: var(--ck-border-radius) !important;
border-bottom-right-radius: var(--ck-border-radius) !important;
}
.ck.ck-button.ck-dropdown__button.ck-on,
.ck.ck-button.ck-dropdown__button.ck-on:hover {
color: var(--ck-custom-background) !important;
background-color: #ffffff !important;
}
.ck-dropdown__panel .ck-button_with-text.ck-on,
.ck-dropdown__panel .ck-button_with-text.ck-off {
width: 100% !important;
height: 100% !important;
color: #333333 !important;
background-color: #ffffff !important;
padding: 6px 8px !important;
justify-content: space-between;
border: none !important;
border-radius: var(--ck-border-radius) !important;
}
.ck-heading-dropdown .ck-dropdown__panel {
padding: 0px !important;
}
.ck-heading-dropdown .ck-dropdown__panel .ck-button {
padding: 10px 16px 10px 24px !important;
}
.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
border-bottom: 1px solid #e4e5e9 !important;
}
.ck-heading-dropdown .ck-dropdown__panel .ck-button,
.ck-heading-dropdown .ck-dropdown__panel .ck-button.ck-on,
.ck-heading-dropdown .ck-dropdown__panel .ck-button:hover {
color: #333333 !important;
}
.ck-heading-dropdown .ck-dropdown__panel .ck-button.ck-on:after {
content: url('../src/assets/icons/done-green.svg');
align-items: center !important;
}
.ck-heading-dropdown .ck-dropdown__panel .ck-list__item:last-child {
border-bottom: 0px solid transparent !important;
}
.ck.ck-media-form,
.ck.ck-link-form {
padding: 20px 16px !important;
border: 0px solid !important;
border-radius: 4px !important;
outline: none;
--ck-color-panel-border: transparent !important;
}
.ck.ck-media-form .ck-dropdown__header,
.ck.ck-link-form .ck-dropdown__header {
color: #ffffff !important;
}
.ck.ck-media-form .ck-label,
.ck.ck-link-form .ck-label {
font-size: 12px;
letter-spacing: 0.5px;
margin-bottom: 6px;
line-height: 1.42;
color: #ffffff;
font-weight: normal;
text-transform: uppercase;
}
.ck.ck-media-form .ck-input-text,
.ck.ck-link-form .ck-input-text {
font-size: 14px;
font-weight: normal;
line-height: 1.21;
letter-spacing: normal;
color: #556066 !important;
}
.ck.ck-media-form .ck-input-text::placeholder,
.ck.ck-link-form .ck-input-text::placeholder {
color: #9aa5ab !important;
}
.ck.ck-media-form .ck-input,
.ck.ck-link-form .ck-input {
height: 40px;
border: 1px solid #9aa5ab;
margin-bottom: 16px;
background-color: #ffffff !important;
color: #556066 !important;
border-radius: 4px !important;
}
.ck-link-actions {
padding: 4px 12px !important;
}
/*
* Copyright (c) 2003-2020, CKSource - <NAME>. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
.ck.ck-block-toolbar-button {
border-radius: 50% !important;
color: #1f8ceb !important;
width: 40px;
height: 40px;
box-shadow: -4px 5px 18px 0 rgba(29, 42, 68, .13) !important;
background-color: hsla(0, 0%, 100%, 0) !important;
transform-origin: 0 0;
transform: translateX(calc(-1 * var(--ck-spacing-large)));
}
.ck.ck-block-toolbar-button .ck-icon {
transition: transform 200ms ease;
}
.ck.ck-block-toolbar-button.ck-on .ck-icon {
transform: rotate(45deg);
}
.ck-dropdown__panel .ck-button:hover {
background-color: #f6f9fb !important;
}
.ck-dropdown__panel .ck-button.ck-disabled:hover {
color: #9aa5ab !important;
}
.ck-toolbar__separator {
margin: 8px 4px 8px 0 !important;
height: 24px !important;
background-color: #ffffff !important;
}
/* TOOLTIP */
.ck-tooltip {
position: relative;
top: -20px !important;
}
.ck-tooltip__text {
background-color: #1f8ceb !important;
color: #ffffff !important;
padding: 10px 16px !important;
font-size: 14px !important;
line-height: 1.21 !important;
border-radius: var(--ck-border-radius);
}
.ck-tooltip__text:after {
color: #1f8ceb !important;
}
.ck-media-embed-dropdown .ck-dropdown__panel,
.ck-alignment-dropdown .ck-dropdown__panel,
.ck-custom-table-dropdown .ck-dropdown__panel,
.ck-custom-highlight .ck-dropdown__panel {
top: unset !important;
padding: 0 !important;
box-shadow: none !important;
background-color: transparent !important;
}
.ck-custom-highlight .ck-dropdown__container {
margin-top: 14px;
padding: 18px 12px 8px 16px !important;
background-color: #ffffff !important;
box-shadow: var(--ck-custom-shadow) !important;
border-radius: var(--ck-border-radius) !important;
}
.ck-custom-highlight .ck-dropdown__panel .ck-toolbar {
width: 290px;
background-color: inherit !important;
display: flex;
flex-wrap: wrap;
padding: 0 0 16px 0;
}
.ck-custom-highlight .ck-dropdown__panel .ck-toolbar .ck-button {
border: none !important;
padding: 0 !important;
margin: 0 8px 8px 0 !important;
width: 40px !important;
height: 40px !important;
border-radius: 4px !important;
}
.ck-custom-highlight .ck-dropdown__panel .ck-toolbar .ck-icon {
display: none;
}
.ck-custom-highlight .ck-dropdown__panel .ck-toolbar .ck-button_eraser {
border: 1px double #e4e5e9 !important;
border-radius: 4px;
background-color: transparent !important;
}
.ck-dropdown__panel .ck-toolbar .ck-button_eraser .ck-icon {
color: var(--ck-custom-background) !important;
display: inherit;
height: 22px !important;
}
/* HIGHLIGHT */
:root {
--ck-custom-highlight-marker-yellow: #fdf5dd;
--ck-custom-highlight-marker-green: #e3f7f3;
--ck-custom-highlight-marker-orange: #fbe8df;
--ck-custom-highlight-marker-blue: #ddf5fb;
--ck-custom-highlight-marker-gray: #f0f2f3;
--ck-custom-highlight-pen-red: #f35e5e;
--ck-custom-highlight-pen-green: #3bc7ab;
--ck-custom-highlight-pen-blue: #1f8ceb;
--ck-custom-highlight-pen-light-blue: #1ebfe9;
--ck-custom-highlight-pen-yellow: #f4c221;
--ck-custom-highlight-pen-orange: #e86d31;
--ck-custom-highlight-pen-black: #333333;
--ck-custom-highlight-pen-gray: #c4c7cc;
--ck-custom-highlight-pen-light-gray: #e4e5e9;
--ck-custom-highlight-pen-medium-gray: #9aa5ab;
--ck-custom-highlight-pen-dark-gray: #556066;
}
/*@define-mixin custom-highlight-marker-color $color {*/
/*.marker-$color {*/
/*background-color: var(--ck-custom-highlight-marker-$color) !important;*/
/*}*/
/*}*/
/*@define-mixin custom-highlight-pen-color $color {*/
/*.pen-$color {*/
/*color: var(--ck-custom-highlight-pen-$color) !important;*/
/*!* Override default yellow background of `<mark>` from user agent stylesheet *!*/
/*background-color: transparent !important;*/
/*}*/
/*}*/
/*@mixin custom-highlight-marker-color yellow;*/
/*@mixin custom-highlight-marker-color green;*/
/*@mixin custom-highlight-marker-color orange;*/
/*@mixin custom-highlight-marker-color blue;*/
/*@mixin custom-highlight-marker-color gray;*/
/*@mixin custom-highlight-pen-color red;*/
/*@mixin custom-highlight-pen-color green;*/
/*@mixin custom-highlight-pen-color blue;*/
/*@mixin custom-highlight-pen-color light-blue;*/
/*@mixin custom-highlight-pen-color black;*/
/*@mixin custom-highlight-pen-color yellow;*/
/*@mixin custom-highlight-pen-color orange;*/
/*@mixin custom-highlight-pen-color gray;*/
/*@mixin custom-highlight-pen-color dark-gray;*/
/*@mixin custom-highlight-pen-color medium-gray;*/
/*@mixin custom-highlight-pen-color light-gray;*/
.marker-yellow {
background-color: #fdf5dd;
}
.marker-green {
background-color: #e3f7f3;
}
.marker-orange {
background-color: #fbe8df;
}
.marker-blue {
background-color: #ddf5fb;
}
.marker-gray {
background-color: #f0f2f3;
}
.pen-red {
color: #f35e5e;
background-color: transparent !important;
}
.pen-green {
color: #3bc7ab;
background-color: transparent !important;
}
.pen-blue {
color: #1f8ceb;
background-color: transparent !important;
}
.pen-light-blue {
color: #1ebfe9;
background-color: transparent !important;
}
.pen-yellow {
color: #f4c221;
background-color: transparent !important;
}
.pen-orange {
color: #e86d31;
background-color: transparent !important;
}
.pen-black {
color: #333333;
background-color: transparent !important;
}
.pen-gray {
color: #c4c7cc;
background-color: transparent !important;
}
.pen-light-gray {
color: #e4e5e9;
background-color: transparent !important;
}
.pen-medium-gray {
color: #9aa5ab;
background-color: transparent !important;
}
.pen-dark-gray {
color: #556066;
background-color: transparent !important;
}
@define-mixin button-custom-highlight-color $color {
.ck.ck-button.marker-$color, .ck.ck-button.marker-$color:hover {
background-color: var(--ck-custom-highlight-marker-$color) !important;
}
.ck.ck-button.pen-$color, .ck.ck-button.pen-$color:hover {
background-color: var(--ck-custom-highlight-pen-$color) !important;
}
.ck.ck-button.marker-$color.ck-on:before,
.ck.ck-button.pen-$color.ck-on:before {
position: absolute;
top: 8px;
left: 8px;
z-index: 3;
}
.ck.ck-button.ck-on.pen-$color:before {
content: url('../src/assets/icons/done.svg');
}
.ck.ck-button.ck-on.marker-$color:before {
content: url('../src/assets/icons/done-black.svg');
}
}
@mixin button-custom-highlight-color yellow;
@mixin button-custom-highlight-color green;
@mixin button-custom-highlight-color orange;
@mixin button-custom-highlight-color blue;
@mixin button-custom-highlight-color gray;
@mixin button-custom-highlight-color red;
@mixin button-custom-highlight-color light-blue;
@mixin button-custom-highlight-color black;
@mixin button-custom-highlight-color dark-gray;
@mixin button-custom-highlight-color medium-gray;
@mixin button-custom-highlight-color light-gray;
/* button-toggle */
.ck-button__toggle {
border-radius: 10px !important;
}
.ck-button__toggle__inner {
border-radius: 50% !important;
cursor: pointer !important;
}
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner {
transform: translateX(var(--ck-switch-button-toggle-transform)) !important;
}
/* MEDIA / LINK */
.ck-media-embed-dropdown .ck-dropdown__container {
padding-bottom: 40px !important;
background-color: var(--ck-color-base-background) !important;
}
.ck-media-form .ck.ck-button.ck-button-save,
.ck-link-form .ck-button-save {
float: right !important;
margin-bottom: 16px !important;
font-size: 16px !important;
font-weight: 600 !important;
line-height: 1.25 !important;
height: 40px !important;
width: auto !important;
padding-right: 20px !important;
padding-left: 20px !important;
border-radius: 4px !important;
/*background-color: #1f8ceb !important;*/
}
.ck-link-form .ck.ck-button.ck-button-save,
.ck-media-form .ck.ck-button.ck-button_with-text.ck-off {
color: #ffffff !important;
border-color: #1f8ceb !important;
background-color: #1f8ceb !important;
}
.ck-link-form .ck.ck-button.ck-button-save:hover,
.ck-media-form .ck.ck-button.ck-button_with-text.ck-off:hover {
background-color: #3095EC !important;
border-color: #3095EC !important;
}
.ck-link-form .ck.ck-button.ck-button-save:active,
.ck-media-form .ck.ck-button.ck-button_with-text.ck-off:active {
background-color: #409DED !important;
border-color: #409DED !important;
}
.ck-link-form .ck.ck-button.ck-button-save:disabled,
.ck-media-form .ck.ck-button.ck-button_with-text.ck-off:disabled {
background-color: #c4c7cc !important;
border-color: #c4c7cc !important;
}
/* TABLE */
.ck-custom-table-dropdown .ck-dropdown__container .ck-list {
padding: 8px !important;
}
.ck-insert-table-dropdown__grid {
padding: 16px 16px 8px 16px !important;
}
.ck-insert-table-dropdown__label {
padding-bottom: 16px !important;
line-height: normal !important;
}
/* DELIMITER */
.ck-delimiter.ck-placeholder::before,
.ck-delimiter::before {
display: inline-block;
content: " " !important;
font-size: 30px;
line-height: 65px;
width: 100%;
height: 0px;
width: 100%;
margin: 7px auto 8px auto;
letter-spacing: 0.2em;
border-bottom: solid 1px #e4e5e9;
}
.ck-delimiter.ck-widget,
.ck-delimiter.ck-widget:hover,
.ck-delimiter.ck-widget_selected,
.ck-delimiter.ck-widget_selected:hover {
outline: none !important;
transition: none !important;
}
.ck-delimiter .ck-widget__selection-handler,
.ck-delimiter-remove-container:before,
.ck-delimiter-remove-container:after {
display: none !important;
}
.ck-delimiter-remove-container,
.ck-delimiter-remove-container .ck-toolbar,
.ck-delimiter-remove-container .ck-button {
border: none !important;
box-shadow: none !important;
background-color: transparent !important;
}
/* BLOCK QUOTE */
.ck-content blockquote {
border-left: 2px solid #556066;
padding-left: 16px;
line-height: 1.5;
} | 0.220678 | 0.043447 |
:root { /* Yang2020.com Pallate */
--black: hsl(0, 0%, 0%);
--blueDark: hsl(225, 72%, 28%);
--blueDarkTransparent: hsla(225, 72%, 28%, 0.67);
--blueLight: hsl(205, 70%, 58%);
--blueLightest: hsla(213, 100%, 95%, 0.8);
--blueTransparent: hsla(212, 100%, 35%, 0.9);
--blueTransparentLight: hsla(213, 100%, 95%, 0.44);
--grayDarker: hsl(0, 0%, 29%);
--grayDark: hsl(0, 0%, 61%);
--grayLight: hsl(0, 0%, 61%, 0.1);
--grayLighter: hsla(0, 0%, 85%, 0.2);
--red: hsl(352, 69%, 53%);
--redDark: hsl(352, 69%, 39%);
--white: hsl(0, 0%, 100%);
--grayGradient1: hsla(0,0%,53%,.7);
--grayGradient2: hsla(0,0%,77%,.4);
--grayLoading: #d9d9d9;
--grayMedium: #c3c1c1;
--whiteDark: #f5f5f5;
}
body {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
/* background-color: var(--redDark); */
/* background-image: url("https://www.yang2020.com/wp-content/uploads/splash_index.png"); */
/* background-size: 100% auto; */
/* background-repeat: no-repeat; */
/* font-size: 1.0rem; */
/* margin:0; */
/* padding:0; */
/* height:100%; */
}
a:link {
color: --white;
}
a:link, a:visited {
/* color: #CCC; */
}
a.tags {
/* background-color: var(--white); */
padding: 10px;
line-height: 5.0rem;
}
/*
h1.title {
text-align: center;
color: var(--white);
}
h2 {
text-align: center;
background-color: var(--blueLight);
color: var(--white);
}
h3 {
font-size: 1.5rem;
}
blockquote {
font-style: italic;
}
*/
/* Logo and Member Pledge */
#member-pledge {
margin: 0.1em;
padding-top: 0.7em;
}
.pledge-text {
font-weight: none;
font-size: 0.8em;
}
.hashtag {
color: var(--grayDark)
}
.example-signature {
padding-right: 2em;
}
/* Candidate Lookup */
.candidate-lookup {
margin-bottom: 1em;
}
.candidate-lookup > .card-body {
border: 1px solid var(--blueDark);
border-radius: 0 0 0.2em 0.2em;
}
.card-header {
color: white;
background-color: var(--blueDark);
border-radius: 1em;
}
.btn-primary {
background-color: var(--blueDark);
}
.state-select {
max-width: 25em;
margin-right: 0.6em;
}
#nav-tabContent {
min-height: 10em;
}
/* FAQ */
.faq {
margin-bottom: 2em;
border-bottom: 1px solid var(--blueDark);
border-left: 1px solid var(--blueDark);
border-right: 1px solid var(--blueDark);
border-radius: 0 0 0.2em 0.2em;
}
.card-body {
background-color: var(--grayLighter);
}
#voter-pledge {
border-bottom: 1px solid grey;
}
#federal-candidate {
border-bottom: 1px solid grey;
}
#communication {
border-bottom: 1px solid grey;
}
/* Other */
.box {
border-top: 19px solid var(--blueLight);
background-color: var(--blueDark);
padding: 20px 42px 31px;
margin: 10px;
color: var(--white);
}
.tags {
text-align: center;
font-size: 2.0rem;
}
img.platform {
max-height: 24px;
}
.thanks {
text-align: center;
background-color: var(--red);
padding: 10px;
color: var(--white);
}
table {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 0px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
} | policy_us/vote-ubi-site/style.css | :root { /* Yang2020.com Pallate */
--black: hsl(0, 0%, 0%);
--blueDark: hsl(225, 72%, 28%);
--blueDarkTransparent: hsla(225, 72%, 28%, 0.67);
--blueLight: hsl(205, 70%, 58%);
--blueLightest: hsla(213, 100%, 95%, 0.8);
--blueTransparent: hsla(212, 100%, 35%, 0.9);
--blueTransparentLight: hsla(213, 100%, 95%, 0.44);
--grayDarker: hsl(0, 0%, 29%);
--grayDark: hsl(0, 0%, 61%);
--grayLight: hsl(0, 0%, 61%, 0.1);
--grayLighter: hsla(0, 0%, 85%, 0.2);
--red: hsl(352, 69%, 53%);
--redDark: hsl(352, 69%, 39%);
--white: hsl(0, 0%, 100%);
--grayGradient1: hsla(0,0%,53%,.7);
--grayGradient2: hsla(0,0%,77%,.4);
--grayLoading: #d9d9d9;
--grayMedium: #c3c1c1;
--whiteDark: #f5f5f5;
}
body {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
/* background-color: var(--redDark); */
/* background-image: url("https://www.yang2020.com/wp-content/uploads/splash_index.png"); */
/* background-size: 100% auto; */
/* background-repeat: no-repeat; */
/* font-size: 1.0rem; */
/* margin:0; */
/* padding:0; */
/* height:100%; */
}
a:link {
color: --white;
}
a:link, a:visited {
/* color: #CCC; */
}
a.tags {
/* background-color: var(--white); */
padding: 10px;
line-height: 5.0rem;
}
/*
h1.title {
text-align: center;
color: var(--white);
}
h2 {
text-align: center;
background-color: var(--blueLight);
color: var(--white);
}
h3 {
font-size: 1.5rem;
}
blockquote {
font-style: italic;
}
*/
/* Logo and Member Pledge */
#member-pledge {
margin: 0.1em;
padding-top: 0.7em;
}
.pledge-text {
font-weight: none;
font-size: 0.8em;
}
.hashtag {
color: var(--grayDark)
}
.example-signature {
padding-right: 2em;
}
/* Candidate Lookup */
.candidate-lookup {
margin-bottom: 1em;
}
.candidate-lookup > .card-body {
border: 1px solid var(--blueDark);
border-radius: 0 0 0.2em 0.2em;
}
.card-header {
color: white;
background-color: var(--blueDark);
border-radius: 1em;
}
.btn-primary {
background-color: var(--blueDark);
}
.state-select {
max-width: 25em;
margin-right: 0.6em;
}
#nav-tabContent {
min-height: 10em;
}
/* FAQ */
.faq {
margin-bottom: 2em;
border-bottom: 1px solid var(--blueDark);
border-left: 1px solid var(--blueDark);
border-right: 1px solid var(--blueDark);
border-radius: 0 0 0.2em 0.2em;
}
.card-body {
background-color: var(--grayLighter);
}
#voter-pledge {
border-bottom: 1px solid grey;
}
#federal-candidate {
border-bottom: 1px solid grey;
}
#communication {
border-bottom: 1px solid grey;
}
/* Other */
.box {
border-top: 19px solid var(--blueLight);
background-color: var(--blueDark);
padding: 20px 42px 31px;
margin: 10px;
color: var(--white);
}
.tags {
text-align: center;
font-size: 2.0rem;
}
img.platform {
max-height: 24px;
}
.thanks {
text-align: center;
background-color: var(--red);
padding: 10px;
color: var(--white);
}
table {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 0px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
} | 0.434341 | 0.165222 |
body {
/*background: rgba(0, 0, 0, 0.9);*/
margin: 0;
/* color: #fff; */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow-x: hidden;
}
.showcase::after {
content: '';
height: 100vh;
width: 100%;
/*background-image: url(https://images.pexels.com/photos/19670/pexels-photo.jpg);*/
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
}
.content {
position: absolute;
z-index: 1;
top: 10%;
left: 50%;
margin-top: 105px;
margin-left: -145px;
width: 300px;
/* min-width: 100px; */
height: 350px;
text-align: center;
transition: all 1000ms;
}
.content .logo {
height: 180px;
width: 180px;
}
.content .title {
font-size: 2.2rem;
margin-top: 1rem;
}
.content .text {
line-height: 1.7;
margin-top: 1rem;
}
.container {
max-width: 960px;
margin: auto;
overflow: hidden;
padding: 4rem 1rem;
}
.grid-3 {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(2, 1fr);
}
.center {
text-align: center;
margin: auto;
}
.bg-light {
background: #f4f4f4;
color: #333;
}
.bg-dark {
background: #333;
color: #f4f4f4;
}
footer {
padding: 2.2rem;
}
footer p {
margin: 0;
}
/* Small Screens */
@media (max-width: 560px) {
.big-logo {
display:none
}
.content {
top: 25%;
margin-top: 15%;
}
.content .logo {
height: 140px;
width: 140px;
}
.grid-3,
.grid-2 {
grid-template-columns: 1fr;
}
.services div {
border-bottom: #333 dashed 1px;
padding: 1.2rem 1rem;
}
}
/* Landscape */
@media (max-height: 500px) {
.content .title,
.content .text {
display: none;
}
.content {
top: 10;
}
}
/* Bird */
.bird {
/*background path was messed up on localserver, may uncommnet when deploying */
/*background-image: url(./svgs/bird-cells.svg);*/
background-size: auto 100%;
width: 88px;
height: 125px;
will-change: background-position;
animation-name: fly-cycle;
animation-timing-function: steps(10);
animation-iteration-count: infinite;
animation-duration: 1s;
animation-delay: -0.5s;
}
@keyframes fly-cycle {
100% {
background-position: -900px 0;
}
}
.bird-container {
/* height: 100px; */
display: flex;
justify-content: center;
}
/* PopUp */
/* Popup container - can be anything you want */
.popup {
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* The actual popup */
.popup .popuptext {
visibility: hidden;
width: 160px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 8px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -80px;
}
/* Popup arrow */
.popup .popuptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popup .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
} | server-source/public/styles/index.css | body {
/*background: rgba(0, 0, 0, 0.9);*/
margin: 0;
/* color: #fff; */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow-x: hidden;
}
.showcase::after {
content: '';
height: 100vh;
width: 100%;
/*background-image: url(https://images.pexels.com/photos/19670/pexels-photo.jpg);*/
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
}
.content {
position: absolute;
z-index: 1;
top: 10%;
left: 50%;
margin-top: 105px;
margin-left: -145px;
width: 300px;
/* min-width: 100px; */
height: 350px;
text-align: center;
transition: all 1000ms;
}
.content .logo {
height: 180px;
width: 180px;
}
.content .title {
font-size: 2.2rem;
margin-top: 1rem;
}
.content .text {
line-height: 1.7;
margin-top: 1rem;
}
.container {
max-width: 960px;
margin: auto;
overflow: hidden;
padding: 4rem 1rem;
}
.grid-3 {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(2, 1fr);
}
.center {
text-align: center;
margin: auto;
}
.bg-light {
background: #f4f4f4;
color: #333;
}
.bg-dark {
background: #333;
color: #f4f4f4;
}
footer {
padding: 2.2rem;
}
footer p {
margin: 0;
}
/* Small Screens */
@media (max-width: 560px) {
.big-logo {
display:none
}
.content {
top: 25%;
margin-top: 15%;
}
.content .logo {
height: 140px;
width: 140px;
}
.grid-3,
.grid-2 {
grid-template-columns: 1fr;
}
.services div {
border-bottom: #333 dashed 1px;
padding: 1.2rem 1rem;
}
}
/* Landscape */
@media (max-height: 500px) {
.content .title,
.content .text {
display: none;
}
.content {
top: 10;
}
}
/* Bird */
.bird {
/*background path was messed up on localserver, may uncommnet when deploying */
/*background-image: url(./svgs/bird-cells.svg);*/
background-size: auto 100%;
width: 88px;
height: 125px;
will-change: background-position;
animation-name: fly-cycle;
animation-timing-function: steps(10);
animation-iteration-count: infinite;
animation-duration: 1s;
animation-delay: -0.5s;
}
@keyframes fly-cycle {
100% {
background-position: -900px 0;
}
}
.bird-container {
/* height: 100px; */
display: flex;
justify-content: center;
}
/* PopUp */
/* Popup container - can be anything you want */
.popup {
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* The actual popup */
.popup .popuptext {
visibility: hidden;
width: 160px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 8px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -80px;
}
/* Popup arrow */
.popup .popuptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popup .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
} | 0.424889 | 0.077204 |
img {
width: 100%;
margin: 0 auto;
border: 1px solid #333;
border-radius: 3px;
}
blockquote {
font-size: 42px;
text-align: center;
color: #333;
opacity: 0.5;
line-height: 42px;
}
.docs-container pre {
background: #FFF;;
padding: 0;
}
.docs-container code {
font-family: monospace;
font-size: 12px;
text-align: left;
color: #333;
background-color: #EAEAEA;
padding: 5px 10px;
border-radius: 3px;
}
.docs-container pre > code {
font-family: monospace;
background-color: #FAFAFA;
border-radius: 5px;
padding: 10px 15px;
font-size: 14px;
line-height: 24px;
border-radius: 3px;
margin: 20px auto 40px;
max-width: 700px; /* 70 chars */
white-space: pre-wrap;
display: block;
overflow-x: auto;
color: #333;
}
.docs-container {
display: flex;
flex-direction: column;
height: 100%;
}
.docs-navigation {
display: flex;
flex: 0 0 auto;
box-sizing: border-box;
justify-content: center;
align-items: stretch;
padding: 0 50px;
background-color: #FFF;
background-color: #FAFAFA;
box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
height: 40px;
z-index: 10;
}
.docs-navigation-menu {
padding: 0;
margin: 0;
display: flex;
list-style-type: none;
align-items: stretch;
}
.docs-navigation-item {
position: relative;
line-height: 40px;
color: #333;
}
.docs-navigation-item > a {
padding: 0 25px;
color: #333;
cursor: pointer;
display: block;
height: 100%;
}
.docs-navigation-item:hover {
}
.docs-navigation-item.active .underline {
position: absolute;
bottom: 0;
width: 100%;
background-color: #00a1c9;
height: 2px;
display: none;
}
.docs-navigation-item.active .underline {
display: block;
}
.docs-icons {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-end;
}
.docs-icon {
display: flex;
align-items: center;
cursor: pointer;
color: #333;
margin-left: 20px;
}
.docs-icon-github {
background-image: url(/images/github.png);
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
margin-right: 5px;
}
.docs-icon-discord {
background-image: url(/images/discord.png);
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
margin-right: 5px;
}
.docs-content {
display: flex;
flex: 1 1 auto;
overflow: hidden;
line-height: 26px;
font-size: 16px;
color: #444;
text-align: justify;
}
.docs-doc {
overflow-y: auto;
flex: 4;
}
.docs-doc-content {
position: relative;
max-width: 800px;
min-height: calc(100vh - 210px);
padding-bottom: 60px;
padding-left: 20px;
}
.docs-doc-edit {
position: absolute;
right: 0;
top: 60px;
}
.docs-doc-content li {
margin-top: 10px;
}
.docs-toc {
flex: 1;
overflow-y: auto;
min-width: 100px;
max-width: 300px;
padding: 0 40px;
margin-left: 20px;
box-sizing: border-box;
}
.docs-toc-content {
padding: 20px 0;
box-sizing: border-box;
}
.docs-toc-content ul {
font-size: 14px;
padding-left: 5px;
margin: 0;
list-style-type: none;
}
.docs-toc-content ul ul {
font-size: 12px;
line-height: 18px;
}
.docs-toc-content a {
padding-left: 0;
color: #333;
}
.docs-toc-content ul ul ul a {
color: #666;
}
.docs-toc-content a:hover {
color: #0086b3;
}
.docs-toc-content .active > a {
font-weight: bold;
}
.docs-toc-content > ul {
}
.docs-toc-content > ul > li {
}
.docs-toc-content li {
padding-left: 3px;
}
.docs-search {
flex: 0 1;
display: flex;
margin: 0 20px;
position: relative;
}
.docs-search input {
outline: none;
border: 1px solid #EAEAEA;
border-radius: 3px;
color: #666;
margin: 5px;
text-indent: 5px;
font-size: 16px;
}
.docs-search-result {
position: absolute;
top: 40px;
left: 4px;
width: 400px;
display: none;
background-color: #FFF;
box-shadow: 0px 9px 10px rgba(0,0,0,0.1);
line-height: 25px;
}
.docs-search-result-item {
display: block;
padding: 0 10px;
padding: 5px 10px;
}
.docs-search-result-item span {
color: #333;
font-size: 14px;
}
.docs-navigation-title.mobile {
color: #FFF;
font-size: 24px;
flex: 1;
text-align: center;
padding-right: 50px;
text-transform: uppercase;
}
.docs-navigation-hamburger {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 50px;
height: 50px;
cursor: pointer;
}
.docs-navigation-hamburger:before {
content: "";
width: 40%;
height: 30%;
background: linear-gradient(
to bottom,
white, white 20%,
transparent 20%, transparent 40%,
white 40%, white 60%,
transparent 60%, transparent 80%,
white 80%, white 100%
);
}
.mobile {
display: none;
}
@media (max-width: 1240px) {
#navigation {
display: none;
}
.docs-toc, .docs-search, .docs-doc-edit, .docs-navigation, .docs-navigation-menu {
display: none;
}
.mobile, .docs-content, .docs-navigation.mobile .docs-toc {
display: block;
}
.docs-content {
overflow-y: auto;
}
.docs-doc-content {
padding-left: 20px;
padding-right: 20px;
margin: auto;
}
.docs-container pre > code {
white-space: inherit;
}
.docs-navigation {
padding: 0;
height: 50px;
background-color: #0086b3;
display: flex;
align-items: center;
}
.docs-navigation-float {
display: none;
position: fixed;
top: 0;
left: 0;
transform: translate3d(0, 0, 0);
height: 100%;
overflow-y: auto;
background-color: #FFF;
min-width: 40%;
max-width: 80%;
box-shadow: 0px 9px 10px rgba(0,0,0,0.1);
z-index: 10;
}
.docs-navigation-menu.mobile {
color: #333;
padding: 10px;
}
.docs-navigation-float.mobile .docs-toc {
padding: 10px 0;
height: auto;
display: block;
}
.docs-navigation-menu.mobile .docs-toc-content {
position: relative;
height: auto;
padding: 0;
}
.docs-navigation-menu.mobile .docs-toc-content > div {
display: none;
}
.docs-navigation-menu.mobile .docs-toc ul {
font-size: 16px;
line-height: 32px;
}
.docs-navigation-item {
line-height: 18px;
padding: 10px;
}
.docs-navigation-item > a {
flex: 1;
color: #0086b3;
text-transform: uppercase;
padding: 0;
}
} | website/builder/css/docs.css | img {
width: 100%;
margin: 0 auto;
border: 1px solid #333;
border-radius: 3px;
}
blockquote {
font-size: 42px;
text-align: center;
color: #333;
opacity: 0.5;
line-height: 42px;
}
.docs-container pre {
background: #FFF;;
padding: 0;
}
.docs-container code {
font-family: monospace;
font-size: 12px;
text-align: left;
color: #333;
background-color: #EAEAEA;
padding: 5px 10px;
border-radius: 3px;
}
.docs-container pre > code {
font-family: monospace;
background-color: #FAFAFA;
border-radius: 5px;
padding: 10px 15px;
font-size: 14px;
line-height: 24px;
border-radius: 3px;
margin: 20px auto 40px;
max-width: 700px; /* 70 chars */
white-space: pre-wrap;
display: block;
overflow-x: auto;
color: #333;
}
.docs-container {
display: flex;
flex-direction: column;
height: 100%;
}
.docs-navigation {
display: flex;
flex: 0 0 auto;
box-sizing: border-box;
justify-content: center;
align-items: stretch;
padding: 0 50px;
background-color: #FFF;
background-color: #FAFAFA;
box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
height: 40px;
z-index: 10;
}
.docs-navigation-menu {
padding: 0;
margin: 0;
display: flex;
list-style-type: none;
align-items: stretch;
}
.docs-navigation-item {
position: relative;
line-height: 40px;
color: #333;
}
.docs-navigation-item > a {
padding: 0 25px;
color: #333;
cursor: pointer;
display: block;
height: 100%;
}
.docs-navigation-item:hover {
}
.docs-navigation-item.active .underline {
position: absolute;
bottom: 0;
width: 100%;
background-color: #00a1c9;
height: 2px;
display: none;
}
.docs-navigation-item.active .underline {
display: block;
}
.docs-icons {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-end;
}
.docs-icon {
display: flex;
align-items: center;
cursor: pointer;
color: #333;
margin-left: 20px;
}
.docs-icon-github {
background-image: url(/images/github.png);
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
margin-right: 5px;
}
.docs-icon-discord {
background-image: url(/images/discord.png);
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
margin-right: 5px;
}
.docs-content {
display: flex;
flex: 1 1 auto;
overflow: hidden;
line-height: 26px;
font-size: 16px;
color: #444;
text-align: justify;
}
.docs-doc {
overflow-y: auto;
flex: 4;
}
.docs-doc-content {
position: relative;
max-width: 800px;
min-height: calc(100vh - 210px);
padding-bottom: 60px;
padding-left: 20px;
}
.docs-doc-edit {
position: absolute;
right: 0;
top: 60px;
}
.docs-doc-content li {
margin-top: 10px;
}
.docs-toc {
flex: 1;
overflow-y: auto;
min-width: 100px;
max-width: 300px;
padding: 0 40px;
margin-left: 20px;
box-sizing: border-box;
}
.docs-toc-content {
padding: 20px 0;
box-sizing: border-box;
}
.docs-toc-content ul {
font-size: 14px;
padding-left: 5px;
margin: 0;
list-style-type: none;
}
.docs-toc-content ul ul {
font-size: 12px;
line-height: 18px;
}
.docs-toc-content a {
padding-left: 0;
color: #333;
}
.docs-toc-content ul ul ul a {
color: #666;
}
.docs-toc-content a:hover {
color: #0086b3;
}
.docs-toc-content .active > a {
font-weight: bold;
}
.docs-toc-content > ul {
}
.docs-toc-content > ul > li {
}
.docs-toc-content li {
padding-left: 3px;
}
.docs-search {
flex: 0 1;
display: flex;
margin: 0 20px;
position: relative;
}
.docs-search input {
outline: none;
border: 1px solid #EAEAEA;
border-radius: 3px;
color: #666;
margin: 5px;
text-indent: 5px;
font-size: 16px;
}
.docs-search-result {
position: absolute;
top: 40px;
left: 4px;
width: 400px;
display: none;
background-color: #FFF;
box-shadow: 0px 9px 10px rgba(0,0,0,0.1);
line-height: 25px;
}
.docs-search-result-item {
display: block;
padding: 0 10px;
padding: 5px 10px;
}
.docs-search-result-item span {
color: #333;
font-size: 14px;
}
.docs-navigation-title.mobile {
color: #FFF;
font-size: 24px;
flex: 1;
text-align: center;
padding-right: 50px;
text-transform: uppercase;
}
.docs-navigation-hamburger {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 50px;
height: 50px;
cursor: pointer;
}
.docs-navigation-hamburger:before {
content: "";
width: 40%;
height: 30%;
background: linear-gradient(
to bottom,
white, white 20%,
transparent 20%, transparent 40%,
white 40%, white 60%,
transparent 60%, transparent 80%,
white 80%, white 100%
);
}
.mobile {
display: none;
}
@media (max-width: 1240px) {
#navigation {
display: none;
}
.docs-toc, .docs-search, .docs-doc-edit, .docs-navigation, .docs-navigation-menu {
display: none;
}
.mobile, .docs-content, .docs-navigation.mobile .docs-toc {
display: block;
}
.docs-content {
overflow-y: auto;
}
.docs-doc-content {
padding-left: 20px;
padding-right: 20px;
margin: auto;
}
.docs-container pre > code {
white-space: inherit;
}
.docs-navigation {
padding: 0;
height: 50px;
background-color: #0086b3;
display: flex;
align-items: center;
}
.docs-navigation-float {
display: none;
position: fixed;
top: 0;
left: 0;
transform: translate3d(0, 0, 0);
height: 100%;
overflow-y: auto;
background-color: #FFF;
min-width: 40%;
max-width: 80%;
box-shadow: 0px 9px 10px rgba(0,0,0,0.1);
z-index: 10;
}
.docs-navigation-menu.mobile {
color: #333;
padding: 10px;
}
.docs-navigation-float.mobile .docs-toc {
padding: 10px 0;
height: auto;
display: block;
}
.docs-navigation-menu.mobile .docs-toc-content {
position: relative;
height: auto;
padding: 0;
}
.docs-navigation-menu.mobile .docs-toc-content > div {
display: none;
}
.docs-navigation-menu.mobile .docs-toc ul {
font-size: 16px;
line-height: 32px;
}
.docs-navigation-item {
line-height: 18px;
padding: 10px;
}
.docs-navigation-item > a {
flex: 1;
color: #0086b3;
text-transform: uppercase;
padding: 0;
}
} | 0.454956 | 0.155495 |
body{
background-color: #438173;
}
.navbar{
background-color: #333333;
}
.navbar-light .navbar-nav .nav-link {
color: #F0F7F4;
}
.navbar-light .navbar-nav #active {
color: #6F857D;
}
.navbar-light .navbar-nav .nav-link:hover:not(#active) {
color: #438173;
}
#posts{
background-color:#3A4B48;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
}
h2{
margin-left: 1em;
color: #ADE6D9;
}
#post{
background-color: #6F857D;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
margin-bottom: 2em;
}
#content_create{
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
background-color: #F0F7F4;
padding-top: 0.5em;
padding-bottom: 1em;
height: fit-content;
position: relative;
}
#create{
margin-left: auto;
margin-right: auto;
margin-top: 2em;
margin-bottom: 2em;
padding-bottom: 1em;
position: relative;
padding-top: 1em;
}
#create form{
margin-bottom: 2em;
}
#create_bt{
margin-bottom: 0.5em;
}
#create textarea{
margin-left: auto;
margin-right: auto;
margin-top: 1em;
width: 90%;
}
#add_pic{
width: 50px;
height: 50px;
}
#confirm{
display: flex;
align-items: flex-end;
width: 90%;
margin-left: auto;
margin-right: auto;
}
#post-button{
margin-bottom: 0.5em;
}
#postName{
margin-left: auto;
margin-right: auto;
width: 90%;
}
#content{
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
background-color: #F0F7F4;
padding-top: 0.5em;
padding-bottom: 10em;
height: fit-content;
position: relative;
}
.container {
background-color: #3A4B48;
display: flex;
}
form:not(#search-form) {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
height: 80%;
}
#login {
background-color: #F0F7F4;
}
form div div img {
margin-top: 1em;
}
form div div {
margin: 1em;
}
form div input:not(#add_pic) {
width: 100%;
}
@media (max-width: 543px) {
/* Makes it so when the screen is small, it shrinks the size*/
.container .row {
min-height: 400px;
}
.container {
max-width: 400px;
padding-left: 2px;
padding-right: 0;
}
#content {
padding-left: 5px;
}
#search_bar {
width: 375px;
}
#content_create {
margin-left: 0;
}
}
@media (min-width: 544px) {
/* Makes it so when the screen is large, it expands the size*/
.container .row {
min-height: 600px;
}
.container {
max-width: auto;
padding-left: 15px;
padding-right: 15px;
}
#search_bar {
width: 500px;
}
#content_create {
margin-left: 1em;
}
} | Src/CSS/createPost.css | body{
background-color: #438173;
}
.navbar{
background-color: #333333;
}
.navbar-light .navbar-nav .nav-link {
color: #F0F7F4;
}
.navbar-light .navbar-nav #active {
color: #6F857D;
}
.navbar-light .navbar-nav .nav-link:hover:not(#active) {
color: #438173;
}
#posts{
background-color:#3A4B48;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
}
h2{
margin-left: 1em;
color: #ADE6D9;
}
#post{
background-color: #6F857D;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
margin-bottom: 2em;
}
#content_create{
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
background-color: #F0F7F4;
padding-top: 0.5em;
padding-bottom: 1em;
height: fit-content;
position: relative;
}
#create{
margin-left: auto;
margin-right: auto;
margin-top: 2em;
margin-bottom: 2em;
padding-bottom: 1em;
position: relative;
padding-top: 1em;
}
#create form{
margin-bottom: 2em;
}
#create_bt{
margin-bottom: 0.5em;
}
#create textarea{
margin-left: auto;
margin-right: auto;
margin-top: 1em;
width: 90%;
}
#add_pic{
width: 50px;
height: 50px;
}
#confirm{
display: flex;
align-items: flex-end;
width: 90%;
margin-left: auto;
margin-right: auto;
}
#post-button{
margin-bottom: 0.5em;
}
#postName{
margin-left: auto;
margin-right: auto;
width: 90%;
}
#content{
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
background-color: #F0F7F4;
padding-top: 0.5em;
padding-bottom: 10em;
height: fit-content;
position: relative;
}
.container {
background-color: #3A4B48;
display: flex;
}
form:not(#search-form) {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
height: 80%;
}
#login {
background-color: #F0F7F4;
}
form div div img {
margin-top: 1em;
}
form div div {
margin: 1em;
}
form div input:not(#add_pic) {
width: 100%;
}
@media (max-width: 543px) {
/* Makes it so when the screen is small, it shrinks the size*/
.container .row {
min-height: 400px;
}
.container {
max-width: 400px;
padding-left: 2px;
padding-right: 0;
}
#content {
padding-left: 5px;
}
#search_bar {
width: 375px;
}
#content_create {
margin-left: 0;
}
}
@media (min-width: 544px) {
/* Makes it so when the screen is large, it expands the size*/
.container .row {
min-height: 600px;
}
.container {
max-width: auto;
padding-left: 15px;
padding-right: 15px;
}
#search_bar {
width: 500px;
}
#content_create {
margin-left: 1em;
}
} | 0.509032 | 0.082883 |
@import url(https://fonts.googleapis.com/css2?family=Changa:wght@300;400;500;600;700;800&family=Karla:wght@400;700&display=swap);
html {
-webkit-font-smoothing: antialiased;
font-size: 16px
}
body {
font-size: 1.2rem;
font-weight: 400;
color: #707070;
background: #fff;
line-height: 1.7;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
h1 {}
h2 {}
h3 {}
body,
html {
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden
}
img {
max-width: 100%
}
input[type=submit] {
width: auto
}
input[type=button],
input[type=email],
input[type=password],
input[type=search],
input[type=submit],
input[type=text],
textarea {
-webkit-appearance: none
}
input:focus,
textarea:focus {
border: 1px solid #b9b9b9;
outline: 0
}
input[type=submit]:focus {
outline: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0
}
input::-ms-clear {
display: none
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover {
transition: background-color 5000s;
transition: all 0s 50000s
}
::selection {
color: #000;
background: #dbdbdb
}
::-moz-selection {
color: #a6a6a6;
background: #dbdbdb
}
::-webkit-input-placeholder {
color: #a6a6a6;
text-overflow: ellipsis
}
::-moz-placeholder {
color: #a6a6a6;
text-overflow: ellipsis;
opacity: 1
}
:-ms-input-placeholder {
color: #a6a6a6;
text-overflow: ellipsis;
opacity: 1
}
.nice-select {
float: none;
line-height: inherit
}
.nice-select::after {
height: 8px;
right: 20px;
width: 8px
}
.small-h.nice-select.open .list {
height: 300px!important;
overflow-y: auto
}
.non-overflow {
overflow: inherit!important
}
a:focus,
a:hover {
text-decoration: none;
outline: 0;
outline-offset: 0;
color: #333
}
a,
a:active,
a:focus {
color: #797373
}
.btn,
a,
input,
select,
textarea {
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
button,
button:focus,
button:hover {
outline: 0
}
img {
max-width: 100%;
height: auto
}
video {
background-size: cover;
display: table-cell;
vertical-align: middle;
width: 100%
}
.icon-box-1,
.icon-box-1 .text,
.navbar-brand,
.top-bar-right {
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear
}
.navbar-brand {
width: 202px
}
.navbar {
padding: 1rem 0
}
.navbar-nav .nav-item {
padding: 0 3px
}
.navbar-toggler {
outline: 0!important
}
.navbar-nav .nav-link {
color: #213184;
font-size: 1.125rem;
text-transform: capitalize;
padding: .9rem .5rem;
font-weight: 600;
display: block!important
}
.navbar-nav .active .nav-link,
.navbar-nav .active .nav-link:hover,
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-link:hover {
color: #32a4d5
}
.dropdown-menu {
padding: .9rem;
min-width: 240px;
background: #fff;
margin: 0;
border: 0;
border-radius: 5px;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)!important
}
@media (min-width:991px) {
.navbar-expand-lg .show>.dropdown-menu {
display: block
}
}
.dropdown-menu:after {
position: absolute;
top: -7px;
left: 20px;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 7px 7px 7px;
border-color: transparent transparent #fff transparent
}
.dropdown-menu li>.dropdown-menu:after {
display: none
}
.dropdown-menu a,
.dropdown-menu li>a {
font-size: 1rem;
padding: 5px 15px 5px 35px;
text-transform: capitalize;
color: #27304b;
text-decoration: none
}
.dropdown-menu li:last-child>a {
border: none
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-menu>li.show>a {
color: #fff;
text-decoration: none;
background-color: #f15e42;
border-radius: 200px
}
.dropdown-menu>li>a,
.megamenu-content-wrap ul li a {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
position: relative;
margin: 1px 0;
transition: none
}
.dropdown-menu>li>a::before,
.megamenu-content-wrap ul li a::before {
position: absolute;
content: "";
border-radius: 50%;
background-color: #f15e42;
width: 14px;
height: 14px;
left: 10px
}
.megamenu-content-wrap ul:not(:last-child) {
margin-right: 1.5rem
}
.megamenu-content-wrap ul li {
position: relative
}
.dropdown-menu>li.show>a:before,
.dropdown-menu>li>a:hover:before,
.megamenu-content-wrap ul li a:hover::before {
background-color: #fff
}
.navbar-toggler-icon {
background-image: url(../images/download.svg)
}
.megamenu-content-wrap {
display: flex
}
.megamenu-content-wrap ul {
width: 50%
}
.dropdown-item-icon {
display: inline-block;
vertical-align: middle;
text-align: center;
font-size: .8125rem;
min-width: 1rem;
max-width: 1rem;
margin-right: .5rem
}
.nav-item.dropdown.megamenu .menu-back-div {
box-sizing: border-box;
background: #fff;
padding: .9rem;
box-shadow: 0 0 35px rgba(0, 0, 0, .1);
border-radius: 4px;
border: 0;
min-width: 400px
}
.nav-light .navbar-nav .nav-link {
color: #fff
}
.nav-light .navbar-nav .active .nav-link,
.nav-light .navbar-nav .active .nav-link:hover,
.nav-light .navbar-nav .nav-item:hover .nav-link,
.nav-light .navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
color: #f15e42
}
.offcanvas-header {
display: none
}
.screen-overlay {
width: 0%;
height: 100%;
z-index: 30;
position: fixed;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(34, 34, 34, .6);
transition: opacity .2s linear, visibility .1s, width 1s ease-in;
z-index: 1031
}
.screen-overlay.show {
transition: opacity .5s ease, width 0s;
opacity: 1;
width: 100%;
visibility: visible
}
.mobile-offcanvas {
visibility: hidden;
transform: translateX(-100%);
border-radius: 0;
display: block;
position: fixed;
top: 0;
left: 0;
height: 100%;
z-index: 1200;
width: 350px;
transition: visibility .2s ease-in-out, transform .2s ease-in-out
}
.mobile-offcanvas.offcanvas-right {
right: 0;
left: auto;
transform: translateX(100%)
}
.offcanvas-header {
display: block
}
.mobile-offcanvas.show {
visibility: visible;
transform: translateX(0)
}
.heading-main {
color: #213184;
line-height: 1;
font-size: 3.125rem;
position: relative;
font-weight: 700;
z-index: 1;
margin-bottom: 3rem
}
.heading-main span {
color: #32a4d5
}
.heading-main i {
position: absolute;
color: #eee;
font-size: 4.5rem;
top: 50%;
left: 20px;
transform: translate(0, -45px) rotate(24deg);
z-index: -1
}
.heading-main.center {
text-align: center
}
.heading-main.center i {
position: absolute;
color: #eee;
font-size: 4.5rem;
top: 50%;
left: 50%;
transform: translate(-50%, -45px) rotate(24deg);
z-index: -1
}
.heading-main small {
color: #27304b;
position: relative;
text-transform: capitalize;
padding-bottom: 25px;
display: block;
font-size: 1rem;
font-weight: 700
}
.light-mode.heading-main small {
color: #f6f6f6;
position: relative
}
.light-mode.heading-main {
color: #fff
}
.light-mode.heading-main i {
opacity: .4
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {}
h5.h5-xs {
font-size: .875rem
}
h5.h5-sm {
font-size: 1rem
}
h5.h5-md {
font-size: 1rem
}
h5.h5-lg {
font-size: 1.125rem
}
h5.h5-xl {
font-size: 1.25rem
}
h4.h4-xs {
font-size: 1rem
}
h4.h4-sm {
font-size: 1.125rem
}
h4.h4-md {
font-size: 1.125rem
}
h4.h4-lg {
font-size: 1.25rem
}
h4.h4-xl {
font-size: 1.5rem
}
h3.h3-xs {
font-size: 1rem
}
h3.h3-sm {
font-size: 1.375rem
}
h3.h3-md {
font-size: 1.375rem
}
h3.h3-lg {
font-size: 1.5rem
}
h3.h3-xl {
font-size: 1.75rem
}
h2.h2-xs {
font-size: 1rem
}
h2.h2-sm {
font-size: 1.125rem
}
h2.h2-md {
font-size: 1.125rem
}
h2.h2-lg {
font-size: 1.25rem
}
h2.h2-xl {
font-size: 1.5rem
}
.fw-3 {
font-weight: 300
}
.fw-4 {
font-weight: 400
}
.fw-5 {
font-weight: 500
}
.fw-6 {
font-weight: 600
}
.fw-7 {
font-weight: 700
}
.head-letter-spacing {
letter-spacing: -.05rem
}
.txt-blue {
color: #27304b!important
}
.txt-orange {
color: #f15e42!important
}
.txt-green {
color: #98cb46!important
}
.txt-ligt-gray {
color: #424242!important
}
.txt-white {
color: #fff!important
}
.txt-sky-blue {
color: #f1fbff!important
}
.navbar-toggler .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px
}
.navbar-toggler .icon-bar+.icon-bar {
margin-top: 4px
}
.navbar-toggler .icon-bar {
width: 22px;
-webkit-transition: all .2s;
transition: all .2s
}
.navbar-toggler .icon-bar {
background-color: #27304b
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 10% 10%;
-ms-transform-origin: 10% 10%;
transform-origin: 10% 10%
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
opacity: 0
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 10% 90%;
-ms-transform-origin: 10% 90%;
transform-origin: 10% 90%
}
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0)
}
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
opacity: 1
}
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0)
}
.bg-shadow-white {
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.bg-white {
background: #fff
}
.bg-light-gray {
background: #fafafa
}
.bg-navy-blue {
background: #32a4d5
}
.bg-orange {
background: #213184
}
.bg-blue {
background: #4bb3e6
}
.bg-blue-light {
background: #ecf2f5
}
.bg-green {
background: #69f
}
.bg-snow {
background-image: url(../images/blue-snow.png);
background-repeat: repeat
}
.bg-testimonial {
background-repeat: no-repeat;
background-position: center center;
background-size: cover
}
.callout_bg {
background-image: url(https://www.vietnamconsulate-shihanoukville.org/wp-content/uploads/2019/06/1-9.jpg);
background-repeat: no-repeat;
background-position: center center
}
.bg-img-1 {
background-image: url(http://www.mannatstudio.com/);
background-repeat: no-repeat;
background-position: center center
}
.bg-img-7 {
background-image: url(../images/counter_bg.jpg);
background-repeat: no-repeat;
background-position: top center!important
}
.bg-img-8 {
background-image: url(http://www.mannatstudio.com/);
background-repeat: no-repeat;
background-position: left center!important
}
.bg-wave {
background-image: url(../images/bg-wave.svg);
background-repeat: no-repeat;
background-position: center bottom
}
.read-more-arrow {
font-size: 1rem;
display: inline-flex;
align-items: center;
font-weight: 700
}
.read-more-arrow span {
position: relative;
margin-left: 1rem;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.read-more-arrow i:after {
position: absolute;
content: "";
left: -41px;
top: 10px;
width: 53px;
border-bottom: 2px solid #f15e42
}
.read-more-arrow i {
margin-left: 2.5rem;
font-size: 1.3rem;
position: relative;
top: 2px;
color: #f15e42
}
.read-more-arrow:hover {
margin-left: .7rem
}
.btn-center {
margin-top: 70px;
margin-bottom: -20px
}
.btn-theme {
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: .5rem 1.9rem;
font-size: 1.125rem;
justify-content: center;
display: inline-flex;
outline: 0;
border: none;
cursor: pointer;
overflow: hidden;
z-index: 2;
align-items: center;
position: relative
}
.btn-sm {
padding: .5rem 1rem!important;
font-size: 1rem
}
.btn-theme:hover {
color: #fff
}
.btn-theme:before {
background-color: rgba(255, 255, 255, .15);
position: absolute;
top: 0;
left: 60%;
right: 60%;
bottom: 0;
opacity: 0;
content: '';
z-index: -2;
-webkit-transition: .5s all ease;
-o-transition: .5s all ease;
transition: .5s all ease;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.btn-theme:hover::before {
left: 0;
right: 0;
opacity: 1;
-webkit-transition: .5s all ease;
-o-transition: .5s all ease;
transition: .5s all ease
}
.btn-theme:active,
.btn-theme:focus {
outline: 0;
box-shadow: none
}
.link-oragne {
color: #f15e42;
font-weight: 700
}
.link-green {
color: #98cb46;
font-weight: 700
}
.link-blue {
color: #2f3985;
font-weight: 700
}
.link-dark {
color: #333;
font-weight: 700
}
.link-light {
color: #fff;
font-weight: 700
}
.link-oragne:hover {
color: #27304b
}
.link-blue:hover {
color: #f15e42
}
.link-dark:hover {
color: #000
}
.link-light:hover {
color: #f15e42
}
.link-green:hover {
color: #27304b;
font-weight: 700
}
.link-green.dark:hover {
color: #fff
}
.bordered {
border-style: solid;
border-width: 2px;
border-color: transparent;
background: 0 0!important
}
.bordered.btn-theme:before {
display: none
}
.bordered.bg-orange {
border-color: #f15e42;
color: #f15e42
}
.bordered.bg-navy-blue {
border-color: #27304b;
color: #27304b
}
.bordered.bg-navy-blue:hover {
border-color: #f15e42;
color: #fff;
background: #f15e42!important
}
.bordered.bg-green {
border-color: #98cb46;
color: #98cb46
}
.bordered.bg-white {
border-color: #fff;
color: #fff
}
.bordered.bg-white:hover {
border-color: #fff;
background: #fff!important;
color: #333!important
}
.btn-theme.icon-only i {
padding: 0
}
.btn-shadow.bg-green {
box-shadow: 0 4px 13px 0 rgba(152, 203, 70, .5);
border-radius: 3px
}
.btn-shadow.bg-orange {
box-shadow: 0 4px 13px 0 rgba(241, 94, 66, .5);
border-radius: 3px
}
.btn-shadow.bg-navy-blue {
box-shadow: 0 4px 13px 0 rgba(39, 48, 75, .5);
border-radius: 3px
}
.btn-long-arrow {
border-radius: 6px;
white-space: nowrap;
text-transform: capitalize;
padding: .55rem 1.9rem;
justify-content: center;
text-align: center;
max-height: inherit
}
.btn-long-arrow span {
position: relative;
margin-left: .5rem
}
.btn-long-arrow i {
color: #fff;
margin-left: 2.5rem;
font-size: 1.3rem;
position: relative;
top: 2px
}
.btn-long-arrow i:after {
border-bottom: 2px solid #fff;
position: absolute;
content: "";
left: -26px;
top: 10px;
width: 38px
}
.btn-long-arrow.capusle,
.btn-theme.capusle {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px
}
.bg-white.btn-theme {
border-radius: 3px;
color: #1c2339
}
.theme-accordian .panel-group .panel {
border-radius: 0;
border: none;
box-shadow: none
}
.theme-accordian .panel-default>.panel-heading {
background-color: #f07039;
border-radius: 0;
padding: 0
}
.theme-accordian .panel-heading {
background: #47bdcc;
padding: 0;
border-radius: 3px
}
.theme-accordian .panel-title>a {
padding: 12px 15px;
outline: 0;
display: block;
color: #fff;
text-transform: capitalize;
outline: 0;
position: relative
}
.theme-accordian .panel-title>a i {
margin-right: 8px
}
.theme-accordian .panel-body,
.theme-accordian-rounded .panel-body {
padding: 0 0 20px 0;
font-size: .827rem
}
.panel {
padding: 0 0 0 20px
}
.panel,
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
background: 0 0;
border: none;
box-shadow: none
}
.theme-accordian.white {
background: 0 0
}
.theme-accordian.white .panel-heading {
background: #fff
}
.theme-accordian.white .panel-title>a {
color: #343434
}
.theme-accordian.white .panel-title>a i {
color: #47bdcc
}
.theme-accordian-rounded .panel-title>a i {
text-align: center;
margin-right: 12px;
color: #f15e42;
font-size: .875rem;
position: absolute;
left: -26px;
top: 2px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.theme-accordian-rounded .panel-heading {
padding: 0 0 5px 0
}
.panel-title {
font-size: 1rem;
position: relative
}
.theme-accordian.accordion .card-header {
background-color: transparent;
color: #fff;
cursor: pointer;
border: none;
position: relative;
padding: 0
}
.theme-accordian.accordion .card-header a {
color: #f15e42;
letter-spacing: -.05rem;
font-size: 1.25rem;
border: none;
margin-bottom: 0;
position: relative;
padding: 1rem 2.7rem 1rem 3.5rem;
display: block;
font-weight: 700;
line-height: 1
}
.theme-accordian.accordion .card-header .card-title {
color: #fff
}
.theme-accordian.accordion .card-header a:after {
font-family: IcoFont!important;
content: "\eaa1";
position: absolute;
top: 50%;
left: 0;
font-size: 1rem;
color: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
background: #f15e42;
display: flex;
align-items: center;
justify-content: center;
transform: translateY(-50%)
}
.theme-accordian.accordion .card-header .collapsed:after {
content: "\ea99";
background: #27304b
}
.theme-accordian.accordion .card-header .collapsed {
color: #fff
}
.theme-accordian .card-body {
padding-top: 0;
padding-left: 3.5rem;
padding-bottom: 0
}
.theme-accordian .card-body .content {
position: relative
}
.theme-accordian .card-body .content::before {
position: absolute;
content: "";
border-style: dashed;
border-width: 0 0 0 1.2px;
border-color: #171717;
left: -36px;
top: 0;
z-index: 1;
bottom: 0
}
.theme-tabbing.nav-pills .nav-link {
border-radius: .3rem;
background: #27304b;
color: #fff;
padding: .5rem 1.5rem;
margin-right: 15px;
font-size: 1.25rem;
font-weight: 600;
letter-spacing: -.05rem;
position: relative
}
.theme-tabbing.nav-pills .nav-link.active {
background: #213184;
color: #fff
}
.theme-tabbing.nav-pills .nav-link:before {
bottom: 20px;
content: "";
width: 12px;
height: 12px;
background: #213184;
font-size: 25px;
font-weight: 700;
color: #198df8;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
transform: rotate(45deg);
z-index: -1;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.theme-tabbing.nav-pills .nav-link.active:before {
bottom: -6px
}
.theme-tabbing.nav-pills .nav-link i {
padding-right: 6px
}
.tab-content.theme-tabbing .tab-pane {
padding-top: 1.25rem!important
}
.piecharts h2 {
font-size: 45px;
border: 0;
line-height: 40px;
margin-bottom: 30px
}
.piecharts p {
margin: 0
}
.piecharts .container {
position: relative;
z-index: 5
}
.piecharts .col-md-4 {
text-align: center
}
.chart {
position: relative;
display: inline-block;
width: 100px;
height: 100px;
margin: 10px 0 20px 0;
text-align: center
}
.chart.first {
margin-left: 0
}
.chart canvas {
position: absolute;
top: 0;
left: 0
}
.percent {
display: inline-block;
line-height: 100px;
z-index: 2;
font-size: 18px;
font-weight: 600;
color: #59585b
}
.percent:after {
content: '%';
margin-left: .1em;
font-size: .8em
}
.angular {
margin-top: 100px
}
.angular .chart {
margin-top: 0
}
.skill-name {
font-size: 14px;
font-weight: 600;
text-align: center;
text-transform: capitalize;
margin-bottom: 20px;
width: 100%;
color: #2f3985
}
.skillbar-wrap {
padding: 0 0 20px 0;
color: #7d7d7d;
font-weight: 500
}
.skillbar-wrap .clearfix {
margin-bottom: 18px;
font-weight: 600;
color: #707070
}
.skillbar-percent {
position: absolute;
padding: 2px 0;
font-size: .8125rem;
top: -35px;
font-weight: 600;
right: 0
}
.skillbar {
position: relative;
display: block;
width: 100%;
background-color: #c8cfc3;
height: 1px;
-webkit-transition: .4s linear;
-moz-transition: .4s linear;
-ms-transition: .4s linear;
-o-transition: .4s linear;
transition: .4s linear
}
.skillbar-bar {
height: 1px;
width: 0;
background: #f15e42;
margin: 10px 0 0 0;
position: relative;
overflow: visible!important
}
.skill-bar-percent {
color: #303030
}
.skillbar-bar i {
position: absolute;
top: -11px;
right: -4px;
color: #98cb46;
font-size: 1.25rem
}
.alert-theme {
background: #27304b;
color: #fff;
border-radius: 10px;
padding: 1.2rem
}
.alert-dismissible .close {
top: 50%;
transform: translateY(-50%);
padding: 0 1.5rem;
opacity: 1
}
.alert-dismissible .close:hover {
color: #98cb46;
opacity: 1!important
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
z-index: 9999;
left: 0;
background: rgba(39, 48, 75, .8)
}
.overlay .overlay-close i {
padding: 0!important
}
.overlay form {
text-align: center;
position: relative;
top: 50%;
font-size: 22px;
color: #b2b2b2;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.overlay .form-inner {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
height: 100%;
position: relative
}
.overlay .form-inner input[type=text] {
box-shadow: none!important;
border: none;
background: 0 0
}
.overlay-hugeinc {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .5s, visibility 0s .5s;
transition: opacity .5s, visibility 0s .5s
}
.overlay-hugeinc.open {
opacity: 1;
visibility: visible;
-webkit-transition: opacity .5s;
transition: opacity .5s
}
.overlay-hugeinc form {
-webkit-perspective: 1200px;
perspective: 1200px
}
.overlay-hugeinc form .form-inner {
opacity: .4;
-webkit-transform: translateY(-25%) rotateX(35deg);
transform: translateY(-25%) rotateX(35deg);
-webkit-transition: -webkit-transform .5s, opacity .5s;
transition: transform .5s, opacity .5s
}
.overlay-hugeinc form .form-inner {
width: 50%;
padding: 0 15px
}
.overlay-hugeinc.open form .form-inner {
opacity: 1;
-webkit-transform: rotateX(0);
transform: rotateX(0)
}
.overlay-hugeinc form .form-inner-div {
padding: .75rem;
background: #fff;
border-radius: 70px;
min-width: 100%
}
.overlay-hugeinc.close form .form-inner {
-webkit-transform: translateY(25%) rotateX(-35deg);
transform: translateY(25%) rotateX(-35deg)
}
.bg-scroll {
width: 100%;
background-attachment: fixed!important;
background-repeat: no-repeat;
background-position: center center;
background-size: cover
}
.bg-fixed {
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover
}
.callout-style-side-img {
background-color: #fff;
box-shadow: 0 0 54px 0 rgba(39, 48, 75, .26)
}
.callout-style-side-img .img-callout {
width: 350px
}
.callout-style-side-img .text-callout {
padding: 1.5rem 2rem;
font-size: 1rem
}
.callout-style-side-img .text-callout .icon {
display: flex;
align-items: center;
justify-content: center;
background: #f15e42;
margin-right: 1.5rem;
border-radius: 50%;
color: #fff;
width: 100px;
height: 100px;
min-width: 100px
}
.callout-style-side-img .text-callout .icon svg {
width: 40px;
height: 40px
}
.callout-style-side-img .text-callout .heading h3 {
color: #27304b;
line-height: 1;
font-size: 1.875rem;
position: relative;
font-weight: 700
}
.callout-center {
border-radius: 6px;
color: #fff
}
.callout-center .icon {
display: flex;
align-items: center;
justify-content: center;
background: #27304b;
margin: 0 1.5rem 0 3rem;
border-radius: 50%;
padding: 1.5rem;
color: #fff
}
.callout-center .heading h3 {
line-height: 1;
font-size: 1.875rem;
position: relative;
font-weight: 700;
margin: 0
}
.wide-tb-150 {
padding-top: 150px;
padding-bottom: 150px
}
.wide-tb-100 {
padding-top: 100px;
padding-bottom: 100px
}
.wide-tb-90 {
padding-top: 90px;
padding-bottom: 90px
}
.wide-tb-80 {
padding-top: 80px;
padding-bottom: 80px
}
.wide-tb-70 {
padding-top: 70px;
padding-bottom: 70px
}
.wide-tb-70 {
padding-top: 70px;
padding-bottom: 70px
}
.wide-tb-60 {
padding-top: 60px;
padding-bottom: 60px
}
.wide-tb-50 {
padding-top: 50px;
padding-bottom: 50px
}
.wide-tb-40 {
padding-top: 40px;
padding-bottom: 40px
}
.wide-tb-30 {
padding-top: 30px;
padding-bottom: 30px
}
.icon-box-1 {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 1.8rem;
margin-bottom: 2rem
}
.icon-box-1 .icon-font {
font-size: 4.5rem;
margin-right: 2rem;
line-height: 1.4;
background: #fad0c4;
background: -moz-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0, #fad0c4), color-stop(100%, #ff9a9d));
background: -webkit-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -o-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -ms-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent
}
.icon-box-1 h3 {
font-size: 1.5rem;
color: #98cb46;
font-weight: 700
}
.icon-box-img {
font-weight: 700
}
.icon-box-img p {
margin: 0
}
.icon-box-img .icon-img {
margin-right: 1.2rem;
width: 60px;
min-width: 60px
}
.icon-box-img h3 {
font-size: 1.25rem;
color: #f15e42;
font-weight: 700;
margin: 0
}
.icon-box-3 {
text-align: center
}
.icon-box-3 i {
font-size: 6rem;
color: #cdced4;
display: block;
margin-bottom: 1.5rem
}
.icon-box-3 h3 {
font-size: 1.5rem;
color: #f15e42;
font-weight: 700;
position: relative;
margin-top: 3rem
}
.icon-box-3 h3:after {
position: absolute;
content: "";
top: -20px;
left: 50%;
height: 1px;
width: 40px;
background: #27304b;
transform: translateX(-50%)
}
.icon-box-4 {
text-align: center;
padding: 3rem 1.25rem;
position: relative;
color: #fff;
border-radius: 6px;
background-color: #27304b;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear
}
.icon-box-4 svg {
font-size: 2.7rem;
color: #f15e42;
margin-bottom: 15px;
display: block;
margin: 0 auto;
stroke-width: 2px
}
.icon-box-4 h3 {
font-size: 1.5rem;
color: #98cb46;
font-weight: 700;
position: relative;
margin-top: 3rem
}
.icon-box-4 h3:after {
position: absolute;
content: "";
top: -23px;
left: 50%;
height: 1px;
width: 40px;
background: #f8f8f8;
transform: translateX(-50%)
}
.icon-box-4 a[href^="mailto:"] {
color: #fff;
text-decoration: underline
}
.icon-box-4 a[href^="mailto:"]:hover {
color: #f15e42;
text-decoration: none
}
.icon-box-5 {
align-items: center;
color: #fff
}
.icon-box-5 .icon-font {
font-size: 2rem;
margin-right: 2rem;
width: 90px;
height: 90px;
text-align: center;
display: flex;
justify-content: center;
color: #fff;
align-items: center;
border-radius: 50%;
min-width: 90px
}
.icon-box-5 h3 {
font-size: 1.5rem;
color: #fff;
font-weight: 700;
position: relative;
margin: 0
}
.icon-box-with-img {
position: relative;
padding: 1.8rem;
background: #fff;
margin-top: 5rem;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-moz-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear
}
.icon-box-with-img .img {
margin-top: -5rem;
width: 120px;
border-radius: 50%;
overflow: hidden;
margin-bottom: 1rem;
border-style: solid;
border-width: 6px;
border-color: #fff
}
.icon-box-with-img h3 {
font-size: 1.5rem;
color: #98cb46;
font-weight: 700
}
.icon-box-shop {
color: #fff;
line-height: 1.4;
position: relative;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.icon-box-shop h3 {
padding: 2rem 2rem 0 2rem;
font-size: 1.5rem;
font-weight: 700;
text-transform: uppercase
}
.icon-box-shop p {
padding: 0 2rem
}
.icon-box-shop .read-more-arrow {
margin: 0 auto;
padding: .7rem 2rem;
border-radius: 30px;
color: #fff;
position: absolute;
left: 50%;
bottom: -20px;
transform: translateX(-50%);
white-space: nowrap
}
.icon-box-shop .read-more-arrow i {
color: #fff
}
.icon-box-shop .read-more-arrow span:after {
border-bottom: 2px solid #fff;
top: 11px
}
.icon-box-shop .read-more-arrow i:after {
border-bottom: 2px solid #fff
}
.gdr-img-box-wrap {
border-top-right-radius: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
overflow: hidden
}
.gdr-img-box {
position: relative
}
.gdr-img-box img {
width: 100%
}
.gdr-img-box .info-text {
position: absolute;
height: 100%;
bottom: 30px;
align-items: center;
z-index: 1;
top: 0;
width: 100%;
left: 0;
text-align: center;
justify-content: flex-end;
flex-direction: column;
display: flex;
color: #fff;
font-weight: 700;
padding-bottom: 1.5rem;
text-shadow: 0 2px 1px rgba(0, 0, 0, .41)
}
.gdr-img-box .info-text:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: -1
}
.gdr-img-box.bg-green .info-text:before {
background: rgba(248, 80, 50, 0);
background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(229, 105, 54, 0) 20%, #98cb46 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(248, 80, 50, 0)), color-stop(20%, rgba(229, 105, 54, 0)), color-stop(100%, #98cb46));
background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(229, 105, 54, 0) 20%, #98cb46 100%);
background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(229, 105, 54, 0) 20%, #98cb46 100%);
background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(229, 105, 54, 0) 20%, #98cb46 100%);
background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0, rgba(229, 105, 54, 0) 20%, #98cb46 100%)
}
.gdr-img-box.bg-orange .info-text:before {
background: rgba(248, 80, 50, 0);
background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(247, 83, 53, 0) 20%, #f15f42 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(248, 80, 50, 0)), color-stop(20%, rgba(247, 83, 53, 0)), color-stop(100%, #f15f42));
background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(247, 83, 53, 0) 20%, #f15f42 100%);
background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(247, 83, 53, 0) 20%, #f15f42 100%);
background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(247, 83, 53, 0) 20%, #f15f42 100%);
background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0, rgba(247, 83, 53, 0) 20%, #f15f42 100%)
}
.gdr-img-box.bg-blue .info-text:before {
background: rgba(248, 80, 50, 0);
background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(213, 100, 86, 0) 20%, #4bb2e6 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(248, 80, 50, 0)), color-stop(20%, rgba(213, 100, 86, 0)), color-stop(100%, #4bb2e6));
background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(213, 100, 86, 0) 20%, #4bb2e6 100%);
background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(213, 100, 86, 0) 20%, #4bb2e6 100%);
background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(213, 100, 86, 0) 20%, #4bb2e6 100%);
background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0, rgba(213, 100, 86, 0) 20%, #4bb2e6 100%)
}
.gdr-img-box i {
font-size: 1.5rem;
margin-bottom: 1rem;
text-shadow: none
}
.gdr-img-box h3 {
font-size: 2.25rem;
margin: 0;
font-weight: 700;
text-transform: capitalize
}
.icon-box-bg-color {
text-align: center;
color: #fff;
padding: 3.5rem 1.5rem;
position: relative;
overflow: hidden
}
.icon-box-bg-color .icon {
font-size: 2rem
}
.icon-box-bg-color h3 {
font-size: 1.875rem;
font-weight: 700;
text-shadow: 0 2px 1px rgba(0, 0, 0, .31)
}
.icon-box-bg-color .numbers {
position: absolute;
font-size: 9.25rem;
margin: 0;
color: #fff;
opacity: .3;
font-weight: 700;
bottom: -50px;
left: -40px;
line-height: 1;
pointer-events: none
}
.grid-broken .owl-item:nth-child(even) .icon-box-1,
.grid-broken [class*=col-]:nth-child(even) .icon-box-1 {
margin-top: 2.8rem;
margin-bottom: 0
}
.spacer-70 {
min-height: 70px
}
.spacer-60 {
min-height: 60px
}
.spacer-50 {
min-height: 50px
}
.spacer-40 {
min-height: 40px
}
.spacer-30 {
min-height: 30px
}
.spacer-20 {
min-height: 20px
}
.spacer-10 {
min-height: 10px
}
.pos-rel {
position: relative
}
.bg-overlay {
position: absolute;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5);
left: 0
}
.bg-overlay.blue {
background-color: #27304b
}
.bg-overlay.black {
background-color: #000
}
.bg-overlay.white {
background-color: #fff
}
.bg-overlay.opacity-20 {
opacity: .3
}
.bg-overlay.opacity-30 {
opacity: .3
}
.bg-overlay.opacity-40 {
opacity: .4
}
.bg-overlay.opacity-50 {
opacity: .5
}
.bg-overlay.opacity-60 {
opacity: .6
}
.bg-overlay.opacity-70 {
opacity: .7
}
.bg-overlay.opacity-80 {
opacity: .8
}
.tracking {
background: url(../images/map-bg.png) no-repeat top center;
padding-bottom: 250px
}
.tracking input[type=text] {
border-width: 0 0 1px 0;
border-style: solid;
font-size: .875rem;
background: 0 0;
border-color: #d0d0d0;
padding: 10px 0;
border-radius: 0;
box-shadow: none
}
.tracking.parallax {
background-image: url(http://www.mannatstudio.com/);
background-repeat: no-repeat;
background-position: center center!important;
padding-bottom: 100px
}
.footer-subscribe {
padding: 2.5rem;
border-radius: 6px;
color: #fff
}
.footer-subscribe .heading h3 {
line-height: 1;
font-size: 1.775rem;
position: relative;
font-weight: 700;
margin: 0
}
.footer-subscribe .icon {
display: flex;
align-items: center;
justify-content: center;
background: #27304b;
margin: 0 1.5rem 0 0;
border-radius: 50%;
width: 100px;
height: 100px;
min-width: 100px;
color: #fff
}
.footer-subscribe .head {
font-size: .875rem;
color: #f15e42;
text-transform: uppercase;
font-weight: 700
}
.footer-subscribe .head span {
color: #333;
font-size: .75rem
}
.footer-subscribe input[type=text] {
border-style: solid;
border-width: 0 0 1px 0;
border-color: #fff;
width: 75%;
font-style: italic;
color: #fff;
margin-right: 1.5rem;
padding: .5rem 0;
font-weight: 400;
background: 0 0;
box-shadow: none!important
}
.footer-subscribe input[type=text]:active,
.footer-subscribe input[type=text]:focus {
border-width: 0 0 1px 0;
box-shadow: none;
outline: 0
}
.footer-subscribe ::-webkit-input-placeholder {
color: #fff
}
.footer-subscribe :-ms-input-placeholder {
color: #fff
}
.footer-subscribe ::placeholder {
color: #fff
}
.broken-subscribe {
margin-bottom: -76px;
margin-top: 60px;
z-index: 11;
position: relative
}
.twitter-feed {
background: #fafafa;
padding: 20px;
font-size: .8125rem
}
.icon-feed {
font-size: 60px;
padding: 1.5rem
}
.tweet-stream .tweet_list,
.tweet-stream .tweet_list li {
margin: 0;
list-style: none;
font-size: 13px;
line-height: 25px;
padding: 0
}
.tweet-stream .tweet_list li {
border-bottom: 1px solid #ddd;
padding: 0 0 10px 0;
margin: 0 0 10px 0
}
.tweet-stream .tweet_list li:last-child {
border: none;
margin: 0;
padding: 0
}
.tweet-stream .tweet_list li .tweet_text,
.tweet-stream .tweet_list li .tweet_time {
display: block
}
.tweet-stream .tweet_list li .tweet_time {
font-size: 11px;
margin-top: 0
}
.tweet-stream .tweet_list li .tweet_time a {
font-weight: 400
}
.style-one {
font-size: 1.25rem;
color: #333;
line-height: 1.5;
font-weight: 700;
margin-bottom: 40px;
position: relative
}
.style-one:after {
position: absolute;
top: 0;
left: -55px;
content: "\efcd";
font-size: 36px;
font-family: IcoFont;
color: rgba(6, 22, 58, .1);
line-height: .833
}
.style-one .blockquote-footer::before {
display: none
}
.style-one cite {
font-size: .875rem;
font-style: normal;
color: #ff3514;
font-weight: 600;
margin-top: 15px;
display: block
}
.counter-bg-curve {
position: relative;
margin: 100px 0 0;
color: #fff;
font-weight: 700;
z-index: 1
}
.counter-bg-curve .icon-box-3 i {
color: #fff
}
.counter-bg-curve .counter-txt {
color: #27304b;
line-height: 1;
font-size: 2.75rem;
position: relative;
padding: 20px 0 0 0
}
.counter-bg-curve .counter-txt:before {
position: absolute;
content: "";
top: 0;
left: 50%;
height: 1px;
width: 40px;
background: #fff;
transform: translateX(-50%)
}
.counter-bg-curve:after,
.counter-bg-curve:before {
position: absolute;
content: "";
left: 0;
height: 121px;
width: 100%;
background-repeat: repeat-x;
background-size: cover
}
.counter-bg-curve:before {
background-position: center bottom;
top: -121px;
background-image: url(../images/h5_wave_up.png)
}
.counter-bg-curve:after {
background-position: center bottom;
bottom: -121px;
background-image: url(../images/h5_wave_down.png)
}
.counter-map {
padding: 200px 0 100px 0;
background-image: url(../images/World-Map-PNG-Picture.png);
background-repeat: no-repeat;
background-position: center top;
background-size: contain
}
.counter-style-box {
text-align: center;
padding: 3rem 0;
border-radius: 6px;
font-weight: 600;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.counter-style-box i {
font-size: 6rem;
color: #d4d6db
}
.counter-style-box .counter-txt {
color: #f15e42;
line-height: 1;
font-size: 2.75rem;
position: relative;
font-weight: 700;
padding: 40px 0 0 0
}
.counter-style-box .counter-txt:before {
position: absolute;
content: "";
top: 15px;
left: 50%;
height: 1px;
width: 40px;
background: #27304b;
transform: translateX(-50%)
}
.counter-img-bg .counter-style-box {
background: 0 0;
border-radius: 0;
padding: 0;
color: #fff
}
.counter-img-bg .counter-style-box i {
color: #fff
}
.counter-img-bg .counter-style-box .counter-txt:before {
background: #fff
}
.counter-img-bg .counter-style-box .counter-txt {
color: #98cb46
}
.owl-carousel .owl-item .clients-logo {
text-align: center
}
.owl-carousel .owl-item .clients-logo img {
display: inline-block;
width: auto
}
.clients-logo img {
opacity: .4;
cursor: pointer;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.clients-logo:hover img {
opacity: 1
}
.clients-rounded-wrap {
margin-bottom: 8rem;
padding-left: 1rem;
padding-right: 1rem
}
.clients-rounded {
border-radius: 40px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
max-width: 1230px;
margin: -2rem auto 0;
padding: 3rem 0;
position: relative;
bottom: -6rem
}
.emergency-number {
font-size: 1.875rem;
color: #98cb46;
font-weight: 700;
line-height: 1
}
.owl-nav {
text-align: center;
margin-top: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
position: absolute;
height: 52px;
width: 52px;
display: flex;
align-items: center;
justify-content: center;
outline: 0;
color: #fff;
font-size: 1.4rem;
margin: 0;
font-weight: 700;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background-color: #32a4d5;
box-shadow: 0 0 20px 0 rgba(152, 203, 70, .5);
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.owl-carousel .owl-nav button:hover {
color: #fff;
background: #fff;
box-shadow: 0 0 20px 0 #fff
}
.owl-carousel .owl-dots {
text-align: center;
margin-top: 20px
}
.owl-carousel .owl-dots button {
outline: 0
}
.owl-carousel .owl-nav button.owl-prev {
left: -52px
}
.owl-carousel .owl-nav button.owl-next {
right: -52px
}
.testimonial-rounded .owl-carousel .owl-nav button.owl-prev {
left: -60px
}
.testimonial-rounded .owl-carousel .owl-nav button.owl-next {
right: -60px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
left: -60px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
right: -60px
}
.owl-carousel .owl-dots button span {
display: block;
width: 6px;
height: 6px;
margin: 0 12px;
filter: Alpha(Opacity=50);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #fff;
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear;
outline: 0;
position: relative
}
.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span,
.owl-controls.clickable .owl-dot:hover span {
background: #fff;
width: 6px;
height: 6px
}
.owl-carousel .owl-dot span:before {
width: 0;
height: 0;
border: 0 solid #fff;
position: absolute;
content: "";
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear
}
.owl-carousel .owl-dot.active span:before {
width: 20px;
height: 20px;
border: 2px solid #fff;
position: absolute;
content: "";
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear
}
.owl-carousel.light-nav .owl-dots button span {
background: #fff
}
.owl-carousel.light-nav .owl-dot.active span:before {
border: 2px solid #fff
}
.tweet-stream .tweet_list,
.tweet-stream .tweet_list li {
margin: 0;
list-style: none;
font-size: 13px;
line-height: 25px;
padding: 0
}
.tweet-stream .tweet_list li {
border-bottom: 1px solid #ddd;
padding: 0 0 10px 0;
margin: 0 0 10px 0
}
.tweet-stream .tweet_list li:last-child {
border: none;
margin: 0;
padding: 0
}
.tweet-stream .tweet_list li .tweet_text,
.tweet-stream .tweet_list li .tweet_time {
display: block
}
.tweet-stream .tweet_list li .tweet_time {
font-size: 11px;
margin-top: 0
}
.tweet-stream .tweet_list li .tweet_time a {
font-weight: 400
}
.photo-thumbs {
margin: 0;
padding: 0;
overflow: hidden
}
.photo-thumbs li {
list-style: none;
float: left;
margin: 3px;
padding: 0;
background: #fff
}
.photo-thumbs li a {
position: relative
}
.photo-thumbs li img {
display: block
}
.photo-thumbs li a img {
border: none
}
.icons-listing li {
padding: 0 0 20px 35px;
position: relative
}
.icons-listing li i {
font-size: 15px;
position: absolute;
left: 0;
top: 0;
font-size: 24px
}
.icons-listing.theme-orange li i {
color: #f15e42
}
.icons-listing.theme-blue li i {
color: #264455
}
.icons-listing.theme-light li i {
color: #ccc
}
.icons-listing.theme-dark li i {
color: #0d0d0d
}
.icons-listing.w-half {
display: flex;
flex-wrap: wrap
}
.icons-listing.w-half li {
flex: 1 1 50%
}
.blockquote-1 footer,
.blockquote-2 footer,
.blockquote-3 footer {
padding: 0;
background: 0 0
}
.blockquote-1 {
border: none;
padding: 0 0 0 60px;
margin: 0 0 30px 0;
position: relative;
font-size: 18px;
color: #323232
}
.blockquote-1:before {
position: absolute;
font-size: 48px;
font-family: FontAwesome;
content: "\f10d";
left: 0;
top: 20px;
color: #47bdcc
}
.blockquote-1 footer cite {
font-style: inherit;
font-size: 14px;
color: #47bdcc;
font-family: 'Open Sans', sans-serif
}
.blockquote-2,
.blockquote-3 {
padding: 2rem 2rem 2rem 6rem
}
.blockquote-2 {
background: #2f3985;
border: none;
position: relative;
font-size: 1.5rem;
color: #fff;
font-weight: 700;
line-height: 1.4
}
.blockquote-3 {
background: #fff;
border-left: 5px solid #f15e42;
position: relative;
font-size: 1.5rem;
color: #adb1d3;
font-weight: 700;
line-height: 1.4
}
.blockquote-2 footer cite,
.blockquote-3 footer cite {
font-style: inherit;
font-size: 14px;
color: #f15e42
}
.blockquote-2 footer cite {
color: #fff
}
.blockquote-2 footer,
.blockquote-3 footer {
text-align: right
}
.blockquote-2:before,
.blockquote-3:before {
position: absolute;
font-size: 2.25rem;
font-family: FontAwesome;
content: "\f10d";
left: 40px;
top: 35px;
color: #f15e42
}
.blockquote-2:before {
color: rgba(255, 255, 255, .4)
}
.dropcap {
font-size: 32px;
margin: 0 15px 0 0;
color: #303030
}
.dropcap2 {
color: #fff;
margin-right: 15px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center
}
.dropcap,
.dropcap2 {
float: left
}
.dropcap,
.dropcap2 {
font-weight: 700
}
.dropcap,
.dropcap2 {
font-size: 32px
}
.icons-listing li {
padding: 0 0 20px 30px;
position: relative;
font-size: 1.2rem;
line-height: 1.3
}
.icons-listing li:last-child {
padding-bottom: 0
}
.icons-listing li::before {
position: absolute;
left: 0;
top: -1px;
font-size: 1.2rem;
content: "\eaa0";
font-family: IcoFont!important
}
.icons-listing.arrow li::before {
content: "\f054"
}
.icons-listing.paws li::before {
content: "\e878";
font-size: 1rem;
top: 2px
}
.icons-listing.circle li::before {
content: "\f111"
}
.icons-listing.theme-orange li::before {
color: #f15e42
}
.icons-listing.theme-green li::before {
color: #213184
}
#pageloader {
background: #98cb46;
height: 100%;
position: fixed;
width: 100%;
z-index: 999999;
color: #333;
font-style: italic;
font-size: 14px;
font-weight: 400;
text-align: center;
top: 0;
background-size: contain;
background-position: bottom center
}
.loader-item {
left: 50%;
position: absolute;
text-align: center;
top: 50%;
width: auto;
transform: translate(-50%, -50%);
width: 80px;
height: 80px
}
.loader-item-content {
width: 100%;
transform: translate(-50%, -50%);
border: 3px solid #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-o-animation: bounce 2s infinite;
height: 100%
}
.loader-item i {
font-size: 2.5rem;
color: #fff
}
#mkdf-back-to-top {
display: block;
visibility: hidden;
position: fixed;
right: 25px;
bottom: 25px;
border-radius: 14px;
margin: 0;
width: 50px;
height: 50px;
font-size: 24px;
line-height: 50px;
opacity: 0;
z-index: 10000;
color: #fff;
text-align: center;
-webkit-box-shadow: 0 14px 47px 0 rgba(28, 28, 28, .24);
-moz-box-shadow: 0 14px 47px 0 rgba(28, 28, 28, .24);
box-shadow: 0 14px 47px 0 rgba(28, 28, 28, .24);
background-color: #32a4d5;
box-sizing: border-box;
-webkit-transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
-moz-transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out
}
#mkdf-back-to-top:hover {
background-color: #213184
}
#mkdf-back-to-top.on {
opacity: 1;
visibility: visible
}
#mkdf-back-to-top:hover .mkdf-icon-stack {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px)
}
#mkdf-back-to-top:hover .mkdf-back-to-top-text {
opacity: 0
}
.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 30px;
right: 30px;
display: none;
text-indent: -9999px;
background: url(http://www.mannatstudio.com/) no-repeat;
background-color: #000
}
.scrollup.open {
display: block
}
.img-business-man {
position: absolute;
bottom: -100px;
left: 0
}
.forklift-image {
position: absolute;
bottom: 0;
left: -110%
}
.about-bg {
background-image: url(../images/map-bg.png);
background-repeat: no-repeat;
background-position: 100% -73%;
border-radius: 5px;
overflow: hidden
}
.bg-with-text {
background: url(http://www.mannatstudio.com/) no-repeat center right;
background-size: cover;
border-radius: 5px;
text-align: center;
color: #fff;
font-size: 1.125rem;
padding: 0 1.5rem;
font-weight: 300;
line-height: 2
}
.video-popup-wrap {
margin-top: 150px
}
.video-popup {
padding: 9rem 0;
margin-top: -150px;
margin-bottom: 70px;
background: url(../images/popup_bg.jpg) no-repeat top center;
overflow: hidden;
color: #fff;
border-radius: 6px;
background-size: cover;
box-shadow: 0 31px 51px 0 rgba(0, 0, 0, .25)
}
.video-popup a {
color: #fff;
display: block;
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 2px solid #fff;
font-size: 3rem;
margin-left: 14rem
}
.video-popup a i {
position: relative;
left: 4px
}
.img-icon img {
max-width: 100px;
border-radius: 50%;
box-shadow: 0 6px 10px 0 rgba(255, 53, 20, .2);
border: 5px solid #fff;
margin-right: 25px
}
.img-icon h3 {
font-size: 1.25rem;
color: #f15e42;
font-weight: 700
}
.img-icon h3 span {
display: block;
font-size: .875rem;
color: #999;
font-weight: 500
}
.bordered-img {
box-shadow: 0 6px 10px 0 rgba(255, 53, 20, .2);
border: 10px solid #fff
}
.testimonial-rounded {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 3rem 2rem;
text-align: center
}
.client-testimonial {
padding: 2rem
}
#bg-testimonial .client-testimonial,
#testimonial-rounded .client-testimonial {
padding: 0
}
.client-testimonial .quote-icon {
font-size: 3.5rem;
position: relative;
padding-bottom: 1.2rem;
background: #fad0c4;
background: -moz-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0, #fad0c4), color-stop(100%, #ff9a9d));
background: -webkit-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -o-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -ms-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent
}
.client-testimonial .quote-icon:before {
position: absolute;
content: "";
bottom: 18px;
left: 50%;
height: 1px;
width: 40px;
background: #d4d6db;
transform: translateX(-50%)
}
.client-testimonial-icon h3 {
color: #98cb46;
font-size: 1.5rem;
font-weight: 700;
margin: 0
}
#testimonial-rounded .client-testimonial-icon h3 {
text-align: left
}
.client-testimonial-icon h3 span {
display: block;
text-align: left;
color: #27304b;
font-size: 1rem;
}
.client-testimonial-icon img {
width: 75px!important;
overflow: hidden;
margin-right: 20px;
position: relative;
height: 75%
}
.bg-testimonial .testimonial-rounded {
background: 0 0;
color: #fff;
font-size: 2.55rem;
font-weight: 700;
line-height: 1.111;
padding: 0;
text-align: center
}
.bg-testimonial .client-testimonial .quote-icon:before {
display: none
}
.bg-testimonial .client-testimonial-icon h3 span {
color: #f15e42;
text-align: center
}
.bg-testimonial .client-testimonial-icon {
padding-top: 50px
}
.bg-testimonial .owl-carousel .owl-dots {
margin-top: 0
}
.testimonial-rounded-multi .owl-carousel .owl-item img {
display: inline;
width: auto;
margin-bottom: 50px;
border-radius: 40px
}
.testimonial-rounded-multi .client-testimonial-icon h3 span {
text-align: center;
color: #f15e42
}
.testimonial-rounded-multi .client-testimonial {
padding: 0;
position: relative;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear
}
.testimonial-rounded-multi .testimonial-rounded:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .3);
left: 0;
top: 0;
z-index: 1;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear
}
.testimonial-rounded-multi .active.center .testimonial-rounded:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
left: 0;
top: 0;
z-index: 1;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear
}
.testimonial-rounded-multi .client-testimonial .quote-icon-green {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -60%);
font-size: 3.5rem;
color: #98cb46;
opacity: .3
}
.testimonial-side-img .testimonial-rounded {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 3rem 2rem 1.5rem 2rem;
text-align: left;
position: relative
}
.testimonial-side-img .testimonial-rounded .quote-icon-green {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 14px);
font-size: 3.5rem;
color: #98cb46;
opacity: .3
}
.testimonial-side-img .client-testimonial-icon {
flex-basis: 92%;
text-align: center;
min-width: 180px
}
.testimonial-side-img .owl-carousel .owl-item img {
display: inline-block;
width: 88px!important;
margin: 0 0 10px 0;
border-radius: 20px
}
.testimonial-side-img .client-testimonial {
padding: 0
}
.testimonial-side-img .client-testimonial-icon h3 span {
text-align: center;
color: #f15e42
}
.client-inner-content {
font-size: .875rem;
color: #9f9f9f;
line-height: 1.571
}
.client-inner-content .blockquote-footer,
.client-inner-content .blockquote-footer cite {
font-size: 1rem;
font-style: normal;
font-weight: 700;
color: #f15e42;
line-height: 1.375
}
.client-testimonials-bg {
background-image: url(http://www.mannatstudio.com/);
background-repeat: no-repeat;
padding: 3rem;
text-align: center;
color: #fff;
overflow: hidden
}
.client-testimonials-bg .owl-carousel .owl-nav button.owl-next,
.client-testimonials-bg .owl-carousel .owl-nav button.owl-prev {
color: #fff
}
.client-testimonials-bg .client-inner-content,
.client-testimonials-bg .client-inner-content .blockquote-footer,
.client-testimonials-bg .client-inner-content .blockquote-footer cite {
color: #fff
}
.blog-wrap {
overflow: hidden;
transition: all .4s ease-out;
background-color: #fff;
padding: 1.5rem;
-webkit-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-khtml-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-moz-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-ms-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-o-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
box-shadow: 0 0 16px rgba(39, 48, 75, .14);
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
position: relative
}
.blog-wrap .img {
border-radius: 6px;
overflow: hidden
}
.blog-wrap .img img,
.blog-wrap-modern .img img {
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
.blog-wrap .img:hover img,
.blog-wrap-modern:hover .img img {
transform: scale(1.05)
}
.meta-wrap {
padding: 0 0 .7rem 0;
display: flex;
justify-content: space-between;
align-items: center;
font-size: .875rem
}
.meta-wrap .date {
background: #27304b;
color: #fffF;
font-weight: 700;
margin-left: .8rem;
padding: .5rem .5rem .8rem .5rem;
text-align: center;
line-height: 1;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
font-size: .875rem
}
.meta-wrap .date span {
display: block;
font-size: 1rem
}
.blog-wrap .title {
font-size: 1.5rem;
margin-bottom: 7px
}
.blog-wrap .title a {
color: #213184;
font-weight: 600;
line-height: 1.2
}
.blog-wrap .title a:hover {
color: #27304b
}
.blog-wrap .description {
position: relative;
margin-bottom: 2.2rem
}
.blog-wrap .description::after {
position: absolute;
content: "";
bottom: -20px;
left: 0;
height: 1px;
width: 40px;
background: #d4d6db
}
.post-thumb.popular-post ul li a.title {
font-size: 1rem;
line-height: 1.2;
display: block
}
.blog-wrap-modern {
position: relative
}
.blog-wrap-modern .img {
background: #000;
overflow: hidden;
max-height: 300px;
}
.blog-wrap-modern .img img {
opacity: .7;
width: 100%;
height: 300px;
}
.blog-wrap-modern .content {
position: absolute;
width: 100%;
bottom: 0;
color: #d82525;
padding: 1.5rem
}
.blog-wrap-modern .content .title {
font-size: 1.5rem;
margin-bottom: 7px
}
.blog-wrap-modern .content .title a {
font-weight: 700;
color: #d82525
}
.blog-wrap-modern .content .title a:hover {
color: #98cb46
}
.blog-wrap-modern .description p {
position: relative;
color: #fffefe;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.blog-wrap-modern .description {
position: relative;
margin-bottom: 2.5rem
}
.blog-wrap-modern .description::after {
position: absolute;
content: "";
bottom: -20px;
left: 0;
height: 1px;
width: 40px;
background: #98cb46
}
.bottom-content {
display: flex;
justify-content: space-between;
align-items: center
}
.bottom-content .thumb-author {
line-height: 1.2;
display: flex;
align-items: center
}
.bottom-content .thumb-author img {
width: 40px;
margin-right: .5rem;
border-radius: 50%
}
.single-entry.blog-wrap-modern .content .title {
font-size: 2.5rem;
font-weight: 700;
line-height: 1
}
.single-entry.blog-wrap-modern .content .date a {
color: #fff
}
.single-entry.blog-wrap-modern .content .date a:hover {
color: #98cb46
}
.single-entry.blog-wrap-modern:hover .img img {
transform: none
}
.single-entry.blog-wrap-modern .description::after {
bottom: -10px
}
.entry-text-gap {
padding: 2rem
}
.sidebar-spacer {
padding-left: 1.5rem
}
.tags a {
display: inline-block;
color: #fff;
padding: .7rem 1.9rem;
font-weight: 600;
font-size: .875rem;
background: #98cb46;
margin: 0 10px 8px 0;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px
}
.tags a:hover {
background: #f15e42;
color: #fff
}
.share-this a {
color: #fff;
width: 35px;
height: 35px;
text-align: center;
align-items: center;
display: flex;
margin-left: 7px;
justify-content: center;
font-size: 1rem
}
.share-this a.ff {
background: #627aad
}
.share-this a.tw {
background: #4d9ed8
}
.share-this a.ln {
background: #2f75ae
}
.author-box {
padding: 2rem 2rem 2rem 5rem;
background: #27304b;
color: #fff;
margin: 3rem 0 3rem 2rem;
position: relative;
border-radius: 15px
}
.author-box .thumb {
width: 90px;
margin-right: 30px;
position: absolute;
left: -40px;
border: 5px solid #fff;
border-radius: 50%
}
.social-icon-author {
position: absolute;
right: 0
}
.social-icon-author a {
color: #abadb4
}
.social-icon-author a:hover {
color: #f15e42
}
.social-icon-author a:not(:last-child) {
margin-right: 7px
}
.commnets-reply .media {
background: #f4f4f6;
margin: 2.5rem 0 3rem 0;
padding: 1.5rem;
border-radius: 10px;
}
.commnets-reply .media.reply {
margin-left: 6.2rem
}
.commnets-reply .media .name {
position: relative
}
.commnets-reply .media .name h5 {
font-weight: 700;
color: #27304b
}
.commnets-reply .media .name .btn-theme {
position: absolute;
top: 50%;
right: 0;
font-size: .775rem;
transform: translateY(-50%)
}
.commnets-reply .thumb {
border-radius: 4px;
margin-right: 1.5rem;
margin-top: -2.3rem
}
.comment-reply-form {
background-color: #98cb46;
padding: 1.5rem;
border-radius: 10px;
}
.widget-wrap {
margin-bottom: 60px;
background-color: #f4f4f6;
padding: 2.3rem;
margin-bottom: 2.5rem;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px
}
.widget-wrap h3 {
font-size: 1.5rem;
position: relative;
margin-bottom: 15px;
color: #27304b;
font-weight: 700;
line-height: 1
}
.blog-list-categories ul {
margin-bottom: 0
}
.blog-list-categories ul li a {
display: flex;
font-size: 1rem;
color: #707070;
position: relative;
z-index: 1;
font-weight: 600
}
.blog-list-categories ul li:not(:last-child) a {
padding: .5rem 0
}
.blog-list-categories ul li a:hover {
color: #f15e42
}
.blog-list-categories ul li a span.count {
color: #f15e42;
font-weight: 700;
display: flex;
flex-grow: 1
}
.blog-list-categories ul li a span.count:before {
content: "";
flex-grow: 1;
border-bottom: 1px dashed #dbdbdd;
position: relative;
bottom: 4px;
margin: 0 3px
}
.popular-post ul {
margin-bottom: 0
}
.popular-post ul li {
display: flex;
align-items: center
}
.popular-post ul li:not(:last-child) {
margin-bottom: 25px
}
.popular-post ul li img {
margin-right: 1rem;
width: 90px;
border-radius: 10px
}
.popular-post ul li a.title {
font-size: 1.2rem;
font-weight: 600;
color: #f15e42;
margin-bottom: 0;
line-height: 1
}
.popular-post ul li a.title:hover {
color: #000
}
.popular-post ul li small {
font-weight: 500;
font-size: 1rem;
color: #6e7c90;
display: block
}
.sidebar-search {
display: flex;
background: #fff;
padding: 0;
border-radius: 4px;
align-items: center
}
.sidebar-search .btn-link {
outline: 0;
padding: 0 .7rem;
background: 0 0;
color: #477763;
border: none;
font-size: 1.2rem;
box-shadow: none;
text-decoration: none;
font-weight: 700
}
.sidebar-sitters {
border-radius: 20px;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 1.8rem;
overflow: hidden;
margin-bottom: 15px;
background: #fff
}
.sidebar-sitters .form-control {
background: #fff;
border: 2px solid #f5f5f5;
border-radius: 5px
}
.sidebar-sitters .form-control:focus {
background: #fff;
border: 2px solid #f5f5f5;
border-radius: 5px
}
.sidebar-sitters h3 {
font-size: 1.5rem;
position: relative;
margin-bottom: 15px;
color: #f15e42;
font-weight: 700;
line-height: 1
}
.sidebar-sitters .note {
font-size: 1.125rem;
color: #27304b;
line-height: 1.4;
font-weight: 600
}
.dog-sitting {
position: relative;
right: -1.8rem;
bottom: -1.8rem
}
.map-bg {
position: relative
}
.map-shadow {
border-style: solid;
border-width: 4px;
border-color: #fff;
border-radius: 7px;
background-color: #fff;
box-shadow: 0 7px 46px 0 rgba(0, 0, 0, .1);
margin-bottom: -120px
}
.map-shadow #map-holder {
height: 350px!important
}
#map-holder,
#map-holder-contact {
margin: 0;
background: #fff;
padding: 0;
height: 400px
}
#map_extended {
height: 100%;
left: 0;
line-height: inherit;
position: relative;
top: 0;
width: 100%
}
#map_extended img {
max-width: inherit
}
#map_extended .gm-style div {
font: 13px/20px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif
}
#map_extended .gmap_marker address {
width: 300px
}
#map_extended .gmap_marker address>div {
width: 100%;
display: inline-block
}
#map_extended .gmap_marker address div div {
float: right;
width: 70%
}
#map_extended .gmap_marker address div div:first-child {
width: 30%;
float: left
}
.contact-details {
position: absolute;
top: 50%;
left: 7%;
z-index: 99;
background: #fff;
padding: 2.5rem 1.15rem;
color: #333;
border-radius: 3px;
transform: translateY(-50%)
}
.contact-details h4 {
font-size: 16px;
font-weight: 600;
color: #06163a;
line-height: 1.714
}
.contact-details p {
color: #9b9b9b
}
.contact-details a {
font-size: 14px;
color: #06163a
}
.contact-details i {
color: #f15e42;
font-size: 24px;
top: 4px;
padding-right: 10px;
display: inline-block;
position: relative
}
.contact-details.standard {
position: relative;
left: auto;
top: auto;
padding: 0;
transform: none
}
.contact-full-shadow {
box-shadow: 0 18px 76px 0 rgba(0, 0, 0, .06);
padding-bottom: 250px
}
.contact-map-bg {
position: absolute;
left: 50%;
transform: translateX(-50%)
}
.contact-map-bg.option {
left: auto;
top: 50%;
transform: translate(0, -50%)
}
.contact-detail-shadow {
border-radius: 8px;
background-color: #fff;
box-shadow: 0 18px 76px 0 rgba(0, 0, 0, .14);
padding: 3rem
}
.contact-detail-shadow .items {
margin-bottom: 20px
}
.contact-detail-shadow h4 {
font-size: .875rem;
color: #adb1d3;
margin-bottom: 15px;
font-weight: 700
}
.contact-detail-shadow i {
color: #f15e42;
font-size: 1.25rem;
margin-right: 15px
}
.contact-detail-shadow a {
text-decoration: underline
}
.free-quote-form.contact-page {
margin-bottom: 0;
margin-top: -140px
}
.contact-page-option.free-quote-form .rounded-field input[type=email],
.contact-page-option.free-quote-form .rounded-field input[type=text],
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea,
.free-quote-form.contact-page .rounded-field input[type=email],
.free-quote-form.contact-page .rounded-field input[type=text],
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea {
background-color: #fafafa
}
.contact-detail-shadow.no-shadow {
padding: 0;
background: 0 0;
box-shadow: none
}
.free-quote-form.contact-page-option {
margin-bottom: 0;
background: 0 0;
box-shadow: none;
padding: 0
}
.form_thanks {
text-align: center;
color: #f15e42
}
.request_pag_img {
min-height: 400px
}
.request_popup {
max-width: 1170px;
border-radius: 10px;
overflow: hidden
}
.request_popup .modal-content {
border: none;
border-radius: 10px;
overflow: hidden
}
.request_popup .close {
position: absolute;
opacity: 1;
color: #f15e42;
top: 15px;
right: 15px;
z-index: 99;
text-shadow: none
}
.request_popup .close:hover {
transform: rotate(360deg)
}
.request_popup .bg-img-7 {
background-image: url(http://www.mannatstudio.com/)
}
.center-head {
color: #202120;
padding: 0;
text-transform: uppercase;
font-size: .875rem;
font-weight: lighter;
margin: 10px 0 30px;
text-align: center;
position: relative
}
.center-head:after {
position: absolute;
content: "";
width: 100%;
left: 0;
border-bottom: 1px solid #ccc;
top: 50%;
z-index: 9
}
.center-head span {
display: inline-block;
padding: 0 20px;
position: relative;
z-index: 99;
font-weight: 600
}
.pricing-table {
text-align: center;
background: #fff;
border-radius: 6px;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.pricing-head {
padding: 3rem 0 0 0;
color: #fff;
line-height: 1;
font-size: 1.3rem;
position: relative;
font-weight: 700
}
.pricing-head span {
display: inline-flex;
margin: 0 auto;
border-radius: 0;
padding: .8rem 2rem;
box-shadow: 0 4px 13px 0 rgba(152, 203, 70, .5)
}
.pricing {
position: relative;
font-size: 3.125rem;
font-weight: 700;
color: #213184;
padding: 35px 15px 0;
display: inline-block;
line-height: 1
}
.pricing sup {
font-size: 50%;
color: #232323;
padding: 0 0 0 4px
}
.pricing-table ul {
margin-bottom: 40px
}
.pricing-table ul li {
padding: 3px 0 0;
font-size: 1rem;
color: #27304b
}
.pricing-table ul li.disabled {
opacity: .3
}
.per-visit {
position: relative;
padding: 0 0 3rem 0
}
.per-visit:after {
position: absolute;
content: "";
bottom: 25px;
left: 50%;
height: 1px;
width: 40px;
background: #d4d6db;
transform: translateX(-50%)
}
.best-seller .pricing-head span {
background: #213184;
box-shadow: 0 4px 13px 0 rgba(241, 94, 66, .5)
}
.fade.show,
.modal-open {
padding: 0!important
}
.footer-top-callout {
margin-bottom: -95px;
margin-top: 60px;
z-index: 11;
position: relative
}
footer {
font-size: 1rem;
color: #e2e5f0;
line-height: 1.714;
background: #27304b;
padding-top: 150px
}
.logo-footer {
width: 225px;
margin-bottom: 25px
}
.footer-heading {
font-size: 1.375rem;
color: #fff;
line-height: 1.714;
margin-bottom: 1.5rem;
font-weight: 700;
position: relative;
margin-top: 2rem
}
.footer-heading:after {
position: absolute;
content: "";
top: -23px;
left: 0;
height: 1px;
width: 40px;
background: #f8f8f8
}
footer .social-icons {
text-align: right
}
footer .social-icons ul {
padding: 5px 15px;
border-radius: 20px;
border-style: solid;
border-width: 2px;
border-color: rgb(255, 255, 255, .3);
margin: 0 0 0 10px
}
footer .social-icons a {
padding: 0 5px;
color: #fff;
font-size: .85rem
}
footer .social-icons a:hover {
color: #f15e42
}
.footer-vet {
margin: 0 50px;
border-radius: 40px;
padding-bottom: 5rem;
padding-top: 0;
overflow: hidden
}
.footer-vet-inner {
background-color: #202841;
margin-bottom: 5rem
}
.footer-vet .footer-heading:after {
background: #f15e42;
top: -10px
}
.footer-vet-inner .footer-subscribe .icon {
background-color: #98cb46;
width: 70px;
height: 70px;
min-width: 70px
}
.footer-vet-inner .footer-subscribe {
padding-left: 0;
padding-right: 0
}
.copyright-light {
padding: 2.5rem 0
}
.copyright-light a {
color: #f15e42
}
.copyright-light a:hover {
color: #27304b
}
.copyright-blue {
background: #32a4d5;
padding: .5rem 0;
color: #f4f4f4;
font-size: .875rem
}
.copyright-blue a {
color: #98cb46
}
.copyright-blue a:hover {
color: #f15e42
}
.copyright-wrap {
margin-top: 70px;
color: #fff;
font-size: .875rem;
background: #1c2339;
padding: 2.5rem 0;
font-weight: 700
}
.copyright-links a:hover,
.copyright-wrap a {
color: #98cb46
}
.copyright-wrap .row {
position: relative;
z-index: 11
}
.copyright-text {
padding: 0 0 0 280px;
display: flex;
justify-content: space-between
}
.footer-dog {
position: absolute;
bottom: -2.5rem;
z-index: 1
}
.footer-light {
background: #f5f5f6;
color: #7c7c7c;
overflow: hidden
}
.footer-light .footer-heading {
color: #1c2339
}
.footer-light .footer-heading:after {
background: #f15e42
}
.footer-light .footer-widget-menu ul li a span {
color: #7c7c7c;
font-weight: 600
}
.footer-light .footer-widget-menu ul li a:hover,
.footer-light .footer-widget-menu ul li a:hover span,
.footer-widget-menu ul li a:hover i {
color: #f15e42!important
}
.footer-light .copyright-wrap {
background: #f15e42;
position: relative;
padding: 1.8rem 0;
margin-top: 120px
}
.footer-light .copyright-wrap:after {
position: absolute;
content: "";
width: 130%;
height: 150%;
border-radius: 100%;
background: #f15e42;
top: -31px;
left: 50%;
transform: translateX(-50%)
}
.footer-light .copyright-text {
padding-left: 0;
justify-content: center
}
.footer-light .copyright-links a:hover,
.footer-light .copyright-wrap a {
color: #27304b
}
.footer-light .contact-text {
font-size: .875rem
}
.footer-light .contact-text svg {
color: #f15e42;
padding-bottom: 4px
}
.footer-light .contact-text p {
margin-bottom: 8px
}
.footer-light .contact-address {
position: relative;
margin-bottom: 40px
}
.footer-light .contact-address:before {
position: absolute;
content: "";
bottom: -20px;
left: 0;
height: 1px;
width: 40px;
background: #ccced4
}
.social-icons-square a {
width: 40px;
height: 40px;
display: inline-flex;
justify-content: center;
align-items: center;
background: #ababac;
color: #fff;
font-size: 1.125rem;
margin-right: .3rem;
border-radius: 6px
}
.social-icons-square a:hover {
background: #27304b
}
.header-fullpage {
padding-right: 0!important;
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear;
background: #f6f6f6
}
.header-top .header-fullpage {
background: 0 0
}
.header-blue #search_home,
.header-blue #shopping-bag,
.home-shop #shopping-bag {
color: #fff
}
.header-blue #search_home:hover {
opacity: .5
}
.header-blue #shopping-bag .badge,
.home-shop #shopping-bag .badge {
background-color: #f15e42
}
.header-blue .top-bar-right {
background: #69f;
color: #fff
}
.header-blue .top-bar-right .social-icons a,
.header-blue .top-bar-right a {
color: #fff
}
.header-blue .top-bar-right .social-icons a:hover,
.header-blue .top-bar-right a:hover {
color: #fff
}
.header-blue .top-bar-right .social-icons span {
margin-right: .7rem
}
@media (min-width:991.99px) {
.header-fullpage.fixed {
background: #fff;
box-shadow: 0 0 43px 0 rgba(241, 94, 66, .28);
position: fixed;
top: 0;
width: 100%;
z-index: 1020
}
.header-top {
position: absolute;
top: 0;
width: 100%;
z-index: 1020
}
.header-blue .fixed {
background: #27304b;
box-shadow: 0 0 43px 0 rgba(152, 203, 70, .28)
}
.header-fullpage.fixed .top-bar-right {
height: 0;
overflow: hidden;
opacity: 0;
border: 0;
padding: 0;
min-height: auto;
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear
}
.header-fullpage.navbar.fixed {
padding: .5rem 0
}
.header-fullpage.fixed.top-transparent {
padding-bottom: 0
}
.header-fullpage.fixed .navbar-brand {
width: 140px
}
}
.top-bar-right {
padding: .7rem 0;
background: #eee;
min-height: 60px;
font-size: .875rem;
font-weight: 400;
color: #2f2f2f
}
.top-bar-right .contact-info svg {
margin-right: .3rem;
margin-top: -2px;
color: #213184
}
.top-bar-right .contact-info div {
margin-right: 1rem;
white-space: nowrap
}
.request-btn a {
border-radius: 4px;
padding: .6rem .5rem;
color: #06163a;
display: flex;
font-weight: 600
}
.top-bar-right .social-icons a {
color: #27304b;
font-size: 1rem;
transition: all .3s;
text-decoration: none
}
.top-bar-right .social-icons a:not(:last-child) {
margin-right: .7rem
}
.top-bar-right .social-icons a:hover {
color: #f15e42
}
.lang-toggle {
padding-bottom: 10px
}
.lang-toggle a.btn {
background: #fff;
font-size: .875rem;
border: none;
border-radius: 0;
padding: .4rem .9rem;
border-radius: 3px
}
.bordered-nav .lang-toggle a.btn {
background: 0 0;
border: 1px solid #333
}
.lang-toggle a.dropdown-toggle:after {
display: none
}
.lang-toggle .dropdown-menu {
min-width: 150px;
padding: 10px 0;
border-radius: 3px
}
.lang-toggle .dropdown-menu a {
padding: .4rem .9rem;
border: none;
font-size: .875rem;
color: #333;
text-transform: capitalize
}
.request-btn a#search_home {
color: #f15e42
}
#shopping-bag {
position: relative;
padding-right: 0;
color: #06163a
}
#shopping-bag svg {
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
#shopping-bag:hover svg {
opacity: .5
}
#shopping-bag .badge {
position: absolute;
right: -8px;
top: 2px;
border-radius: 50%;
background-color: #213184;
font-size: .75rem
}
.home-welcome {
margin-top: -90px
}
.what-we-offer {
background-image: url(http://www.mannatstudio.com/);
box-shadow: 0 18px 76px 0 rgba(0, 0, 0, .06);
position: relative;
z-index: 99
}
.breadcrumbs-page-wrap .breadcrumbs-page img.ptt-png {
position: absolute;
max-width: 256px;
right: -55px;
bottom: -80px;
z-index: 1
}
.breadcrumbs-page-wrap {
background: #f6f6f6;
position: relative
}
.breadcrumbs-page-wrap:after {
position: absolute;
bottom: 0;
z-index: 1;
background: #fff;
height: 30%;
content: "";
width: 100%
}
.breadcrumbs-page {
background-image: url(../images/breadcrumbs_bg.jpg);
background-repeat: no-repeat;
padding: 6rem 0;
background-position: center center!important;
max-width: 1300px;
margin: 0 auto;
z-index: 2;
position: relative;
border-style: solid;
border-width: 6px;
border-color: #fff;
box-shadow: 0 0 43px 0 rgba(39, 48, 75, .08)
}
.breadcrumbs-page .breadcrumb {
background: 0 0;
color: #eee;
padding: 0;
font-size: .875rem;
font-weight: 600
}
.breadcrumbs-page .breadcrumb-item {
display: -ms-flexbox;
display: flex;
min-height: 30px;
align-items: center;
font-size: 1rem
}
.breadcrumbs-page .breadcrumb a {
color: #fff;
background: #69f;
margin-right: 7px;
padding: .4rem 1.2rem .4rem 0;
border-radius: 0 .3rem 1.2rem 0;
position: relative
}
.breadcrumbs-page .breadcrumb a:before {
position: absolute;
bottom: 0;
z-index: 1;
background: #69f;
height: 100%;
content: "";
width: 105px;
left: -105px
}
.breadcrumb-item.active,
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before {
color: #eee;
content: none
}
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before {
top: 1px;
position: relative
}
.breadcrumbs-page h1 {
color: #fff;
text-transform: capitalize;
font-size: 2.75rem;
font-weight: 700;
}
.video-icon {
position: absolute;
left: 50%;
margin: -35px 0 0 -35px;
top: 50%
}
.video-box {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9990000;
display: none;
position: fixed;
overflow: hidden;
background-color: #000
}
.video-box iframe {
float: left;
width: 100%;
height: 100%;
-webkit-border: 0;
-moz-border: 0;
-o-border: 0;
border: 0
}
.video-box .close-video {
top: 17px;
left: 17px;
width: 50px;
height: 50px;
color: #fff;
font-size: 25px;
cursor: pointer;
line-height: 50px;
text-align: center;
position: absolute;
background-color: #59585b;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out
}
.video-box .close-video:hover {
color: #21252b;
background-color: #fff
}
.footer-widget-menu {
font-size: .975rem
}
.footer-widget-menu ul {
margin-bottom: 0
}
.footer-widget-menu ul li:not(:last-child) {
padding: 0 0 8px 0
}
.footer-widget-menu ul li * {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
color: #e2e5f0;
text-decoration: none!important
}
.footer-widget-menu ul li a span {
text-decoration: underline
}
.footer-widget-menu ul li a i {
padding: 0 5px 0 0;
color: #98cb46;
text-decoration: none!important
}
.footer-widget-menu ul li a:hover i {
padding: 0 5px 0 10px
}
.working-hours {
font-size: 1rem;
font-weight: 700
}
.working-hours ul li {
display: flex;
align-items: center;
justify-content: space-between;
font-size: .9rem
}
.working-hours ul li:not(:last-child) {
padding-bottom: 10px
}
.underline {
border-bottom: 1px dashed #fff;
min-width: 135px;
text-align: right;
display: inline-block
}
.footer-widget-contact i {
color: #99a0a3;
font-size: 24px;
margin-top: 4px
}
.footer-widget-contact a {
color: #f15e42;
font-weight: 600
}
.footer-widget-tweet i {
color: #99a0a3;
margin-right: 18px
}
.footer-widget-tweet .btn-theme {
background: #1c95de;
font-size: 13px;
margin-top: 30px
}
.footer-widget-tweet .btn-theme i {
margin: 0;
color: #fff
}
#body-content {
overflow-y: hidden
}
.rounded-container-wrap {
padding-left: 2rem;
padding-right: 2rem
}
.rounded-container {
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px
}
.typo-head {
font-size: 1.25rem;
letter-spacing: -1px
}
.bs-docs-grid .col-md-1 span,
.bs-docs-grid .col-md-10 span,
.bs-docs-grid .col-md-2 span,
.bs-docs-grid .col-md-3 span,
.bs-docs-grid .col-md-4 span,
.bs-docs-grid .col-md-5 span,
.bs-docs-grid .col-md-6 span,
.bs-docs-grid .col-md-8 span,
.bs-docs-grid .col-md-9 span {
background-color: #f4f4f4;
display: block;
line-height: 40px;
margin-bottom: 20px;
min-height: 40px;
font-size: .775rem;
text-align: center
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
right: auto;
bottom: auto
}
.cbp-l-grid-mosaic-projects .cbp-item-wrapper,
.cbp-l-grid-work .cbp-item-wrapper {
background: #fff;
padding: 10px;
box-shadow: none;
text-align: center;
border: none
}
.cbp-l-grid-work-desc,
.cbp-l-grid-work-title {
display: none
}
.gallery-link {
position: absolute;
z-index: 999;
right: -70px;
top: -2px;
background: #f15e42;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.gallery-link a {
padding: 10px 15px;
display: inline-block
}
.gallery-link a:hover {
color: #000
}
.cbp-item-wrapper:hover .gallery-link {
right: -3px
}
label.error {
font-size: 12px;
color: red;
font-weight: 300;
padding: 0;
margin: 10px 0 0 0
}
@font-face {
font-family: icomoon;
src: url(fonts/icomoonfd63.eot?3d5ofa);
src: url(fonts/icomoonfd63.eot?3d5ofa#iefix) format('embedded-opentype'), url(fonts/icomoonfd63.ttf?3d5ofa) format('truetype'), url(fonts/icomoonfd63.woff?3d5ofa) format('woff'), url(fonts/icomoonfd63.svg?3d5ofa#icomoon) format('svg');
font-weight: 400;
font-style: normal;
font-display: block
}
[class*=" pethund_"],
[class^=pethund_] {
font-family: icomoon!important;
speak: never;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.pethund_adoption:before {
content: "\e900"
}
.pethund_call:before {
content: "\e901"
}
.pethund_experts:before {
content: "\e902"
}
.pethund_natural_product:before {
content: "\e903"
}
.pethund_pet_awards:before {
content: "\e904"
}
.pethund_pet_belt:before {
content: "\e905"
}
.pethund_pet_care:before {
content: "\e906"
}
.pethund_pet_food:before {
content: "\e907"
}
.pethund_pet_grooming:before {
content: "\e908"
}
.pethund_pet_professional:before {
content: "\e909"
}
.pethund_pet_salon:before {
content: "\e90a"
}
.pethund_petsitting:before {
content: "\e90b"
}
.pethund_quotes:before {
content: "\e90c"
}
.pethund_repeat_grid:before {
content: "\e90d"
}
.pethund_user_star:before {
content: "\e90e"
}
.pethund_vaccinated:before {
content: "\e90f"
}
.pethund_videoPlay:before {
content: "\e910"
}
.custom-choose {
display: flex;
justify-content: normal;
align-items: center
}
.custom-choose input[type=checkbox],
.custom-choose input[type=radio] {
display: none
}
.custom-choose input[type=checkbox]+label,
.custom-choose input[type=checkbox]:not(checked)+label,
.custom-choose input[type=radio]+label,
.custom-choose input[type=radio]:not(checked)+label {
padding: .2rem 1rem;
cursor: pointer;
border: 2px solid #ebebeb;
border-radius: 4px;
text-align: center;
font-size: 1rem;
margin-right: 1rem;
transition: all .4s ease 0s
}
.custom-choose input[type=checkbox]:checked+label,
.custom-choose input[type=radio]:checked+label {
position: relative;
border: solid 2px #313a53;
background: #f5f5f5;
color: #313a53;
transition: .4s
}
.form-control {
border: none;
box-shadow: none;
font-size: .9375rem;
border: 1px solid #f4f4f6;
outline: 0;
color: #5b5b5b;
background-color: #f4f4f6;
height: auto;
padding: .8rem 1rem;
border-radius: 3px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.form-control:focus {
border: 1px solid #e9e1dc;
background: #fff;
box-shadow: none
}
.form-control:disabled,
.form-control[readonly] {
opacity: .6
}
::-webkit-input-placeholder {
color: #5b5b5b
}
:-ms-input-placeholder {
color: #5b5b5b
}
::placeholder {
color: #5b5b5b
}
.custom-control-label {
position: relative;
cursor: pointer;
margin-bottom: 0;
vertical-align: top;
padding: 4px 0 0 5px;
font-weight: 500
}
.custom-control-input {
cursor: pointer;
width: 20px;
top: 4px
}
.custom-control-input {
cursor: pointer
}
.custom-checkbox .custom-control-label::before {
border-radius: 5px;
width: 20px;
height: 20px;
background-color: #fff
}
.custom-radio .custom-control-label::before {
width: 20px;
height: 20px;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
border-color: #d4d6db;
background: #fff;
border-width: 2px
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
background-color: #fff;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out
}
.custom-control-label::before {
border-color: #d4d6db
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #d4d6db
}
.custom-radio .custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #d4d6db;
background-color: #fff;
border-width: 2px
}
.custom-radio .custom-control-label::after {
display: none
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow: none
}
.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
border-color: #d59b2d;
background-color: #d59b2d;
border-width: 4px
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: none;
content: "\eed8";
color: #fff;
padding: 0 0 0 1px;
font-size: 1.2rem;
margin: -5px 0 0 0;
font-family: IcoFont!important
}
.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
color: #6c757d;
opacity: .5
}
.form-light.form-control {
font-size: .9375rem;
outline: 0;
color: #131313;
background-color: #fff;
height: auto;
padding: .8rem 1rem;
border-radius: 5px;
box-shadow: none;
border: none
}
.form-light.form-control:disabled,
.form-light.form-control[readonly] {
opacity: .6
}
.form-light::-webkit-input-placeholder {
color: #5b5b5b
}
.form-light:-ms-input-placeholder {
color: #5b5b5b
}
.form-light::placeholder {
color: #5b5b5b
}
.form-light .custom-control {
color: #5b5b5b
}
.form-light.custom-checkbox .custom-control-label::after,
.form-light.custom-checkbox .custom-control-label::before {
border-radius: 5px;
width: 20px;
height: 20px
}
.form-light.custom-radio .custom-control-label::before {
width: 20px;
height: 20px
}
.form-light .custom-control-label::before {
border-color: #d4d6db;
background: #d4d6db
}
.form-light .custom-control-input:focus~.custom-control-label::before {
box-shadow: none
}
.form-light .custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #d4d6db
}
.form-light .custom-control-input:checked~.custom-control-label::before,
.form-light .custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
border-color: #d59b2d;
background-color: #d59b2d;
border-width: 4px
}
.form-light .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: none;
content: "\f00c";
font-family: FontAwesome;
color: #fff;
padding: 2px 0 0 5px;
font-size: .9rem;
font-weight: 900
}
.pagination {
background: #213184;
padding: 1rem 0;
text-align: center;
position: relative;
align-items: center;
justify-content: center
}
.pagination .page-item .page-link {
color: #333;
height: 45px;
width: 45px;
text-align: center;
justify-content: center;
background: 0 0;
border: none;
align-items: center;
display: flex;
box-shadow: none;
outline: 0;
font-weight: 600;
color: #fff;
position: relative
}
.pagination .page-item.disabled {
opacity: .5
}
.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
color: #f15e42
}
.page-item:first-child .page-link {
margin-left: 0;
position: relative
}
.page-item .page-link::after {
position: absolute;
content: "";
width: 10px;
height: 1px;
background: #fff;
left: 0;
top: 50%;
transform: translateX(-50%)
}
.page-item:first-child .page-link::after,
.page-item:last-child .page-link::after,
.page-item:nth-child(2) .page-link::after {
display: none
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 48px;
height: 48px;
background-color: #32a4d5;
color: #fff;
-webkit-transition: all .4s ease 0s;
-khtml-transition: all .4s ease 0s;
-moz-transition: all .4s ease 0s;
-ms-transition: all .4s ease 0s;
-o-transition: all .4s ease 0s;
transition: all .4s ease 0s
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
background: #f15e42;
color: #fff
}
.page-item:first-child .page-link {
left: 0;
border-radius: 0 8px 8px 0
}
.page-item:last-child .page-link {
right: 0;
margin: 0;
border-radius: 8px 0 0 8px
}
.why-choose-us {
position: relative
}
.pattern-red {
position: absolute;
bottom: -50px;
left: 0;
z-index: -1
}
.why-choose-us .text {
padding-left: 260px;
padding-top: 50px
}
.why-choose-us .text h3 {
font-weight: 700;
color: #272f45
}
.why-choose-us .text h3.call {
color: #98cb46;
display: flex;
align-items: center
}
.why-choose-us .text h3.call i {
color: #f15e42;
margin-right: 10px;
font-size: 3rem
}
.need-help {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 3rem;
margin-top: 2rem;
margin-bottom: -8rem;
z-index: 9;
position: relative
}
.need-help-topspace {
padding-top: 14rem;
margin-bottom: 0
}
.contact-map-img {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 100%;
text-align: center;
top: -100px
}
.map-wrap iframe {
width: 100%;
height: 450px;
border: none;
border-radius: 25px;
background: #f4f4f6
}
.shop-sidebar {
position: relative
}
.shop-sidebar .head {
background: #98cb46;
padding: .7rem 1.5rem;
font-size: 20px;
color: #fff
}
.shop-sidebar .offcanvas-header {
position: absolute;
top: 7px;
right: 10px
}
.shop-sidebar .offcanvas-header .btn {
padding: 0;
color: #fff
}
.shop-sidebar .offcanvas-header .btn:hover {
color: #333
}
.shop-sidebar ul {
margin: 0
}
.shop-sidebar ul li {
padding: .7rem 1rem;
display: flex;
align-items: center;
border-bottom: 1px solid #e8e8e8
}
.shop-sidebar ul li img {
margin-right: .8rem;
width: 70px
}
.shop-sidebar ul li h4 {
margin: 0
}
.shop-sidebar ul li h4 a {
color: #333;
font-size: 1.1rem;
font-weight: 600;
font-family: Changa, sans-serif;
color: #f15e42
}
.shop-sidebar ul li h4 a:hover {
color: #98cb46
}
.shop-sidebar ul li h6 {
font-weight: 600
}
.delete-btn {
margin-left: auto
}
.seach-container {
max-height: 90%;
margin-right: 50px;
}
.delete-btn a {
color: #999
}
.delete-btn a:hover {
color: #333
}
.sidebar-subtotal {
background-color: #f4f4f6;
padding: 1rem;
display: flex;
justify-content: space-between
}
.btn-holder {
padding: 1rem 0;
display: flex;
justify-content: space-around;
align-items: center
}
.checkout-details {
padding: 2rem;
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
margin-bottom: 2rem
}
.place-order-wrap {
padding: 2rem 0 0 1rem
}
.order-head {
font-size: 1.3rem;
font-weight: 600;
color: #f15e42;
display: flex;
justify-content: space-between
}
.order-list ul li {
font-size: 1rem;
font-weight: 600;
display: flex;
margin-bottom: .5rem;
justify-content: space-between;
padding: 1rem 0;
margin: 0
}
.order-list ul li:not(:last-child) {
border-bottom: 1px solid #e9eaed
}
.order-disclaimer {
background: #f6f6f6;
padding: 1.2rem
}
.order-disclaimer .info {
background: #fff;
padding: 1rem;
font-size: .85rem;
margin-bottom: 1.5rem
}
.table .thead-dark.theme-head {
border-radius: 10px;
overflow: hidden;
margin-bottom: 10px
}
.table .thead-dark.theme-head th {
font-size: 1.125rem;
background: #27304b;
border: none;
padding-top: 1.2rem;
padding-bottom: 1.2rem
}
.table .thead-dark.theme-head th:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px
}
.table .thead-dark.theme-head th:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px
}
.theme-head th span {
position: relative
}
.theme-head th span::before {
position: absolute;
content: "";
width: 10px;
height: 1px;
background: #fff;
left: -20px;
top: 50%;
transform: translateX(-50%)
}
.table .theme-body tr td,
.table .theme-body tr th {
border-top: none;
border-bottom: 1px solid #dee2e6
}
.table .theme-body tr td,
.table .theme-body tr th {
vertical-align: middle;
padding-top: 1.5rem;
padding-bottom: 1.5rem
}
.item-product {
display: flex;
align-items: center
}
.item-product .img-wrap {
box-shadow: 0 0 29px 0 rgba(39, 48, 75, .15);
background: #fff;
width: 90px;
margin-right: 20px;
border-radius: 10px;
padding: 10px
}
.item-product span {
color: #27304b;
font-weight: 700;
font-size: 1.125rem
}
.quantity {
border-style: solid;
border-width: 1px;
border-color: #caccd3;
border-radius: 7px;
display: inline-flex;
padding: .2rem .8rem
}
.quantity button,
.quantity input {
border: none;
border-radius: 0;
background: 0 0;
padding: 0
}
.quantity input {
width: 40px;
text-align: center;
color: #f15e42;
font-size: 1.25rem
}
.quantity button {
color: #414961
}
.quantity button svg {
width: 20px;
height: 20px
}
.quantity button:hover {
color: #f15e42
}
.cart-totals {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
min-width: 300px;
margin-bottom: 2rem;
padding: 2rem 0
}
.cart-totals .order-list ul li {
padding: .7rem 1.5rem
}
.product-grid {
text-align: center;
overflow: hidden;
height: 100%;
transition: all .4s ease-out;
background-color: #fff;
padding: 0 0 1.5rem 0;
-webkit-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-khtml-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-moz-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-ms-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-o-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
box-shadow: 0 0 16px rgba(39, 48, 75, .14);
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
position: relative
}
.product-grid:hover {
box-shadow: none;
background: #f4f4f6
}
.product-grid .product-image {
position: relative;
background: #000
}
.product-grid:hover .product-image img {
opacity: .8
}
.product-grid .product-image a.image {
display: block
}
.product-grid .product-image img {
width: 100%;
height: auto;
transition: all .4s ease 0s
}
.product-grid .product-discount-label {
color: #fff;
background: #69f;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
padding: 2px 8px;
border-radius: 0 0 5px 0;
position: absolute;
top: 0;
left: 0
}
.product-grid .product-links {
width: 145px;
padding: 0;
margin: 0;
list-style: none;
opacity: 0;
transform: translateX(-50%) translateY(-50%);
position: absolute;
top: -50px;
left: 50%;
transition: all .4s ease 0s
}
.product-grid:hover .product-links {
opacity: 1;
top: 1.1rem
}
.product-grid .product-links li {
display: inline-block;
margin: 0 2px
}
.product-grid .product-links li a {
color: #fff;
background: #f15e42;
font-size: 16px;
line-height: 42px;
width: 40px;
height: 40px;
border-radius: 0 0 50px 50px;
display: block;
position: relative;
transition: all .4s ease-out 0s
}
.product-grid .product-links li a:hover {
color: #fff;
background: #98cb46
}
.product-grid .product-links li a:after,
.product-grid .product-links li a:before {
content: attr(data-tip);
color: #fff;
background-color: #555;
font-size: 12px;
line-height: 18px;
padding: 5px 10px;
white-space: nowrap;
display: none;
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -40px;
transition: all .3s ease 0s
}
.product-grid .product-links li a:after {
content: '';
height: 10px;
width: 10px;
padding: 0;
transform: translateX(-50%) rotate(45deg);
top: -18px;
z-index: -1
}
.product-grid .product-links li a:hover:after,
.product-grid .product-links li a:hover:before {
display: block
}
.product-grid .product-content {
padding: 12px 12px 0;
position: relative
}
.product-grid .rating {
padding: 0;
margin: 0 0 8px;
list-style: none
}
.product-grid .rating li {
color: #78a206;
font-size: 14px
}
.product-grid .rating .far {
color: grey
}
.product-grid .title {
font-size: 1.125rem;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 7px
}
.product-grid .title a {
color: #27304b;
transition: all .3s ease 0s
}
.product-grid .title a:hover {
color: #98cb46
}
.product-grid .price {
color: #213184;
font-size: 1.5rem;
font-weight: 700;
display: block;
transition: all .4s ease-in-out;
line-height: 1
}
.product-grid .price span {
color: #999;
font-weight: 500;
text-decoration: line-through
}
.product-grid .add-to-cart {
border-radius: 50px;
opacity: 0;
transform: translateX(-50%);
position: absolute;
bottom: 50px;
left: 50%;
text-transform: capitalize;
transition: all .4s ease-out;
white-space: nowrap
}
.product-grid .add-to-cart span {
position: relative;
top: -2px
}
.product-grid:hover .add-to-cart {
opacity: 1;
bottom: 45%
}
.product-count {
background: #f4f4f6;
padding: .8rem 1.5rem;
border-radius: 10px;
margin-bottom: 3rem
}
.product-count strong {
font-size: 1rem;
color: #f15e42
}
.product-gallery {
border-radius: 10px;
background-color: #f4f4f6;
padding: 1.5rem
}
.product-highlight {
margin-top: 1.5rem;
border-top: 1px dashed #b2b2b2;
border-bottom: 1px dashed #b2b2b2;
padding: 1.5rem 0 0;
margin-bottom: 1.5rem
}
.product-highlight h5 {
color: #27304b
}
.product-description {
padding-left: 2rem
}
.product-description .title {
color: #27304b;
font-size: 3rem;
line-height: 1;
font-weight: 700
}
.product-description .price {
color: #98cb46;
font-size: 2rem;
margin: 1rem 0;
font-family: Changa, sans-serif;
line-height: 1;
font-weight: 700
}
#big {
margin-bottom: 1.5rem
}
.review-tabbing {
border-radius: 10px;
background-color: #f4f4f6;
padding: 0 2rem .5rem;
margin-top: 6rem
}
.review-tabbing .theme-tabbing {
position: relative;
z-index: 2;
top: -1.5rem
}
.captured-gallery-item {
overflow: hidden;
border-radius: 6px;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
position: relative
}
.gallery-content {
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: #fff;
z-index: 9
}
.gallery-content h3 {
color: #98cb46;
font-weight: 700;
margin-bottom: 0;
transform: translateY(-20px);
transition: .4s;
opacity: 0
}
.gallery-content h3 a {
color: #98cb46
}
.gallery-content h3 a:hover {
color: #f15e42
}
.gallery-content span {
position: absolute;
top: 20px;
right: 20px;
border: 2px solid #fff;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: .4s;
opacity: 0;
transform: translateX(60px)
}
.captured-gallery-item:hover .gallery-content span {
opacity: 1;
transform: translateX(0)
}
.gallery-content h5 {
transform: translateY(20px);
transition: .4s;
opacity: 0
}
.captured-gallery-item img {
transition: .4s;
width: 100%
}
.captured-gallery-item:hover img {
transition: .4s;
transform: scale(1.07)
}
.captured-gallery-item:hover .gallery-content {
background-color: rgba(39, 48, 75, .7);
opacity: 1;
transition: .4s
}
.captured-gallery-item:hover .gallery-content h3 {
transform: translateY(0);
opacity: 1
}
.captured-gallery-item:hover .gallery-content h5 {
transform: translateY(0);
opacity: 1
}
#portfolio-flters {
margin: 2rem 0;
text-align: center;
padding: 0;
list-style-type: none
}
#portfolio-flters li {
display: inline-block
}
#portfolio-flters li a {
border-radius: 5.25rem;
color: #27304b;
display: inline-block;
padding: .2rem 1.5rem;
margin-bottom: .5rem;
margin-right: 10px;
font-weight: 600;
font-family: Changa, sans-serif;
text-transform: uppercase;
font-size: 1.25rem
}
#portfolio-flters li a:hover,
#portfolio-flters li.filter-active a {
background: #98cb46;
color: #fff
}
.column-four-gallery {
padding-left: 4rem;
padding-right: 4rem
}
.img-single-gallery {
overflow: hidden;
border-radius: 50px;
margin-bottom: 5rem
}
.pet-details {
border-radius: 20px;
background-color: #fff;
padding: 1.5rem;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
margin-top: -9rem;
margin-bottom: 3rem
}
.pet-details ul li {
font-family: Changa, sans-serif;
font-size: 1.5rem;
font-weight: 700;
color: #f15e42
}
.pet-details ul li span {
display: block;
font-size: 1rem;
color: #707070;
line-height: 1
}
.pet-details ul li:not(:last-child) {
padding: 0 0 1rem 0
}
#gallery-single .img {
border-radius: 10px;
overflow: hidden
}
.take-care-img {
position: relative
}
.take-care-img::before {
content: '';
width: calc(100% + 500px);
height: calc(100% + 40%);
position: absolute;
bottom: -20%;
left: -120%;
top: -20%;
background: #27304b;
box-shadow: 0 4px 59px 0 rgb(0 0 0 / 9%);
z-index: -1;
border-bottom-right-radius: 80px
}
#services-details .owl-item {
padding: 1.2rem
}
.services-list {
border-radius: 20px;
background-color: #98cb46;
padding: 1.5rem;
color: #fff;
margin-bottom: 2.5rem;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.services-list h4 {
font-weight: 700;
margin-bottom: 1.5rem
}
.services-list ul li a {
border-radius: 5px;
background-color: #fff;
padding: .5rem 1rem;
color: #646464;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 700
}
.services-list ul li a:hover {
background-color: #f15e42;
color: #fff
}
.services-list ul li:not(:last-child) {
padding-bottom: .8rem
}
.services-list ul li a i {
color: #f15e42;
font-size: 1.25rem
}
.services-list ul li a:hover i {
color: #fff
}
.team-section-wrap {
background: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 1.5rem;
border-radius: 7px;
text-align: center;
margin-bottom: 3rem
}
.team-section-wrap .img {
text-align: center;
margin: 0 0 1.5rem;
position: relative;
border-radius: 7px;
overflow: hidden;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.team-section-wrap .img img {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.team-section-wrap:hover .img {
background: #27304b
}
.team-section-wrap .img .social-icons {
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
text-align: center;
transform: translate(-50%, -50%);
z-index: 99;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.team-section-wrap:hover .img .social-icons {
opacity: 1;
color: #fff
}
.team-section-wrap:hover .img .social-icons a {
color: #fff;
font-size: 1.2rem;
margin: 0 .3rem
}
.team-section-wrap:hover .img .social-icons a:hover {
color: #f15e42
}
.team-section-wrap:hover .img img {
opacity: .3;
transform: scale(1.1);
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.team-section-wrap .team-name {
position: relative;
margin-bottom: 2rem
}
.team-section-wrap .team-name::after {
position: absolute;
content: "";
bottom: -15px;
left: 50%;
height: 1px;
transform: translateX(-50%);
width: 40px;
background: #d4d6db
}
.team-section-wrap h4 {
margin-bottom: 0
}
.team-section-wrap h4 a {
color: #213184;
font-weight: 700;
font-size: 1.5rem;
margin-bottom: 0
}
.team-section-wrap h4 a:hover {
color: #32a4d5
}
.team-section-wrap strong {
color: #32a4d5;
font-weight: 700;
font-size: 1rem
}
.how-we-work {
position: relative;
padding-top: 3rem
}
.dog-video-wrap {
margin-bottom: 8rem
}
.how-we-work .dog-video {
margin-bottom: -5rem
}
.how-we-work .popup-video {
position: absolute;
top: 80px;
right: 26%
}
.team-single-wrap {
position: relative;
margin-top: 5rem;
margin-bottom: 5rem
}
.team-single-wrap::before {
content: '';
width: calc(100% - 220px);
height: calc(100% + 40%);
position: absolute;
bottom: -20%;
right: 0;
top: -20%;
background: #27304b
}
.team-single-details h4 {
color: #98cb46;
margin-bottom: 0;
font-weight: 700
}
.team-single-details {
color: #fff
}
.team-single-details a {
color: #f15e42
}
.team-single-details a:hover {
color: #98cb46
}
.team-single-details .social-icons a {
margin-right: 7px
}
.team-single-details ul {
position: relative;
margin-top: 2rem
}
.team-single-details ul::before {
position: absolute;
content: "";
top: -20px;
left: 0;
height: 1px;
width: 40px;
background: #d4d6db
}
.team-single-details ul li:not(:last-child) {
padding-bottom: .7rem
}
.professional-skills-wrap {
margin-bottom: 5rem
}
.professional-skills {
border-radius: 20px;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
background: #fff;
padding: 1.5rem;
margin-bottom: -4rem
}
.professional-skills h3 {
color: #f15e42
}
.fact-about {
padding-top: 1.5rem;
padding-left: 1.5rem
}
.fact-about .icon-box-3 {
margin-right: 1.5rem
}
.fact-about .icon-box-3 i {
margin-bottom: 0
}
.fact-about .counter-txt {
margin-bottom: 0;
font-weight: 700;
color: #f15e42
}
.about-us-gap {
margin: 5rem 0 1rem
}
.about-us-wrap {
background: #32a4d5;
color: #fff;
padding: 5rem 2rem
}
.about-us-wrap:before {
content: '';
width: calc(100% + 120px);
height: calc(100% + 30%);
position: absolute;
bottom: -15%;
right: 0;
top: -15%;
background: #69f;
z-index: -1
}
.about-left {
border-style: solid;
border-width: 10px;
border-color: #fff;
background-color: #98cb46;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.about-us-wrap .icons-listing.theme-green li::before {
color: #213184
}
.about-video a {
color: #fff;
padding-top: 1rem;
font-size: 1.125rem;
display: flex;
align-items: center;
font-weight: 700
}
.about-video a i {
font-size: 3rem;
margin-right: 1rem;
border-radius: 75px;
-webkit-animation: spineer 2s infinite;
animation: spineer 2s infinite
}
@-webkit-keyframes spineer {
0% {
-webkit-box-shadow: 0 0 0 0 #fff
}
70% {
-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0)
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
}
}
@keyframes spineer {
0% {
-webkit-box-shadow: 0 0 0 0 #fff;
box-shadow: 0 0 0 0 #fff
}
70% {
-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
box-shadow: 0 0 0 20px rgba(1, 93, 199, 0)
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
}
}
.why-choose-list {
padding-left: 2.5rem
}
.why-choose-list ul {
position: relative
}
.why-choose-list ul::before {
position: absolute;
left: 20px;
top: -3px;
font-size: 1.2rem;
content: "";
font-family: IcoFont!important;
width: 10px;
height: 100%;
border-left: 1px dashed #ccc;
z-index: -1
}
.why-choose-list ul li {
position: relative;
color: #27304b;
font-size: 1.25rem;
font-weight: 600;
padding-left: 3.5rem
}
.why-choose-list ul li:not(:last-child) {
padding-bottom: 1.7rem
}
.why-choose-list ul li::before {
position: absolute;
left: 0;
top: -3px;
font-size: 1.2rem;
content: "\eed6";
font-family: IcoFont!important;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #98cb46;
border-radius: 50%;
color: #27304b;
background: #fff
}
.why-choose-bg {
position: relative
}
.why-choose-bg::before {
content: '';
width: 45%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
top: 0;
background: #f4f4f6;
z-index: -1
}
.why-choose-bg .pattern-red {
bottom: 30px
}
.vision-mission {
background: #f4f4f6;
padding: 0 2rem 2rem;
margin-top: 4rem;
border-bottom-right-radius: 50px;
position: relative
}
.vision-mission h2 {
padding-top: 4.2rem;
margin-bottom: 1rem
}
.img-vision {
position: absolute;
top: -4rem;
right: 2rem;
border-style: solid;
border-width: 6px;
border-color: #fff;
background-color: #c8cfc3;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.trophy-awards {
background: #27304b;
padding: 3rem;
margin-top: 3rem;
border-bottom-right-radius: 50px;
position: relative;
overflow: hidden
}
.trophy-awards i {
position: absolute;
left: 30px;
bottom: -20px;
color: #9398a5;
font-size: 11rem
}
.best-petcare h4,
.trophy-awards h4 {
font-weight: 700;
color: #fff;
padding-left: 12rem;
margin: 0
}
.best-petcare {
position: relative;
background: #f15e42;
border-top-left-radius: 50px;
padding: 2.2rem 3rem;
margin-top: 3.8rem;
margin-bottom: 2.5rem
}
.best-petcare svg {
position: absolute;
left: 20px;
bottom: -70px;
color: #9398a5;
font-size: 11rem;
fill: rgba(255, 255, 255, .5);
width: 200px
}
#team-slider-about .owl-stage-outer {
padding: 0
}
#team-slider-about .owl-item {
padding: 1rem
}
.gdr-img-box-wrap.home .gdr-img-box {
margin-top: -150px;
margin-bottom: 50px
}
.gdr-img-box-wrap.home {
overflow: inherit
}
.gdr-img-box-wrap.home [class*=col-]:first-child .gdr-img-box {
border-top-left-radius: 7px;
overflow: hidden;
border-bottom-left-radius: 7px
}
.gdr-img-box-wrap.home [class*=col-]:last-child .gdr-img-box {
border-top-right-radius: 7px;
overflow: hidden;
border-bottom-right-radius: 7px
}
.about-home-one {
padding: 9rem 0 6rem 4rem;
color: #fff;
width: 60%
}
/* .about-home-one-img {
background: url(https://thuypetpro.com.vn/wp-content/uploads/2020/12/PP-86-980x693.jpg) no-repeat center center;
background-size: cover;
height: 100%;
position: relative
} */
.about-home-one-img::before {
position: absolute;
content: "";
width: 100%;
height: 100%
}
.about-home-one .about-video a {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -96px;
padding: 2rem 1.5rem;
background: #213184;
display: flex;
align-items: center;
justify-content: center;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px
}
.about-home-one .about-video a i {
margin-right: 0
}
#blog-slider-home-one .owl-item {
padding: 1.2rem
}
#blog-slider-home-one.owl-carousel .owl-stage {
display: flex
}
#blog-slider-home-one .item {
display: flex;
flex: 1 0 auto;
height: 100%
}
#blog-slider-home-one .blog-wrap {
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: stretch
}
#blog-slider-home-one .read-more-arrow {
margin-top: auto
}
.gdr-img-box-wrap-home {
margin-top: 100px
}
.home-shop {
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 99
}
.home-shop .header-fullpage {
background: 0 0
}
.home-shop .header-fullpage.fixed {
position: fixed;
width: 100%;
top: 0;
background: #f15e42;
padding: 0;
box-shadow: none;
z-index: 9
}
.shop-top-bar {
background: #27304b;
color: #fff;
text-align: center;
padding: .5rem 0
}
.shop-top-bar svg {
color: #f15e42
}
.tp-dottedoverlay {
background: rgba(0, 0, 0, .2)
}
.home-shop-header {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
padding: .7rem 0
}
.home-shop-header .navbar-brand {
width: 200px;
padding: 0;
margin: 0
}
.home-shop-header .header-option {
display: flex;
justify-content: flex-end;
align-items: center
}
.home-shop-header .navbar-toggler {
display: none
}
.home-shop-header #search_home {
color: #fff;
padding-left: 0;
padding-right: 0
}
.home-shop-header #search_home:hover {
color: #27304b
}
.nav-oval .navbar-collapse {
background-color: #f15e42;
border-radius: 70px;
background-color: #f15e42;
padding: 0 45px;
margin: 0 -45px
}
.nav-oval .navbar-nav .active .nav-link,
.nav-oval .navbar-nav .active .nav-link:hover,
.nav-oval .navbar-nav .nav-item:hover .nav-link,
.nav-oval .navbar-nav .nav-link:hover {
color: #27304b
}
.nav-oval {
padding: 0
}
#home-shop-slider .owl-item {
padding: 1rem
}
.home-shop-cat {
margin-bottom: -80px
}
.sale-bg-curve {
position: relative
}
.sale-bg-curve:after,
.sale-bg-curve:before {
position: absolute;
content: "";
left: 0;
height: 121px;
width: 100%;
background-repeat: repeat-x;
background-size: cover
}
.sale-bg-curve:before {
background-position: center bottom;
top: -121px;
background-image: url(../images/h5_wave_up.png)
}
.sale-bg-curve:after {
background-position: center bottom;
bottom: -121px;
background-image: url(../images/h5_wave_down.png)
}
.curve-bg-curve-optional {
position: relative;
margin: 10rem 0
}
.curve-bg-curve-optional:after,
.curve-bg-curve-optional:before {
position: absolute;
content: "";
left: 0;
height: 161px;
width: 100%;
background-repeat: repeat-x;
background-size: cover
}
.curve-bg-curve-optional:before {
top: -121px;
background-image: url(../images/curve_bg_top.png);
background-position: top
}
.curve-bg-curve-optional:after {
background-position: center bottom;
bottom: -121px;
background-image: url(../images/curve_bg_bot.png)
}
.sale-countdown {
margin: 0;
font-weight: 600;
display: flex;
align-items: center
}
.sale-countdown li {
width: 24%;
margin-right: 0
}
.sale-countdown li .seconds {
width: 70px;
display: inline-block
}
.sale-countdown span {
font-size: 1.875rem;
color: #fff;
font-weight: 800;
line-height: 1.2
}
.home-shop-slider .tp-dottedoverlay {
background: rgba(0, 0, 0, .1)
}
.home-vet,
.home-vet-slider {
background: #f6f6f6
}
.home-vet .top-bar-right {
background: #fff
}
.home-intro .container-fluid,
.home-vet .container-fluid,
.home-vet-slider .container-fluid {
max-width: 1499px
}
.home-vet #search_home {
color: #f15e42
}
.home-vet #search_home:hover {
color: #27304b
}
.home-vet-slider .container-fluid {
border-radius: 40px;
background-color: #f15e42;
overflow: hidden;
padding: 0;
position: relative;
z-index: 9
}
.home-vet-slider {
position: relative;
padding: 0 15px
}
.home-vet-slider::after {
position: absolute;
content: "";
bottom: 0;
height: 30%;
background: #fff;
width: 100%;
left: 0;
z-index: 1
}
.home-vet-slider .tp-dottedoverlay {
background: 0 0
}
.home-vet-welcome {
background: #f5f5f6;
padding: 5rem 2.5rem;
position: relative
}
.year-gone {
position: absolute;
background: #98cb46;
padding: 1rem 1.5rem;
bottom: -40px;
right: 40px;
color: #27304b;
font-weight: 600;
border-radius: 20px
}
.year-gone span {
font-size: 3rem;
color: #fff;
display: block;
line-height: 1;
font-weight: 700;
letter-spacing: -2px
}
.healthcare_tips {
margin: 0 50px;
background: url(../images/healthcare_tips_bg.jpg) no-repeat center center;
position: relative;
background-size: cover;
border-radius: 40px;
margin-bottom: 5rem
}
.healthcare_tips::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(39, 47, 69, .5);
left: 0;
top: 0;
border-radius: 40px
}
.tip-veterinary-skills {
border-radius: 20px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 1.5rem;
margin-bottom: -5rem
}
.tip-veterinary-skills img {
border-radius: 20px;
margin-bottom: 1.5rem
}
#adopt-love-one .owl-stage-outer {
padding: 0
}
#adopt-love-one .owl-item {
padding: 1rem
}
.adopt-pet-wrap {
background: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 1.5rem;
border-radius: 7px;
margin-bottom: 1.5rem
}
.adopt-pet-wrap .img {
text-align: center;
margin: 0 0 1.5rem;
position: relative;
border-radius: 7px;
overflow: hidden;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.adopt-pet-wrap .img img {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.adopt-pet-wrap:hover .img {
background: #27304b
}
.adopt-pet-wrap .pet-name {
position: relative;
margin-bottom: 1.5rem
}
.adopt-pet-wrap .pet-location {
color: #f15e42;
font-size: 1rem;
font-weight: 500;
margin-bottom: .7rem
}
.adopt-pet-wrap .pet-name::after {
position: absolute;
content: "";
bottom: -15px;
left: 0;
height: 1px;
width: 40px;
background: #d4d6db
}
.adopt-pet-wrap h4 {
margin-bottom: 0
}
.adopt-pet-wrap h4 a {
color: #98cb46;
font-weight: 700;
font-size: 1.5rem;
margin-bottom: 0
}
.adopt-pet-wrap h4 a:hover {
color: #f15e42
}
#gallery-sliding .captured-gallery-item {
border-radius: 0
}
.home-vet-testimonial {
margin: 0 50px;
position: relative;
border-radius: 40px;
margin-bottom: 5rem
}
.home-intro .header-fullpage.fixed,
.home-vet .header-fullpage.fixed {
position: fixed;
top: 0;
z-index: 99;
background-color: #fff;
width: 100%;
padding: .5rem 0
}
.home-vet .logo-brand {
margin-right: 2rem
}
.instagram_gallery a {
margin: 0 .7rem .7rem 0!important;
width: 27%!important
}
.instagram_gallery a img {
border-radius: 20px;
transition: all .3s ease-in-out
}
.instagram_gallery a:hover img {
opacity: .7
}
.home-intro .header-fullpage {
background: 0 0
}
.home-intro #search_home,
.home-intro #shopping-bag {
color: #213184
}
.home-intro #search_home:hover {
color: #27304b
}
.home-intro .top-bar-right {
background: #32a4d5;
color: #fff
}
.home-intro .top-bar-right a {
color: #fff
}
.home-intro .top-bar-right a:hover {
color: #98cb46
}
.home-intro-icon {
position: relative;
z-index: 9;
margin-top: -9rem
}
#body-content.non-overflow-intro {
overflow-y: initial
}
.home-intro-sitters {
background: url(../images/sidebar_pet.png) no-repeat bottom right #fff;
background-size: 300px
}
.affordable-pet-sitter-wrap {
position: relative
}
.affordable-pet-sitter-wrap::after {
position: absolute;
content: "";
top: 0;
right: 0;
background: #f8f8f8;
width: 35%;
z-index: -1;
height: 100%
}
.affordable-pet-sitter {
padding: 1.5rem 0 0 0
}
.affordable-pet-sitter h3 {
margin-bottom: 1.5rem;
font-size: 1.5rem
}
.pet-sitter-slider {
border-radius: 5px;
background: #f5f5f5
}
.pet-sitter-slider img {
border-radius: 5px
}
.pet-sitter-slider .sitter-name {
padding: 1.5rem;
text-align: center
}
.pet-sitter-slider .sitter-name h4 {
margin-bottom: 0
}
.pet-sitter-slider .sitter-name h4 a {
color: #98cb46;
font-weight: 700
}
.pet-sitter-slider .sitter-name h4 a:hover {
color: #f15e42
}
.pet-sitter-slider .details {
display: flex;
padding-top: 1.5rem;
justify-content: space-between;
position: relative;
line-height: 1.2
}
.pet-sitter-slider .details::before {
position: absolute;
content: "";
top: 13px;
left: 50%;
height: 1px;
width: 40px;
background: #d4d6db;
transform: translateX(-50%)
}
#affordable-pet-sitter .owl-nav {
text-align: center;
margin-top: 0;
position: absolute;
top: -40px;
right: -12px;
z-index: 9
}
#affordable-pet-sitter.owl-carousel .owl-nav button.owl-next,
#affordable-pet-sitter.owl-carousel .owl-nav button.owl-prev {
position: absolute;
height: 40px;
width: 40px;
outline: 0;
display: inline-block;
color: #8e8e8e;
font-size: 1.9rem;
margin: 0;
font-weight: 700;
line-height: 1;
border-radius: 0;
background: 0 0;
box-shadow: none
}
#affordable-pet-sitter.owl-carousel .owl-nav button:hover {
color: #f15e42
}
#affordable-pet-sitter.owl-carousel .owl-nav button.owl-prev {
left: auto;
right: 25px
}
#affordable-pet-sitter.owl-carousel .owl-nav button.owl-next {
right: 0
}
.care-your-pet {
background: url(../images/care_your_pet.jpg) no-repeat center center;
background-size: cover;
height: 100%;
position: relative
}
.event-wrap {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 0 2rem 2rem 2rem;
margin-bottom: 3rem;
margin-top: 4rem
}
.event-wrap .img {
top: -4rem;
position: relative;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.event-wrap .title {
margin-top: -2.5rem;
font-size: 1.5rem
}
.event-wrap .title a {
color: #98cb46;
font-weight: 600;
line-height: 1.2
}
.event-wrap .title a:hover {
color: #f15e42
}
.event-wrap .event-place {
color: #27304b;
font-size: 1rem;
position: relative;
margin-bottom: 1.5rem;
font-weight: 700
}
.event-place::after {
position: absolute;
content: "";
bottom: -12px;
left: 0;
height: 1px;
width: 40px;
background: #d4d6db
}
.home-intor-map iframe {
width: 100%;
margin-top: 4rem;
height: 350px;
border: none;
border-radius: 6px;
background: #f4f4f6
}
.subscribe-cruve {
margin-bottom: 150px;
position: relative
}
.subscribe-cruve::after {
position: absolute;
content: "";
left: 0;
height: 140px;
width: 100%;
background-repeat: repeat-x;
background-size: cover;
background-position: center bottom;
bottom: -140px;
background-image: url(../images/subscribe_curve.png)
}
.subscribe-cruve .footer-subscribe {
padding-left: 0;
padding-right: 0;
padding-bottom: 0
}
.subscribe-cruve .footer-subscribe .icon {
background-color: #f15e42;
width: 70px;
height: 70px;
min-width: 70px
}
.footer-intro {
background-color: #213184;
color: #fff;
padding: 5rem 0 3rem
}
.footer-intro .footer-heading {
color: #1c2339
}
.footer-intro .footer-heading::after {
background: #f15e42
}
.footer-intro .footer-widget-menu ul li a span {
color: #7c7c7c;
font-weight: 600
}
.footer-intro .footer-widget-menu ul li a:hover span {
color: #f15e42
}
.footer-intro .underline {
border-bottom: 1px dashed #7c7c7c
}
.footer-intro .social-icons {
text-align: left
}
.footer-intro .social-icons a {
color: #f15e42;
padding: 0
}
.footer-intro .social-icons a:hover {
color: #27304b
}
.footer-intro .social-icons a:not(:first-child) {
margin-left: 10px;
display: inline-block
}
.slider-home-classic .tp-dottedoverlay {
display: none
}
.home-classis-box .container {
max-width: 1320px;
padding: 0;
border-style: solid;
border-width: 8px;
border-color: rgba(255, 255, 255, .8);
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.home-classis-box {
position: relative;
z-index: 9;
margin-top: -4rem;
padding: 0 15px
}
.header-classic #search_home {
margin-left: 1rem;
color: #f15e42
}
.header-classic #search_home:hover {
color: #27304b
}
.home-classic-counter {
padding: 9rem 0
}
.home-classic-services {
margin-top: 9rem;
background-image: url(../images/home_classic_services.jpg);
background-repeat: no-repeat;
background-position: top center!important
}
.classic-gallery {
padding-left: 8rem;
padding-right: 8rem
}
.card-search {
border-radius: 20px;
padding-left: 30px;
} | public/assets/css/style.css | @import url(https://fonts.googleapis.com/css2?family=Changa:wght@300;400;500;600;700;800&family=Karla:wght@400;700&display=swap);
html {
-webkit-font-smoothing: antialiased;
font-size: 16px
}
body {
font-size: 1.2rem;
font-weight: 400;
color: #707070;
background: #fff;
line-height: 1.7;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
h1 {}
h2 {}
h3 {}
body,
html {
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden
}
img {
max-width: 100%
}
input[type=submit] {
width: auto
}
input[type=button],
input[type=email],
input[type=password],
input[type=search],
input[type=submit],
input[type=text],
textarea {
-webkit-appearance: none
}
input:focus,
textarea:focus {
border: 1px solid #b9b9b9;
outline: 0
}
input[type=submit]:focus {
outline: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0
}
input::-ms-clear {
display: none
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover {
transition: background-color 5000s;
transition: all 0s 50000s
}
::selection {
color: #000;
background: #dbdbdb
}
::-moz-selection {
color: #a6a6a6;
background: #dbdbdb
}
::-webkit-input-placeholder {
color: #a6a6a6;
text-overflow: ellipsis
}
::-moz-placeholder {
color: #a6a6a6;
text-overflow: ellipsis;
opacity: 1
}
:-ms-input-placeholder {
color: #a6a6a6;
text-overflow: ellipsis;
opacity: 1
}
.nice-select {
float: none;
line-height: inherit
}
.nice-select::after {
height: 8px;
right: 20px;
width: 8px
}
.small-h.nice-select.open .list {
height: 300px!important;
overflow-y: auto
}
.non-overflow {
overflow: inherit!important
}
a:focus,
a:hover {
text-decoration: none;
outline: 0;
outline-offset: 0;
color: #333
}
a,
a:active,
a:focus {
color: #797373
}
.btn,
a,
input,
select,
textarea {
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
button,
button:focus,
button:hover {
outline: 0
}
img {
max-width: 100%;
height: auto
}
video {
background-size: cover;
display: table-cell;
vertical-align: middle;
width: 100%
}
.icon-box-1,
.icon-box-1 .text,
.navbar-brand,
.top-bar-right {
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear
}
.navbar-brand {
width: 202px
}
.navbar {
padding: 1rem 0
}
.navbar-nav .nav-item {
padding: 0 3px
}
.navbar-toggler {
outline: 0!important
}
.navbar-nav .nav-link {
color: #213184;
font-size: 1.125rem;
text-transform: capitalize;
padding: .9rem .5rem;
font-weight: 600;
display: block!important
}
.navbar-nav .active .nav-link,
.navbar-nav .active .nav-link:hover,
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-link:hover {
color: #32a4d5
}
.dropdown-menu {
padding: .9rem;
min-width: 240px;
background: #fff;
margin: 0;
border: 0;
border-radius: 5px;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)!important
}
@media (min-width:991px) {
.navbar-expand-lg .show>.dropdown-menu {
display: block
}
}
.dropdown-menu:after {
position: absolute;
top: -7px;
left: 20px;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 7px 7px 7px;
border-color: transparent transparent #fff transparent
}
.dropdown-menu li>.dropdown-menu:after {
display: none
}
.dropdown-menu a,
.dropdown-menu li>a {
font-size: 1rem;
padding: 5px 15px 5px 35px;
text-transform: capitalize;
color: #27304b;
text-decoration: none
}
.dropdown-menu li:last-child>a {
border: none
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-menu>li.show>a {
color: #fff;
text-decoration: none;
background-color: #f15e42;
border-radius: 200px
}
.dropdown-menu>li>a,
.megamenu-content-wrap ul li a {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
position: relative;
margin: 1px 0;
transition: none
}
.dropdown-menu>li>a::before,
.megamenu-content-wrap ul li a::before {
position: absolute;
content: "";
border-radius: 50%;
background-color: #f15e42;
width: 14px;
height: 14px;
left: 10px
}
.megamenu-content-wrap ul:not(:last-child) {
margin-right: 1.5rem
}
.megamenu-content-wrap ul li {
position: relative
}
.dropdown-menu>li.show>a:before,
.dropdown-menu>li>a:hover:before,
.megamenu-content-wrap ul li a:hover::before {
background-color: #fff
}
.navbar-toggler-icon {
background-image: url(../images/download.svg)
}
.megamenu-content-wrap {
display: flex
}
.megamenu-content-wrap ul {
width: 50%
}
.dropdown-item-icon {
display: inline-block;
vertical-align: middle;
text-align: center;
font-size: .8125rem;
min-width: 1rem;
max-width: 1rem;
margin-right: .5rem
}
.nav-item.dropdown.megamenu .menu-back-div {
box-sizing: border-box;
background: #fff;
padding: .9rem;
box-shadow: 0 0 35px rgba(0, 0, 0, .1);
border-radius: 4px;
border: 0;
min-width: 400px
}
.nav-light .navbar-nav .nav-link {
color: #fff
}
.nav-light .navbar-nav .active .nav-link,
.nav-light .navbar-nav .active .nav-link:hover,
.nav-light .navbar-nav .nav-item:hover .nav-link,
.nav-light .navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
color: #f15e42
}
.offcanvas-header {
display: none
}
.screen-overlay {
width: 0%;
height: 100%;
z-index: 30;
position: fixed;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(34, 34, 34, .6);
transition: opacity .2s linear, visibility .1s, width 1s ease-in;
z-index: 1031
}
.screen-overlay.show {
transition: opacity .5s ease, width 0s;
opacity: 1;
width: 100%;
visibility: visible
}
.mobile-offcanvas {
visibility: hidden;
transform: translateX(-100%);
border-radius: 0;
display: block;
position: fixed;
top: 0;
left: 0;
height: 100%;
z-index: 1200;
width: 350px;
transition: visibility .2s ease-in-out, transform .2s ease-in-out
}
.mobile-offcanvas.offcanvas-right {
right: 0;
left: auto;
transform: translateX(100%)
}
.offcanvas-header {
display: block
}
.mobile-offcanvas.show {
visibility: visible;
transform: translateX(0)
}
.heading-main {
color: #213184;
line-height: 1;
font-size: 3.125rem;
position: relative;
font-weight: 700;
z-index: 1;
margin-bottom: 3rem
}
.heading-main span {
color: #32a4d5
}
.heading-main i {
position: absolute;
color: #eee;
font-size: 4.5rem;
top: 50%;
left: 20px;
transform: translate(0, -45px) rotate(24deg);
z-index: -1
}
.heading-main.center {
text-align: center
}
.heading-main.center i {
position: absolute;
color: #eee;
font-size: 4.5rem;
top: 50%;
left: 50%;
transform: translate(-50%, -45px) rotate(24deg);
z-index: -1
}
.heading-main small {
color: #27304b;
position: relative;
text-transform: capitalize;
padding-bottom: 25px;
display: block;
font-size: 1rem;
font-weight: 700
}
.light-mode.heading-main small {
color: #f6f6f6;
position: relative
}
.light-mode.heading-main {
color: #fff
}
.light-mode.heading-main i {
opacity: .4
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {}
h5.h5-xs {
font-size: .875rem
}
h5.h5-sm {
font-size: 1rem
}
h5.h5-md {
font-size: 1rem
}
h5.h5-lg {
font-size: 1.125rem
}
h5.h5-xl {
font-size: 1.25rem
}
h4.h4-xs {
font-size: 1rem
}
h4.h4-sm {
font-size: 1.125rem
}
h4.h4-md {
font-size: 1.125rem
}
h4.h4-lg {
font-size: 1.25rem
}
h4.h4-xl {
font-size: 1.5rem
}
h3.h3-xs {
font-size: 1rem
}
h3.h3-sm {
font-size: 1.375rem
}
h3.h3-md {
font-size: 1.375rem
}
h3.h3-lg {
font-size: 1.5rem
}
h3.h3-xl {
font-size: 1.75rem
}
h2.h2-xs {
font-size: 1rem
}
h2.h2-sm {
font-size: 1.125rem
}
h2.h2-md {
font-size: 1.125rem
}
h2.h2-lg {
font-size: 1.25rem
}
h2.h2-xl {
font-size: 1.5rem
}
.fw-3 {
font-weight: 300
}
.fw-4 {
font-weight: 400
}
.fw-5 {
font-weight: 500
}
.fw-6 {
font-weight: 600
}
.fw-7 {
font-weight: 700
}
.head-letter-spacing {
letter-spacing: -.05rem
}
.txt-blue {
color: #27304b!important
}
.txt-orange {
color: #f15e42!important
}
.txt-green {
color: #98cb46!important
}
.txt-ligt-gray {
color: #424242!important
}
.txt-white {
color: #fff!important
}
.txt-sky-blue {
color: #f1fbff!important
}
.navbar-toggler .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px
}
.navbar-toggler .icon-bar+.icon-bar {
margin-top: 4px
}
.navbar-toggler .icon-bar {
width: 22px;
-webkit-transition: all .2s;
transition: all .2s
}
.navbar-toggler .icon-bar {
background-color: #27304b
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 10% 10%;
-ms-transform-origin: 10% 10%;
transform-origin: 10% 10%
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
opacity: 0
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 10% 90%;
-ms-transform-origin: 10% 90%;
transform-origin: 10% 90%
}
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0)
}
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
opacity: 1
}
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0)
}
.bg-shadow-white {
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.bg-white {
background: #fff
}
.bg-light-gray {
background: #fafafa
}
.bg-navy-blue {
background: #32a4d5
}
.bg-orange {
background: #213184
}
.bg-blue {
background: #4bb3e6
}
.bg-blue-light {
background: #ecf2f5
}
.bg-green {
background: #69f
}
.bg-snow {
background-image: url(../images/blue-snow.png);
background-repeat: repeat
}
.bg-testimonial {
background-repeat: no-repeat;
background-position: center center;
background-size: cover
}
.callout_bg {
background-image: url(https://www.vietnamconsulate-shihanoukville.org/wp-content/uploads/2019/06/1-9.jpg);
background-repeat: no-repeat;
background-position: center center
}
.bg-img-1 {
background-image: url(http://www.mannatstudio.com/);
background-repeat: no-repeat;
background-position: center center
}
.bg-img-7 {
background-image: url(../images/counter_bg.jpg);
background-repeat: no-repeat;
background-position: top center!important
}
.bg-img-8 {
background-image: url(http://www.mannatstudio.com/);
background-repeat: no-repeat;
background-position: left center!important
}
.bg-wave {
background-image: url(../images/bg-wave.svg);
background-repeat: no-repeat;
background-position: center bottom
}
.read-more-arrow {
font-size: 1rem;
display: inline-flex;
align-items: center;
font-weight: 700
}
.read-more-arrow span {
position: relative;
margin-left: 1rem;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.read-more-arrow i:after {
position: absolute;
content: "";
left: -41px;
top: 10px;
width: 53px;
border-bottom: 2px solid #f15e42
}
.read-more-arrow i {
margin-left: 2.5rem;
font-size: 1.3rem;
position: relative;
top: 2px;
color: #f15e42
}
.read-more-arrow:hover {
margin-left: .7rem
}
.btn-center {
margin-top: 70px;
margin-bottom: -20px
}
.btn-theme {
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: .5rem 1.9rem;
font-size: 1.125rem;
justify-content: center;
display: inline-flex;
outline: 0;
border: none;
cursor: pointer;
overflow: hidden;
z-index: 2;
align-items: center;
position: relative
}
.btn-sm {
padding: .5rem 1rem!important;
font-size: 1rem
}
.btn-theme:hover {
color: #fff
}
.btn-theme:before {
background-color: rgba(255, 255, 255, .15);
position: absolute;
top: 0;
left: 60%;
right: 60%;
bottom: 0;
opacity: 0;
content: '';
z-index: -2;
-webkit-transition: .5s all ease;
-o-transition: .5s all ease;
transition: .5s all ease;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.btn-theme:hover::before {
left: 0;
right: 0;
opacity: 1;
-webkit-transition: .5s all ease;
-o-transition: .5s all ease;
transition: .5s all ease
}
.btn-theme:active,
.btn-theme:focus {
outline: 0;
box-shadow: none
}
.link-oragne {
color: #f15e42;
font-weight: 700
}
.link-green {
color: #98cb46;
font-weight: 700
}
.link-blue {
color: #2f3985;
font-weight: 700
}
.link-dark {
color: #333;
font-weight: 700
}
.link-light {
color: #fff;
font-weight: 700
}
.link-oragne:hover {
color: #27304b
}
.link-blue:hover {
color: #f15e42
}
.link-dark:hover {
color: #000
}
.link-light:hover {
color: #f15e42
}
.link-green:hover {
color: #27304b;
font-weight: 700
}
.link-green.dark:hover {
color: #fff
}
.bordered {
border-style: solid;
border-width: 2px;
border-color: transparent;
background: 0 0!important
}
.bordered.btn-theme:before {
display: none
}
.bordered.bg-orange {
border-color: #f15e42;
color: #f15e42
}
.bordered.bg-navy-blue {
border-color: #27304b;
color: #27304b
}
.bordered.bg-navy-blue:hover {
border-color: #f15e42;
color: #fff;
background: #f15e42!important
}
.bordered.bg-green {
border-color: #98cb46;
color: #98cb46
}
.bordered.bg-white {
border-color: #fff;
color: #fff
}
.bordered.bg-white:hover {
border-color: #fff;
background: #fff!important;
color: #333!important
}
.btn-theme.icon-only i {
padding: 0
}
.btn-shadow.bg-green {
box-shadow: 0 4px 13px 0 rgba(152, 203, 70, .5);
border-radius: 3px
}
.btn-shadow.bg-orange {
box-shadow: 0 4px 13px 0 rgba(241, 94, 66, .5);
border-radius: 3px
}
.btn-shadow.bg-navy-blue {
box-shadow: 0 4px 13px 0 rgba(39, 48, 75, .5);
border-radius: 3px
}
.btn-long-arrow {
border-radius: 6px;
white-space: nowrap;
text-transform: capitalize;
padding: .55rem 1.9rem;
justify-content: center;
text-align: center;
max-height: inherit
}
.btn-long-arrow span {
position: relative;
margin-left: .5rem
}
.btn-long-arrow i {
color: #fff;
margin-left: 2.5rem;
font-size: 1.3rem;
position: relative;
top: 2px
}
.btn-long-arrow i:after {
border-bottom: 2px solid #fff;
position: absolute;
content: "";
left: -26px;
top: 10px;
width: 38px
}
.btn-long-arrow.capusle,
.btn-theme.capusle {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px
}
.bg-white.btn-theme {
border-radius: 3px;
color: #1c2339
}
.theme-accordian .panel-group .panel {
border-radius: 0;
border: none;
box-shadow: none
}
.theme-accordian .panel-default>.panel-heading {
background-color: #f07039;
border-radius: 0;
padding: 0
}
.theme-accordian .panel-heading {
background: #47bdcc;
padding: 0;
border-radius: 3px
}
.theme-accordian .panel-title>a {
padding: 12px 15px;
outline: 0;
display: block;
color: #fff;
text-transform: capitalize;
outline: 0;
position: relative
}
.theme-accordian .panel-title>a i {
margin-right: 8px
}
.theme-accordian .panel-body,
.theme-accordian-rounded .panel-body {
padding: 0 0 20px 0;
font-size: .827rem
}
.panel {
padding: 0 0 0 20px
}
.panel,
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
background: 0 0;
border: none;
box-shadow: none
}
.theme-accordian.white {
background: 0 0
}
.theme-accordian.white .panel-heading {
background: #fff
}
.theme-accordian.white .panel-title>a {
color: #343434
}
.theme-accordian.white .panel-title>a i {
color: #47bdcc
}
.theme-accordian-rounded .panel-title>a i {
text-align: center;
margin-right: 12px;
color: #f15e42;
font-size: .875rem;
position: absolute;
left: -26px;
top: 2px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.theme-accordian-rounded .panel-heading {
padding: 0 0 5px 0
}
.panel-title {
font-size: 1rem;
position: relative
}
.theme-accordian.accordion .card-header {
background-color: transparent;
color: #fff;
cursor: pointer;
border: none;
position: relative;
padding: 0
}
.theme-accordian.accordion .card-header a {
color: #f15e42;
letter-spacing: -.05rem;
font-size: 1.25rem;
border: none;
margin-bottom: 0;
position: relative;
padding: 1rem 2.7rem 1rem 3.5rem;
display: block;
font-weight: 700;
line-height: 1
}
.theme-accordian.accordion .card-header .card-title {
color: #fff
}
.theme-accordian.accordion .card-header a:after {
font-family: IcoFont!important;
content: "\eaa1";
position: absolute;
top: 50%;
left: 0;
font-size: 1rem;
color: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
background: #f15e42;
display: flex;
align-items: center;
justify-content: center;
transform: translateY(-50%)
}
.theme-accordian.accordion .card-header .collapsed:after {
content: "\ea99";
background: #27304b
}
.theme-accordian.accordion .card-header .collapsed {
color: #fff
}
.theme-accordian .card-body {
padding-top: 0;
padding-left: 3.5rem;
padding-bottom: 0
}
.theme-accordian .card-body .content {
position: relative
}
.theme-accordian .card-body .content::before {
position: absolute;
content: "";
border-style: dashed;
border-width: 0 0 0 1.2px;
border-color: #171717;
left: -36px;
top: 0;
z-index: 1;
bottom: 0
}
.theme-tabbing.nav-pills .nav-link {
border-radius: .3rem;
background: #27304b;
color: #fff;
padding: .5rem 1.5rem;
margin-right: 15px;
font-size: 1.25rem;
font-weight: 600;
letter-spacing: -.05rem;
position: relative
}
.theme-tabbing.nav-pills .nav-link.active {
background: #213184;
color: #fff
}
.theme-tabbing.nav-pills .nav-link:before {
bottom: 20px;
content: "";
width: 12px;
height: 12px;
background: #213184;
font-size: 25px;
font-weight: 700;
color: #198df8;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
transform: rotate(45deg);
z-index: -1;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.theme-tabbing.nav-pills .nav-link.active:before {
bottom: -6px
}
.theme-tabbing.nav-pills .nav-link i {
padding-right: 6px
}
.tab-content.theme-tabbing .tab-pane {
padding-top: 1.25rem!important
}
.piecharts h2 {
font-size: 45px;
border: 0;
line-height: 40px;
margin-bottom: 30px
}
.piecharts p {
margin: 0
}
.piecharts .container {
position: relative;
z-index: 5
}
.piecharts .col-md-4 {
text-align: center
}
.chart {
position: relative;
display: inline-block;
width: 100px;
height: 100px;
margin: 10px 0 20px 0;
text-align: center
}
.chart.first {
margin-left: 0
}
.chart canvas {
position: absolute;
top: 0;
left: 0
}
.percent {
display: inline-block;
line-height: 100px;
z-index: 2;
font-size: 18px;
font-weight: 600;
color: #59585b
}
.percent:after {
content: '%';
margin-left: .1em;
font-size: .8em
}
.angular {
margin-top: 100px
}
.angular .chart {
margin-top: 0
}
.skill-name {
font-size: 14px;
font-weight: 600;
text-align: center;
text-transform: capitalize;
margin-bottom: 20px;
width: 100%;
color: #2f3985
}
.skillbar-wrap {
padding: 0 0 20px 0;
color: #7d7d7d;
font-weight: 500
}
.skillbar-wrap .clearfix {
margin-bottom: 18px;
font-weight: 600;
color: #707070
}
.skillbar-percent {
position: absolute;
padding: 2px 0;
font-size: .8125rem;
top: -35px;
font-weight: 600;
right: 0
}
.skillbar {
position: relative;
display: block;
width: 100%;
background-color: #c8cfc3;
height: 1px;
-webkit-transition: .4s linear;
-moz-transition: .4s linear;
-ms-transition: .4s linear;
-o-transition: .4s linear;
transition: .4s linear
}
.skillbar-bar {
height: 1px;
width: 0;
background: #f15e42;
margin: 10px 0 0 0;
position: relative;
overflow: visible!important
}
.skill-bar-percent {
color: #303030
}
.skillbar-bar i {
position: absolute;
top: -11px;
right: -4px;
color: #98cb46;
font-size: 1.25rem
}
.alert-theme {
background: #27304b;
color: #fff;
border-radius: 10px;
padding: 1.2rem
}
.alert-dismissible .close {
top: 50%;
transform: translateY(-50%);
padding: 0 1.5rem;
opacity: 1
}
.alert-dismissible .close:hover {
color: #98cb46;
opacity: 1!important
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
z-index: 9999;
left: 0;
background: rgba(39, 48, 75, .8)
}
.overlay .overlay-close i {
padding: 0!important
}
.overlay form {
text-align: center;
position: relative;
top: 50%;
font-size: 22px;
color: #b2b2b2;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.overlay .form-inner {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
height: 100%;
position: relative
}
.overlay .form-inner input[type=text] {
box-shadow: none!important;
border: none;
background: 0 0
}
.overlay-hugeinc {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .5s, visibility 0s .5s;
transition: opacity .5s, visibility 0s .5s
}
.overlay-hugeinc.open {
opacity: 1;
visibility: visible;
-webkit-transition: opacity .5s;
transition: opacity .5s
}
.overlay-hugeinc form {
-webkit-perspective: 1200px;
perspective: 1200px
}
.overlay-hugeinc form .form-inner {
opacity: .4;
-webkit-transform: translateY(-25%) rotateX(35deg);
transform: translateY(-25%) rotateX(35deg);
-webkit-transition: -webkit-transform .5s, opacity .5s;
transition: transform .5s, opacity .5s
}
.overlay-hugeinc form .form-inner {
width: 50%;
padding: 0 15px
}
.overlay-hugeinc.open form .form-inner {
opacity: 1;
-webkit-transform: rotateX(0);
transform: rotateX(0)
}
.overlay-hugeinc form .form-inner-div {
padding: .75rem;
background: #fff;
border-radius: 70px;
min-width: 100%
}
.overlay-hugeinc.close form .form-inner {
-webkit-transform: translateY(25%) rotateX(-35deg);
transform: translateY(25%) rotateX(-35deg)
}
.bg-scroll {
width: 100%;
background-attachment: fixed!important;
background-repeat: no-repeat;
background-position: center center;
background-size: cover
}
.bg-fixed {
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover
}
.callout-style-side-img {
background-color: #fff;
box-shadow: 0 0 54px 0 rgba(39, 48, 75, .26)
}
.callout-style-side-img .img-callout {
width: 350px
}
.callout-style-side-img .text-callout {
padding: 1.5rem 2rem;
font-size: 1rem
}
.callout-style-side-img .text-callout .icon {
display: flex;
align-items: center;
justify-content: center;
background: #f15e42;
margin-right: 1.5rem;
border-radius: 50%;
color: #fff;
width: 100px;
height: 100px;
min-width: 100px
}
.callout-style-side-img .text-callout .icon svg {
width: 40px;
height: 40px
}
.callout-style-side-img .text-callout .heading h3 {
color: #27304b;
line-height: 1;
font-size: 1.875rem;
position: relative;
font-weight: 700
}
.callout-center {
border-radius: 6px;
color: #fff
}
.callout-center .icon {
display: flex;
align-items: center;
justify-content: center;
background: #27304b;
margin: 0 1.5rem 0 3rem;
border-radius: 50%;
padding: 1.5rem;
color: #fff
}
.callout-center .heading h3 {
line-height: 1;
font-size: 1.875rem;
position: relative;
font-weight: 700;
margin: 0
}
.wide-tb-150 {
padding-top: 150px;
padding-bottom: 150px
}
.wide-tb-100 {
padding-top: 100px;
padding-bottom: 100px
}
.wide-tb-90 {
padding-top: 90px;
padding-bottom: 90px
}
.wide-tb-80 {
padding-top: 80px;
padding-bottom: 80px
}
.wide-tb-70 {
padding-top: 70px;
padding-bottom: 70px
}
.wide-tb-70 {
padding-top: 70px;
padding-bottom: 70px
}
.wide-tb-60 {
padding-top: 60px;
padding-bottom: 60px
}
.wide-tb-50 {
padding-top: 50px;
padding-bottom: 50px
}
.wide-tb-40 {
padding-top: 40px;
padding-bottom: 40px
}
.wide-tb-30 {
padding-top: 30px;
padding-bottom: 30px
}
.icon-box-1 {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 1.8rem;
margin-bottom: 2rem
}
.icon-box-1 .icon-font {
font-size: 4.5rem;
margin-right: 2rem;
line-height: 1.4;
background: #fad0c4;
background: -moz-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0, #fad0c4), color-stop(100%, #ff9a9d));
background: -webkit-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -o-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -ms-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent
}
.icon-box-1 h3 {
font-size: 1.5rem;
color: #98cb46;
font-weight: 700
}
.icon-box-img {
font-weight: 700
}
.icon-box-img p {
margin: 0
}
.icon-box-img .icon-img {
margin-right: 1.2rem;
width: 60px;
min-width: 60px
}
.icon-box-img h3 {
font-size: 1.25rem;
color: #f15e42;
font-weight: 700;
margin: 0
}
.icon-box-3 {
text-align: center
}
.icon-box-3 i {
font-size: 6rem;
color: #cdced4;
display: block;
margin-bottom: 1.5rem
}
.icon-box-3 h3 {
font-size: 1.5rem;
color: #f15e42;
font-weight: 700;
position: relative;
margin-top: 3rem
}
.icon-box-3 h3:after {
position: absolute;
content: "";
top: -20px;
left: 50%;
height: 1px;
width: 40px;
background: #27304b;
transform: translateX(-50%)
}
.icon-box-4 {
text-align: center;
padding: 3rem 1.25rem;
position: relative;
color: #fff;
border-radius: 6px;
background-color: #27304b;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear
}
.icon-box-4 svg {
font-size: 2.7rem;
color: #f15e42;
margin-bottom: 15px;
display: block;
margin: 0 auto;
stroke-width: 2px
}
.icon-box-4 h3 {
font-size: 1.5rem;
color: #98cb46;
font-weight: 700;
position: relative;
margin-top: 3rem
}
.icon-box-4 h3:after {
position: absolute;
content: "";
top: -23px;
left: 50%;
height: 1px;
width: 40px;
background: #f8f8f8;
transform: translateX(-50%)
}
.icon-box-4 a[href^="mailto:"] {
color: #fff;
text-decoration: underline
}
.icon-box-4 a[href^="mailto:"]:hover {
color: #f15e42;
text-decoration: none
}
.icon-box-5 {
align-items: center;
color: #fff
}
.icon-box-5 .icon-font {
font-size: 2rem;
margin-right: 2rem;
width: 90px;
height: 90px;
text-align: center;
display: flex;
justify-content: center;
color: #fff;
align-items: center;
border-radius: 50%;
min-width: 90px
}
.icon-box-5 h3 {
font-size: 1.5rem;
color: #fff;
font-weight: 700;
position: relative;
margin: 0
}
.icon-box-with-img {
position: relative;
padding: 1.8rem;
background: #fff;
margin-top: 5rem;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-moz-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear
}
.icon-box-with-img .img {
margin-top: -5rem;
width: 120px;
border-radius: 50%;
overflow: hidden;
margin-bottom: 1rem;
border-style: solid;
border-width: 6px;
border-color: #fff
}
.icon-box-with-img h3 {
font-size: 1.5rem;
color: #98cb46;
font-weight: 700
}
.icon-box-shop {
color: #fff;
line-height: 1.4;
position: relative;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.icon-box-shop h3 {
padding: 2rem 2rem 0 2rem;
font-size: 1.5rem;
font-weight: 700;
text-transform: uppercase
}
.icon-box-shop p {
padding: 0 2rem
}
.icon-box-shop .read-more-arrow {
margin: 0 auto;
padding: .7rem 2rem;
border-radius: 30px;
color: #fff;
position: absolute;
left: 50%;
bottom: -20px;
transform: translateX(-50%);
white-space: nowrap
}
.icon-box-shop .read-more-arrow i {
color: #fff
}
.icon-box-shop .read-more-arrow span:after {
border-bottom: 2px solid #fff;
top: 11px
}
.icon-box-shop .read-more-arrow i:after {
border-bottom: 2px solid #fff
}
.gdr-img-box-wrap {
border-top-right-radius: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
overflow: hidden
}
.gdr-img-box {
position: relative
}
.gdr-img-box img {
width: 100%
}
.gdr-img-box .info-text {
position: absolute;
height: 100%;
bottom: 30px;
align-items: center;
z-index: 1;
top: 0;
width: 100%;
left: 0;
text-align: center;
justify-content: flex-end;
flex-direction: column;
display: flex;
color: #fff;
font-weight: 700;
padding-bottom: 1.5rem;
text-shadow: 0 2px 1px rgba(0, 0, 0, .41)
}
.gdr-img-box .info-text:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: -1
}
.gdr-img-box.bg-green .info-text:before {
background: rgba(248, 80, 50, 0);
background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(229, 105, 54, 0) 20%, #98cb46 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(248, 80, 50, 0)), color-stop(20%, rgba(229, 105, 54, 0)), color-stop(100%, #98cb46));
background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(229, 105, 54, 0) 20%, #98cb46 100%);
background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(229, 105, 54, 0) 20%, #98cb46 100%);
background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(229, 105, 54, 0) 20%, #98cb46 100%);
background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0, rgba(229, 105, 54, 0) 20%, #98cb46 100%)
}
.gdr-img-box.bg-orange .info-text:before {
background: rgba(248, 80, 50, 0);
background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(247, 83, 53, 0) 20%, #f15f42 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(248, 80, 50, 0)), color-stop(20%, rgba(247, 83, 53, 0)), color-stop(100%, #f15f42));
background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(247, 83, 53, 0) 20%, #f15f42 100%);
background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(247, 83, 53, 0) 20%, #f15f42 100%);
background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(247, 83, 53, 0) 20%, #f15f42 100%);
background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0, rgba(247, 83, 53, 0) 20%, #f15f42 100%)
}
.gdr-img-box.bg-blue .info-text:before {
background: rgba(248, 80, 50, 0);
background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(213, 100, 86, 0) 20%, #4bb2e6 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(248, 80, 50, 0)), color-stop(20%, rgba(213, 100, 86, 0)), color-stop(100%, #4bb2e6));
background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(213, 100, 86, 0) 20%, #4bb2e6 100%);
background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(213, 100, 86, 0) 20%, #4bb2e6 100%);
background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0, rgba(213, 100, 86, 0) 20%, #4bb2e6 100%);
background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0, rgba(213, 100, 86, 0) 20%, #4bb2e6 100%)
}
.gdr-img-box i {
font-size: 1.5rem;
margin-bottom: 1rem;
text-shadow: none
}
.gdr-img-box h3 {
font-size: 2.25rem;
margin: 0;
font-weight: 700;
text-transform: capitalize
}
.icon-box-bg-color {
text-align: center;
color: #fff;
padding: 3.5rem 1.5rem;
position: relative;
overflow: hidden
}
.icon-box-bg-color .icon {
font-size: 2rem
}
.icon-box-bg-color h3 {
font-size: 1.875rem;
font-weight: 700;
text-shadow: 0 2px 1px rgba(0, 0, 0, .31)
}
.icon-box-bg-color .numbers {
position: absolute;
font-size: 9.25rem;
margin: 0;
color: #fff;
opacity: .3;
font-weight: 700;
bottom: -50px;
left: -40px;
line-height: 1;
pointer-events: none
}
.grid-broken .owl-item:nth-child(even) .icon-box-1,
.grid-broken [class*=col-]:nth-child(even) .icon-box-1 {
margin-top: 2.8rem;
margin-bottom: 0
}
.spacer-70 {
min-height: 70px
}
.spacer-60 {
min-height: 60px
}
.spacer-50 {
min-height: 50px
}
.spacer-40 {
min-height: 40px
}
.spacer-30 {
min-height: 30px
}
.spacer-20 {
min-height: 20px
}
.spacer-10 {
min-height: 10px
}
.pos-rel {
position: relative
}
.bg-overlay {
position: absolute;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .5);
left: 0
}
.bg-overlay.blue {
background-color: #27304b
}
.bg-overlay.black {
background-color: #000
}
.bg-overlay.white {
background-color: #fff
}
.bg-overlay.opacity-20 {
opacity: .3
}
.bg-overlay.opacity-30 {
opacity: .3
}
.bg-overlay.opacity-40 {
opacity: .4
}
.bg-overlay.opacity-50 {
opacity: .5
}
.bg-overlay.opacity-60 {
opacity: .6
}
.bg-overlay.opacity-70 {
opacity: .7
}
.bg-overlay.opacity-80 {
opacity: .8
}
.tracking {
background: url(../images/map-bg.png) no-repeat top center;
padding-bottom: 250px
}
.tracking input[type=text] {
border-width: 0 0 1px 0;
border-style: solid;
font-size: .875rem;
background: 0 0;
border-color: #d0d0d0;
padding: 10px 0;
border-radius: 0;
box-shadow: none
}
.tracking.parallax {
background-image: url(http://www.mannatstudio.com/);
background-repeat: no-repeat;
background-position: center center!important;
padding-bottom: 100px
}
.footer-subscribe {
padding: 2.5rem;
border-radius: 6px;
color: #fff
}
.footer-subscribe .heading h3 {
line-height: 1;
font-size: 1.775rem;
position: relative;
font-weight: 700;
margin: 0
}
.footer-subscribe .icon {
display: flex;
align-items: center;
justify-content: center;
background: #27304b;
margin: 0 1.5rem 0 0;
border-radius: 50%;
width: 100px;
height: 100px;
min-width: 100px;
color: #fff
}
.footer-subscribe .head {
font-size: .875rem;
color: #f15e42;
text-transform: uppercase;
font-weight: 700
}
.footer-subscribe .head span {
color: #333;
font-size: .75rem
}
.footer-subscribe input[type=text] {
border-style: solid;
border-width: 0 0 1px 0;
border-color: #fff;
width: 75%;
font-style: italic;
color: #fff;
margin-right: 1.5rem;
padding: .5rem 0;
font-weight: 400;
background: 0 0;
box-shadow: none!important
}
.footer-subscribe input[type=text]:active,
.footer-subscribe input[type=text]:focus {
border-width: 0 0 1px 0;
box-shadow: none;
outline: 0
}
.footer-subscribe ::-webkit-input-placeholder {
color: #fff
}
.footer-subscribe :-ms-input-placeholder {
color: #fff
}
.footer-subscribe ::placeholder {
color: #fff
}
.broken-subscribe {
margin-bottom: -76px;
margin-top: 60px;
z-index: 11;
position: relative
}
.twitter-feed {
background: #fafafa;
padding: 20px;
font-size: .8125rem
}
.icon-feed {
font-size: 60px;
padding: 1.5rem
}
.tweet-stream .tweet_list,
.tweet-stream .tweet_list li {
margin: 0;
list-style: none;
font-size: 13px;
line-height: 25px;
padding: 0
}
.tweet-stream .tweet_list li {
border-bottom: 1px solid #ddd;
padding: 0 0 10px 0;
margin: 0 0 10px 0
}
.tweet-stream .tweet_list li:last-child {
border: none;
margin: 0;
padding: 0
}
.tweet-stream .tweet_list li .tweet_text,
.tweet-stream .tweet_list li .tweet_time {
display: block
}
.tweet-stream .tweet_list li .tweet_time {
font-size: 11px;
margin-top: 0
}
.tweet-stream .tweet_list li .tweet_time a {
font-weight: 400
}
.style-one {
font-size: 1.25rem;
color: #333;
line-height: 1.5;
font-weight: 700;
margin-bottom: 40px;
position: relative
}
.style-one:after {
position: absolute;
top: 0;
left: -55px;
content: "\efcd";
font-size: 36px;
font-family: IcoFont;
color: rgba(6, 22, 58, .1);
line-height: .833
}
.style-one .blockquote-footer::before {
display: none
}
.style-one cite {
font-size: .875rem;
font-style: normal;
color: #ff3514;
font-weight: 600;
margin-top: 15px;
display: block
}
.counter-bg-curve {
position: relative;
margin: 100px 0 0;
color: #fff;
font-weight: 700;
z-index: 1
}
.counter-bg-curve .icon-box-3 i {
color: #fff
}
.counter-bg-curve .counter-txt {
color: #27304b;
line-height: 1;
font-size: 2.75rem;
position: relative;
padding: 20px 0 0 0
}
.counter-bg-curve .counter-txt:before {
position: absolute;
content: "";
top: 0;
left: 50%;
height: 1px;
width: 40px;
background: #fff;
transform: translateX(-50%)
}
.counter-bg-curve:after,
.counter-bg-curve:before {
position: absolute;
content: "";
left: 0;
height: 121px;
width: 100%;
background-repeat: repeat-x;
background-size: cover
}
.counter-bg-curve:before {
background-position: center bottom;
top: -121px;
background-image: url(../images/h5_wave_up.png)
}
.counter-bg-curve:after {
background-position: center bottom;
bottom: -121px;
background-image: url(../images/h5_wave_down.png)
}
.counter-map {
padding: 200px 0 100px 0;
background-image: url(../images/World-Map-PNG-Picture.png);
background-repeat: no-repeat;
background-position: center top;
background-size: contain
}
.counter-style-box {
text-align: center;
padding: 3rem 0;
border-radius: 6px;
font-weight: 600;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.counter-style-box i {
font-size: 6rem;
color: #d4d6db
}
.counter-style-box .counter-txt {
color: #f15e42;
line-height: 1;
font-size: 2.75rem;
position: relative;
font-weight: 700;
padding: 40px 0 0 0
}
.counter-style-box .counter-txt:before {
position: absolute;
content: "";
top: 15px;
left: 50%;
height: 1px;
width: 40px;
background: #27304b;
transform: translateX(-50%)
}
.counter-img-bg .counter-style-box {
background: 0 0;
border-radius: 0;
padding: 0;
color: #fff
}
.counter-img-bg .counter-style-box i {
color: #fff
}
.counter-img-bg .counter-style-box .counter-txt:before {
background: #fff
}
.counter-img-bg .counter-style-box .counter-txt {
color: #98cb46
}
.owl-carousel .owl-item .clients-logo {
text-align: center
}
.owl-carousel .owl-item .clients-logo img {
display: inline-block;
width: auto
}
.clients-logo img {
opacity: .4;
cursor: pointer;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.clients-logo:hover img {
opacity: 1
}
.clients-rounded-wrap {
margin-bottom: 8rem;
padding-left: 1rem;
padding-right: 1rem
}
.clients-rounded {
border-radius: 40px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
max-width: 1230px;
margin: -2rem auto 0;
padding: 3rem 0;
position: relative;
bottom: -6rem
}
.emergency-number {
font-size: 1.875rem;
color: #98cb46;
font-weight: 700;
line-height: 1
}
.owl-nav {
text-align: center;
margin-top: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
position: absolute;
height: 52px;
width: 52px;
display: flex;
align-items: center;
justify-content: center;
outline: 0;
color: #fff;
font-size: 1.4rem;
margin: 0;
font-weight: 700;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background-color: #32a4d5;
box-shadow: 0 0 20px 0 rgba(152, 203, 70, .5);
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.owl-carousel .owl-nav button:hover {
color: #fff;
background: #fff;
box-shadow: 0 0 20px 0 #fff
}
.owl-carousel .owl-dots {
text-align: center;
margin-top: 20px
}
.owl-carousel .owl-dots button {
outline: 0
}
.owl-carousel .owl-nav button.owl-prev {
left: -52px
}
.owl-carousel .owl-nav button.owl-next {
right: -52px
}
.testimonial-rounded .owl-carousel .owl-nav button.owl-prev {
left: -60px
}
.testimonial-rounded .owl-carousel .owl-nav button.owl-next {
right: -60px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
left: -60px
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
right: -60px
}
.owl-carousel .owl-dots button span {
display: block;
width: 6px;
height: 6px;
margin: 0 12px;
filter: Alpha(Opacity=50);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #fff;
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear;
outline: 0;
position: relative
}
.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span,
.owl-controls.clickable .owl-dot:hover span {
background: #fff;
width: 6px;
height: 6px
}
.owl-carousel .owl-dot span:before {
width: 0;
height: 0;
border: 0 solid #fff;
position: absolute;
content: "";
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear
}
.owl-carousel .owl-dot.active span:before {
width: 20px;
height: 20px;
border: 2px solid #fff;
position: absolute;
content: "";
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear
}
.owl-carousel.light-nav .owl-dots button span {
background: #fff
}
.owl-carousel.light-nav .owl-dot.active span:before {
border: 2px solid #fff
}
.tweet-stream .tweet_list,
.tweet-stream .tweet_list li {
margin: 0;
list-style: none;
font-size: 13px;
line-height: 25px;
padding: 0
}
.tweet-stream .tweet_list li {
border-bottom: 1px solid #ddd;
padding: 0 0 10px 0;
margin: 0 0 10px 0
}
.tweet-stream .tweet_list li:last-child {
border: none;
margin: 0;
padding: 0
}
.tweet-stream .tweet_list li .tweet_text,
.tweet-stream .tweet_list li .tweet_time {
display: block
}
.tweet-stream .tweet_list li .tweet_time {
font-size: 11px;
margin-top: 0
}
.tweet-stream .tweet_list li .tweet_time a {
font-weight: 400
}
.photo-thumbs {
margin: 0;
padding: 0;
overflow: hidden
}
.photo-thumbs li {
list-style: none;
float: left;
margin: 3px;
padding: 0;
background: #fff
}
.photo-thumbs li a {
position: relative
}
.photo-thumbs li img {
display: block
}
.photo-thumbs li a img {
border: none
}
.icons-listing li {
padding: 0 0 20px 35px;
position: relative
}
.icons-listing li i {
font-size: 15px;
position: absolute;
left: 0;
top: 0;
font-size: 24px
}
.icons-listing.theme-orange li i {
color: #f15e42
}
.icons-listing.theme-blue li i {
color: #264455
}
.icons-listing.theme-light li i {
color: #ccc
}
.icons-listing.theme-dark li i {
color: #0d0d0d
}
.icons-listing.w-half {
display: flex;
flex-wrap: wrap
}
.icons-listing.w-half li {
flex: 1 1 50%
}
.blockquote-1 footer,
.blockquote-2 footer,
.blockquote-3 footer {
padding: 0;
background: 0 0
}
.blockquote-1 {
border: none;
padding: 0 0 0 60px;
margin: 0 0 30px 0;
position: relative;
font-size: 18px;
color: #323232
}
.blockquote-1:before {
position: absolute;
font-size: 48px;
font-family: FontAwesome;
content: "\f10d";
left: 0;
top: 20px;
color: #47bdcc
}
.blockquote-1 footer cite {
font-style: inherit;
font-size: 14px;
color: #47bdcc;
font-family: 'Open Sans', sans-serif
}
.blockquote-2,
.blockquote-3 {
padding: 2rem 2rem 2rem 6rem
}
.blockquote-2 {
background: #2f3985;
border: none;
position: relative;
font-size: 1.5rem;
color: #fff;
font-weight: 700;
line-height: 1.4
}
.blockquote-3 {
background: #fff;
border-left: 5px solid #f15e42;
position: relative;
font-size: 1.5rem;
color: #adb1d3;
font-weight: 700;
line-height: 1.4
}
.blockquote-2 footer cite,
.blockquote-3 footer cite {
font-style: inherit;
font-size: 14px;
color: #f15e42
}
.blockquote-2 footer cite {
color: #fff
}
.blockquote-2 footer,
.blockquote-3 footer {
text-align: right
}
.blockquote-2:before,
.blockquote-3:before {
position: absolute;
font-size: 2.25rem;
font-family: FontAwesome;
content: "\f10d";
left: 40px;
top: 35px;
color: #f15e42
}
.blockquote-2:before {
color: rgba(255, 255, 255, .4)
}
.dropcap {
font-size: 32px;
margin: 0 15px 0 0;
color: #303030
}
.dropcap2 {
color: #fff;
margin-right: 15px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center
}
.dropcap,
.dropcap2 {
float: left
}
.dropcap,
.dropcap2 {
font-weight: 700
}
.dropcap,
.dropcap2 {
font-size: 32px
}
.icons-listing li {
padding: 0 0 20px 30px;
position: relative;
font-size: 1.2rem;
line-height: 1.3
}
.icons-listing li:last-child {
padding-bottom: 0
}
.icons-listing li::before {
position: absolute;
left: 0;
top: -1px;
font-size: 1.2rem;
content: "\eaa0";
font-family: IcoFont!important
}
.icons-listing.arrow li::before {
content: "\f054"
}
.icons-listing.paws li::before {
content: "\e878";
font-size: 1rem;
top: 2px
}
.icons-listing.circle li::before {
content: "\f111"
}
.icons-listing.theme-orange li::before {
color: #f15e42
}
.icons-listing.theme-green li::before {
color: #213184
}
#pageloader {
background: #98cb46;
height: 100%;
position: fixed;
width: 100%;
z-index: 999999;
color: #333;
font-style: italic;
font-size: 14px;
font-weight: 400;
text-align: center;
top: 0;
background-size: contain;
background-position: bottom center
}
.loader-item {
left: 50%;
position: absolute;
text-align: center;
top: 50%;
width: auto;
transform: translate(-50%, -50%);
width: 80px;
height: 80px
}
.loader-item-content {
width: 100%;
transform: translate(-50%, -50%);
border: 3px solid #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-o-animation: bounce 2s infinite;
height: 100%
}
.loader-item i {
font-size: 2.5rem;
color: #fff
}
#mkdf-back-to-top {
display: block;
visibility: hidden;
position: fixed;
right: 25px;
bottom: 25px;
border-radius: 14px;
margin: 0;
width: 50px;
height: 50px;
font-size: 24px;
line-height: 50px;
opacity: 0;
z-index: 10000;
color: #fff;
text-align: center;
-webkit-box-shadow: 0 14px 47px 0 rgba(28, 28, 28, .24);
-moz-box-shadow: 0 14px 47px 0 rgba(28, 28, 28, .24);
box-shadow: 0 14px 47px 0 rgba(28, 28, 28, .24);
background-color: #32a4d5;
box-sizing: border-box;
-webkit-transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
-moz-transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out
}
#mkdf-back-to-top:hover {
background-color: #213184
}
#mkdf-back-to-top.on {
opacity: 1;
visibility: visible
}
#mkdf-back-to-top:hover .mkdf-icon-stack {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px)
}
#mkdf-back-to-top:hover .mkdf-back-to-top-text {
opacity: 0
}
.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 30px;
right: 30px;
display: none;
text-indent: -9999px;
background: url(http://www.mannatstudio.com/) no-repeat;
background-color: #000
}
.scrollup.open {
display: block
}
.img-business-man {
position: absolute;
bottom: -100px;
left: 0
}
.forklift-image {
position: absolute;
bottom: 0;
left: -110%
}
.about-bg {
background-image: url(../images/map-bg.png);
background-repeat: no-repeat;
background-position: 100% -73%;
border-radius: 5px;
overflow: hidden
}
.bg-with-text {
background: url(http://www.mannatstudio.com/) no-repeat center right;
background-size: cover;
border-radius: 5px;
text-align: center;
color: #fff;
font-size: 1.125rem;
padding: 0 1.5rem;
font-weight: 300;
line-height: 2
}
.video-popup-wrap {
margin-top: 150px
}
.video-popup {
padding: 9rem 0;
margin-top: -150px;
margin-bottom: 70px;
background: url(../images/popup_bg.jpg) no-repeat top center;
overflow: hidden;
color: #fff;
border-radius: 6px;
background-size: cover;
box-shadow: 0 31px 51px 0 rgba(0, 0, 0, .25)
}
.video-popup a {
color: #fff;
display: block;
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 2px solid #fff;
font-size: 3rem;
margin-left: 14rem
}
.video-popup a i {
position: relative;
left: 4px
}
.img-icon img {
max-width: 100px;
border-radius: 50%;
box-shadow: 0 6px 10px 0 rgba(255, 53, 20, .2);
border: 5px solid #fff;
margin-right: 25px
}
.img-icon h3 {
font-size: 1.25rem;
color: #f15e42;
font-weight: 700
}
.img-icon h3 span {
display: block;
font-size: .875rem;
color: #999;
font-weight: 500
}
.bordered-img {
box-shadow: 0 6px 10px 0 rgba(255, 53, 20, .2);
border: 10px solid #fff
}
.testimonial-rounded {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 3rem 2rem;
text-align: center
}
.client-testimonial {
padding: 2rem
}
#bg-testimonial .client-testimonial,
#testimonial-rounded .client-testimonial {
padding: 0
}
.client-testimonial .quote-icon {
font-size: 3.5rem;
position: relative;
padding-bottom: 1.2rem;
background: #fad0c4;
background: -moz-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0, #fad0c4), color-stop(100%, #ff9a9d));
background: -webkit-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -o-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: -ms-linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
background: linear-gradient(45deg, #fad0c4 0, #ff9a9d 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent
}
.client-testimonial .quote-icon:before {
position: absolute;
content: "";
bottom: 18px;
left: 50%;
height: 1px;
width: 40px;
background: #d4d6db;
transform: translateX(-50%)
}
.client-testimonial-icon h3 {
color: #98cb46;
font-size: 1.5rem;
font-weight: 700;
margin: 0
}
#testimonial-rounded .client-testimonial-icon h3 {
text-align: left
}
.client-testimonial-icon h3 span {
display: block;
text-align: left;
color: #27304b;
font-size: 1rem;
}
.client-testimonial-icon img {
width: 75px!important;
overflow: hidden;
margin-right: 20px;
position: relative;
height: 75%
}
.bg-testimonial .testimonial-rounded {
background: 0 0;
color: #fff;
font-size: 2.55rem;
font-weight: 700;
line-height: 1.111;
padding: 0;
text-align: center
}
.bg-testimonial .client-testimonial .quote-icon:before {
display: none
}
.bg-testimonial .client-testimonial-icon h3 span {
color: #f15e42;
text-align: center
}
.bg-testimonial .client-testimonial-icon {
padding-top: 50px
}
.bg-testimonial .owl-carousel .owl-dots {
margin-top: 0
}
.testimonial-rounded-multi .owl-carousel .owl-item img {
display: inline;
width: auto;
margin-bottom: 50px;
border-radius: 40px
}
.testimonial-rounded-multi .client-testimonial-icon h3 span {
text-align: center;
color: #f15e42
}
.testimonial-rounded-multi .client-testimonial {
padding: 0;
position: relative;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear
}
.testimonial-rounded-multi .testimonial-rounded:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .3);
left: 0;
top: 0;
z-index: 1;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear
}
.testimonial-rounded-multi .active.center .testimonial-rounded:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
left: 0;
top: 0;
z-index: 1;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear
}
.testimonial-rounded-multi .client-testimonial .quote-icon-green {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -60%);
font-size: 3.5rem;
color: #98cb46;
opacity: .3
}
.testimonial-side-img .testimonial-rounded {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 3rem 2rem 1.5rem 2rem;
text-align: left;
position: relative
}
.testimonial-side-img .testimonial-rounded .quote-icon-green {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 14px);
font-size: 3.5rem;
color: #98cb46;
opacity: .3
}
.testimonial-side-img .client-testimonial-icon {
flex-basis: 92%;
text-align: center;
min-width: 180px
}
.testimonial-side-img .owl-carousel .owl-item img {
display: inline-block;
width: 88px!important;
margin: 0 0 10px 0;
border-radius: 20px
}
.testimonial-side-img .client-testimonial {
padding: 0
}
.testimonial-side-img .client-testimonial-icon h3 span {
text-align: center;
color: #f15e42
}
.client-inner-content {
font-size: .875rem;
color: #9f9f9f;
line-height: 1.571
}
.client-inner-content .blockquote-footer,
.client-inner-content .blockquote-footer cite {
font-size: 1rem;
font-style: normal;
font-weight: 700;
color: #f15e42;
line-height: 1.375
}
.client-testimonials-bg {
background-image: url(http://www.mannatstudio.com/);
background-repeat: no-repeat;
padding: 3rem;
text-align: center;
color: #fff;
overflow: hidden
}
.client-testimonials-bg .owl-carousel .owl-nav button.owl-next,
.client-testimonials-bg .owl-carousel .owl-nav button.owl-prev {
color: #fff
}
.client-testimonials-bg .client-inner-content,
.client-testimonials-bg .client-inner-content .blockquote-footer,
.client-testimonials-bg .client-inner-content .blockquote-footer cite {
color: #fff
}
.blog-wrap {
overflow: hidden;
transition: all .4s ease-out;
background-color: #fff;
padding: 1.5rem;
-webkit-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-khtml-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-moz-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-ms-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-o-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
box-shadow: 0 0 16px rgba(39, 48, 75, .14);
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
position: relative
}
.blog-wrap .img {
border-radius: 6px;
overflow: hidden
}
.blog-wrap .img img,
.blog-wrap-modern .img img {
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
.blog-wrap .img:hover img,
.blog-wrap-modern:hover .img img {
transform: scale(1.05)
}
.meta-wrap {
padding: 0 0 .7rem 0;
display: flex;
justify-content: space-between;
align-items: center;
font-size: .875rem
}
.meta-wrap .date {
background: #27304b;
color: #fffF;
font-weight: 700;
margin-left: .8rem;
padding: .5rem .5rem .8rem .5rem;
text-align: center;
line-height: 1;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
font-size: .875rem
}
.meta-wrap .date span {
display: block;
font-size: 1rem
}
.blog-wrap .title {
font-size: 1.5rem;
margin-bottom: 7px
}
.blog-wrap .title a {
color: #213184;
font-weight: 600;
line-height: 1.2
}
.blog-wrap .title a:hover {
color: #27304b
}
.blog-wrap .description {
position: relative;
margin-bottom: 2.2rem
}
.blog-wrap .description::after {
position: absolute;
content: "";
bottom: -20px;
left: 0;
height: 1px;
width: 40px;
background: #d4d6db
}
.post-thumb.popular-post ul li a.title {
font-size: 1rem;
line-height: 1.2;
display: block
}
.blog-wrap-modern {
position: relative
}
.blog-wrap-modern .img {
background: #000;
overflow: hidden;
max-height: 300px;
}
.blog-wrap-modern .img img {
opacity: .7;
width: 100%;
height: 300px;
}
.blog-wrap-modern .content {
position: absolute;
width: 100%;
bottom: 0;
color: #d82525;
padding: 1.5rem
}
.blog-wrap-modern .content .title {
font-size: 1.5rem;
margin-bottom: 7px
}
.blog-wrap-modern .content .title a {
font-weight: 700;
color: #d82525
}
.blog-wrap-modern .content .title a:hover {
color: #98cb46
}
.blog-wrap-modern .description p {
position: relative;
color: #fffefe;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.blog-wrap-modern .description {
position: relative;
margin-bottom: 2.5rem
}
.blog-wrap-modern .description::after {
position: absolute;
content: "";
bottom: -20px;
left: 0;
height: 1px;
width: 40px;
background: #98cb46
}
.bottom-content {
display: flex;
justify-content: space-between;
align-items: center
}
.bottom-content .thumb-author {
line-height: 1.2;
display: flex;
align-items: center
}
.bottom-content .thumb-author img {
width: 40px;
margin-right: .5rem;
border-radius: 50%
}
.single-entry.blog-wrap-modern .content .title {
font-size: 2.5rem;
font-weight: 700;
line-height: 1
}
.single-entry.blog-wrap-modern .content .date a {
color: #fff
}
.single-entry.blog-wrap-modern .content .date a:hover {
color: #98cb46
}
.single-entry.blog-wrap-modern:hover .img img {
transform: none
}
.single-entry.blog-wrap-modern .description::after {
bottom: -10px
}
.entry-text-gap {
padding: 2rem
}
.sidebar-spacer {
padding-left: 1.5rem
}
.tags a {
display: inline-block;
color: #fff;
padding: .7rem 1.9rem;
font-weight: 600;
font-size: .875rem;
background: #98cb46;
margin: 0 10px 8px 0;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px
}
.tags a:hover {
background: #f15e42;
color: #fff
}
.share-this a {
color: #fff;
width: 35px;
height: 35px;
text-align: center;
align-items: center;
display: flex;
margin-left: 7px;
justify-content: center;
font-size: 1rem
}
.share-this a.ff {
background: #627aad
}
.share-this a.tw {
background: #4d9ed8
}
.share-this a.ln {
background: #2f75ae
}
.author-box {
padding: 2rem 2rem 2rem 5rem;
background: #27304b;
color: #fff;
margin: 3rem 0 3rem 2rem;
position: relative;
border-radius: 15px
}
.author-box .thumb {
width: 90px;
margin-right: 30px;
position: absolute;
left: -40px;
border: 5px solid #fff;
border-radius: 50%
}
.social-icon-author {
position: absolute;
right: 0
}
.social-icon-author a {
color: #abadb4
}
.social-icon-author a:hover {
color: #f15e42
}
.social-icon-author a:not(:last-child) {
margin-right: 7px
}
.commnets-reply .media {
background: #f4f4f6;
margin: 2.5rem 0 3rem 0;
padding: 1.5rem;
border-radius: 10px;
}
.commnets-reply .media.reply {
margin-left: 6.2rem
}
.commnets-reply .media .name {
position: relative
}
.commnets-reply .media .name h5 {
font-weight: 700;
color: #27304b
}
.commnets-reply .media .name .btn-theme {
position: absolute;
top: 50%;
right: 0;
font-size: .775rem;
transform: translateY(-50%)
}
.commnets-reply .thumb {
border-radius: 4px;
margin-right: 1.5rem;
margin-top: -2.3rem
}
.comment-reply-form {
background-color: #98cb46;
padding: 1.5rem;
border-radius: 10px;
}
.widget-wrap {
margin-bottom: 60px;
background-color: #f4f4f6;
padding: 2.3rem;
margin-bottom: 2.5rem;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px
}
.widget-wrap h3 {
font-size: 1.5rem;
position: relative;
margin-bottom: 15px;
color: #27304b;
font-weight: 700;
line-height: 1
}
.blog-list-categories ul {
margin-bottom: 0
}
.blog-list-categories ul li a {
display: flex;
font-size: 1rem;
color: #707070;
position: relative;
z-index: 1;
font-weight: 600
}
.blog-list-categories ul li:not(:last-child) a {
padding: .5rem 0
}
.blog-list-categories ul li a:hover {
color: #f15e42
}
.blog-list-categories ul li a span.count {
color: #f15e42;
font-weight: 700;
display: flex;
flex-grow: 1
}
.blog-list-categories ul li a span.count:before {
content: "";
flex-grow: 1;
border-bottom: 1px dashed #dbdbdd;
position: relative;
bottom: 4px;
margin: 0 3px
}
.popular-post ul {
margin-bottom: 0
}
.popular-post ul li {
display: flex;
align-items: center
}
.popular-post ul li:not(:last-child) {
margin-bottom: 25px
}
.popular-post ul li img {
margin-right: 1rem;
width: 90px;
border-radius: 10px
}
.popular-post ul li a.title {
font-size: 1.2rem;
font-weight: 600;
color: #f15e42;
margin-bottom: 0;
line-height: 1
}
.popular-post ul li a.title:hover {
color: #000
}
.popular-post ul li small {
font-weight: 500;
font-size: 1rem;
color: #6e7c90;
display: block
}
.sidebar-search {
display: flex;
background: #fff;
padding: 0;
border-radius: 4px;
align-items: center
}
.sidebar-search .btn-link {
outline: 0;
padding: 0 .7rem;
background: 0 0;
color: #477763;
border: none;
font-size: 1.2rem;
box-shadow: none;
text-decoration: none;
font-weight: 700
}
.sidebar-sitters {
border-radius: 20px;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 1.8rem;
overflow: hidden;
margin-bottom: 15px;
background: #fff
}
.sidebar-sitters .form-control {
background: #fff;
border: 2px solid #f5f5f5;
border-radius: 5px
}
.sidebar-sitters .form-control:focus {
background: #fff;
border: 2px solid #f5f5f5;
border-radius: 5px
}
.sidebar-sitters h3 {
font-size: 1.5rem;
position: relative;
margin-bottom: 15px;
color: #f15e42;
font-weight: 700;
line-height: 1
}
.sidebar-sitters .note {
font-size: 1.125rem;
color: #27304b;
line-height: 1.4;
font-weight: 600
}
.dog-sitting {
position: relative;
right: -1.8rem;
bottom: -1.8rem
}
.map-bg {
position: relative
}
.map-shadow {
border-style: solid;
border-width: 4px;
border-color: #fff;
border-radius: 7px;
background-color: #fff;
box-shadow: 0 7px 46px 0 rgba(0, 0, 0, .1);
margin-bottom: -120px
}
.map-shadow #map-holder {
height: 350px!important
}
#map-holder,
#map-holder-contact {
margin: 0;
background: #fff;
padding: 0;
height: 400px
}
#map_extended {
height: 100%;
left: 0;
line-height: inherit;
position: relative;
top: 0;
width: 100%
}
#map_extended img {
max-width: inherit
}
#map_extended .gm-style div {
font: 13px/20px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif
}
#map_extended .gmap_marker address {
width: 300px
}
#map_extended .gmap_marker address>div {
width: 100%;
display: inline-block
}
#map_extended .gmap_marker address div div {
float: right;
width: 70%
}
#map_extended .gmap_marker address div div:first-child {
width: 30%;
float: left
}
.contact-details {
position: absolute;
top: 50%;
left: 7%;
z-index: 99;
background: #fff;
padding: 2.5rem 1.15rem;
color: #333;
border-radius: 3px;
transform: translateY(-50%)
}
.contact-details h4 {
font-size: 16px;
font-weight: 600;
color: #06163a;
line-height: 1.714
}
.contact-details p {
color: #9b9b9b
}
.contact-details a {
font-size: 14px;
color: #06163a
}
.contact-details i {
color: #f15e42;
font-size: 24px;
top: 4px;
padding-right: 10px;
display: inline-block;
position: relative
}
.contact-details.standard {
position: relative;
left: auto;
top: auto;
padding: 0;
transform: none
}
.contact-full-shadow {
box-shadow: 0 18px 76px 0 rgba(0, 0, 0, .06);
padding-bottom: 250px
}
.contact-map-bg {
position: absolute;
left: 50%;
transform: translateX(-50%)
}
.contact-map-bg.option {
left: auto;
top: 50%;
transform: translate(0, -50%)
}
.contact-detail-shadow {
border-radius: 8px;
background-color: #fff;
box-shadow: 0 18px 76px 0 rgba(0, 0, 0, .14);
padding: 3rem
}
.contact-detail-shadow .items {
margin-bottom: 20px
}
.contact-detail-shadow h4 {
font-size: .875rem;
color: #adb1d3;
margin-bottom: 15px;
font-weight: 700
}
.contact-detail-shadow i {
color: #f15e42;
font-size: 1.25rem;
margin-right: 15px
}
.contact-detail-shadow a {
text-decoration: underline
}
.free-quote-form.contact-page {
margin-bottom: 0;
margin-top: -140px
}
.contact-page-option.free-quote-form .rounded-field input[type=email],
.contact-page-option.free-quote-form .rounded-field input[type=text],
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea,
.free-quote-form.contact-page .rounded-field input[type=email],
.free-quote-form.contact-page .rounded-field input[type=text],
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea {
background-color: #fafafa
}
.contact-detail-shadow.no-shadow {
padding: 0;
background: 0 0;
box-shadow: none
}
.free-quote-form.contact-page-option {
margin-bottom: 0;
background: 0 0;
box-shadow: none;
padding: 0
}
.form_thanks {
text-align: center;
color: #f15e42
}
.request_pag_img {
min-height: 400px
}
.request_popup {
max-width: 1170px;
border-radius: 10px;
overflow: hidden
}
.request_popup .modal-content {
border: none;
border-radius: 10px;
overflow: hidden
}
.request_popup .close {
position: absolute;
opacity: 1;
color: #f15e42;
top: 15px;
right: 15px;
z-index: 99;
text-shadow: none
}
.request_popup .close:hover {
transform: rotate(360deg)
}
.request_popup .bg-img-7 {
background-image: url(http://www.mannatstudio.com/)
}
.center-head {
color: #202120;
padding: 0;
text-transform: uppercase;
font-size: .875rem;
font-weight: lighter;
margin: 10px 0 30px;
text-align: center;
position: relative
}
.center-head:after {
position: absolute;
content: "";
width: 100%;
left: 0;
border-bottom: 1px solid #ccc;
top: 50%;
z-index: 9
}
.center-head span {
display: inline-block;
padding: 0 20px;
position: relative;
z-index: 99;
font-weight: 600
}
.pricing-table {
text-align: center;
background: #fff;
border-radius: 6px;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.pricing-head {
padding: 3rem 0 0 0;
color: #fff;
line-height: 1;
font-size: 1.3rem;
position: relative;
font-weight: 700
}
.pricing-head span {
display: inline-flex;
margin: 0 auto;
border-radius: 0;
padding: .8rem 2rem;
box-shadow: 0 4px 13px 0 rgba(152, 203, 70, .5)
}
.pricing {
position: relative;
font-size: 3.125rem;
font-weight: 700;
color: #213184;
padding: 35px 15px 0;
display: inline-block;
line-height: 1
}
.pricing sup {
font-size: 50%;
color: #232323;
padding: 0 0 0 4px
}
.pricing-table ul {
margin-bottom: 40px
}
.pricing-table ul li {
padding: 3px 0 0;
font-size: 1rem;
color: #27304b
}
.pricing-table ul li.disabled {
opacity: .3
}
.per-visit {
position: relative;
padding: 0 0 3rem 0
}
.per-visit:after {
position: absolute;
content: "";
bottom: 25px;
left: 50%;
height: 1px;
width: 40px;
background: #d4d6db;
transform: translateX(-50%)
}
.best-seller .pricing-head span {
background: #213184;
box-shadow: 0 4px 13px 0 rgba(241, 94, 66, .5)
}
.fade.show,
.modal-open {
padding: 0!important
}
.footer-top-callout {
margin-bottom: -95px;
margin-top: 60px;
z-index: 11;
position: relative
}
footer {
font-size: 1rem;
color: #e2e5f0;
line-height: 1.714;
background: #27304b;
padding-top: 150px
}
.logo-footer {
width: 225px;
margin-bottom: 25px
}
.footer-heading {
font-size: 1.375rem;
color: #fff;
line-height: 1.714;
margin-bottom: 1.5rem;
font-weight: 700;
position: relative;
margin-top: 2rem
}
.footer-heading:after {
position: absolute;
content: "";
top: -23px;
left: 0;
height: 1px;
width: 40px;
background: #f8f8f8
}
footer .social-icons {
text-align: right
}
footer .social-icons ul {
padding: 5px 15px;
border-radius: 20px;
border-style: solid;
border-width: 2px;
border-color: rgb(255, 255, 255, .3);
margin: 0 0 0 10px
}
footer .social-icons a {
padding: 0 5px;
color: #fff;
font-size: .85rem
}
footer .social-icons a:hover {
color: #f15e42
}
.footer-vet {
margin: 0 50px;
border-radius: 40px;
padding-bottom: 5rem;
padding-top: 0;
overflow: hidden
}
.footer-vet-inner {
background-color: #202841;
margin-bottom: 5rem
}
.footer-vet .footer-heading:after {
background: #f15e42;
top: -10px
}
.footer-vet-inner .footer-subscribe .icon {
background-color: #98cb46;
width: 70px;
height: 70px;
min-width: 70px
}
.footer-vet-inner .footer-subscribe {
padding-left: 0;
padding-right: 0
}
.copyright-light {
padding: 2.5rem 0
}
.copyright-light a {
color: #f15e42
}
.copyright-light a:hover {
color: #27304b
}
.copyright-blue {
background: #32a4d5;
padding: .5rem 0;
color: #f4f4f4;
font-size: .875rem
}
.copyright-blue a {
color: #98cb46
}
.copyright-blue a:hover {
color: #f15e42
}
.copyright-wrap {
margin-top: 70px;
color: #fff;
font-size: .875rem;
background: #1c2339;
padding: 2.5rem 0;
font-weight: 700
}
.copyright-links a:hover,
.copyright-wrap a {
color: #98cb46
}
.copyright-wrap .row {
position: relative;
z-index: 11
}
.copyright-text {
padding: 0 0 0 280px;
display: flex;
justify-content: space-between
}
.footer-dog {
position: absolute;
bottom: -2.5rem;
z-index: 1
}
.footer-light {
background: #f5f5f6;
color: #7c7c7c;
overflow: hidden
}
.footer-light .footer-heading {
color: #1c2339
}
.footer-light .footer-heading:after {
background: #f15e42
}
.footer-light .footer-widget-menu ul li a span {
color: #7c7c7c;
font-weight: 600
}
.footer-light .footer-widget-menu ul li a:hover,
.footer-light .footer-widget-menu ul li a:hover span,
.footer-widget-menu ul li a:hover i {
color: #f15e42!important
}
.footer-light .copyright-wrap {
background: #f15e42;
position: relative;
padding: 1.8rem 0;
margin-top: 120px
}
.footer-light .copyright-wrap:after {
position: absolute;
content: "";
width: 130%;
height: 150%;
border-radius: 100%;
background: #f15e42;
top: -31px;
left: 50%;
transform: translateX(-50%)
}
.footer-light .copyright-text {
padding-left: 0;
justify-content: center
}
.footer-light .copyright-links a:hover,
.footer-light .copyright-wrap a {
color: #27304b
}
.footer-light .contact-text {
font-size: .875rem
}
.footer-light .contact-text svg {
color: #f15e42;
padding-bottom: 4px
}
.footer-light .contact-text p {
margin-bottom: 8px
}
.footer-light .contact-address {
position: relative;
margin-bottom: 40px
}
.footer-light .contact-address:before {
position: absolute;
content: "";
bottom: -20px;
left: 0;
height: 1px;
width: 40px;
background: #ccced4
}
.social-icons-square a {
width: 40px;
height: 40px;
display: inline-flex;
justify-content: center;
align-items: center;
background: #ababac;
color: #fff;
font-size: 1.125rem;
margin-right: .3rem;
border-radius: 6px
}
.social-icons-square a:hover {
background: #27304b
}
.header-fullpage {
padding-right: 0!important;
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear;
background: #f6f6f6
}
.header-top .header-fullpage {
background: 0 0
}
.header-blue #search_home,
.header-blue #shopping-bag,
.home-shop #shopping-bag {
color: #fff
}
.header-blue #search_home:hover {
opacity: .5
}
.header-blue #shopping-bag .badge,
.home-shop #shopping-bag .badge {
background-color: #f15e42
}
.header-blue .top-bar-right {
background: #69f;
color: #fff
}
.header-blue .top-bar-right .social-icons a,
.header-blue .top-bar-right a {
color: #fff
}
.header-blue .top-bar-right .social-icons a:hover,
.header-blue .top-bar-right a:hover {
color: #fff
}
.header-blue .top-bar-right .social-icons span {
margin-right: .7rem
}
@media (min-width:991.99px) {
.header-fullpage.fixed {
background: #fff;
box-shadow: 0 0 43px 0 rgba(241, 94, 66, .28);
position: fixed;
top: 0;
width: 100%;
z-index: 1020
}
.header-top {
position: absolute;
top: 0;
width: 100%;
z-index: 1020
}
.header-blue .fixed {
background: #27304b;
box-shadow: 0 0 43px 0 rgba(152, 203, 70, .28)
}
.header-fullpage.fixed .top-bar-right {
height: 0;
overflow: hidden;
opacity: 0;
border: 0;
padding: 0;
min-height: auto;
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear
}
.header-fullpage.navbar.fixed {
padding: .5rem 0
}
.header-fullpage.fixed.top-transparent {
padding-bottom: 0
}
.header-fullpage.fixed .navbar-brand {
width: 140px
}
}
.top-bar-right {
padding: .7rem 0;
background: #eee;
min-height: 60px;
font-size: .875rem;
font-weight: 400;
color: #2f2f2f
}
.top-bar-right .contact-info svg {
margin-right: .3rem;
margin-top: -2px;
color: #213184
}
.top-bar-right .contact-info div {
margin-right: 1rem;
white-space: nowrap
}
.request-btn a {
border-radius: 4px;
padding: .6rem .5rem;
color: #06163a;
display: flex;
font-weight: 600
}
.top-bar-right .social-icons a {
color: #27304b;
font-size: 1rem;
transition: all .3s;
text-decoration: none
}
.top-bar-right .social-icons a:not(:last-child) {
margin-right: .7rem
}
.top-bar-right .social-icons a:hover {
color: #f15e42
}
.lang-toggle {
padding-bottom: 10px
}
.lang-toggle a.btn {
background: #fff;
font-size: .875rem;
border: none;
border-radius: 0;
padding: .4rem .9rem;
border-radius: 3px
}
.bordered-nav .lang-toggle a.btn {
background: 0 0;
border: 1px solid #333
}
.lang-toggle a.dropdown-toggle:after {
display: none
}
.lang-toggle .dropdown-menu {
min-width: 150px;
padding: 10px 0;
border-radius: 3px
}
.lang-toggle .dropdown-menu a {
padding: .4rem .9rem;
border: none;
font-size: .875rem;
color: #333;
text-transform: capitalize
}
.request-btn a#search_home {
color: #f15e42
}
#shopping-bag {
position: relative;
padding-right: 0;
color: #06163a
}
#shopping-bag svg {
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
#shopping-bag:hover svg {
opacity: .5
}
#shopping-bag .badge {
position: absolute;
right: -8px;
top: 2px;
border-radius: 50%;
background-color: #213184;
font-size: .75rem
}
.home-welcome {
margin-top: -90px
}
.what-we-offer {
background-image: url(http://www.mannatstudio.com/);
box-shadow: 0 18px 76px 0 rgba(0, 0, 0, .06);
position: relative;
z-index: 99
}
.breadcrumbs-page-wrap .breadcrumbs-page img.ptt-png {
position: absolute;
max-width: 256px;
right: -55px;
bottom: -80px;
z-index: 1
}
.breadcrumbs-page-wrap {
background: #f6f6f6;
position: relative
}
.breadcrumbs-page-wrap:after {
position: absolute;
bottom: 0;
z-index: 1;
background: #fff;
height: 30%;
content: "";
width: 100%
}
.breadcrumbs-page {
background-image: url(../images/breadcrumbs_bg.jpg);
background-repeat: no-repeat;
padding: 6rem 0;
background-position: center center!important;
max-width: 1300px;
margin: 0 auto;
z-index: 2;
position: relative;
border-style: solid;
border-width: 6px;
border-color: #fff;
box-shadow: 0 0 43px 0 rgba(39, 48, 75, .08)
}
.breadcrumbs-page .breadcrumb {
background: 0 0;
color: #eee;
padding: 0;
font-size: .875rem;
font-weight: 600
}
.breadcrumbs-page .breadcrumb-item {
display: -ms-flexbox;
display: flex;
min-height: 30px;
align-items: center;
font-size: 1rem
}
.breadcrumbs-page .breadcrumb a {
color: #fff;
background: #69f;
margin-right: 7px;
padding: .4rem 1.2rem .4rem 0;
border-radius: 0 .3rem 1.2rem 0;
position: relative
}
.breadcrumbs-page .breadcrumb a:before {
position: absolute;
bottom: 0;
z-index: 1;
background: #69f;
height: 100%;
content: "";
width: 105px;
left: -105px
}
.breadcrumb-item.active,
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before {
color: #eee;
content: none
}
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before {
top: 1px;
position: relative
}
.breadcrumbs-page h1 {
color: #fff;
text-transform: capitalize;
font-size: 2.75rem;
font-weight: 700;
}
.video-icon {
position: absolute;
left: 50%;
margin: -35px 0 0 -35px;
top: 50%
}
.video-box {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9990000;
display: none;
position: fixed;
overflow: hidden;
background-color: #000
}
.video-box iframe {
float: left;
width: 100%;
height: 100%;
-webkit-border: 0;
-moz-border: 0;
-o-border: 0;
border: 0
}
.video-box .close-video {
top: 17px;
left: 17px;
width: 50px;
height: 50px;
color: #fff;
font-size: 25px;
cursor: pointer;
line-height: 50px;
text-align: center;
position: absolute;
background-color: #59585b;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out
}
.video-box .close-video:hover {
color: #21252b;
background-color: #fff
}
.footer-widget-menu {
font-size: .975rem
}
.footer-widget-menu ul {
margin-bottom: 0
}
.footer-widget-menu ul li:not(:last-child) {
padding: 0 0 8px 0
}
.footer-widget-menu ul li * {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
color: #e2e5f0;
text-decoration: none!important
}
.footer-widget-menu ul li a span {
text-decoration: underline
}
.footer-widget-menu ul li a i {
padding: 0 5px 0 0;
color: #98cb46;
text-decoration: none!important
}
.footer-widget-menu ul li a:hover i {
padding: 0 5px 0 10px
}
.working-hours {
font-size: 1rem;
font-weight: 700
}
.working-hours ul li {
display: flex;
align-items: center;
justify-content: space-between;
font-size: .9rem
}
.working-hours ul li:not(:last-child) {
padding-bottom: 10px
}
.underline {
border-bottom: 1px dashed #fff;
min-width: 135px;
text-align: right;
display: inline-block
}
.footer-widget-contact i {
color: #99a0a3;
font-size: 24px;
margin-top: 4px
}
.footer-widget-contact a {
color: #f15e42;
font-weight: 600
}
.footer-widget-tweet i {
color: #99a0a3;
margin-right: 18px
}
.footer-widget-tweet .btn-theme {
background: #1c95de;
font-size: 13px;
margin-top: 30px
}
.footer-widget-tweet .btn-theme i {
margin: 0;
color: #fff
}
#body-content {
overflow-y: hidden
}
.rounded-container-wrap {
padding-left: 2rem;
padding-right: 2rem
}
.rounded-container {
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px
}
.typo-head {
font-size: 1.25rem;
letter-spacing: -1px
}
.bs-docs-grid .col-md-1 span,
.bs-docs-grid .col-md-10 span,
.bs-docs-grid .col-md-2 span,
.bs-docs-grid .col-md-3 span,
.bs-docs-grid .col-md-4 span,
.bs-docs-grid .col-md-5 span,
.bs-docs-grid .col-md-6 span,
.bs-docs-grid .col-md-8 span,
.bs-docs-grid .col-md-9 span {
background-color: #f4f4f4;
display: block;
line-height: 40px;
margin-bottom: 20px;
min-height: 40px;
font-size: .775rem;
text-align: center
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
right: auto;
bottom: auto
}
.cbp-l-grid-mosaic-projects .cbp-item-wrapper,
.cbp-l-grid-work .cbp-item-wrapper {
background: #fff;
padding: 10px;
box-shadow: none;
text-align: center;
border: none
}
.cbp-l-grid-work-desc,
.cbp-l-grid-work-title {
display: none
}
.gallery-link {
position: absolute;
z-index: 999;
right: -70px;
top: -2px;
background: #f15e42;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.gallery-link a {
padding: 10px 15px;
display: inline-block
}
.gallery-link a:hover {
color: #000
}
.cbp-item-wrapper:hover .gallery-link {
right: -3px
}
label.error {
font-size: 12px;
color: red;
font-weight: 300;
padding: 0;
margin: 10px 0 0 0
}
@font-face {
font-family: icomoon;
src: url(fonts/icomoonfd63.eot?3d5ofa);
src: url(fonts/icomoonfd63.eot?3d5ofa#iefix) format('embedded-opentype'), url(fonts/icomoonfd63.ttf?3d5ofa) format('truetype'), url(fonts/icomoonfd63.woff?3d5ofa) format('woff'), url(fonts/icomoonfd63.svg?3d5ofa#icomoon) format('svg');
font-weight: 400;
font-style: normal;
font-display: block
}
[class*=" pethund_"],
[class^=pethund_] {
font-family: icomoon!important;
speak: never;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.pethund_adoption:before {
content: "\e900"
}
.pethund_call:before {
content: "\e901"
}
.pethund_experts:before {
content: "\e902"
}
.pethund_natural_product:before {
content: "\e903"
}
.pethund_pet_awards:before {
content: "\e904"
}
.pethund_pet_belt:before {
content: "\e905"
}
.pethund_pet_care:before {
content: "\e906"
}
.pethund_pet_food:before {
content: "\e907"
}
.pethund_pet_grooming:before {
content: "\e908"
}
.pethund_pet_professional:before {
content: "\e909"
}
.pethund_pet_salon:before {
content: "\e90a"
}
.pethund_petsitting:before {
content: "\e90b"
}
.pethund_quotes:before {
content: "\e90c"
}
.pethund_repeat_grid:before {
content: "\e90d"
}
.pethund_user_star:before {
content: "\e90e"
}
.pethund_vaccinated:before {
content: "\e90f"
}
.pethund_videoPlay:before {
content: "\e910"
}
.custom-choose {
display: flex;
justify-content: normal;
align-items: center
}
.custom-choose input[type=checkbox],
.custom-choose input[type=radio] {
display: none
}
.custom-choose input[type=checkbox]+label,
.custom-choose input[type=checkbox]:not(checked)+label,
.custom-choose input[type=radio]+label,
.custom-choose input[type=radio]:not(checked)+label {
padding: .2rem 1rem;
cursor: pointer;
border: 2px solid #ebebeb;
border-radius: 4px;
text-align: center;
font-size: 1rem;
margin-right: 1rem;
transition: all .4s ease 0s
}
.custom-choose input[type=checkbox]:checked+label,
.custom-choose input[type=radio]:checked+label {
position: relative;
border: solid 2px #313a53;
background: #f5f5f5;
color: #313a53;
transition: .4s
}
.form-control {
border: none;
box-shadow: none;
font-size: .9375rem;
border: 1px solid #f4f4f6;
outline: 0;
color: #5b5b5b;
background-color: #f4f4f6;
height: auto;
padding: .8rem 1rem;
border-radius: 3px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.form-control:focus {
border: 1px solid #e9e1dc;
background: #fff;
box-shadow: none
}
.form-control:disabled,
.form-control[readonly] {
opacity: .6
}
::-webkit-input-placeholder {
color: #5b5b5b
}
:-ms-input-placeholder {
color: #5b5b5b
}
::placeholder {
color: #5b5b5b
}
.custom-control-label {
position: relative;
cursor: pointer;
margin-bottom: 0;
vertical-align: top;
padding: 4px 0 0 5px;
font-weight: 500
}
.custom-control-input {
cursor: pointer;
width: 20px;
top: 4px
}
.custom-control-input {
cursor: pointer
}
.custom-checkbox .custom-control-label::before {
border-radius: 5px;
width: 20px;
height: 20px;
background-color: #fff
}
.custom-radio .custom-control-label::before {
width: 20px;
height: 20px;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
border-color: #d4d6db;
background: #fff;
border-width: 2px
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
background-color: #fff;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out
}
.custom-control-label::before {
border-color: #d4d6db
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #d4d6db
}
.custom-radio .custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #d4d6db;
background-color: #fff;
border-width: 2px
}
.custom-radio .custom-control-label::after {
display: none
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow: none
}
.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
border-color: #d59b2d;
background-color: #d59b2d;
border-width: 4px
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: none;
content: "\eed8";
color: #fff;
padding: 0 0 0 1px;
font-size: 1.2rem;
margin: -5px 0 0 0;
font-family: IcoFont!important
}
.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
color: #6c757d;
opacity: .5
}
.form-light.form-control {
font-size: .9375rem;
outline: 0;
color: #131313;
background-color: #fff;
height: auto;
padding: .8rem 1rem;
border-radius: 5px;
box-shadow: none;
border: none
}
.form-light.form-control:disabled,
.form-light.form-control[readonly] {
opacity: .6
}
.form-light::-webkit-input-placeholder {
color: #5b5b5b
}
.form-light:-ms-input-placeholder {
color: #5b5b5b
}
.form-light::placeholder {
color: #5b5b5b
}
.form-light .custom-control {
color: #5b5b5b
}
.form-light.custom-checkbox .custom-control-label::after,
.form-light.custom-checkbox .custom-control-label::before {
border-radius: 5px;
width: 20px;
height: 20px
}
.form-light.custom-radio .custom-control-label::before {
width: 20px;
height: 20px
}
.form-light .custom-control-label::before {
border-color: #d4d6db;
background: #d4d6db
}
.form-light .custom-control-input:focus~.custom-control-label::before {
box-shadow: none
}
.form-light .custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #d4d6db
}
.form-light .custom-control-input:checked~.custom-control-label::before,
.form-light .custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
border-color: #d59b2d;
background-color: #d59b2d;
border-width: 4px
}
.form-light .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: none;
content: "\f00c";
font-family: FontAwesome;
color: #fff;
padding: 2px 0 0 5px;
font-size: .9rem;
font-weight: 900
}
.pagination {
background: #213184;
padding: 1rem 0;
text-align: center;
position: relative;
align-items: center;
justify-content: center
}
.pagination .page-item .page-link {
color: #333;
height: 45px;
width: 45px;
text-align: center;
justify-content: center;
background: 0 0;
border: none;
align-items: center;
display: flex;
box-shadow: none;
outline: 0;
font-weight: 600;
color: #fff;
position: relative
}
.pagination .page-item.disabled {
opacity: .5
}
.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
color: #f15e42
}
.page-item:first-child .page-link {
margin-left: 0;
position: relative
}
.page-item .page-link::after {
position: absolute;
content: "";
width: 10px;
height: 1px;
background: #fff;
left: 0;
top: 50%;
transform: translateX(-50%)
}
.page-item:first-child .page-link::after,
.page-item:last-child .page-link::after,
.page-item:nth-child(2) .page-link::after {
display: none
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 48px;
height: 48px;
background-color: #32a4d5;
color: #fff;
-webkit-transition: all .4s ease 0s;
-khtml-transition: all .4s ease 0s;
-moz-transition: all .4s ease 0s;
-ms-transition: all .4s ease 0s;
-o-transition: all .4s ease 0s;
transition: all .4s ease 0s
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
background: #f15e42;
color: #fff
}
.page-item:first-child .page-link {
left: 0;
border-radius: 0 8px 8px 0
}
.page-item:last-child .page-link {
right: 0;
margin: 0;
border-radius: 8px 0 0 8px
}
.why-choose-us {
position: relative
}
.pattern-red {
position: absolute;
bottom: -50px;
left: 0;
z-index: -1
}
.why-choose-us .text {
padding-left: 260px;
padding-top: 50px
}
.why-choose-us .text h3 {
font-weight: 700;
color: #272f45
}
.why-choose-us .text h3.call {
color: #98cb46;
display: flex;
align-items: center
}
.why-choose-us .text h3.call i {
color: #f15e42;
margin-right: 10px;
font-size: 3rem
}
.need-help {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 3rem;
margin-top: 2rem;
margin-bottom: -8rem;
z-index: 9;
position: relative
}
.need-help-topspace {
padding-top: 14rem;
margin-bottom: 0
}
.contact-map-img {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 100%;
text-align: center;
top: -100px
}
.map-wrap iframe {
width: 100%;
height: 450px;
border: none;
border-radius: 25px;
background: #f4f4f6
}
.shop-sidebar {
position: relative
}
.shop-sidebar .head {
background: #98cb46;
padding: .7rem 1.5rem;
font-size: 20px;
color: #fff
}
.shop-sidebar .offcanvas-header {
position: absolute;
top: 7px;
right: 10px
}
.shop-sidebar .offcanvas-header .btn {
padding: 0;
color: #fff
}
.shop-sidebar .offcanvas-header .btn:hover {
color: #333
}
.shop-sidebar ul {
margin: 0
}
.shop-sidebar ul li {
padding: .7rem 1rem;
display: flex;
align-items: center;
border-bottom: 1px solid #e8e8e8
}
.shop-sidebar ul li img {
margin-right: .8rem;
width: 70px
}
.shop-sidebar ul li h4 {
margin: 0
}
.shop-sidebar ul li h4 a {
color: #333;
font-size: 1.1rem;
font-weight: 600;
font-family: Changa, sans-serif;
color: #f15e42
}
.shop-sidebar ul li h4 a:hover {
color: #98cb46
}
.shop-sidebar ul li h6 {
font-weight: 600
}
.delete-btn {
margin-left: auto
}
.seach-container {
max-height: 90%;
margin-right: 50px;
}
.delete-btn a {
color: #999
}
.delete-btn a:hover {
color: #333
}
.sidebar-subtotal {
background-color: #f4f4f6;
padding: 1rem;
display: flex;
justify-content: space-between
}
.btn-holder {
padding: 1rem 0;
display: flex;
justify-content: space-around;
align-items: center
}
.checkout-details {
padding: 2rem;
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
margin-bottom: 2rem
}
.place-order-wrap {
padding: 2rem 0 0 1rem
}
.order-head {
font-size: 1.3rem;
font-weight: 600;
color: #f15e42;
display: flex;
justify-content: space-between
}
.order-list ul li {
font-size: 1rem;
font-weight: 600;
display: flex;
margin-bottom: .5rem;
justify-content: space-between;
padding: 1rem 0;
margin: 0
}
.order-list ul li:not(:last-child) {
border-bottom: 1px solid #e9eaed
}
.order-disclaimer {
background: #f6f6f6;
padding: 1.2rem
}
.order-disclaimer .info {
background: #fff;
padding: 1rem;
font-size: .85rem;
margin-bottom: 1.5rem
}
.table .thead-dark.theme-head {
border-radius: 10px;
overflow: hidden;
margin-bottom: 10px
}
.table .thead-dark.theme-head th {
font-size: 1.125rem;
background: #27304b;
border: none;
padding-top: 1.2rem;
padding-bottom: 1.2rem
}
.table .thead-dark.theme-head th:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px
}
.table .thead-dark.theme-head th:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px
}
.theme-head th span {
position: relative
}
.theme-head th span::before {
position: absolute;
content: "";
width: 10px;
height: 1px;
background: #fff;
left: -20px;
top: 50%;
transform: translateX(-50%)
}
.table .theme-body tr td,
.table .theme-body tr th {
border-top: none;
border-bottom: 1px solid #dee2e6
}
.table .theme-body tr td,
.table .theme-body tr th {
vertical-align: middle;
padding-top: 1.5rem;
padding-bottom: 1.5rem
}
.item-product {
display: flex;
align-items: center
}
.item-product .img-wrap {
box-shadow: 0 0 29px 0 rgba(39, 48, 75, .15);
background: #fff;
width: 90px;
margin-right: 20px;
border-radius: 10px;
padding: 10px
}
.item-product span {
color: #27304b;
font-weight: 700;
font-size: 1.125rem
}
.quantity {
border-style: solid;
border-width: 1px;
border-color: #caccd3;
border-radius: 7px;
display: inline-flex;
padding: .2rem .8rem
}
.quantity button,
.quantity input {
border: none;
border-radius: 0;
background: 0 0;
padding: 0
}
.quantity input {
width: 40px;
text-align: center;
color: #f15e42;
font-size: 1.25rem
}
.quantity button {
color: #414961
}
.quantity button svg {
width: 20px;
height: 20px
}
.quantity button:hover {
color: #f15e42
}
.cart-totals {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
min-width: 300px;
margin-bottom: 2rem;
padding: 2rem 0
}
.cart-totals .order-list ul li {
padding: .7rem 1.5rem
}
.product-grid {
text-align: center;
overflow: hidden;
height: 100%;
transition: all .4s ease-out;
background-color: #fff;
padding: 0 0 1.5rem 0;
-webkit-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-khtml-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-moz-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-ms-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
-o-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
box-shadow: 0 0 16px rgba(39, 48, 75, .14);
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
position: relative
}
.product-grid:hover {
box-shadow: none;
background: #f4f4f6
}
.product-grid .product-image {
position: relative;
background: #000
}
.product-grid:hover .product-image img {
opacity: .8
}
.product-grid .product-image a.image {
display: block
}
.product-grid .product-image img {
width: 100%;
height: auto;
transition: all .4s ease 0s
}
.product-grid .product-discount-label {
color: #fff;
background: #69f;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
padding: 2px 8px;
border-radius: 0 0 5px 0;
position: absolute;
top: 0;
left: 0
}
.product-grid .product-links {
width: 145px;
padding: 0;
margin: 0;
list-style: none;
opacity: 0;
transform: translateX(-50%) translateY(-50%);
position: absolute;
top: -50px;
left: 50%;
transition: all .4s ease 0s
}
.product-grid:hover .product-links {
opacity: 1;
top: 1.1rem
}
.product-grid .product-links li {
display: inline-block;
margin: 0 2px
}
.product-grid .product-links li a {
color: #fff;
background: #f15e42;
font-size: 16px;
line-height: 42px;
width: 40px;
height: 40px;
border-radius: 0 0 50px 50px;
display: block;
position: relative;
transition: all .4s ease-out 0s
}
.product-grid .product-links li a:hover {
color: #fff;
background: #98cb46
}
.product-grid .product-links li a:after,
.product-grid .product-links li a:before {
content: attr(data-tip);
color: #fff;
background-color: #555;
font-size: 12px;
line-height: 18px;
padding: 5px 10px;
white-space: nowrap;
display: none;
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -40px;
transition: all .3s ease 0s
}
.product-grid .product-links li a:after {
content: '';
height: 10px;
width: 10px;
padding: 0;
transform: translateX(-50%) rotate(45deg);
top: -18px;
z-index: -1
}
.product-grid .product-links li a:hover:after,
.product-grid .product-links li a:hover:before {
display: block
}
.product-grid .product-content {
padding: 12px 12px 0;
position: relative
}
.product-grid .rating {
padding: 0;
margin: 0 0 8px;
list-style: none
}
.product-grid .rating li {
color: #78a206;
font-size: 14px
}
.product-grid .rating .far {
color: grey
}
.product-grid .title {
font-size: 1.125rem;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 7px
}
.product-grid .title a {
color: #27304b;
transition: all .3s ease 0s
}
.product-grid .title a:hover {
color: #98cb46
}
.product-grid .price {
color: #213184;
font-size: 1.5rem;
font-weight: 700;
display: block;
transition: all .4s ease-in-out;
line-height: 1
}
.product-grid .price span {
color: #999;
font-weight: 500;
text-decoration: line-through
}
.product-grid .add-to-cart {
border-radius: 50px;
opacity: 0;
transform: translateX(-50%);
position: absolute;
bottom: 50px;
left: 50%;
text-transform: capitalize;
transition: all .4s ease-out;
white-space: nowrap
}
.product-grid .add-to-cart span {
position: relative;
top: -2px
}
.product-grid:hover .add-to-cart {
opacity: 1;
bottom: 45%
}
.product-count {
background: #f4f4f6;
padding: .8rem 1.5rem;
border-radius: 10px;
margin-bottom: 3rem
}
.product-count strong {
font-size: 1rem;
color: #f15e42
}
.product-gallery {
border-radius: 10px;
background-color: #f4f4f6;
padding: 1.5rem
}
.product-highlight {
margin-top: 1.5rem;
border-top: 1px dashed #b2b2b2;
border-bottom: 1px dashed #b2b2b2;
padding: 1.5rem 0 0;
margin-bottom: 1.5rem
}
.product-highlight h5 {
color: #27304b
}
.product-description {
padding-left: 2rem
}
.product-description .title {
color: #27304b;
font-size: 3rem;
line-height: 1;
font-weight: 700
}
.product-description .price {
color: #98cb46;
font-size: 2rem;
margin: 1rem 0;
font-family: Changa, sans-serif;
line-height: 1;
font-weight: 700
}
#big {
margin-bottom: 1.5rem
}
.review-tabbing {
border-radius: 10px;
background-color: #f4f4f6;
padding: 0 2rem .5rem;
margin-top: 6rem
}
.review-tabbing .theme-tabbing {
position: relative;
z-index: 2;
top: -1.5rem
}
.captured-gallery-item {
overflow: hidden;
border-radius: 6px;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
position: relative
}
.gallery-content {
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: #fff;
z-index: 9
}
.gallery-content h3 {
color: #98cb46;
font-weight: 700;
margin-bottom: 0;
transform: translateY(-20px);
transition: .4s;
opacity: 0
}
.gallery-content h3 a {
color: #98cb46
}
.gallery-content h3 a:hover {
color: #f15e42
}
.gallery-content span {
position: absolute;
top: 20px;
right: 20px;
border: 2px solid #fff;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: .4s;
opacity: 0;
transform: translateX(60px)
}
.captured-gallery-item:hover .gallery-content span {
opacity: 1;
transform: translateX(0)
}
.gallery-content h5 {
transform: translateY(20px);
transition: .4s;
opacity: 0
}
.captured-gallery-item img {
transition: .4s;
width: 100%
}
.captured-gallery-item:hover img {
transition: .4s;
transform: scale(1.07)
}
.captured-gallery-item:hover .gallery-content {
background-color: rgba(39, 48, 75, .7);
opacity: 1;
transition: .4s
}
.captured-gallery-item:hover .gallery-content h3 {
transform: translateY(0);
opacity: 1
}
.captured-gallery-item:hover .gallery-content h5 {
transform: translateY(0);
opacity: 1
}
#portfolio-flters {
margin: 2rem 0;
text-align: center;
padding: 0;
list-style-type: none
}
#portfolio-flters li {
display: inline-block
}
#portfolio-flters li a {
border-radius: 5.25rem;
color: #27304b;
display: inline-block;
padding: .2rem 1.5rem;
margin-bottom: .5rem;
margin-right: 10px;
font-weight: 600;
font-family: Changa, sans-serif;
text-transform: uppercase;
font-size: 1.25rem
}
#portfolio-flters li a:hover,
#portfolio-flters li.filter-active a {
background: #98cb46;
color: #fff
}
.column-four-gallery {
padding-left: 4rem;
padding-right: 4rem
}
.img-single-gallery {
overflow: hidden;
border-radius: 50px;
margin-bottom: 5rem
}
.pet-details {
border-radius: 20px;
background-color: #fff;
padding: 1.5rem;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
margin-top: -9rem;
margin-bottom: 3rem
}
.pet-details ul li {
font-family: Changa, sans-serif;
font-size: 1.5rem;
font-weight: 700;
color: #f15e42
}
.pet-details ul li span {
display: block;
font-size: 1rem;
color: #707070;
line-height: 1
}
.pet-details ul li:not(:last-child) {
padding: 0 0 1rem 0
}
#gallery-single .img {
border-radius: 10px;
overflow: hidden
}
.take-care-img {
position: relative
}
.take-care-img::before {
content: '';
width: calc(100% + 500px);
height: calc(100% + 40%);
position: absolute;
bottom: -20%;
left: -120%;
top: -20%;
background: #27304b;
box-shadow: 0 4px 59px 0 rgb(0 0 0 / 9%);
z-index: -1;
border-bottom-right-radius: 80px
}
#services-details .owl-item {
padding: 1.2rem
}
.services-list {
border-radius: 20px;
background-color: #98cb46;
padding: 1.5rem;
color: #fff;
margin-bottom: 2.5rem;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.services-list h4 {
font-weight: 700;
margin-bottom: 1.5rem
}
.services-list ul li a {
border-radius: 5px;
background-color: #fff;
padding: .5rem 1rem;
color: #646464;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 700
}
.services-list ul li a:hover {
background-color: #f15e42;
color: #fff
}
.services-list ul li:not(:last-child) {
padding-bottom: .8rem
}
.services-list ul li a i {
color: #f15e42;
font-size: 1.25rem
}
.services-list ul li a:hover i {
color: #fff
}
.team-section-wrap {
background: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 1.5rem;
border-radius: 7px;
text-align: center;
margin-bottom: 3rem
}
.team-section-wrap .img {
text-align: center;
margin: 0 0 1.5rem;
position: relative;
border-radius: 7px;
overflow: hidden;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.team-section-wrap .img img {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.team-section-wrap:hover .img {
background: #27304b
}
.team-section-wrap .img .social-icons {
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
text-align: center;
transform: translate(-50%, -50%);
z-index: 99;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.team-section-wrap:hover .img .social-icons {
opacity: 1;
color: #fff
}
.team-section-wrap:hover .img .social-icons a {
color: #fff;
font-size: 1.2rem;
margin: 0 .3rem
}
.team-section-wrap:hover .img .social-icons a:hover {
color: #f15e42
}
.team-section-wrap:hover .img img {
opacity: .3;
transform: scale(1.1);
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.team-section-wrap .team-name {
position: relative;
margin-bottom: 2rem
}
.team-section-wrap .team-name::after {
position: absolute;
content: "";
bottom: -15px;
left: 50%;
height: 1px;
transform: translateX(-50%);
width: 40px;
background: #d4d6db
}
.team-section-wrap h4 {
margin-bottom: 0
}
.team-section-wrap h4 a {
color: #213184;
font-weight: 700;
font-size: 1.5rem;
margin-bottom: 0
}
.team-section-wrap h4 a:hover {
color: #32a4d5
}
.team-section-wrap strong {
color: #32a4d5;
font-weight: 700;
font-size: 1rem
}
.how-we-work {
position: relative;
padding-top: 3rem
}
.dog-video-wrap {
margin-bottom: 8rem
}
.how-we-work .dog-video {
margin-bottom: -5rem
}
.how-we-work .popup-video {
position: absolute;
top: 80px;
right: 26%
}
.team-single-wrap {
position: relative;
margin-top: 5rem;
margin-bottom: 5rem
}
.team-single-wrap::before {
content: '';
width: calc(100% - 220px);
height: calc(100% + 40%);
position: absolute;
bottom: -20%;
right: 0;
top: -20%;
background: #27304b
}
.team-single-details h4 {
color: #98cb46;
margin-bottom: 0;
font-weight: 700
}
.team-single-details {
color: #fff
}
.team-single-details a {
color: #f15e42
}
.team-single-details a:hover {
color: #98cb46
}
.team-single-details .social-icons a {
margin-right: 7px
}
.team-single-details ul {
position: relative;
margin-top: 2rem
}
.team-single-details ul::before {
position: absolute;
content: "";
top: -20px;
left: 0;
height: 1px;
width: 40px;
background: #d4d6db
}
.team-single-details ul li:not(:last-child) {
padding-bottom: .7rem
}
.professional-skills-wrap {
margin-bottom: 5rem
}
.professional-skills {
border-radius: 20px;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
background: #fff;
padding: 1.5rem;
margin-bottom: -4rem
}
.professional-skills h3 {
color: #f15e42
}
.fact-about {
padding-top: 1.5rem;
padding-left: 1.5rem
}
.fact-about .icon-box-3 {
margin-right: 1.5rem
}
.fact-about .icon-box-3 i {
margin-bottom: 0
}
.fact-about .counter-txt {
margin-bottom: 0;
font-weight: 700;
color: #f15e42
}
.about-us-gap {
margin: 5rem 0 1rem
}
.about-us-wrap {
background: #32a4d5;
color: #fff;
padding: 5rem 2rem
}
.about-us-wrap:before {
content: '';
width: calc(100% + 120px);
height: calc(100% + 30%);
position: absolute;
bottom: -15%;
right: 0;
top: -15%;
background: #69f;
z-index: -1
}
.about-left {
border-style: solid;
border-width: 10px;
border-color: #fff;
background-color: #98cb46;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.about-us-wrap .icons-listing.theme-green li::before {
color: #213184
}
.about-video a {
color: #fff;
padding-top: 1rem;
font-size: 1.125rem;
display: flex;
align-items: center;
font-weight: 700
}
.about-video a i {
font-size: 3rem;
margin-right: 1rem;
border-radius: 75px;
-webkit-animation: spineer 2s infinite;
animation: spineer 2s infinite
}
@-webkit-keyframes spineer {
0% {
-webkit-box-shadow: 0 0 0 0 #fff
}
70% {
-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0)
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
}
}
@keyframes spineer {
0% {
-webkit-box-shadow: 0 0 0 0 #fff;
box-shadow: 0 0 0 0 #fff
}
70% {
-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
box-shadow: 0 0 0 20px rgba(1, 93, 199, 0)
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
}
}
.why-choose-list {
padding-left: 2.5rem
}
.why-choose-list ul {
position: relative
}
.why-choose-list ul::before {
position: absolute;
left: 20px;
top: -3px;
font-size: 1.2rem;
content: "";
font-family: IcoFont!important;
width: 10px;
height: 100%;
border-left: 1px dashed #ccc;
z-index: -1
}
.why-choose-list ul li {
position: relative;
color: #27304b;
font-size: 1.25rem;
font-weight: 600;
padding-left: 3.5rem
}
.why-choose-list ul li:not(:last-child) {
padding-bottom: 1.7rem
}
.why-choose-list ul li::before {
position: absolute;
left: 0;
top: -3px;
font-size: 1.2rem;
content: "\eed6";
font-family: IcoFont!important;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #98cb46;
border-radius: 50%;
color: #27304b;
background: #fff
}
.why-choose-bg {
position: relative
}
.why-choose-bg::before {
content: '';
width: 45%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
top: 0;
background: #f4f4f6;
z-index: -1
}
.why-choose-bg .pattern-red {
bottom: 30px
}
.vision-mission {
background: #f4f4f6;
padding: 0 2rem 2rem;
margin-top: 4rem;
border-bottom-right-radius: 50px;
position: relative
}
.vision-mission h2 {
padding-top: 4.2rem;
margin-bottom: 1rem
}
.img-vision {
position: absolute;
top: -4rem;
right: 2rem;
border-style: solid;
border-width: 6px;
border-color: #fff;
background-color: #c8cfc3;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.trophy-awards {
background: #27304b;
padding: 3rem;
margin-top: 3rem;
border-bottom-right-radius: 50px;
position: relative;
overflow: hidden
}
.trophy-awards i {
position: absolute;
left: 30px;
bottom: -20px;
color: #9398a5;
font-size: 11rem
}
.best-petcare h4,
.trophy-awards h4 {
font-weight: 700;
color: #fff;
padding-left: 12rem;
margin: 0
}
.best-petcare {
position: relative;
background: #f15e42;
border-top-left-radius: 50px;
padding: 2.2rem 3rem;
margin-top: 3.8rem;
margin-bottom: 2.5rem
}
.best-petcare svg {
position: absolute;
left: 20px;
bottom: -70px;
color: #9398a5;
font-size: 11rem;
fill: rgba(255, 255, 255, .5);
width: 200px
}
#team-slider-about .owl-stage-outer {
padding: 0
}
#team-slider-about .owl-item {
padding: 1rem
}
.gdr-img-box-wrap.home .gdr-img-box {
margin-top: -150px;
margin-bottom: 50px
}
.gdr-img-box-wrap.home {
overflow: inherit
}
.gdr-img-box-wrap.home [class*=col-]:first-child .gdr-img-box {
border-top-left-radius: 7px;
overflow: hidden;
border-bottom-left-radius: 7px
}
.gdr-img-box-wrap.home [class*=col-]:last-child .gdr-img-box {
border-top-right-radius: 7px;
overflow: hidden;
border-bottom-right-radius: 7px
}
.about-home-one {
padding: 9rem 0 6rem 4rem;
color: #fff;
width: 60%
}
/* .about-home-one-img {
background: url(https://thuypetpro.com.vn/wp-content/uploads/2020/12/PP-86-980x693.jpg) no-repeat center center;
background-size: cover;
height: 100%;
position: relative
} */
.about-home-one-img::before {
position: absolute;
content: "";
width: 100%;
height: 100%
}
.about-home-one .about-video a {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -96px;
padding: 2rem 1.5rem;
background: #213184;
display: flex;
align-items: center;
justify-content: center;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px
}
.about-home-one .about-video a i {
margin-right: 0
}
#blog-slider-home-one .owl-item {
padding: 1.2rem
}
#blog-slider-home-one.owl-carousel .owl-stage {
display: flex
}
#blog-slider-home-one .item {
display: flex;
flex: 1 0 auto;
height: 100%
}
#blog-slider-home-one .blog-wrap {
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: stretch
}
#blog-slider-home-one .read-more-arrow {
margin-top: auto
}
.gdr-img-box-wrap-home {
margin-top: 100px
}
.home-shop {
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 99
}
.home-shop .header-fullpage {
background: 0 0
}
.home-shop .header-fullpage.fixed {
position: fixed;
width: 100%;
top: 0;
background: #f15e42;
padding: 0;
box-shadow: none;
z-index: 9
}
.shop-top-bar {
background: #27304b;
color: #fff;
text-align: center;
padding: .5rem 0
}
.shop-top-bar svg {
color: #f15e42
}
.tp-dottedoverlay {
background: rgba(0, 0, 0, .2)
}
.home-shop-header {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
padding: .7rem 0
}
.home-shop-header .navbar-brand {
width: 200px;
padding: 0;
margin: 0
}
.home-shop-header .header-option {
display: flex;
justify-content: flex-end;
align-items: center
}
.home-shop-header .navbar-toggler {
display: none
}
.home-shop-header #search_home {
color: #fff;
padding-left: 0;
padding-right: 0
}
.home-shop-header #search_home:hover {
color: #27304b
}
.nav-oval .navbar-collapse {
background-color: #f15e42;
border-radius: 70px;
background-color: #f15e42;
padding: 0 45px;
margin: 0 -45px
}
.nav-oval .navbar-nav .active .nav-link,
.nav-oval .navbar-nav .active .nav-link:hover,
.nav-oval .navbar-nav .nav-item:hover .nav-link,
.nav-oval .navbar-nav .nav-link:hover {
color: #27304b
}
.nav-oval {
padding: 0
}
#home-shop-slider .owl-item {
padding: 1rem
}
.home-shop-cat {
margin-bottom: -80px
}
.sale-bg-curve {
position: relative
}
.sale-bg-curve:after,
.sale-bg-curve:before {
position: absolute;
content: "";
left: 0;
height: 121px;
width: 100%;
background-repeat: repeat-x;
background-size: cover
}
.sale-bg-curve:before {
background-position: center bottom;
top: -121px;
background-image: url(../images/h5_wave_up.png)
}
.sale-bg-curve:after {
background-position: center bottom;
bottom: -121px;
background-image: url(../images/h5_wave_down.png)
}
.curve-bg-curve-optional {
position: relative;
margin: 10rem 0
}
.curve-bg-curve-optional:after,
.curve-bg-curve-optional:before {
position: absolute;
content: "";
left: 0;
height: 161px;
width: 100%;
background-repeat: repeat-x;
background-size: cover
}
.curve-bg-curve-optional:before {
top: -121px;
background-image: url(../images/curve_bg_top.png);
background-position: top
}
.curve-bg-curve-optional:after {
background-position: center bottom;
bottom: -121px;
background-image: url(../images/curve_bg_bot.png)
}
.sale-countdown {
margin: 0;
font-weight: 600;
display: flex;
align-items: center
}
.sale-countdown li {
width: 24%;
margin-right: 0
}
.sale-countdown li .seconds {
width: 70px;
display: inline-block
}
.sale-countdown span {
font-size: 1.875rem;
color: #fff;
font-weight: 800;
line-height: 1.2
}
.home-shop-slider .tp-dottedoverlay {
background: rgba(0, 0, 0, .1)
}
.home-vet,
.home-vet-slider {
background: #f6f6f6
}
.home-vet .top-bar-right {
background: #fff
}
.home-intro .container-fluid,
.home-vet .container-fluid,
.home-vet-slider .container-fluid {
max-width: 1499px
}
.home-vet #search_home {
color: #f15e42
}
.home-vet #search_home:hover {
color: #27304b
}
.home-vet-slider .container-fluid {
border-radius: 40px;
background-color: #f15e42;
overflow: hidden;
padding: 0;
position: relative;
z-index: 9
}
.home-vet-slider {
position: relative;
padding: 0 15px
}
.home-vet-slider::after {
position: absolute;
content: "";
bottom: 0;
height: 30%;
background: #fff;
width: 100%;
left: 0;
z-index: 1
}
.home-vet-slider .tp-dottedoverlay {
background: 0 0
}
.home-vet-welcome {
background: #f5f5f6;
padding: 5rem 2.5rem;
position: relative
}
.year-gone {
position: absolute;
background: #98cb46;
padding: 1rem 1.5rem;
bottom: -40px;
right: 40px;
color: #27304b;
font-weight: 600;
border-radius: 20px
}
.year-gone span {
font-size: 3rem;
color: #fff;
display: block;
line-height: 1;
font-weight: 700;
letter-spacing: -2px
}
.healthcare_tips {
margin: 0 50px;
background: url(../images/healthcare_tips_bg.jpg) no-repeat center center;
position: relative;
background-size: cover;
border-radius: 40px;
margin-bottom: 5rem
}
.healthcare_tips::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(39, 47, 69, .5);
left: 0;
top: 0;
border-radius: 40px
}
.tip-veterinary-skills {
border-radius: 20px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 1.5rem;
margin-bottom: -5rem
}
.tip-veterinary-skills img {
border-radius: 20px;
margin-bottom: 1.5rem
}
#adopt-love-one .owl-stage-outer {
padding: 0
}
#adopt-love-one .owl-item {
padding: 1rem
}
.adopt-pet-wrap {
background: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 1.5rem;
border-radius: 7px;
margin-bottom: 1.5rem
}
.adopt-pet-wrap .img {
text-align: center;
margin: 0 0 1.5rem;
position: relative;
border-radius: 7px;
overflow: hidden;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.adopt-pet-wrap .img img {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.adopt-pet-wrap:hover .img {
background: #27304b
}
.adopt-pet-wrap .pet-name {
position: relative;
margin-bottom: 1.5rem
}
.adopt-pet-wrap .pet-location {
color: #f15e42;
font-size: 1rem;
font-weight: 500;
margin-bottom: .7rem
}
.adopt-pet-wrap .pet-name::after {
position: absolute;
content: "";
bottom: -15px;
left: 0;
height: 1px;
width: 40px;
background: #d4d6db
}
.adopt-pet-wrap h4 {
margin-bottom: 0
}
.adopt-pet-wrap h4 a {
color: #98cb46;
font-weight: 700;
font-size: 1.5rem;
margin-bottom: 0
}
.adopt-pet-wrap h4 a:hover {
color: #f15e42
}
#gallery-sliding .captured-gallery-item {
border-radius: 0
}
.home-vet-testimonial {
margin: 0 50px;
position: relative;
border-radius: 40px;
margin-bottom: 5rem
}
.home-intro .header-fullpage.fixed,
.home-vet .header-fullpage.fixed {
position: fixed;
top: 0;
z-index: 99;
background-color: #fff;
width: 100%;
padding: .5rem 0
}
.home-vet .logo-brand {
margin-right: 2rem
}
.instagram_gallery a {
margin: 0 .7rem .7rem 0!important;
width: 27%!important
}
.instagram_gallery a img {
border-radius: 20px;
transition: all .3s ease-in-out
}
.instagram_gallery a:hover img {
opacity: .7
}
.home-intro .header-fullpage {
background: 0 0
}
.home-intro #search_home,
.home-intro #shopping-bag {
color: #213184
}
.home-intro #search_home:hover {
color: #27304b
}
.home-intro .top-bar-right {
background: #32a4d5;
color: #fff
}
.home-intro .top-bar-right a {
color: #fff
}
.home-intro .top-bar-right a:hover {
color: #98cb46
}
.home-intro-icon {
position: relative;
z-index: 9;
margin-top: -9rem
}
#body-content.non-overflow-intro {
overflow-y: initial
}
.home-intro-sitters {
background: url(../images/sidebar_pet.png) no-repeat bottom right #fff;
background-size: 300px
}
.affordable-pet-sitter-wrap {
position: relative
}
.affordable-pet-sitter-wrap::after {
position: absolute;
content: "";
top: 0;
right: 0;
background: #f8f8f8;
width: 35%;
z-index: -1;
height: 100%
}
.affordable-pet-sitter {
padding: 1.5rem 0 0 0
}
.affordable-pet-sitter h3 {
margin-bottom: 1.5rem;
font-size: 1.5rem
}
.pet-sitter-slider {
border-radius: 5px;
background: #f5f5f5
}
.pet-sitter-slider img {
border-radius: 5px
}
.pet-sitter-slider .sitter-name {
padding: 1.5rem;
text-align: center
}
.pet-sitter-slider .sitter-name h4 {
margin-bottom: 0
}
.pet-sitter-slider .sitter-name h4 a {
color: #98cb46;
font-weight: 700
}
.pet-sitter-slider .sitter-name h4 a:hover {
color: #f15e42
}
.pet-sitter-slider .details {
display: flex;
padding-top: 1.5rem;
justify-content: space-between;
position: relative;
line-height: 1.2
}
.pet-sitter-slider .details::before {
position: absolute;
content: "";
top: 13px;
left: 50%;
height: 1px;
width: 40px;
background: #d4d6db;
transform: translateX(-50%)
}
#affordable-pet-sitter .owl-nav {
text-align: center;
margin-top: 0;
position: absolute;
top: -40px;
right: -12px;
z-index: 9
}
#affordable-pet-sitter.owl-carousel .owl-nav button.owl-next,
#affordable-pet-sitter.owl-carousel .owl-nav button.owl-prev {
position: absolute;
height: 40px;
width: 40px;
outline: 0;
display: inline-block;
color: #8e8e8e;
font-size: 1.9rem;
margin: 0;
font-weight: 700;
line-height: 1;
border-radius: 0;
background: 0 0;
box-shadow: none
}
#affordable-pet-sitter.owl-carousel .owl-nav button:hover {
color: #f15e42
}
#affordable-pet-sitter.owl-carousel .owl-nav button.owl-prev {
left: auto;
right: 25px
}
#affordable-pet-sitter.owl-carousel .owl-nav button.owl-next {
right: 0
}
.care-your-pet {
background: url(../images/care_your_pet.jpg) no-repeat center center;
background-size: cover;
height: 100%;
position: relative
}
.event-wrap {
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
padding: 0 2rem 2rem 2rem;
margin-bottom: 3rem;
margin-top: 4rem
}
.event-wrap .img {
top: -4rem;
position: relative;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.event-wrap .title {
margin-top: -2.5rem;
font-size: 1.5rem
}
.event-wrap .title a {
color: #98cb46;
font-weight: 600;
line-height: 1.2
}
.event-wrap .title a:hover {
color: #f15e42
}
.event-wrap .event-place {
color: #27304b;
font-size: 1rem;
position: relative;
margin-bottom: 1.5rem;
font-weight: 700
}
.event-place::after {
position: absolute;
content: "";
bottom: -12px;
left: 0;
height: 1px;
width: 40px;
background: #d4d6db
}
.home-intor-map iframe {
width: 100%;
margin-top: 4rem;
height: 350px;
border: none;
border-radius: 6px;
background: #f4f4f6
}
.subscribe-cruve {
margin-bottom: 150px;
position: relative
}
.subscribe-cruve::after {
position: absolute;
content: "";
left: 0;
height: 140px;
width: 100%;
background-repeat: repeat-x;
background-size: cover;
background-position: center bottom;
bottom: -140px;
background-image: url(../images/subscribe_curve.png)
}
.subscribe-cruve .footer-subscribe {
padding-left: 0;
padding-right: 0;
padding-bottom: 0
}
.subscribe-cruve .footer-subscribe .icon {
background-color: #f15e42;
width: 70px;
height: 70px;
min-width: 70px
}
.footer-intro {
background-color: #213184;
color: #fff;
padding: 5rem 0 3rem
}
.footer-intro .footer-heading {
color: #1c2339
}
.footer-intro .footer-heading::after {
background: #f15e42
}
.footer-intro .footer-widget-menu ul li a span {
color: #7c7c7c;
font-weight: 600
}
.footer-intro .footer-widget-menu ul li a:hover span {
color: #f15e42
}
.footer-intro .underline {
border-bottom: 1px dashed #7c7c7c
}
.footer-intro .social-icons {
text-align: left
}
.footer-intro .social-icons a {
color: #f15e42;
padding: 0
}
.footer-intro .social-icons a:hover {
color: #27304b
}
.footer-intro .social-icons a:not(:first-child) {
margin-left: 10px;
display: inline-block
}
.slider-home-classic .tp-dottedoverlay {
display: none
}
.home-classis-box .container {
max-width: 1320px;
padding: 0;
border-style: solid;
border-width: 8px;
border-color: rgba(255, 255, 255, .8);
background-color: #fff;
box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14)
}
.home-classis-box {
position: relative;
z-index: 9;
margin-top: -4rem;
padding: 0 15px
}
.header-classic #search_home {
margin-left: 1rem;
color: #f15e42
}
.header-classic #search_home:hover {
color: #27304b
}
.home-classic-counter {
padding: 9rem 0
}
.home-classic-services {
margin-top: 9rem;
background-image: url(../images/home_classic_services.jpg);
background-repeat: no-repeat;
background-position: top center!important
}
.classic-gallery {
padding-left: 8rem;
padding-right: 8rem
}
.card-search {
border-radius: 20px;
padding-left: 30px;
} | 0.370795 | 0.065247 |
.container {
/*max-width: 60em;*/
width: 100%;
}
html {
position: relative;
min-height: 100%;
}
@media print {
.navbar {
display: none;
}
}
.radio {
margin: 0px 0;
display: block;
cursor: pointer;
}
.radio input {
display: none;
}
.radio input + span {
line-height: 22px;
height: 22px;
padding-left: 22px;
display: block;
position: relative;
}
.radio input + span:not(:empty) {
padding-left: 30px;
}
.radio input + span:before, .radio input + span:after {
content: '';
width: 22px;
height: 22px;
display: block;
border-radius: 50%;
left: 0;
top: 0;
position: absolute;
}
.radio input + span:before {
background: #D1D7E3;
transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
background: #fff;
-webkit-transform: scale(0.78);
transform: scale(0.78);
transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
-webkit-transform: scale(1.04);
transform: scale(1.04);
background: #5D9BFB;
}
.radio input:checked + span:after {
-webkit-transform: scale(0.4);
transform: scale(0.4);
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
}
.radio:hover input + span:before {
-webkit-transform: scale(0.92);
transform: scale(0.92);
}
.radio:hover input + span:after {
-webkit-transform: scale(0.74);
transform: scale(0.74);
}
.radio:hover input:checked + span:after {
-webkit-transform: scale(0.4);
transform: scale(0.4);
} | css/main.css | .container {
/*max-width: 60em;*/
width: 100%;
}
html {
position: relative;
min-height: 100%;
}
@media print {
.navbar {
display: none;
}
}
.radio {
margin: 0px 0;
display: block;
cursor: pointer;
}
.radio input {
display: none;
}
.radio input + span {
line-height: 22px;
height: 22px;
padding-left: 22px;
display: block;
position: relative;
}
.radio input + span:not(:empty) {
padding-left: 30px;
}
.radio input + span:before, .radio input + span:after {
content: '';
width: 22px;
height: 22px;
display: block;
border-radius: 50%;
left: 0;
top: 0;
position: absolute;
}
.radio input + span:before {
background: #D1D7E3;
transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
background: #fff;
-webkit-transform: scale(0.78);
transform: scale(0.78);
transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
-webkit-transform: scale(1.04);
transform: scale(1.04);
background: #5D9BFB;
}
.radio input:checked + span:after {
-webkit-transform: scale(0.4);
transform: scale(0.4);
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
}
.radio:hover input + span:before {
-webkit-transform: scale(0.92);
transform: scale(0.92);
}
.radio:hover input + span:after {
-webkit-transform: scale(0.74);
transform: scale(0.74);
}
.radio:hover input:checked + span:after {
-webkit-transform: scale(0.4);
transform: scale(0.4);
} | 0.521471 | 0.115361 |
@keyframes cardAnimation{
0%{
box-shadow : 0px 0px 2px rgb(0,0,0,0.5);
}
100%{
box-shadow : 0px 0px 0.4375em rgb(0,0,0,0.5);
}
}
@keyframes articleImageGrow{
0%{
width : 2.5em;
height : 2.5em;
}
100%{
width : 6.25em;
height : 6.25em;
}
}
@keyframes slideDown{
0%{
height : 0em;
}
100%{
height : 18.75em;
}
}
/* body */
body{
-ms-overflow-style: none;
}
body::-webkit-scrollbar {
display: none;
width: 0 !important;
}
input:focus {
outline: none;
}
textarea:focus {
outline: none;
}
/* END body */
/* upperBar */
.upperBar{
background-color : white;
height : 3.75em;
width : 100%;
display : flex;
flex-direction : row;
justify-content : space-around;
border-bottom: 0.0625em solid rgb(0,0,0,0.3);
}
#menuBtn:checked ~ .upperCategoryText {
position : absolute;
margin-top : 1.3125em;
}
#menuBtn:checked ~ .submenu {
display: inline-block;
}
/* END upperBar */
a {
text-decoration:none !important
}
a:link {
color : #000000;
text-decoration:none !important;
}
a:visited {
color : #000000;
text-decoration:none !important;
}
a:hover {
color : #000000;
text-decoration:none !important;
}
a:active {
color : #000000;
text-decoration:none !important;
}
.bodyLayer{
background-color : white;
display : flex;
height : 90vh;
justify-content : center;
}
.index{
background-color : white;
display : flex;
flex-direction : row;
flex-wrap : nowrap;
height : 100%;
margin-top : 0.625em;
width : 100%;
max-width : 100%;
justify-content : center;
}
@media screen and (min-width : 50em){
.index{
max-width : 75%;
}
}
.blogName{
font-family : 'Noto Sans KR', sans-serif;
font-size : 1.125em;
}
/* 사이드바 - 프로필 레이어, 카드 레이어 있음*/
.sidebar{
font-family : 'Noto Sans KR', sans-serif;
width : 18.75em;
background-color : white;
text-align : right;
}
/* 프로필 레이어 */
.profileLayer{
background-color : white;
border-radius : 0.3125em;
width : 100%;
margin-left : 0.3125em;
max-width : 18.75em;
height : 4.3125em;
display : flex;
box-shadow : 0px 0px 2px rgb(0,0,0,0.5);
text-align : left;
overflow : hidden;
}
.profileLayer:hover{
box-shadow : 0px 0px 0.4375em rgb(0,0,0,0.5);
animation : cardAnimation 0.1s;
min-height : 4.3125em;
height : auto;
}
.profileLayerImage{
height : 3.4375em;
width : 3.4375em;
border-radius : 3.125em;
}
.profileLayerNameTag{
font-family : 'Noto Sans KR', sans-serif;
font-weight : 500;
font-size : 0.8em;
display : table-cell;
vertical-align : middle;
overflow : hidden;
}
/* 카드 레이어 */
.cardLayer{
position : relative;
width : 100%;
padding : 0em 0.3125em 0.3125em 0.3125em;
overflow-y : scroll;
-ms-overflow-style: none;
display : inline-block;
max-height : 90%;
z-index : 0;
}
.cardLayer::-webkit-scrollbar {
display: none;
width: 0 !important;
}
.card{
position : relative;
z-index : 0;
display : inline-block;
border-radius : 0.3125em;
margin-top : 0.625em;
width : 100%;
max-width : 18.75em;
height : 12.5em;
background-color : white;
box-shadow : 0em 0em 0.125em rgb(0,0,0,0.5);
}
.card:hover{
/*margin-top : -0px;
margin-bottom : 10px;*/
box-shadow : 0px 0px 0.4375em rgb(0,0,0,0.5);
animation : cardAnimation 0.1s;
z-index : 1;
}
.cardImage{
display: block;
overflow-y : scroll;
border-radius : 0.3125em 0.3125em 0px 0px;
margin-top : 0px;
width : 100%;
height : 8.75em;
object-fit : fit;
}
.cardLetter{
display : block;
overflow : hidden;
border-radius : 0px 0px 0.625em 0.625em;
padding : 0px 0px 0px 0.3125em;
margin-top : 0px;
width : auto;
height : 3.75em;
text-align : left;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 400;
font-size : 0.8125em;
}
/* 인덱스 페이지 */
.indexLayerWrapper{
width : 90%;
height : 100%;
margin-right : 3.125em;
background-color : white;
-ms-overflow-style: none;
overflow-y : scroll;
word-break:break-all;
}
.indexLayerWrapper::-webkit-scrollbar {
display: none;
width: 0 !important;
}
.indexLayer{
width : 100%;
height : 100%;
background-color : white;
display : flex;
flex-wrap: wrap;
align-content: flex-start;
}
.articleLink{
width : 99%;
height : 14.375em;
border-radius : 0.3125em;
margin-left : 0.375em;
display : inline-block;
/*margin-top : -20px;*/
}
.articleLayer{
display : flex;
position : relative;
overflow : hidden;
width : 100%;
height : 100%;
background-color : white;
border-bottom : 0.0625em solid #C9C9C9;
z-index : 0;
}
/*
.articleLayer:hover{
width : 380px;
height : 437px;
z-index : 1;
}
*/
.articleText{
/*background-color : red;*/
width : 100%;
height : 100%;
}
.articleHeader{
display : flex;
justify-content : center;
height : 23%;
width : 100%;
}
.articleImage{
align-self : center;
border-radius : 0.3125em;
width : 9.375em;
height : 9.375em;
min-width : 9.375em;
min-height : 9.375em;
overflow : hidden;
padding-left : 1.25em;
padding-right : 1.25em;
object-fit : contain;
}
.articleTitle{
margin-top : 0.375em;
margin-left : 0.125em;
font-size : 1.3em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 500;
width : 100%;
height : 100%;
text-align : left;
overflow : hidden;
text-overflow: ellipsis;
white-space : nowrap;
}
.articleBody{
width : 100%;
height : 62%;
/*height : 75%;*/
overflow : hidden;
}
.articleBodyText{
color : #C9C9C9;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
font-size : 0.8125em;
display: table-cell;
vertical-align: middle;
word-break : break-all;
height: 8.125em;
}
.articleBodyTail{
font-size : 0.8125em;
margin-top : 0.375em;
width : 100%;
height : 10%;
overflow : hidden;
text-align : left;
}
.articleDate{
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
color : #C9C9C9;
font-size : 0.8125em;
}
.articleCategory{
color : #C9C9C9;
font-size : 0.8125em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
}
/* 본문 */
.permalinkWrapper{
width : 100%;
margin-top : 1.25em;
}
.permalinkLine{
text-align : center;
border-bottom : 1px solid #C9C9C9;
}
.permalinkCategoryAndDate{
color : #C9C9C9;
width : 100%;
text-align : center;
font-size : 0.875em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 500;
}
.permalinkTitle{
color : #000000;
width : 100%;
text-align : center;
font-size : 1.5625em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 600;
}
.permalinkInfo{
color : #C9C9C9;
width : 100%;
text-align : center;
font-size : 0.875em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 500;
}
.permalinkText{
color : #000000;
width : 100%;
height : auto;
font-family : 'Noto Sans KR', sans-serif;
}
.permalinkTag{
color : #C9C9C9;
text-align : left;
font-size : 0.875em;
font-family : 'Noto Sans KR', sans-serif;
font-weight: 500;
}
.permalinkBottom{
display : flex;
flex-direction : column;
justify-content : center;
}
.permalinkComment{
width : 100%;
display : flex;
flex-direction : column;
}
.permalinkCommentInput{
width : 95%;
height : 100px;
border : 1px solid #C9C9C9;
align-self : center;
resize : none;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 200;
color : black;
}
.permalinkCommentSubmit{
width : auto;
height : 2.5em;
background-color : white;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
border : 1px solid #C9C9C9;
margin-right : 0px;
text-align : center;
}
.permalinkCommentSubmit:hover{
color : white;
background-color : black;
border : 1px solid white;
}
.permalinkCommentTitle{
width : 99%;
align-self : center;
background-color : white;
text-align : left;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
}
/* 사용자 댓글 */
.userComment{
display : flex;
flex-direction : column;
justify-content : center;
width : 100%;
height : auto;
border-bottom : 0.0625em solid #C9C9C9;
padding-top : 0.3125em;
padding-bottom : 0.3125em;
}
.userComment:hover{
border-bottom : 0.0625em solid rgb(0,0,0,0);
box-shadow : 0px 0px 2px rgb(0,0,0,0.5);
}
.userCommentReply:hover{
border-bottom : 0.0625em solid rgb(0,0,0,0.2);
border-top: 0.0625em solid rgb(0,0,0,0.2);
}
.userCommentHeader{
width : 100%;
padding-top : 0.3125em;
padding-bottom : 0.3125em;
height : 1.5625em;
display : flex;
justify-content : left;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
font-size : 0.875em;
}
.userCommentHeaderLogo{
overflow : hidden;
border-radius : 3.125em;
width : 2.8125em;
height : 2.8125em;
}
.userCommentHeaderNameWrapper{
display : table;
width : 100%;
margin-left : 0.625em;
}
.userCommentHeaderName{
height : 1.5625em;
width : 100%;
display: table-cell;
vertical-align: middle;
word-break : break-all;
}
.userCommentBody{
padding-bottom : 0.3125em;
height : auto;
margin-left : 3.4375em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 400;
font-size : 0.75em;
}
.commentControl{
width : 100%;
text-align : right;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 400;
font-size : 0.75em;
color : #C9C9C9;
}
/* 모바일 */
/*
@media screen and (max-width : 640px){
.index{
margin-left : 0px;
margin-right : 0px;
}
.indexLayer{
width : 90%
min-width : 0px;
}
.nametagWrapper{
width : 100vw;
text-align : center;
}
.blogName{
font-size : 18px;
text-align : center;
width : 100%;
margin-left : 0px;
}
.sidebar{
display : none;
}
.articleText{
width : 100%;
}
.indexLayerWrapper{
margin-left : 0px;
margin-right : 0px;
}
}
*/
.categoryInput {
position:fixed;
left:-99999999px;
z-index : 4;
cursor: pointer;
}
label{
cursor : pointer;
}
.upperInput[type="checkbox"]{
display : none;
}
.box {
position : absolute;
display : none;
height : auto;
max-height : 90vh;
padding-top : 0.5em;
padding-bottom : 0.5em;
margin-top : 1.25em;
margin-left : -100%;
background-color : white;
border : 0.0625em solid #C9C9C9;
z-index : 5;
font-size : 0.7em;
overflow : scroll;
-ms-overflow-style: none;
}
.box::-webkit-scrollbar {
display: none;
width: 0 !important;
}
:checked ~ .box { /* 일반 형제 선택 */
display : block;
width : 300% !important;
} | src/style.css | @keyframes cardAnimation{
0%{
box-shadow : 0px 0px 2px rgb(0,0,0,0.5);
}
100%{
box-shadow : 0px 0px 0.4375em rgb(0,0,0,0.5);
}
}
@keyframes articleImageGrow{
0%{
width : 2.5em;
height : 2.5em;
}
100%{
width : 6.25em;
height : 6.25em;
}
}
@keyframes slideDown{
0%{
height : 0em;
}
100%{
height : 18.75em;
}
}
/* body */
body{
-ms-overflow-style: none;
}
body::-webkit-scrollbar {
display: none;
width: 0 !important;
}
input:focus {
outline: none;
}
textarea:focus {
outline: none;
}
/* END body */
/* upperBar */
.upperBar{
background-color : white;
height : 3.75em;
width : 100%;
display : flex;
flex-direction : row;
justify-content : space-around;
border-bottom: 0.0625em solid rgb(0,0,0,0.3);
}
#menuBtn:checked ~ .upperCategoryText {
position : absolute;
margin-top : 1.3125em;
}
#menuBtn:checked ~ .submenu {
display: inline-block;
}
/* END upperBar */
a {
text-decoration:none !important
}
a:link {
color : #000000;
text-decoration:none !important;
}
a:visited {
color : #000000;
text-decoration:none !important;
}
a:hover {
color : #000000;
text-decoration:none !important;
}
a:active {
color : #000000;
text-decoration:none !important;
}
.bodyLayer{
background-color : white;
display : flex;
height : 90vh;
justify-content : center;
}
.index{
background-color : white;
display : flex;
flex-direction : row;
flex-wrap : nowrap;
height : 100%;
margin-top : 0.625em;
width : 100%;
max-width : 100%;
justify-content : center;
}
@media screen and (min-width : 50em){
.index{
max-width : 75%;
}
}
.blogName{
font-family : 'Noto Sans KR', sans-serif;
font-size : 1.125em;
}
/* 사이드바 - 프로필 레이어, 카드 레이어 있음*/
.sidebar{
font-family : 'Noto Sans KR', sans-serif;
width : 18.75em;
background-color : white;
text-align : right;
}
/* 프로필 레이어 */
.profileLayer{
background-color : white;
border-radius : 0.3125em;
width : 100%;
margin-left : 0.3125em;
max-width : 18.75em;
height : 4.3125em;
display : flex;
box-shadow : 0px 0px 2px rgb(0,0,0,0.5);
text-align : left;
overflow : hidden;
}
.profileLayer:hover{
box-shadow : 0px 0px 0.4375em rgb(0,0,0,0.5);
animation : cardAnimation 0.1s;
min-height : 4.3125em;
height : auto;
}
.profileLayerImage{
height : 3.4375em;
width : 3.4375em;
border-radius : 3.125em;
}
.profileLayerNameTag{
font-family : 'Noto Sans KR', sans-serif;
font-weight : 500;
font-size : 0.8em;
display : table-cell;
vertical-align : middle;
overflow : hidden;
}
/* 카드 레이어 */
.cardLayer{
position : relative;
width : 100%;
padding : 0em 0.3125em 0.3125em 0.3125em;
overflow-y : scroll;
-ms-overflow-style: none;
display : inline-block;
max-height : 90%;
z-index : 0;
}
.cardLayer::-webkit-scrollbar {
display: none;
width: 0 !important;
}
.card{
position : relative;
z-index : 0;
display : inline-block;
border-radius : 0.3125em;
margin-top : 0.625em;
width : 100%;
max-width : 18.75em;
height : 12.5em;
background-color : white;
box-shadow : 0em 0em 0.125em rgb(0,0,0,0.5);
}
.card:hover{
/*margin-top : -0px;
margin-bottom : 10px;*/
box-shadow : 0px 0px 0.4375em rgb(0,0,0,0.5);
animation : cardAnimation 0.1s;
z-index : 1;
}
.cardImage{
display: block;
overflow-y : scroll;
border-radius : 0.3125em 0.3125em 0px 0px;
margin-top : 0px;
width : 100%;
height : 8.75em;
object-fit : fit;
}
.cardLetter{
display : block;
overflow : hidden;
border-radius : 0px 0px 0.625em 0.625em;
padding : 0px 0px 0px 0.3125em;
margin-top : 0px;
width : auto;
height : 3.75em;
text-align : left;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 400;
font-size : 0.8125em;
}
/* 인덱스 페이지 */
.indexLayerWrapper{
width : 90%;
height : 100%;
margin-right : 3.125em;
background-color : white;
-ms-overflow-style: none;
overflow-y : scroll;
word-break:break-all;
}
.indexLayerWrapper::-webkit-scrollbar {
display: none;
width: 0 !important;
}
.indexLayer{
width : 100%;
height : 100%;
background-color : white;
display : flex;
flex-wrap: wrap;
align-content: flex-start;
}
.articleLink{
width : 99%;
height : 14.375em;
border-radius : 0.3125em;
margin-left : 0.375em;
display : inline-block;
/*margin-top : -20px;*/
}
.articleLayer{
display : flex;
position : relative;
overflow : hidden;
width : 100%;
height : 100%;
background-color : white;
border-bottom : 0.0625em solid #C9C9C9;
z-index : 0;
}
/*
.articleLayer:hover{
width : 380px;
height : 437px;
z-index : 1;
}
*/
.articleText{
/*background-color : red;*/
width : 100%;
height : 100%;
}
.articleHeader{
display : flex;
justify-content : center;
height : 23%;
width : 100%;
}
.articleImage{
align-self : center;
border-radius : 0.3125em;
width : 9.375em;
height : 9.375em;
min-width : 9.375em;
min-height : 9.375em;
overflow : hidden;
padding-left : 1.25em;
padding-right : 1.25em;
object-fit : contain;
}
.articleTitle{
margin-top : 0.375em;
margin-left : 0.125em;
font-size : 1.3em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 500;
width : 100%;
height : 100%;
text-align : left;
overflow : hidden;
text-overflow: ellipsis;
white-space : nowrap;
}
.articleBody{
width : 100%;
height : 62%;
/*height : 75%;*/
overflow : hidden;
}
.articleBodyText{
color : #C9C9C9;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
font-size : 0.8125em;
display: table-cell;
vertical-align: middle;
word-break : break-all;
height: 8.125em;
}
.articleBodyTail{
font-size : 0.8125em;
margin-top : 0.375em;
width : 100%;
height : 10%;
overflow : hidden;
text-align : left;
}
.articleDate{
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
color : #C9C9C9;
font-size : 0.8125em;
}
.articleCategory{
color : #C9C9C9;
font-size : 0.8125em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
}
/* 본문 */
.permalinkWrapper{
width : 100%;
margin-top : 1.25em;
}
.permalinkLine{
text-align : center;
border-bottom : 1px solid #C9C9C9;
}
.permalinkCategoryAndDate{
color : #C9C9C9;
width : 100%;
text-align : center;
font-size : 0.875em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 500;
}
.permalinkTitle{
color : #000000;
width : 100%;
text-align : center;
font-size : 1.5625em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 600;
}
.permalinkInfo{
color : #C9C9C9;
width : 100%;
text-align : center;
font-size : 0.875em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 500;
}
.permalinkText{
color : #000000;
width : 100%;
height : auto;
font-family : 'Noto Sans KR', sans-serif;
}
.permalinkTag{
color : #C9C9C9;
text-align : left;
font-size : 0.875em;
font-family : 'Noto Sans KR', sans-serif;
font-weight: 500;
}
.permalinkBottom{
display : flex;
flex-direction : column;
justify-content : center;
}
.permalinkComment{
width : 100%;
display : flex;
flex-direction : column;
}
.permalinkCommentInput{
width : 95%;
height : 100px;
border : 1px solid #C9C9C9;
align-self : center;
resize : none;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 200;
color : black;
}
.permalinkCommentSubmit{
width : auto;
height : 2.5em;
background-color : white;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
border : 1px solid #C9C9C9;
margin-right : 0px;
text-align : center;
}
.permalinkCommentSubmit:hover{
color : white;
background-color : black;
border : 1px solid white;
}
.permalinkCommentTitle{
width : 99%;
align-self : center;
background-color : white;
text-align : left;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
}
/* 사용자 댓글 */
.userComment{
display : flex;
flex-direction : column;
justify-content : center;
width : 100%;
height : auto;
border-bottom : 0.0625em solid #C9C9C9;
padding-top : 0.3125em;
padding-bottom : 0.3125em;
}
.userComment:hover{
border-bottom : 0.0625em solid rgb(0,0,0,0);
box-shadow : 0px 0px 2px rgb(0,0,0,0.5);
}
.userCommentReply:hover{
border-bottom : 0.0625em solid rgb(0,0,0,0.2);
border-top: 0.0625em solid rgb(0,0,0,0.2);
}
.userCommentHeader{
width : 100%;
padding-top : 0.3125em;
padding-bottom : 0.3125em;
height : 1.5625em;
display : flex;
justify-content : left;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 300;
font-size : 0.875em;
}
.userCommentHeaderLogo{
overflow : hidden;
border-radius : 3.125em;
width : 2.8125em;
height : 2.8125em;
}
.userCommentHeaderNameWrapper{
display : table;
width : 100%;
margin-left : 0.625em;
}
.userCommentHeaderName{
height : 1.5625em;
width : 100%;
display: table-cell;
vertical-align: middle;
word-break : break-all;
}
.userCommentBody{
padding-bottom : 0.3125em;
height : auto;
margin-left : 3.4375em;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 400;
font-size : 0.75em;
}
.commentControl{
width : 100%;
text-align : right;
font-family : 'Noto Sans KR', sans-serif;
font-weight : 400;
font-size : 0.75em;
color : #C9C9C9;
}
/* 모바일 */
/*
@media screen and (max-width : 640px){
.index{
margin-left : 0px;
margin-right : 0px;
}
.indexLayer{
width : 90%
min-width : 0px;
}
.nametagWrapper{
width : 100vw;
text-align : center;
}
.blogName{
font-size : 18px;
text-align : center;
width : 100%;
margin-left : 0px;
}
.sidebar{
display : none;
}
.articleText{
width : 100%;
}
.indexLayerWrapper{
margin-left : 0px;
margin-right : 0px;
}
}
*/
.categoryInput {
position:fixed;
left:-99999999px;
z-index : 4;
cursor: pointer;
}
label{
cursor : pointer;
}
.upperInput[type="checkbox"]{
display : none;
}
.box {
position : absolute;
display : none;
height : auto;
max-height : 90vh;
padding-top : 0.5em;
padding-bottom : 0.5em;
margin-top : 1.25em;
margin-left : -100%;
background-color : white;
border : 0.0625em solid #C9C9C9;
z-index : 5;
font-size : 0.7em;
overflow : scroll;
-ms-overflow-style: none;
}
.box::-webkit-scrollbar {
display: none;
width: 0 !important;
}
:checked ~ .box { /* 일반 형제 선택 */
display : block;
width : 300% !important;
} | 0.107098 | 0.145661 |
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
div#information-comment {
font-size: 1.5em;
}
div#error-comment {
font-size: 1.5em;
}
.error {
color: red;
}
div#rest-number {
float: right;
margin-right: 10px;
}
input#btn-post {
width: 5.0em;
float: right;
}
.ui-dialog .ui-dialog-titlebar-close {
display: none;
}
table#table-comment-list {
table-layout: fixed;
}
@keyframes new-comment {
0% { background: #ffffff; }
50% { background: #ffff99; }
100% { background: #ffffff; }
}
@-webkit-keyframes new-comment {
0% { background: #ffffff; }
50% { background: #ffff99; }
100% { background: #ffffff; }
}
@-moz-keyframes new-comment {
0% { background: #ffffff; }
50% { background: #ffff99; }
100% { background: #ffffff; }
}
@-o-keyframes new-comment {
0% { background: #ffffff; }
50% { background: #ffff99; }
100% { background: #ffffff; }
}
@-ms-keyframes new-comment {
0% { background: #ffffff; }
50% { background: #ffff99; }
100% { background: #ffffff; }
}
.new-comment {
-moz-animation: new-comment 2s ease 1s 1 alternate;
-webkit-animation: new-comment 2s ease 1s 1 alternate;
-o-animation: new-comment 2s ease 1s 1 alternate;
-ms-animation: new-comment 2s ease 1s 1 alternate;
}
/* iPhone4, iPhone5, iPhone6 */
@media (max-width: 413px) {
.navbar-inner {
min-height: 10px;
}
.navbar .brand {
font-size: 0.8em;
padding: 0px 0px 0px 25px;
}
h1 {
font-size: 1.4em;
line-height: 0.8em;
text-align: center;
}
p#description {
display: none;
}
body {
padding-top: 20px;
}
.container {
width: 320px;
}
div#comment-form {
width: 278px;
padding: 10px;
margin: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#thread-id {
float: right;
}
input#txt-thread-id {
width: 6.0em;
margin-left: 3px;
}
textarea#txt-comment {
font-size: 14pt;
padding: 3px;
width: 270px;
height: 3.0em;
}
th.col-comment {
}
th.col-timestamp {
width: 7.0em;
}
td.col-comment {
word-wrap: break-word;
}
td.col-timestamp {
}
#footer {
padding-bottom: 10px;
border-top: 1px dashed #888;
}
#copyright {
display: none;
}
#copyright-short {
width: 304px;
padding-left: 8px;
padding-right: 8px;
margin:0 auto;
text-align: right;
font-size: 0.8em;
}
}
@media (min-width: 414px) {
h1 {
font-size: 2.3em;
line-height: 0.6em;
}
div#comment-form {
width: 600px;
padding: 20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#thread-id {
float: right;
}
input#txt-thread-id {
width: 6.0em;
margin-left: 3px;
}
textarea#txt-comment {
font-size: 14pt;
padding: 3px;
width: 592px;
height: 3.0em;
}
th.col-comment {
}
th.col-timestamp {
width: 12.0em;
}
td.col-comment {
word-wrap: break-word;
}
#footer {
padding-bottom: 10px;
border-top: 1px dashed #888;
}
#copyright {
width: 915px;
margin:0 auto;
padding-left: 8px;
padding-right: 17px;
text-align: right;
font-size: 0.8em;
}
#copyright-short {
display: none;
}
} | public/stylesheets/main.css | body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
div#information-comment {
font-size: 1.5em;
}
div#error-comment {
font-size: 1.5em;
}
.error {
color: red;
}
div#rest-number {
float: right;
margin-right: 10px;
}
input#btn-post {
width: 5.0em;
float: right;
}
.ui-dialog .ui-dialog-titlebar-close {
display: none;
}
table#table-comment-list {
table-layout: fixed;
}
@keyframes new-comment {
0% { background: #ffffff; }
50% { background: #ffff99; }
100% { background: #ffffff; }
}
@-webkit-keyframes new-comment {
0% { background: #ffffff; }
50% { background: #ffff99; }
100% { background: #ffffff; }
}
@-moz-keyframes new-comment {
0% { background: #ffffff; }
50% { background: #ffff99; }
100% { background: #ffffff; }
}
@-o-keyframes new-comment {
0% { background: #ffffff; }
50% { background: #ffff99; }
100% { background: #ffffff; }
}
@-ms-keyframes new-comment {
0% { background: #ffffff; }
50% { background: #ffff99; }
100% { background: #ffffff; }
}
.new-comment {
-moz-animation: new-comment 2s ease 1s 1 alternate;
-webkit-animation: new-comment 2s ease 1s 1 alternate;
-o-animation: new-comment 2s ease 1s 1 alternate;
-ms-animation: new-comment 2s ease 1s 1 alternate;
}
/* iPhone4, iPhone5, iPhone6 */
@media (max-width: 413px) {
.navbar-inner {
min-height: 10px;
}
.navbar .brand {
font-size: 0.8em;
padding: 0px 0px 0px 25px;
}
h1 {
font-size: 1.4em;
line-height: 0.8em;
text-align: center;
}
p#description {
display: none;
}
body {
padding-top: 20px;
}
.container {
width: 320px;
}
div#comment-form {
width: 278px;
padding: 10px;
margin: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#thread-id {
float: right;
}
input#txt-thread-id {
width: 6.0em;
margin-left: 3px;
}
textarea#txt-comment {
font-size: 14pt;
padding: 3px;
width: 270px;
height: 3.0em;
}
th.col-comment {
}
th.col-timestamp {
width: 7.0em;
}
td.col-comment {
word-wrap: break-word;
}
td.col-timestamp {
}
#footer {
padding-bottom: 10px;
border-top: 1px dashed #888;
}
#copyright {
display: none;
}
#copyright-short {
width: 304px;
padding-left: 8px;
padding-right: 8px;
margin:0 auto;
text-align: right;
font-size: 0.8em;
}
}
@media (min-width: 414px) {
h1 {
font-size: 2.3em;
line-height: 0.6em;
}
div#comment-form {
width: 600px;
padding: 20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#thread-id {
float: right;
}
input#txt-thread-id {
width: 6.0em;
margin-left: 3px;
}
textarea#txt-comment {
font-size: 14pt;
padding: 3px;
width: 592px;
height: 3.0em;
}
th.col-comment {
}
th.col-timestamp {
width: 12.0em;
}
td.col-comment {
word-wrap: break-word;
}
#footer {
padding-bottom: 10px;
border-top: 1px dashed #888;
}
#copyright {
width: 915px;
margin:0 auto;
padding-left: 8px;
padding-right: 17px;
text-align: right;
font-size: 0.8em;
}
#copyright-short {
display: none;
}
} | 0.324878 | 0.154663 |
body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: rgb(248, 248, 248);
margin: 0;
padding: 0;
}
p{
text-align: center;
overflow: overlay;
position: relative;
}
form{
text-align: center;
overflow: overlay;
position: relative;
}
#graph-view {
margin: 20px;
border: 1px solid blue;
width: 95%;
overflow: hidden;
resize: vertical;
}
.svg-container {
display: inline-block;
position: relative;
width: 100%;
/* padding-bottom: 100%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
}
.svg-content-responsive {
display: inline-block;
position: relative;
/*top: 0;
left: 0;*/
resize: vertical;
}
#tr-select{
position: relative;
vertical-align: middle;
}
#seq-view, #trans-table {
margin: 20px;
border: 1px solid blue;
width: 95%;
overflow: hidden;
}
.options {
margin: 20px;
width: 95%;
overflow: hidden;
}
.conceptG text{
pointer-events: none;
font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.slick-row.active .slick-cell {
background-color: rgb(150, 200, 250);
}
marker{
fill: #333;
}
g.conceptG rect{
fill: rgb(250, 240, 230);
stroke: black;
stroke-width: 2px;
}
g.conceptG:hover rect{
fill: rgb(200, 250, 250);
}
g.selected rect{
fill: rgb(150, 200, 250);
}
g.selectedFirst rect{
fill:rgb(200, 150, 150);
}
g.selected:hover rect{
fill: rgb(140, 190, 240);
}
path.link {
fill: none;
stroke: #333;
stroke-width: 3px;
cursor: default;
}
path.link:hover{
stroke: rgb(94, 196, 204);
}
g.connect-node rect{
fill: #BEFFFF;
}
path.link.hidden{
stroke-width: 0;
}
path.link.selected {
stroke: rgb(229, 172, 247);
}
#seq-view {
padding: 5px;
-moz-user-select: text;
-khtml-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
font-family: "Menlo", monospace;
word-wrap: break-word;
} | css/graph-creator.css | body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: rgb(248, 248, 248);
margin: 0;
padding: 0;
}
p{
text-align: center;
overflow: overlay;
position: relative;
}
form{
text-align: center;
overflow: overlay;
position: relative;
}
#graph-view {
margin: 20px;
border: 1px solid blue;
width: 95%;
overflow: hidden;
resize: vertical;
}
.svg-container {
display: inline-block;
position: relative;
width: 100%;
/* padding-bottom: 100%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
}
.svg-content-responsive {
display: inline-block;
position: relative;
/*top: 0;
left: 0;*/
resize: vertical;
}
#tr-select{
position: relative;
vertical-align: middle;
}
#seq-view, #trans-table {
margin: 20px;
border: 1px solid blue;
width: 95%;
overflow: hidden;
}
.options {
margin: 20px;
width: 95%;
overflow: hidden;
}
.conceptG text{
pointer-events: none;
font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.slick-row.active .slick-cell {
background-color: rgb(150, 200, 250);
}
marker{
fill: #333;
}
g.conceptG rect{
fill: rgb(250, 240, 230);
stroke: black;
stroke-width: 2px;
}
g.conceptG:hover rect{
fill: rgb(200, 250, 250);
}
g.selected rect{
fill: rgb(150, 200, 250);
}
g.selectedFirst rect{
fill:rgb(200, 150, 150);
}
g.selected:hover rect{
fill: rgb(140, 190, 240);
}
path.link {
fill: none;
stroke: #333;
stroke-width: 3px;
cursor: default;
}
path.link:hover{
stroke: rgb(94, 196, 204);
}
g.connect-node rect{
fill: #BEFFFF;
}
path.link.hidden{
stroke-width: 0;
}
path.link.selected {
stroke: rgb(229, 172, 247);
}
#seq-view {
padding: 5px;
-moz-user-select: text;
-khtml-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
font-family: "Menlo", monospace;
word-wrap: break-word;
} | 0.459561 | 0.055566 |
.nav-link {
float: right;
}
.navImg {
height: 30px;
padding-right:5px;
}
a {
color:inherit;
text-decoration: none;
}
a:hover {
color:rgb(255, 255, 255);
text-decoration: none;
}
#right-info {
text-align:center;
float:left;
}
#left-info {
text-align:center;
float:left;
}
.close-modal {
visibility: hidden;
}
.modal-style {
color:rgb(219, 219, 219);
text-decoration: none;
}
#modal-close {
color:black;
}
#SourceLogo {
background-color: darkgray;
border-color: black;
width: auto;
height: auto;
text-align: left;
color: black;
font-size:20px;
}
.fillerText {
height:300px;
color:black;
}
#portfolio-hub {
padding-top: 100px;
text-align: center;
}
.portfolio-set {
display: inline-block;
text-align: center;
height: auto;
width: auto;
max-width: 1000px;
}
.port-info {
float: left;
width: 500px;
height: 281px;
background-color: rgb(253, 222, 222);
}
.port-gif {
float: left;
width: auto;
}
.proj-name {
font-family: helvetica;
font-weight: bold;
}
.proj-desc {
font-family: Arial;
padding-top: 10px;
text-align: left;
margin-left: 10px;
margin-right:20px;
}
.info-displayed {
font-family: Arial;
padding-top: 5px;
text-align: left;
margin-left: 10px;
margin-right:20px;
}
.proj-desc-opposite {
font-family: Arial;
padding-top: 10px;
text-align: left;
margin-left:20px;
margin-right: 10px;
}
.info-displayed-opposite {
font-family: Arial;
padding-top: 5px;
text-align: left;
margin-left: 20px;
margin-right: 10px;
}
.github-logo {
height: 40px;
}
.title-of-assignment {
text-align: center;
}
#portfolio-hub hr {
margin-top: 5px;
margin-bottom: 10px;
padding-top:1px;
padding-bottom:1px;
background-color:rgb(102, 0, 0);
border:none;
width:100%;
min-width: 500px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
#root{
height: 300 px;
}
.fullbody {
height: 100%;
display: block;
}
.frontpage {
margin:0;
padding:0;
background: url(../assets/NewMain-Backround3.jpg) fixed 50%;
background-repeat: no-repeat;
background-size: cover;
}
.aboutMeBack {
margin:0;
padding:0;
width: 100%;
height: 100%;
position: relative;
background-image: url("../assets/BackgroundPattern.png");
background-repeat: repeat;
}
.frilly {
margin:0;
padding:0;
position: relative;
height: max-content;
background-image: url("../assets/BackgroundPattern.png");
background-repeat: repeat;
}
.frillyAboutMe {
margin:0;
padding:9%;
position: relative;
height: max-content;
background-image: url("../assets/BackgroundPattern.png");
background-repeat: repeat;
}
#header-Of-Port {
margin-bottom: 10px;
text-align: center;
}
#header-Of-Port h1 {
font-size: 72px;
font-weight: bold;
font-family: Helvetica;
}
.footerscroll {
position: relative;
bottom: 0;
width: 100%;
text-align: center;
color:rgb(219, 219, 219);
background-image: url(../assets/FooterGradient.png);
background-position-x: repeat;
}
.middlefooter {
display: inline-block;
text-align: center;
}
.footerfix {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
color:rgb(219, 219, 219);
background-image: url(../assets/FooterGradient.png);
background-position-x: repeat;
}
#contact-box {
display: flex;
flex-direction: column;
align-items: center;
background-color: white;
border:black 2px solid;
margin:0 auto;
height: 500px;
width:400px;
margin-top:60px;
}
.header-contact {
display: inline-block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.content-box {
display: block;
float:left;
text-align: left;
}
#front-page-info {
margin-top: 380px;
}
.titleFront {
float:center;
color: rgb(0, 0, 0);
text-align: center;
font-size: 250%;
margin-bottom: 0;
margin-left: 0;
}
.nameFront {
float:center;
color: rgb(0, 0, 0);
text-align: center;
font-weight: bold;
font-size: 300%;
margin-bottom: 0;
margin-left: 0;
}
.icons-main {
margin-top: 10px;
display:inline-block;
text-align: center;
}
.ind-icon {
display: inline-block;
margin-left:6px;
margin-right:2px;
}
.frontPageTitle {
margin-left:20%;
}
.aboutMePage {
position:fixed;
bottom: 0;
right: 0;
}
.aboutImage {
width: 18vh;
height: auto;
}
.mainHeadPage {
position:fixed;
top: 0;
margin-top: 59px;
left: 0;
}
.mainImage {
width: 12vh;
height: auto;
}
#aboutme-info {
display: inline-block;
margin-top: 73px;
text-align: center;
}
.aboutMeDetails {
margin-bottom: 5px;
width: 100%;
border: black 4px solid;
background-color: rgb(192, 251, 192);
text-align: center;
}
.aboutMeTitle {
margin-top: 5px;
}
.imageBlock {
display: block;
right:0px;
width: 100%;
}
.selfImage {
max-width: 68%;
height:auto;
}
html {
height: 100%;
}
#infoReach {
margin-top: 0px;
margin-bottom: 10px;
} | src/pages/style.css | .nav-link {
float: right;
}
.navImg {
height: 30px;
padding-right:5px;
}
a {
color:inherit;
text-decoration: none;
}
a:hover {
color:rgb(255, 255, 255);
text-decoration: none;
}
#right-info {
text-align:center;
float:left;
}
#left-info {
text-align:center;
float:left;
}
.close-modal {
visibility: hidden;
}
.modal-style {
color:rgb(219, 219, 219);
text-decoration: none;
}
#modal-close {
color:black;
}
#SourceLogo {
background-color: darkgray;
border-color: black;
width: auto;
height: auto;
text-align: left;
color: black;
font-size:20px;
}
.fillerText {
height:300px;
color:black;
}
#portfolio-hub {
padding-top: 100px;
text-align: center;
}
.portfolio-set {
display: inline-block;
text-align: center;
height: auto;
width: auto;
max-width: 1000px;
}
.port-info {
float: left;
width: 500px;
height: 281px;
background-color: rgb(253, 222, 222);
}
.port-gif {
float: left;
width: auto;
}
.proj-name {
font-family: helvetica;
font-weight: bold;
}
.proj-desc {
font-family: Arial;
padding-top: 10px;
text-align: left;
margin-left: 10px;
margin-right:20px;
}
.info-displayed {
font-family: Arial;
padding-top: 5px;
text-align: left;
margin-left: 10px;
margin-right:20px;
}
.proj-desc-opposite {
font-family: Arial;
padding-top: 10px;
text-align: left;
margin-left:20px;
margin-right: 10px;
}
.info-displayed-opposite {
font-family: Arial;
padding-top: 5px;
text-align: left;
margin-left: 20px;
margin-right: 10px;
}
.github-logo {
height: 40px;
}
.title-of-assignment {
text-align: center;
}
#portfolio-hub hr {
margin-top: 5px;
margin-bottom: 10px;
padding-top:1px;
padding-bottom:1px;
background-color:rgb(102, 0, 0);
border:none;
width:100%;
min-width: 500px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
#root{
height: 300 px;
}
.fullbody {
height: 100%;
display: block;
}
.frontpage {
margin:0;
padding:0;
background: url(../assets/NewMain-Backround3.jpg) fixed 50%;
background-repeat: no-repeat;
background-size: cover;
}
.aboutMeBack {
margin:0;
padding:0;
width: 100%;
height: 100%;
position: relative;
background-image: url("../assets/BackgroundPattern.png");
background-repeat: repeat;
}
.frilly {
margin:0;
padding:0;
position: relative;
height: max-content;
background-image: url("../assets/BackgroundPattern.png");
background-repeat: repeat;
}
.frillyAboutMe {
margin:0;
padding:9%;
position: relative;
height: max-content;
background-image: url("../assets/BackgroundPattern.png");
background-repeat: repeat;
}
#header-Of-Port {
margin-bottom: 10px;
text-align: center;
}
#header-Of-Port h1 {
font-size: 72px;
font-weight: bold;
font-family: Helvetica;
}
.footerscroll {
position: relative;
bottom: 0;
width: 100%;
text-align: center;
color:rgb(219, 219, 219);
background-image: url(../assets/FooterGradient.png);
background-position-x: repeat;
}
.middlefooter {
display: inline-block;
text-align: center;
}
.footerfix {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
color:rgb(219, 219, 219);
background-image: url(../assets/FooterGradient.png);
background-position-x: repeat;
}
#contact-box {
display: flex;
flex-direction: column;
align-items: center;
background-color: white;
border:black 2px solid;
margin:0 auto;
height: 500px;
width:400px;
margin-top:60px;
}
.header-contact {
display: inline-block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.content-box {
display: block;
float:left;
text-align: left;
}
#front-page-info {
margin-top: 380px;
}
.titleFront {
float:center;
color: rgb(0, 0, 0);
text-align: center;
font-size: 250%;
margin-bottom: 0;
margin-left: 0;
}
.nameFront {
float:center;
color: rgb(0, 0, 0);
text-align: center;
font-weight: bold;
font-size: 300%;
margin-bottom: 0;
margin-left: 0;
}
.icons-main {
margin-top: 10px;
display:inline-block;
text-align: center;
}
.ind-icon {
display: inline-block;
margin-left:6px;
margin-right:2px;
}
.frontPageTitle {
margin-left:20%;
}
.aboutMePage {
position:fixed;
bottom: 0;
right: 0;
}
.aboutImage {
width: 18vh;
height: auto;
}
.mainHeadPage {
position:fixed;
top: 0;
margin-top: 59px;
left: 0;
}
.mainImage {
width: 12vh;
height: auto;
}
#aboutme-info {
display: inline-block;
margin-top: 73px;
text-align: center;
}
.aboutMeDetails {
margin-bottom: 5px;
width: 100%;
border: black 4px solid;
background-color: rgb(192, 251, 192);
text-align: center;
}
.aboutMeTitle {
margin-top: 5px;
}
.imageBlock {
display: block;
right:0px;
width: 100%;
}
.selfImage {
max-width: 68%;
height:auto;
}
html {
height: 100%;
}
#infoReach {
margin-top: 0px;
margin-bottom: 10px;
} | 0.40204 | 0.102394 |
@-moz-document domain("smashcast.tv") {
body.channel {
background-color: #424242;
}
.detail-chat .chat-user-list{
border-color: #424242;
color: #e6e6e6;
}
.detail-chat{
background-color: #222222;
}
.detail-chat__embed-connect {
background-color: #222222;
color: #e6e6e6;
}
.detail-chat .detail-chat__chat-messages{
color: #e6e6e6;
}
.detail-chat a{
color: #439ef9;
}
.detail-chat a:hover{
color: #208efc;
}
.htbx-cheering-esports-scores__format{
color: #999;
}
.htbx-cheering-esports-scores__team__score, .htbx-cheering-esports-scores::after{
color: #e6e6e6;
}
.detail-sidebar__user, .detail-sidebar--mobile{
background-color: #222222;
}
.chat-tabs, .detail-page--is-mobile .detail-tabs {
background-color: #f2f2f2;
}
.chatwrapper .access-granted {
background-color: #f2f2f2;
}
.detail-sidebar__user a, .detail-sidebar--mobile a{
color: #e6e6e6;
}
.detail-sidebar__user a:hover,.user-card--variant-sidebar a:hover, .media-list-carousel__headline__title a:hover, .media-list-title a:hover{
color: #208efc;
}
.htbx-button-show-more .htbx-icon{
color: #e6e6e6;
}
.detail-chat .chat-input__inner{
background-color: #d9d9d9;
}
.feed__footer-logo logo path{
fill: rgba(255,255,255,.5) !important;
}
.feed--empty::after, .feed--empty::before {
background: rgba(255,255,255,.5);
}
.select2-choice, input, textarea{
background-color: #d6d6d6;
}
.feed--empty{
color: #f4f4f4;
opacity: .65;
}
.related-channels__list .user-card__name{
color: #e6e6e6;
}
.detail-chat--variant-dark .access-granted, .detail-chat--variant-dark .chat-buttons__button-row, .detail-chat--variant-dark .chat-buttons__tab-content {
background-color: #373737;
}
.detail-chat--variant-dark .chat-tabs {
background-color: #3a3a3a;
}
.detail-chat--variant-dark .chat-gif-selector__search__input, .detail-chat--variant-dark .detail-chat__content, .detail-chat--variant-dark .detail-chat__content a{
background-color: #222222;
}
.detail-chat--variant-dark .chat-input .public-DraftEditorPlaceholder-root, .detail-chat--variant-dark .chat-input__inner, .detail-chat--variant-dark .chat-input__input, .detail-chat--variant-dark .chat-input__login, detail-chat--variant-dark .chat-input__inner {
background-color: #2d2d2d !important;
}
.detail-chat--variant-dark .chat-gif-selector__item__link, .detail-chat--variant-dark .chat-input-panel__inner, .detail-chat--variant-dark .chat-input-suggestions__list__item--focus, .detail-chat--variant-dark .chat-user-list__header .search-wrap input.search, .detail-chat--variant-dark.detail-chat--embed, .detail-chat--variant-dark.detail-chat--embed .chat-user-list__header .search-wrap input.search{
background-color: #3a3a3a;
}
.detail-chat--variant-dark .chat-buttons__button-row, .detail-chat--variant-dark .chat-buttons__tab-content, .detail-chat--variant-dark .chat-input__inner{
border-color: #666666;
}
} | data/usercss/142686.user.css | @-moz-document domain("smashcast.tv") {
body.channel {
background-color: #424242;
}
.detail-chat .chat-user-list{
border-color: #424242;
color: #e6e6e6;
}
.detail-chat{
background-color: #222222;
}
.detail-chat__embed-connect {
background-color: #222222;
color: #e6e6e6;
}
.detail-chat .detail-chat__chat-messages{
color: #e6e6e6;
}
.detail-chat a{
color: #439ef9;
}
.detail-chat a:hover{
color: #208efc;
}
.htbx-cheering-esports-scores__format{
color: #999;
}
.htbx-cheering-esports-scores__team__score, .htbx-cheering-esports-scores::after{
color: #e6e6e6;
}
.detail-sidebar__user, .detail-sidebar--mobile{
background-color: #222222;
}
.chat-tabs, .detail-page--is-mobile .detail-tabs {
background-color: #f2f2f2;
}
.chatwrapper .access-granted {
background-color: #f2f2f2;
}
.detail-sidebar__user a, .detail-sidebar--mobile a{
color: #e6e6e6;
}
.detail-sidebar__user a:hover,.user-card--variant-sidebar a:hover, .media-list-carousel__headline__title a:hover, .media-list-title a:hover{
color: #208efc;
}
.htbx-button-show-more .htbx-icon{
color: #e6e6e6;
}
.detail-chat .chat-input__inner{
background-color: #d9d9d9;
}
.feed__footer-logo logo path{
fill: rgba(255,255,255,.5) !important;
}
.feed--empty::after, .feed--empty::before {
background: rgba(255,255,255,.5);
}
.select2-choice, input, textarea{
background-color: #d6d6d6;
}
.feed--empty{
color: #f4f4f4;
opacity: .65;
}
.related-channels__list .user-card__name{
color: #e6e6e6;
}
.detail-chat--variant-dark .access-granted, .detail-chat--variant-dark .chat-buttons__button-row, .detail-chat--variant-dark .chat-buttons__tab-content {
background-color: #373737;
}
.detail-chat--variant-dark .chat-tabs {
background-color: #3a3a3a;
}
.detail-chat--variant-dark .chat-gif-selector__search__input, .detail-chat--variant-dark .detail-chat__content, .detail-chat--variant-dark .detail-chat__content a{
background-color: #222222;
}
.detail-chat--variant-dark .chat-input .public-DraftEditorPlaceholder-root, .detail-chat--variant-dark .chat-input__inner, .detail-chat--variant-dark .chat-input__input, .detail-chat--variant-dark .chat-input__login, detail-chat--variant-dark .chat-input__inner {
background-color: #2d2d2d !important;
}
.detail-chat--variant-dark .chat-gif-selector__item__link, .detail-chat--variant-dark .chat-input-panel__inner, .detail-chat--variant-dark .chat-input-suggestions__list__item--focus, .detail-chat--variant-dark .chat-user-list__header .search-wrap input.search, .detail-chat--variant-dark.detail-chat--embed, .detail-chat--variant-dark.detail-chat--embed .chat-user-list__header .search-wrap input.search{
background-color: #3a3a3a;
}
.detail-chat--variant-dark .chat-buttons__button-row, .detail-chat--variant-dark .chat-buttons__tab-content, .detail-chat--variant-dark .chat-input__inner{
border-color: #666666;
}
} | 0.299412 | 0.048226 |
-------------------------------------------------- */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: url(../fonts/sourcesanspro-300.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(../fonts/sourcesanspro-400.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: url(../fonts/sourcesanspro-600.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
src: url(../fonts/sourcesanspro-400-italic.woff) format('woff');
}
/* Reset
-------------------------------------------------- */
*, *:before, *:after {
margin: 0;
padding: 0;
border: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
display: block;
}
/* Pix
-------------------------------------------------- */
img {
display: block;
max-width: 100%;
}
/* Links
-------------------------------------------------- */
a {
color: #133460;
text-decoration: none;
transition: color .3s, background .3s, border .3s;
}
a:hover {
color: #133460;
}
/* Menu
-------------------------------------------------- */
nav li {
display: inline-block;
margin-left: 20px;
}
#menu {
float: right;
text-transform: uppercase;
list-style-type: none;
font-size: 0.8em;
margin-top: -3em;
}
/* Clearfix
-------------------------------------------------- */
.cf:after {
content: "";
display: table;
clear: both;
}
/* Site
-------------------------------------------------- */
html {
height: 101%;
font-family: "Source Sans Pro", sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0 auto;
font-size: 1em;
line-height: 1.5em;
padding: 1.5em;
max-width: 50em;
background: #fff;
color: #222;
}
/* Header
-------------------------------------------------- */
.header {
margin-bottom: 5.5em;
}
@media screen and (min-width: 40em) {
body {
padding: 3em;
}
}
/* Headings
-------------------------------------------------- */
h1 {
font-size: 1.7em;
line-height: 1.25em;
font-weight: 400;
margin-bottom: .5em;
}
.main h1 {
margin-bottom: 1em;
}
h2 {
font-size: 1.4em;
line-height: 1.25em;
font-weight: 300;
margin-bottom: .5em;
color: #133460;
}
h3 {
font-size: 1.125em;
line-height: 1.5em;
font-weight: 400;
margin-bottom: .5em;
}
h4 {
font-size: 1em;
font-weight: 600;
line-height: 1.5em;
margin-bottom: .5em;
color: #133460;
}
h1 a, h2 a, h3 a, h4 a {
color: inherit;
border: 0 !important;
}
/* Main
-------------------------------------------------- */
.main {
padding-bottom: 1.5em;
border-bottom: 2px solid #133460;
}
.main hr {
margin: 3em 0;
height: 2px;
background: #ddd;
}
.main p,
.main figure,
.main ul,
.main ol {
margin-bottom: 1.5em;
}
.main p.meta {
margin-bottom: 0;
}
.main a {
border-bottom: 2px solid #ddd;
}
.main a:hover {
border-color: #222;
}
/* Text blocks */
.text ul,
.text ol {
margin-left: 1em;
}
blockquote {
margin-left: 50px;
font-style: italic;
}
.item {
margin: 0 0 3em 0;
padding: 0 0 3em 0;
border-bottom: 1px solid #e9e9e9;
}
figcaption {
font-size: .8em;
font-style: italic;
text-align: right;
}
.quelle {
font-style: italic;
margin: -1em 0 3em 0;
font-size: 0.8em;
}
figure.video {
text-align: center;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 30px;
}
figure.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.author {
text-align: right;
font-style: italic;
}
p.dt-published {
display: inline-block;
margin-right: 5px;
}
.tags {
display: inline-block;
}
.tags li {
list-style-type: none;
display: inline-block;
padding: 0 5px 0 0;
}
.tags li a {
text-decoration: none;
border: none;
}
/* Footer
-------------------------------------------------- */
.footer {
padding: 1em 0 6em;
font-size: .8em;
}
.copyright {
float: left;
}
.colophon {
float: right;
}
.colophon a b {
color: #133460;
padding-left: .25em;
} | assets/css/main.css | -------------------------------------------------- */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: url(../fonts/sourcesanspro-300.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(../fonts/sourcesanspro-400.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: url(../fonts/sourcesanspro-600.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
src: url(../fonts/sourcesanspro-400-italic.woff) format('woff');
}
/* Reset
-------------------------------------------------- */
*, *:before, *:after {
margin: 0;
padding: 0;
border: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
display: block;
}
/* Pix
-------------------------------------------------- */
img {
display: block;
max-width: 100%;
}
/* Links
-------------------------------------------------- */
a {
color: #133460;
text-decoration: none;
transition: color .3s, background .3s, border .3s;
}
a:hover {
color: #133460;
}
/* Menu
-------------------------------------------------- */
nav li {
display: inline-block;
margin-left: 20px;
}
#menu {
float: right;
text-transform: uppercase;
list-style-type: none;
font-size: 0.8em;
margin-top: -3em;
}
/* Clearfix
-------------------------------------------------- */
.cf:after {
content: "";
display: table;
clear: both;
}
/* Site
-------------------------------------------------- */
html {
height: 101%;
font-family: "Source Sans Pro", sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0 auto;
font-size: 1em;
line-height: 1.5em;
padding: 1.5em;
max-width: 50em;
background: #fff;
color: #222;
}
/* Header
-------------------------------------------------- */
.header {
margin-bottom: 5.5em;
}
@media screen and (min-width: 40em) {
body {
padding: 3em;
}
}
/* Headings
-------------------------------------------------- */
h1 {
font-size: 1.7em;
line-height: 1.25em;
font-weight: 400;
margin-bottom: .5em;
}
.main h1 {
margin-bottom: 1em;
}
h2 {
font-size: 1.4em;
line-height: 1.25em;
font-weight: 300;
margin-bottom: .5em;
color: #133460;
}
h3 {
font-size: 1.125em;
line-height: 1.5em;
font-weight: 400;
margin-bottom: .5em;
}
h4 {
font-size: 1em;
font-weight: 600;
line-height: 1.5em;
margin-bottom: .5em;
color: #133460;
}
h1 a, h2 a, h3 a, h4 a {
color: inherit;
border: 0 !important;
}
/* Main
-------------------------------------------------- */
.main {
padding-bottom: 1.5em;
border-bottom: 2px solid #133460;
}
.main hr {
margin: 3em 0;
height: 2px;
background: #ddd;
}
.main p,
.main figure,
.main ul,
.main ol {
margin-bottom: 1.5em;
}
.main p.meta {
margin-bottom: 0;
}
.main a {
border-bottom: 2px solid #ddd;
}
.main a:hover {
border-color: #222;
}
/* Text blocks */
.text ul,
.text ol {
margin-left: 1em;
}
blockquote {
margin-left: 50px;
font-style: italic;
}
.item {
margin: 0 0 3em 0;
padding: 0 0 3em 0;
border-bottom: 1px solid #e9e9e9;
}
figcaption {
font-size: .8em;
font-style: italic;
text-align: right;
}
.quelle {
font-style: italic;
margin: -1em 0 3em 0;
font-size: 0.8em;
}
figure.video {
text-align: center;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 30px;
}
figure.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.author {
text-align: right;
font-style: italic;
}
p.dt-published {
display: inline-block;
margin-right: 5px;
}
.tags {
display: inline-block;
}
.tags li {
list-style-type: none;
display: inline-block;
padding: 0 5px 0 0;
}
.tags li a {
text-decoration: none;
border: none;
}
/* Footer
-------------------------------------------------- */
.footer {
padding: 1em 0 6em;
font-size: .8em;
}
.copyright {
float: left;
}
.colophon {
float: right;
}
.colophon a b {
color: #133460;
padding-left: .25em;
} | 0.270962 | 0.064388 |
:root {
--font-sans-serif: 'Google Sans', 'Open Sans', 'Helvetica Neue', sans-serif;
--font-mono: 'Space Mono', monospace;
--yellow: #fbbc03;
--green: #33a853;
--red: #ea4335;
--white: #fff;
--d-blue-400: #0005df;
--d-blue-200: #4285f4;
--d-green-400: #0cad4d;
--d-green-200: #5bb974;
--d-yellow-400: #f9ab00;
--d-yellow-200: #fcc934;
--d-red-400: #ea4335;
--blue-100: #d1e3fa;
--blue-200: #a3c7f6;
--blue-300: #76abf1;
--blue-400: #488fed;
--blue-500: #1a73e8;
--blue-600: #155cba;
--blue-700: #10458b;
--blue-800: #0a2e5d;
--blue-900: #05172e;
--gray-100: #f7fafc;
--gray-200: #edf2f7;
--gray-300: #e2e8f0;
--gray-400: #cbd5e0;
--gray-500: #a0aec0;
--gray-600: #718096;
--gray-700: #4a5568;
--gray-800: #2d3748;
--gray-900: #1a202c;
--scale: 1.125;
/* Don't change the lines below, you only need to change the --scale above. */
--size-l-1: calc(1rem * var(--scale));
--size-l-2: calc(var(--size-l-1) * var(--scale));
--size-l-3: calc(var(--size-l-2) * var(--scale));
--size-l-4: calc(var(--size-l-3) * var(--scale));
--size-l-5: calc(var(--size-l-4) * var(--scale));
--size-l-6: calc(var(--size-l-5) * var(--scale));
--size-l-7: calc(var(--size-l-6) * var(--scale));
--size-s-1: calc(1rem / var(--scale));
--size-s-2: calc(var(--size-s-1) / var(--scale));
--size-s-3: calc(var(--size-s-2) / var(--scale));
}
h1,
.h1 {
font-size: var(--size-l-5);
}
h2,
.h2 {
font-size: var(--size-l-4);
}
h3,
.h3 {
font-size: var(--size-l-3);
}
h4,
.h4 {
font-size: var(--size-l-2);
}
h5,
.h5 {
font-size: var(--size-l-1);
}
h6,
.h6 {
font-size: 1rem;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
font-size: 16px;
}
html,
body {
margin: 0;
padding: 0;
color: var(--gray-900);
font-family: var(--font-mono);
}
@media screen and (min-width: 320px) {
html {
font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}
}
@media screen and (min-width: 1000px) {
html {
font-size: 22px;
}
}
#___gatsby > div {
display: flex;
flex-direction: column;
min-height: 100vh;
}
a {
color: var(--d-blue-400);
}
a.inverted {
color: white;
}
.container {
max-width: 1140px;
margin: 0 auto;
padding: 0 1rem;
}
@font-face {
font-family: 'Google Sans';
font-weight: normal;
font-display: fallback;
src: local('Google Sans'), url('../../assets/fonts/GoogleSans-Regular.ttf');
}
@font-face {
font-family: 'Google Sans';
font-weight: 800;
font-display: fallback;
src: local('Google Sans'), url('../../assets/fonts/GoogleSans-Bold.ttf');
} | src/components/layout/global.css | :root {
--font-sans-serif: 'Google Sans', 'Open Sans', 'Helvetica Neue', sans-serif;
--font-mono: 'Space Mono', monospace;
--yellow: #fbbc03;
--green: #33a853;
--red: #ea4335;
--white: #fff;
--d-blue-400: #0005df;
--d-blue-200: #4285f4;
--d-green-400: #0cad4d;
--d-green-200: #5bb974;
--d-yellow-400: #f9ab00;
--d-yellow-200: #fcc934;
--d-red-400: #ea4335;
--blue-100: #d1e3fa;
--blue-200: #a3c7f6;
--blue-300: #76abf1;
--blue-400: #488fed;
--blue-500: #1a73e8;
--blue-600: #155cba;
--blue-700: #10458b;
--blue-800: #0a2e5d;
--blue-900: #05172e;
--gray-100: #f7fafc;
--gray-200: #edf2f7;
--gray-300: #e2e8f0;
--gray-400: #cbd5e0;
--gray-500: #a0aec0;
--gray-600: #718096;
--gray-700: #4a5568;
--gray-800: #2d3748;
--gray-900: #1a202c;
--scale: 1.125;
/* Don't change the lines below, you only need to change the --scale above. */
--size-l-1: calc(1rem * var(--scale));
--size-l-2: calc(var(--size-l-1) * var(--scale));
--size-l-3: calc(var(--size-l-2) * var(--scale));
--size-l-4: calc(var(--size-l-3) * var(--scale));
--size-l-5: calc(var(--size-l-4) * var(--scale));
--size-l-6: calc(var(--size-l-5) * var(--scale));
--size-l-7: calc(var(--size-l-6) * var(--scale));
--size-s-1: calc(1rem / var(--scale));
--size-s-2: calc(var(--size-s-1) / var(--scale));
--size-s-3: calc(var(--size-s-2) / var(--scale));
}
h1,
.h1 {
font-size: var(--size-l-5);
}
h2,
.h2 {
font-size: var(--size-l-4);
}
h3,
.h3 {
font-size: var(--size-l-3);
}
h4,
.h4 {
font-size: var(--size-l-2);
}
h5,
.h5 {
font-size: var(--size-l-1);
}
h6,
.h6 {
font-size: 1rem;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
font-size: 16px;
}
html,
body {
margin: 0;
padding: 0;
color: var(--gray-900);
font-family: var(--font-mono);
}
@media screen and (min-width: 320px) {
html {
font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}
}
@media screen and (min-width: 1000px) {
html {
font-size: 22px;
}
}
#___gatsby > div {
display: flex;
flex-direction: column;
min-height: 100vh;
}
a {
color: var(--d-blue-400);
}
a.inverted {
color: white;
}
.container {
max-width: 1140px;
margin: 0 auto;
padding: 0 1rem;
}
@font-face {
font-family: 'Google Sans';
font-weight: normal;
font-display: fallback;
src: local('Google Sans'), url('../../assets/fonts/GoogleSans-Regular.ttf');
}
@font-face {
font-family: 'Google Sans';
font-weight: 800;
font-display: fallback;
src: local('Google Sans'), url('../../assets/fonts/GoogleSans-Bold.ttf');
} | 0.345989 | 0.192444 |
html,
body {
-webkit-text-rendering: optimizeLegibility;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-overflow-scrolling: none;
-webkit-touch-callout: none;
font-family: DrawingBlood, sans-serif;
text-rendering: optimizeLegibility;
font-variant-ligatures: none;
backface-visibility: hidden;
background-color: #000000;
text-size-adjust: 100%;
letter-spacing: normal;
line-height: normal;
user-select: none;
appearance: none;
overflow: hidden;
font-weight: normal;
font-kerning: none;
font-style: normal;
font-size: 1rem;
color: #8a0707;
max-height: 100%;
min-height: 100%;
max-width: 100%;
min-width: 100%;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
left: 0;
top: 0;
}
.disabled-js,
.not-supported {
text-align: center;
position: absolute;
cursor: default;
display: none;
z-index: 999;
height: 100%;
width: 100%;
}
.disabled-js .disabled-js-copy,
.not-supported .not-supported-copy {
text-shadow: 0 0 10px #8a0707;
position: absolute;
max-width: 465px;
color: #8a0707;
height: 135px;
margin: auto;
width: 100%;
bottom: 0;
right: 0;
left: 0;
top: 0;
}
.not-supported .not-supported-copy {
height: 140px;
}
.disabled-js .disabled-js-copy strong,
.not-supported .not-supported-copy strong {
font-family: FaceYourFears, monospace;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 30px;
line-height: 25px;
font-size: 20px;
display: block;
}
.disabled-js .disabled-js-copy span,
.not-supported .not-supported-copy span {
letter-spacing: 3px;
line-height: 30px;
font-size: 16px;
}
.not-supported .not-supported-copy span {
max-width: 450px;
display: block;
margin: 0 auto;
}
.not-supported .not-supported-copy span a {
background-color: #8a0707;
padding: 5px 5px 0 8px;
text-decoration: none;
color: #000000;
}
.not-supported .not-supported-copy span a:hover {
letter-spacing: 2.75px;
font-weight: bold;
}
.no-js .disabled-js,
.ms-ie .not-supported,
.no-webgl .not-supported,
.no-canvas .not-supported,
.no-history .not-supported,
.no-es5object .not-supported,
.no-canvastext .not-supported,
.no-csstransforms3d .not-supported,
.no-csspointerevents .not-supported {
display: block !important;
}
.no-js #root,
.no-webgl #root,
.no-canvas #root,
.no-history #root,
.no-es5object #root,
.no-canvastext #root,
.no-csstransforms3d #root,
.no-csspointerevents #root {
display: none !important;
}
@media (max-width: 767px) {
.disabled-js .disabled-js-copy,
.not-supported .not-supported-copy {
max-width: 95%;
height: 120px;
width: 95%;
}
.not-supported .not-supported-copy {
height: 125px;
}
.disabled-js .disabled-js-copy strong,
.not-supported .not-supported-copy strong {
letter-spacing: 0px;
margin: 0 auto 25px;
max-width: 290px;
font-size: 18px;
}
.not-supported .not-supported-copy strong {
max-width: 215px;
}
.disabled-js .disabled-js-copy span,
.not-supported .not-supported-copy span {
letter-spacing: 0px;
line-height: 25px;
max-width: 325px;
font-size: 14px;
display: block;
margin: 0 auto;
}
.not-supported .not-supported-copy span {
max-width: 275px;
}
.not-supported .not-supported-copy span a {
letter-spacing: 1px;
}
.not-supported .not-supported-copy span a:hover {
letter-spacing: 0.75px;
}
}
/* stylelint-disable-next-line selector-no-vendor-prefix */
::-moz-selection {
background-color: #8a0707;
color: #000000;
}
::selection {
background-color: #8a0707;
color: #000000;
} | public/styles/index.css | html,
body {
-webkit-text-rendering: optimizeLegibility;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-overflow-scrolling: none;
-webkit-touch-callout: none;
font-family: DrawingBlood, sans-serif;
text-rendering: optimizeLegibility;
font-variant-ligatures: none;
backface-visibility: hidden;
background-color: #000000;
text-size-adjust: 100%;
letter-spacing: normal;
line-height: normal;
user-select: none;
appearance: none;
overflow: hidden;
font-weight: normal;
font-kerning: none;
font-style: normal;
font-size: 1rem;
color: #8a0707;
max-height: 100%;
min-height: 100%;
max-width: 100%;
min-width: 100%;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
left: 0;
top: 0;
}
.disabled-js,
.not-supported {
text-align: center;
position: absolute;
cursor: default;
display: none;
z-index: 999;
height: 100%;
width: 100%;
}
.disabled-js .disabled-js-copy,
.not-supported .not-supported-copy {
text-shadow: 0 0 10px #8a0707;
position: absolute;
max-width: 465px;
color: #8a0707;
height: 135px;
margin: auto;
width: 100%;
bottom: 0;
right: 0;
left: 0;
top: 0;
}
.not-supported .not-supported-copy {
height: 140px;
}
.disabled-js .disabled-js-copy strong,
.not-supported .not-supported-copy strong {
font-family: FaceYourFears, monospace;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 30px;
line-height: 25px;
font-size: 20px;
display: block;
}
.disabled-js .disabled-js-copy span,
.not-supported .not-supported-copy span {
letter-spacing: 3px;
line-height: 30px;
font-size: 16px;
}
.not-supported .not-supported-copy span {
max-width: 450px;
display: block;
margin: 0 auto;
}
.not-supported .not-supported-copy span a {
background-color: #8a0707;
padding: 5px 5px 0 8px;
text-decoration: none;
color: #000000;
}
.not-supported .not-supported-copy span a:hover {
letter-spacing: 2.75px;
font-weight: bold;
}
.no-js .disabled-js,
.ms-ie .not-supported,
.no-webgl .not-supported,
.no-canvas .not-supported,
.no-history .not-supported,
.no-es5object .not-supported,
.no-canvastext .not-supported,
.no-csstransforms3d .not-supported,
.no-csspointerevents .not-supported {
display: block !important;
}
.no-js #root,
.no-webgl #root,
.no-canvas #root,
.no-history #root,
.no-es5object #root,
.no-canvastext #root,
.no-csstransforms3d #root,
.no-csspointerevents #root {
display: none !important;
}
@media (max-width: 767px) {
.disabled-js .disabled-js-copy,
.not-supported .not-supported-copy {
max-width: 95%;
height: 120px;
width: 95%;
}
.not-supported .not-supported-copy {
height: 125px;
}
.disabled-js .disabled-js-copy strong,
.not-supported .not-supported-copy strong {
letter-spacing: 0px;
margin: 0 auto 25px;
max-width: 290px;
font-size: 18px;
}
.not-supported .not-supported-copy strong {
max-width: 215px;
}
.disabled-js .disabled-js-copy span,
.not-supported .not-supported-copy span {
letter-spacing: 0px;
line-height: 25px;
max-width: 325px;
font-size: 14px;
display: block;
margin: 0 auto;
}
.not-supported .not-supported-copy span {
max-width: 275px;
}
.not-supported .not-supported-copy span a {
letter-spacing: 1px;
}
.not-supported .not-supported-copy span a:hover {
letter-spacing: 0.75px;
}
}
/* stylelint-disable-next-line selector-no-vendor-prefix */
::-moz-selection {
background-color: #8a0707;
color: #000000;
}
::selection {
background-color: #8a0707;
color: #000000;
} | 0.472927 | 0.053108 |
body {
color: rgba(26, 26, 26, .7);
font-family: 'Syne Mono', monospace;
font-size: 16px;
margin: 0;
}
header{
background-image: url(immagini/pattini.jpg);
background-size: cover;
background-position: center;
height: 100vh;
color:white;
display:flex ;
align-items:center;
justify-content:center;
flex-direction: column;
}
header nav {
position: fixed;
top: 0;
left: 0;
right: 0;
display:flex ;
align-items: center ;
justify-content: space-between ;
padding: 0.50%;
background-color:rgb(18, 42, 61);
z-index: 2;
height: 10vh;
}
header::before{
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3);
height: 100vh;
}
#logo img{
height: 100%;
width: auto;
}
#logo{
display: flex;
align-items: center;
justify-content: center;
font-size: 180%;
font-family: 'Rock Salt', cursive;
height: 100%;
}
.comandi{
font-size: 20px;
letter-spacing: 1px;
}
.comandi a{
margin:15px;
}
.comandi a:link{
text-decoration: none; color: white;
}
.comandi a:visited{
text-decoration: none; color:white;
}
.comandi a:hover{
color: steelblue;
border-bottom: 3px solid steelblue;
}
#menu{
display: none;
}
#menu div{
position: relative;
background-color: white;
width: 25px;
height: 3px;
margin:5px 0;
}
#intro{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
z-index:1;
position:relative;
padding: 0 350px ;
margin-top: 90px;
height: 100%;
width: auto;
}
#intro h1{
font-size: 50px;
}
#intro p{
font-size: 25px;
text-align: center;
}
#sezioneprincipale{
background-color:rgb(63, 80, 94);
padding: 0.5%;
color: white;
}
#sezioneprincipale h1{
text-align: center;
}
#dett div{
padding: 5%;
}
#dett{
display: flex;
align-items:center;
justify-content: space-between;
text-align:left;
}
#testoP p{
font-size: 20px;
font-family: 'New Tegomin', serif;
}
#sezionesecondaria img{
width: 100%;
height: auto;
}
#dettagli div{
flex:40%;
flex-grow: 1;
padding: 20px;
}
#dettagli{
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
width: 90%;
margin: auto;
}
#dettagli h1{
text-align: center;
}
#dettagli p{
text-align: center;
font-size: 15px;
}
#imm1 img{
width: 640px;
height: auto;
margin-top: 40px;
}
#imm2 img {
width: 605px;
height: auto;
padding-bottom: 20px;
}
footer{
font-family: 'Josefin Slab', serif;
background-color:rgb(18, 42, 61) ;
color: white;
padding: 80px;
text-align: center;
}
footer img{
width: 3%;
height: auto;
}
.seconda{
background-image: none;
height: 10vh;
}
.seconda::before{
background-color:transparent;
height: 10vh;
}
#barra{
display: flex;
justify-content: center;
}
input{
border: 3px solid rgb(18, 42, 61);
padding: 10px 30px;
border-radius: 100px;
}
input:focus{
outline:none;
}
button{
color: whitesmoke;
padding: 8px 12px;
border: 2px solid whitesmoke;
background-color:rgb(18, 42, 61);
border-radius: 100px;
}
button:focus{
outline:none;
}
.pattini{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
}
.pattini div{
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 30%;
height: auto;
margin-top: 35px;
padding: 1%;
}
.pattini div img{
width: 150px;
height: auto;
}
.pattini div a img{
width: 45px;
height: auto;
}
.pattini div p{
font-size: 25px;
}
.hidden{
display: none;
}
.e{
display: flex;
height: 100px;
width: auto;
}
.persone{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.name h1{
font-size: 20px;
}
.name{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 2%;
width: 15%;
}
.persona{
border-radius: 30px;
}
.corsi{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
height: auto;
}
.allenamento{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 50%;
height: auto;
}
.allenamento img{
width: 70%;
height: auto;
}
.allenamento ul{
font-size: 1.2em;
}
/*CSS MHW5*/
.quinta{
background-image: none;
height: 15vh;
}
.quinta::before{
background-color: rgba(0, 0, 0, 0.0);
}
#intro5 h1{
font-size: 30px;
text-align: center;
}
#intro5 p{
font-size: 20px;
text-align: center;
}
.sezprincipaleM5 h1{
text-align: center;
}
.sezprincipaleM5 p{
text-align: center;
font-size: 20px;
}
#text1 h1 {
text-align: center;
}
#text1 p{
text-align: center;
font-size: 20px;
}
/*PARTE LOGIN/SIGNUP*/
#login{
text-align: center;
font-size: 20px;
margin-top: 50px;
}
.login{
z-index: 1;
}
.main_right{
height: 90vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.main_right h1{
text-align: center;
font-size: 20px;
}
.password{
text-align: center;
font-size: 20px;
}
.remember{
text-align: center;
font-size: 20px;
}
.registrazione{
z-index: 1;
}
.signup{
text-align: center;
font-size: 20px;
}
.main_right2{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#signup{
text-align: center;
font-size: 15px;
margin: 5%;
}
.pulsante{
color: whitesmoke;
padding: 4px 7px;
border: 1px solid whitesmoke;
background-color:rgb(18, 42, 61);
border-radius: 100px;
margin:1%
}
.pulsante:hover{
cursor: pointer;
}
#testoIntro{
text-align: center;
font-size: 1.5em;
padding-top: 2%;
}
.abbonamento1{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}
.SchedaAbbonamento{
margin: 2%;
flex:30%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
max-width: 300px;
padding: 2%;
background-color:whitesmoke;
border-radius: 2em;
box-shadow:0px 0px 20px 7px rgba(0,0,0,0.45);
}
.close{
display: none;
}
#menuLaterale{
margin-left: 100px;
display: flex;
align-items: center;
width: 1000px;
}
.open{
display: none;
font-size: 20px;
cursor: pointer;
background-color:rgba(0, 0, 0, 0.0);
color: white;
padding: 9px 15px;
border: none;
position: relative;
}
.open:hover {
background-color: #00bbff3d;
}
/*parte dispositivi mobili*/
@media(max-width:800px){
#menu{
display: block;
padding-right: 10px;
}
header{
height: 45vh;
}
header::before{
height: 45vh;
}
#intro h1 {
font-size: 20px;
}
#intro p{
font-size: 10px;
}
#intro{
margin: 0;
padding: 15px ;
font-size:53% ;
margin-top: 40px;
}
#dett{
flex-direction: column;
}
#dettagli{
flex-direction: column;
}
#sezioneprincipale h1{
font-size: 20px;
}
#testoP p {
font-size: 75%;
}
#dett div img{
width: 100%;
height: auto;
}
#imm1 img{
width: 100%;
height: auto;
}
#imm2 img{
width: 100%;
height: auto;
}
#pattinatrice img{
width: 7%;
height: auto;
padding-left: 5px;
}
#logo{
font-size: 60%;
margin-right: 250px;
}
footer img{
width: 5%;
height: auto;
}
footer h3{
font-size: 65%;}
.pannelloLaterale .close {
position: absolute;
top: 0;
left: 25px;
font-size: 30px;
margin-left: 60px;
}
.pannelloLaterale {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color:rgb(9, 22, 32);
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
}
.open{
display: block;
}
.comandi{
display: flex;
flex-direction: column;
align-items: flex-end;
}
.comandi a{
margin: 15px;
padding-right: 5px;
}
.close{
display: block;
}
#menuLaterale{
width: 0px;
visibility: hidden;
}
#menuLaterale.attiva{
width:350px;
visibility: visible;
}
} | public/MHW1.css | body {
color: rgba(26, 26, 26, .7);
font-family: 'Syne Mono', monospace;
font-size: 16px;
margin: 0;
}
header{
background-image: url(immagini/pattini.jpg);
background-size: cover;
background-position: center;
height: 100vh;
color:white;
display:flex ;
align-items:center;
justify-content:center;
flex-direction: column;
}
header nav {
position: fixed;
top: 0;
left: 0;
right: 0;
display:flex ;
align-items: center ;
justify-content: space-between ;
padding: 0.50%;
background-color:rgb(18, 42, 61);
z-index: 2;
height: 10vh;
}
header::before{
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3);
height: 100vh;
}
#logo img{
height: 100%;
width: auto;
}
#logo{
display: flex;
align-items: center;
justify-content: center;
font-size: 180%;
font-family: 'Rock Salt', cursive;
height: 100%;
}
.comandi{
font-size: 20px;
letter-spacing: 1px;
}
.comandi a{
margin:15px;
}
.comandi a:link{
text-decoration: none; color: white;
}
.comandi a:visited{
text-decoration: none; color:white;
}
.comandi a:hover{
color: steelblue;
border-bottom: 3px solid steelblue;
}
#menu{
display: none;
}
#menu div{
position: relative;
background-color: white;
width: 25px;
height: 3px;
margin:5px 0;
}
#intro{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
z-index:1;
position:relative;
padding: 0 350px ;
margin-top: 90px;
height: 100%;
width: auto;
}
#intro h1{
font-size: 50px;
}
#intro p{
font-size: 25px;
text-align: center;
}
#sezioneprincipale{
background-color:rgb(63, 80, 94);
padding: 0.5%;
color: white;
}
#sezioneprincipale h1{
text-align: center;
}
#dett div{
padding: 5%;
}
#dett{
display: flex;
align-items:center;
justify-content: space-between;
text-align:left;
}
#testoP p{
font-size: 20px;
font-family: 'New Tegomin', serif;
}
#sezionesecondaria img{
width: 100%;
height: auto;
}
#dettagli div{
flex:40%;
flex-grow: 1;
padding: 20px;
}
#dettagli{
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
width: 90%;
margin: auto;
}
#dettagli h1{
text-align: center;
}
#dettagli p{
text-align: center;
font-size: 15px;
}
#imm1 img{
width: 640px;
height: auto;
margin-top: 40px;
}
#imm2 img {
width: 605px;
height: auto;
padding-bottom: 20px;
}
footer{
font-family: 'Josefin Slab', serif;
background-color:rgb(18, 42, 61) ;
color: white;
padding: 80px;
text-align: center;
}
footer img{
width: 3%;
height: auto;
}
.seconda{
background-image: none;
height: 10vh;
}
.seconda::before{
background-color:transparent;
height: 10vh;
}
#barra{
display: flex;
justify-content: center;
}
input{
border: 3px solid rgb(18, 42, 61);
padding: 10px 30px;
border-radius: 100px;
}
input:focus{
outline:none;
}
button{
color: whitesmoke;
padding: 8px 12px;
border: 2px solid whitesmoke;
background-color:rgb(18, 42, 61);
border-radius: 100px;
}
button:focus{
outline:none;
}
.pattini{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
}
.pattini div{
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 30%;
height: auto;
margin-top: 35px;
padding: 1%;
}
.pattini div img{
width: 150px;
height: auto;
}
.pattini div a img{
width: 45px;
height: auto;
}
.pattini div p{
font-size: 25px;
}
.hidden{
display: none;
}
.e{
display: flex;
height: 100px;
width: auto;
}
.persone{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.name h1{
font-size: 20px;
}
.name{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 2%;
width: 15%;
}
.persona{
border-radius: 30px;
}
.corsi{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
height: auto;
}
.allenamento{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 50%;
height: auto;
}
.allenamento img{
width: 70%;
height: auto;
}
.allenamento ul{
font-size: 1.2em;
}
/*CSS MHW5*/
.quinta{
background-image: none;
height: 15vh;
}
.quinta::before{
background-color: rgba(0, 0, 0, 0.0);
}
#intro5 h1{
font-size: 30px;
text-align: center;
}
#intro5 p{
font-size: 20px;
text-align: center;
}
.sezprincipaleM5 h1{
text-align: center;
}
.sezprincipaleM5 p{
text-align: center;
font-size: 20px;
}
#text1 h1 {
text-align: center;
}
#text1 p{
text-align: center;
font-size: 20px;
}
/*PARTE LOGIN/SIGNUP*/
#login{
text-align: center;
font-size: 20px;
margin-top: 50px;
}
.login{
z-index: 1;
}
.main_right{
height: 90vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.main_right h1{
text-align: center;
font-size: 20px;
}
.password{
text-align: center;
font-size: 20px;
}
.remember{
text-align: center;
font-size: 20px;
}
.registrazione{
z-index: 1;
}
.signup{
text-align: center;
font-size: 20px;
}
.main_right2{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#signup{
text-align: center;
font-size: 15px;
margin: 5%;
}
.pulsante{
color: whitesmoke;
padding: 4px 7px;
border: 1px solid whitesmoke;
background-color:rgb(18, 42, 61);
border-radius: 100px;
margin:1%
}
.pulsante:hover{
cursor: pointer;
}
#testoIntro{
text-align: center;
font-size: 1.5em;
padding-top: 2%;
}
.abbonamento1{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}
.SchedaAbbonamento{
margin: 2%;
flex:30%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
max-width: 300px;
padding: 2%;
background-color:whitesmoke;
border-radius: 2em;
box-shadow:0px 0px 20px 7px rgba(0,0,0,0.45);
}
.close{
display: none;
}
#menuLaterale{
margin-left: 100px;
display: flex;
align-items: center;
width: 1000px;
}
.open{
display: none;
font-size: 20px;
cursor: pointer;
background-color:rgba(0, 0, 0, 0.0);
color: white;
padding: 9px 15px;
border: none;
position: relative;
}
.open:hover {
background-color: #00bbff3d;
}
/*parte dispositivi mobili*/
@media(max-width:800px){
#menu{
display: block;
padding-right: 10px;
}
header{
height: 45vh;
}
header::before{
height: 45vh;
}
#intro h1 {
font-size: 20px;
}
#intro p{
font-size: 10px;
}
#intro{
margin: 0;
padding: 15px ;
font-size:53% ;
margin-top: 40px;
}
#dett{
flex-direction: column;
}
#dettagli{
flex-direction: column;
}
#sezioneprincipale h1{
font-size: 20px;
}
#testoP p {
font-size: 75%;
}
#dett div img{
width: 100%;
height: auto;
}
#imm1 img{
width: 100%;
height: auto;
}
#imm2 img{
width: 100%;
height: auto;
}
#pattinatrice img{
width: 7%;
height: auto;
padding-left: 5px;
}
#logo{
font-size: 60%;
margin-right: 250px;
}
footer img{
width: 5%;
height: auto;
}
footer h3{
font-size: 65%;}
.pannelloLaterale .close {
position: absolute;
top: 0;
left: 25px;
font-size: 30px;
margin-left: 60px;
}
.pannelloLaterale {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color:rgb(9, 22, 32);
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
}
.open{
display: block;
}
.comandi{
display: flex;
flex-direction: column;
align-items: flex-end;
}
.comandi a{
margin: 15px;
padding-right: 5px;
}
.close{
display: block;
}
#menuLaterale{
width: 0px;
visibility: hidden;
}
#menuLaterale.attiva{
width:350px;
visibility: visible;
}
} | 0.374219 | 0.083143 |
body {
margin: 0px;
padding: 4px 3px 3px 3px;
}
/**
* Titles
*/
h1 {
font-size: 145%;
}
h1#entityName {
padding:0px 0px 18px 0px;
margin:0px;
}
h2 {
font-size: 145%;
background-color:#CCCCFF;
padding:3px 4px 5px 4px;
margin:15px 0px 4px 0px;
border:1px solid #333;
}
h3 {
font-size: 95%;
}
h3#entityPackage {
margin: 0px;
padding: 0px;
font-size: 90%;
font-family: monospace;
}
.detail h4 {
margin:15px 3px 4px 3px;
}
/**
* Special for the left frames:
*/
div#contentFrame {
padding:6px 0px 0px 3px;
font-family: Arial,Verdana;
font-size: 85%;
}
div#contentFrame h1 {
font-size: 100%;
margin-bottom:2px;
}
div#contentFrame h3 {
font-size: 100%;
margin-bottom:2px;
font-weight:normal;
}
div#contentFrame ul {
list-style: none;
padding:0px 0px 0px 3px;
margin:0px;
}
/**
* Navigation
*/
#navigation {
margin: 0px 3px 3px 3px;
padding: 0px 0px 8px 0px;
border-color: #ccc;
border-width:0px 0px 1px 0px;
border-style:solid;
}
#banner {
margin: 3px 0px;
padding: 0px;
background-color: #EEEEFF;
height: 26px;
}
ul.sections {
list-style: none;
margin: 2px 0px 4px 2px;
padding: 0px;
width: 300px;
overflow: hidden;
float: left;
}
ul.sections li {
display: inline;
margin: 2px 2px 2px 2px;
padding: 0px 2px;
font-size: 100%;
font-weight: normal;
font-family: Arial,Verdana;
color: #000;
line-height:15pt;
}
ul.sections li a {
color:#000;
font-weight: bold;
}
ul.sections li.active {
background-color: #44a;
color: #fff;
font-weight: bold;
}
.siblingSections {
list-style: none;
margin: 0px;
padding: 0px 3px 2px 1px;
overflow: hidden;
clear: both;
}
.siblingSections li {
display: inline;
margin: 0px;
padding: 0px 3px 4px 3px;
font-size: 65%;
text-transform: uppercase;
font-family:Arial,Verdana;
}
.navigFrame {
display: block;
margin: 6px 0px 0px 0px;
padding: 0px;
float: right;
font-size: 65%;
font-family: Arial,Verdana;
}
a.navigFrameElem {
padding-right:15px;
}
/**
* Main
*/
hr {
border-width:0px 0px 1px 0px;
border-color:#ccc;
border-style:solid;
}
code, pre, .code {
font-family: monospace;
font-size: 90%;
}
sup {
font-size: 60%;
}
dl.classTree {
background-color:#f4f4f4;
padding:5px;
margin:0px 0px 10px 0px;
border:1px solid #ccc;
}
dl.classTree dd {
margin: 0px;
padding: 0px;
font-size: 90%;
font-family: monospace;
}
dl.classTree .currentElem {
font-weight:bold;
}
#content {
clear: both;
padding: 16px 0px 0px 5px;
margin: 0px;
}
.tableSummary {
border:1px solid #aaa;
border-collapse:collapse;
font-size:1em;
}
.tableSummary td {
border:1px solid #aaa;
margin:0px;
padding:2px 3px;
font-size:1em;
}
a.linkSummary, a.linkSummary:visited, a.linkSummary:link {
font-weight:bold;
text-decoration:underline;
}
a.linkType, a.linkType:visited, a.linkType:link {
font-weight:normal;
text-decoration:none;
}
a.linkSimple, a.linkSimple:visited, a.linkSimple:link {
font-weight:normal;
text-decoration:underline;
}
.detailContent {
background-color:#f4f4f4;
padding:5px;
margin:0px;
border:1px solid #ccc;
}
h3.titleSmallList {
font-weight: bold;
padding:0px 0px 0px 0px;
margin:0px;
}
div.smallList {
padding:0px 0px 10px 25px;
margin:0px;
} | php/pear/PHP/UML/Output/Html/resources/style.css | body {
margin: 0px;
padding: 4px 3px 3px 3px;
}
/**
* Titles
*/
h1 {
font-size: 145%;
}
h1#entityName {
padding:0px 0px 18px 0px;
margin:0px;
}
h2 {
font-size: 145%;
background-color:#CCCCFF;
padding:3px 4px 5px 4px;
margin:15px 0px 4px 0px;
border:1px solid #333;
}
h3 {
font-size: 95%;
}
h3#entityPackage {
margin: 0px;
padding: 0px;
font-size: 90%;
font-family: monospace;
}
.detail h4 {
margin:15px 3px 4px 3px;
}
/**
* Special for the left frames:
*/
div#contentFrame {
padding:6px 0px 0px 3px;
font-family: Arial,Verdana;
font-size: 85%;
}
div#contentFrame h1 {
font-size: 100%;
margin-bottom:2px;
}
div#contentFrame h3 {
font-size: 100%;
margin-bottom:2px;
font-weight:normal;
}
div#contentFrame ul {
list-style: none;
padding:0px 0px 0px 3px;
margin:0px;
}
/**
* Navigation
*/
#navigation {
margin: 0px 3px 3px 3px;
padding: 0px 0px 8px 0px;
border-color: #ccc;
border-width:0px 0px 1px 0px;
border-style:solid;
}
#banner {
margin: 3px 0px;
padding: 0px;
background-color: #EEEEFF;
height: 26px;
}
ul.sections {
list-style: none;
margin: 2px 0px 4px 2px;
padding: 0px;
width: 300px;
overflow: hidden;
float: left;
}
ul.sections li {
display: inline;
margin: 2px 2px 2px 2px;
padding: 0px 2px;
font-size: 100%;
font-weight: normal;
font-family: Arial,Verdana;
color: #000;
line-height:15pt;
}
ul.sections li a {
color:#000;
font-weight: bold;
}
ul.sections li.active {
background-color: #44a;
color: #fff;
font-weight: bold;
}
.siblingSections {
list-style: none;
margin: 0px;
padding: 0px 3px 2px 1px;
overflow: hidden;
clear: both;
}
.siblingSections li {
display: inline;
margin: 0px;
padding: 0px 3px 4px 3px;
font-size: 65%;
text-transform: uppercase;
font-family:Arial,Verdana;
}
.navigFrame {
display: block;
margin: 6px 0px 0px 0px;
padding: 0px;
float: right;
font-size: 65%;
font-family: Arial,Verdana;
}
a.navigFrameElem {
padding-right:15px;
}
/**
* Main
*/
hr {
border-width:0px 0px 1px 0px;
border-color:#ccc;
border-style:solid;
}
code, pre, .code {
font-family: monospace;
font-size: 90%;
}
sup {
font-size: 60%;
}
dl.classTree {
background-color:#f4f4f4;
padding:5px;
margin:0px 0px 10px 0px;
border:1px solid #ccc;
}
dl.classTree dd {
margin: 0px;
padding: 0px;
font-size: 90%;
font-family: monospace;
}
dl.classTree .currentElem {
font-weight:bold;
}
#content {
clear: both;
padding: 16px 0px 0px 5px;
margin: 0px;
}
.tableSummary {
border:1px solid #aaa;
border-collapse:collapse;
font-size:1em;
}
.tableSummary td {
border:1px solid #aaa;
margin:0px;
padding:2px 3px;
font-size:1em;
}
a.linkSummary, a.linkSummary:visited, a.linkSummary:link {
font-weight:bold;
text-decoration:underline;
}
a.linkType, a.linkType:visited, a.linkType:link {
font-weight:normal;
text-decoration:none;
}
a.linkSimple, a.linkSimple:visited, a.linkSimple:link {
font-weight:normal;
text-decoration:underline;
}
.detailContent {
background-color:#f4f4f4;
padding:5px;
margin:0px;
border:1px solid #ccc;
}
h3.titleSmallList {
font-weight: bold;
padding:0px 0px 0px 0px;
margin:0px;
}
div.smallList {
padding:0px 0px 10px 25px;
margin:0px;
} | 0.210158 | 0.072571 |
@media (min-width: 800px) {
html {
background: url('../images/background.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#pageHeader {
position: relative;
margin-top: 35px;
z-index: 210;
border-radius: 8px 8px 0 0;
}
.desktop {}
.mobile {
display: none !important;
}
}
@media (max-width: 799px) {
#pageHeader {
position: relative;
z-index: 210;
border-radius: 8px 8px 0 0;
}
html {
background: #fff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.navbar-inverse .navbar-nav > li > a {
margin-left: 5px;
}
.desktop {
display: none !important;
}
.mobile {}
}
.list-group-submenu .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.list-group-submenu .list-group-item:last-child {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.list-group-submenu:last-child .list-group-item:last-child {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item.collapsed:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-info:hover,
.hover.btn-info,
.btn-info:focus,
.btn-info:active,
.active.btn-info,
.open > .btn-info.dropdown-toggle {
color: #fff;
}
.btn:hover,
.btn:focus {
color: #fff;
outline: 0;
}
a:focus {
outline: 0;
}
a:hover,
a:focus {
text-decoration: none;
}
.btn-block {
white-space: normal;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 19px;
font-size: 17px;
line-height: 1.471;
border-radius: 6px;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
.btn {
padding: 10px 15px;
font-size: 15px;
font-weight: 400;
line-height: 1.4;
border: none;
border-radius: 4px;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
.info {
background-color: #0f8fe2;
border-color: #0f8fe2;
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
border-width: 1px;
border-style: solid;
line-height: 1.5;
margin-top: 14px;
padding: 11px 14px 11px 48px;
position: relative;
border-radius: 3px;
}
.info::after {
content: "\f05a";
font-family: FontAwesome;
font-size: 28px;
display: block;
height: 32px;
left: 13px;
margin-top: -19px;
position: absolute;
top: 50%;
width: 32px;
}
.success {
background-color: #26B80D;
border-color: #26B80D;
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
border-width: 1px;
border-style: solid;
line-height: 1.5;
margin-top: 14px;
padding: 11px 14px 11px 48px;
position: relative;
border-radius: 3px;
}
.success::after {
content: "\f058";
font-family: FontAwesome;
font-size: 28px;
display: block;
height: 32px;
left: 13px;
margin-top: -19px;
position: absolute;
top: 50%;
width: 32px;
}
.error {
background-color: #E8582C;
border-color: #E8582C;
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
border-width: 1px;
border-style: solid;
line-height: 1.5;
margin-top: 14px;
padding: 11px 14px 11px 48px;
position: relative;
border-radius: 3px;
}
.error::after {
content: "\f05e";
font-family: FontAwesome;
font-size: 28px;
display: block;
height: 32px;
left: 13px;
margin-top: -19px;
position: absolute;
top: 50%;
width: 32px;
}
.container {
background: white;
}
.info a,
.info a:hover,
.success a,
.success a:hover,
.error a,
.error a:hover {
color: #fff;
text-decoration: underline;
cursor: pointer;
}
a.externalURL::after {
content: "\f08e";
display: inline-block;
font-family: FontAwesome !important;
font-size: 14px !important;
font-weight: normal !important;
font-style: normal !important;
margin-left: 4px;
vertical-align: -1px;
}
#head-toggle{
position: relative;
float: right;
margin-top: -5px;
margin-left: 10px;
}
.breadcrumb {
margin-top: 5px !important;
}
.dropdown > .dropdown-menu {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.dropdown.open .dropdown-menu {
max-height: 300px;
} | grails-app/assets/stylesheets/application.css | @media (min-width: 800px) {
html {
background: url('../images/background.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#pageHeader {
position: relative;
margin-top: 35px;
z-index: 210;
border-radius: 8px 8px 0 0;
}
.desktop {}
.mobile {
display: none !important;
}
}
@media (max-width: 799px) {
#pageHeader {
position: relative;
z-index: 210;
border-radius: 8px 8px 0 0;
}
html {
background: #fff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.navbar-inverse .navbar-nav > li > a {
margin-left: 5px;
}
.desktop {
display: none !important;
}
.mobile {}
}
.list-group-submenu .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.list-group-submenu .list-group-item:last-child {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.list-group-submenu:last-child .list-group-item:last-child {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item.collapsed:last-of-type {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-info:hover,
.hover.btn-info,
.btn-info:focus,
.btn-info:active,
.active.btn-info,
.open > .btn-info.dropdown-toggle {
color: #fff;
}
.btn:hover,
.btn:focus {
color: #fff;
outline: 0;
}
a:focus {
outline: 0;
}
a:hover,
a:focus {
text-decoration: none;
}
.btn-block {
white-space: normal;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 19px;
font-size: 17px;
line-height: 1.471;
border-radius: 6px;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
.btn {
padding: 10px 15px;
font-size: 15px;
font-weight: 400;
line-height: 1.4;
border: none;
border-radius: 4px;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: .2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
.info {
background-color: #0f8fe2;
border-color: #0f8fe2;
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
border-width: 1px;
border-style: solid;
line-height: 1.5;
margin-top: 14px;
padding: 11px 14px 11px 48px;
position: relative;
border-radius: 3px;
}
.info::after {
content: "\f05a";
font-family: FontAwesome;
font-size: 28px;
display: block;
height: 32px;
left: 13px;
margin-top: -19px;
position: absolute;
top: 50%;
width: 32px;
}
.success {
background-color: #26B80D;
border-color: #26B80D;
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
border-width: 1px;
border-style: solid;
line-height: 1.5;
margin-top: 14px;
padding: 11px 14px 11px 48px;
position: relative;
border-radius: 3px;
}
.success::after {
content: "\f058";
font-family: FontAwesome;
font-size: 28px;
display: block;
height: 32px;
left: 13px;
margin-top: -19px;
position: absolute;
top: 50%;
width: 32px;
}
.error {
background-color: #E8582C;
border-color: #E8582C;
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
border-width: 1px;
border-style: solid;
line-height: 1.5;
margin-top: 14px;
padding: 11px 14px 11px 48px;
position: relative;
border-radius: 3px;
}
.error::after {
content: "\f05e";
font-family: FontAwesome;
font-size: 28px;
display: block;
height: 32px;
left: 13px;
margin-top: -19px;
position: absolute;
top: 50%;
width: 32px;
}
.container {
background: white;
}
.info a,
.info a:hover,
.success a,
.success a:hover,
.error a,
.error a:hover {
color: #fff;
text-decoration: underline;
cursor: pointer;
}
a.externalURL::after {
content: "\f08e";
display: inline-block;
font-family: FontAwesome !important;
font-size: 14px !important;
font-weight: normal !important;
font-style: normal !important;
margin-left: 4px;
vertical-align: -1px;
}
#head-toggle{
position: relative;
float: right;
margin-top: -5px;
margin-left: 10px;
}
.breadcrumb {
margin-top: 5px !important;
}
.dropdown > .dropdown-menu {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.dropdown.open .dropdown-menu {
max-height: 300px;
} | 0.351534 | 0.073897 |
@-moz-document url-prefix('http://dlang.org'),
url-prefix('http://forum.dlang.org') {
/* ======================================================================
* MAIN CONTENT STYLES
*/
div#content {
background-color: #1F252B !important;
border-color: #432E29 !important;
color: #CCCCCC !important;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
color: #B04239 !important;
}
div#tools > a.button {
background: -moz-linear-gradient(center top , #404040 5%, #ABABAB 100%) repeat scroll 0 0 #909090 !important;
border: 1px solid #787878 !important;
box-shadow: 0 1px 0 0 #111111 inset !important;
color: #DDDDDD !important;
text-shadow: 1px 1px 0 #111111 !important;
}
div#tools a.button span {
background-color: #505050 !important;
}
.nobr {
color: #55DD55 !important;
}
a {
color: #66CC66 !important;
}
a:visited {
color: #779944 !important;
}
div#your-code-info {
background: inherit !important;
}
blockquote {
background-color: #404040 !important;
color: #DDFFDD !important;
}
table.comp {
background-color: inherit !important;
}
td.compYes, td.compYes > a {
color: black !important;
}
/* ======================================================================
* CODE BLOCKS
*/
.d_code, .d_decl, .bnf, .console, .ccode, .moddeffile, pre {
background-color: #333333 !important;
border-color: #AACCAA !important;
color: #DDDDDD !important;
}
.d_comment {
color: #808080 !important;
}
.d_keyword, .d_inlinecode, a .d_inlinecode {
color: #DDAA22 !important; /* B04239 */
font-weight: bold;
}
.d_string {
color: #77AADD !important;
}
.ddoc_psymbol, .d_psymbol {
font-family: "Consolas","Bitstream Vera Sans Mono","Andale Mono","Monaco","DejaVu Sans Mono","Lucida Console","monospace";
font-weight: bold;
color: #B04239 !important;
}
a .ddoc_psymbol, a .d_psymbol {
color: #707070 !important;
}
/* ======================================================================
* TEH TWITTEH
*/
#twtr-widget-1 .twtr-new-results,
#twtr-widget-1 .twtr-results-inner,
#twtr-widget-1 .twtr-timeline,
div.twtr-tweets {
background-color: #432E29 !important;
}
#twtr-widget-1 .twtr-bd,
#twtr-widget-1 .twtr-timeline i a,
#twtr-widget-1 .twtr-bd p {
color: #CCCCCC !important;
}
#twtr-widget-1 .twtr-tweet a {
color: #77AA77 !important;
}
/* ======================================================================
* FORUMS
*/
table.forum-table, table.thread-start {
border: 2px solid #BBAAAA !important; /* #432E29 */
}
.forum-table > tbody > tr > th {
background-color: #555555 !important;
}
.forum-table > tbody > tr.subheader > th {
background-color: #555555 !important;
}
table#group-index.forum-table tbody tr td.group-index-col-last {
background-color: inherit !important;
}
#forum-index > tbody > tr > td:nth-child(2n) {
background-color: #1F252B !important;
}
#forum-index > tbody > tr > td:nth-child(2n+1) {
background-color: #343434 !important;
}
.forum-index-description {
color: #DDDDDD !important;
}
.forum-postsummary-author {
color: #799079 !important;
}
.thread-start > tbody > tr > th {
background-color: #505050 !important;
}
.thread-start > tbody > tr:nth-child(2n) {
background-color: #202020 !important;
}
.thread-start > tbody > tr:nth-child(2n+1) {
background-color: #303030 !important;
}
.thread-post-selected > td > div {
background-color: #55BB55 !important;
}
.thread-post-focused > td > div {
outline: 1px solid black !important;
background-color: #777788 !important;
}
.thread-post-selected > td > div > a{
color: black !important;
}
tr.thread-post-focused td div div.thread-post-time span {
color: black !important;
}
.split-post-info, .post-info {
background-color: #404040 !important;
}
.forum-quote {
color: #907777 !important;
}
kbd {
background-color: #202020 !important;
}
} | data/usercss/65395.user.css | @-moz-document url-prefix('http://dlang.org'),
url-prefix('http://forum.dlang.org') {
/* ======================================================================
* MAIN CONTENT STYLES
*/
div#content {
background-color: #1F252B !important;
border-color: #432E29 !important;
color: #CCCCCC !important;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
color: #B04239 !important;
}
div#tools > a.button {
background: -moz-linear-gradient(center top , #404040 5%, #ABABAB 100%) repeat scroll 0 0 #909090 !important;
border: 1px solid #787878 !important;
box-shadow: 0 1px 0 0 #111111 inset !important;
color: #DDDDDD !important;
text-shadow: 1px 1px 0 #111111 !important;
}
div#tools a.button span {
background-color: #505050 !important;
}
.nobr {
color: #55DD55 !important;
}
a {
color: #66CC66 !important;
}
a:visited {
color: #779944 !important;
}
div#your-code-info {
background: inherit !important;
}
blockquote {
background-color: #404040 !important;
color: #DDFFDD !important;
}
table.comp {
background-color: inherit !important;
}
td.compYes, td.compYes > a {
color: black !important;
}
/* ======================================================================
* CODE BLOCKS
*/
.d_code, .d_decl, .bnf, .console, .ccode, .moddeffile, pre {
background-color: #333333 !important;
border-color: #AACCAA !important;
color: #DDDDDD !important;
}
.d_comment {
color: #808080 !important;
}
.d_keyword, .d_inlinecode, a .d_inlinecode {
color: #DDAA22 !important; /* B04239 */
font-weight: bold;
}
.d_string {
color: #77AADD !important;
}
.ddoc_psymbol, .d_psymbol {
font-family: "Consolas","Bitstream Vera Sans Mono","Andale Mono","Monaco","DejaVu Sans Mono","Lucida Console","monospace";
font-weight: bold;
color: #B04239 !important;
}
a .ddoc_psymbol, a .d_psymbol {
color: #707070 !important;
}
/* ======================================================================
* TEH TWITTEH
*/
#twtr-widget-1 .twtr-new-results,
#twtr-widget-1 .twtr-results-inner,
#twtr-widget-1 .twtr-timeline,
div.twtr-tweets {
background-color: #432E29 !important;
}
#twtr-widget-1 .twtr-bd,
#twtr-widget-1 .twtr-timeline i a,
#twtr-widget-1 .twtr-bd p {
color: #CCCCCC !important;
}
#twtr-widget-1 .twtr-tweet a {
color: #77AA77 !important;
}
/* ======================================================================
* FORUMS
*/
table.forum-table, table.thread-start {
border: 2px solid #BBAAAA !important; /* #432E29 */
}
.forum-table > tbody > tr > th {
background-color: #555555 !important;
}
.forum-table > tbody > tr.subheader > th {
background-color: #555555 !important;
}
table#group-index.forum-table tbody tr td.group-index-col-last {
background-color: inherit !important;
}
#forum-index > tbody > tr > td:nth-child(2n) {
background-color: #1F252B !important;
}
#forum-index > tbody > tr > td:nth-child(2n+1) {
background-color: #343434 !important;
}
.forum-index-description {
color: #DDDDDD !important;
}
.forum-postsummary-author {
color: #799079 !important;
}
.thread-start > tbody > tr > th {
background-color: #505050 !important;
}
.thread-start > tbody > tr:nth-child(2n) {
background-color: #202020 !important;
}
.thread-start > tbody > tr:nth-child(2n+1) {
background-color: #303030 !important;
}
.thread-post-selected > td > div {
background-color: #55BB55 !important;
}
.thread-post-focused > td > div {
outline: 1px solid black !important;
background-color: #777788 !important;
}
.thread-post-selected > td > div > a{
color: black !important;
}
tr.thread-post-focused td div div.thread-post-time span {
color: black !important;
}
.split-post-info, .post-info {
background-color: #404040 !important;
}
.forum-quote {
color: #907777 !important;
}
kbd {
background-color: #202020 !important;
}
} | 0.217587 | 0.073796 |
.cont-wrap {
padding: 30px 0;
}
.cont-form {
text-align: left;
margin-top: 50px;
position: relative;
}
.cont-form h3 {
font-size: 20px;
color: #3a132f;
font-weight: bold;
line-height: normal;
padding: 12px 15px;
margin: -20px -15px 20px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)
}
.cont-form .form-box {
padding: 20px 15px;
border-radius: 5px;
background: #ffffff;
margin-bottom: 15px;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.cont-form #msg_span {
top: -36px;
font-size: 12px;
line-height: 1.3;
position: absolute;
}
.cont-form .form-group {
font-style: normal;
position: relative;
margin-bottom: 25px;
}
.cont-form label.error {
font-size: 12px;
color: #f72f2f;
margin-bottom: 0;
letter-spacing: 0;
bottom: -18px;
position: absolute;
font-weight: normal;
}
.cont-form .form-control {
font-size: 14px;
color: rgba(0, 0, 0, 0.8);
height: 40px;
padding: 0 12px;
box-shadow: none;
border-radius: 5px;
background: #ffffff;
appearance: none;
-ms-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: none !important;
border: 1px solid #3a132f;
text-decoration: none !important;
}
.cont-form .form-control::-webkit-input {
color: rgba(58, 19, 47, 0.5);
}
.cont-form .form-control:-moz-placeholder {/* FF 4-18 */
color: rgba(58, 19, 47, 0.5);
}
.cont-form .form-control::-moz-placeholder {/* FF 19+ */
color: rgba(58, 19, 47, 0.5);
}
.cont-form .form-control:-ms-input-placeholder {/* IE 10+ */
color: rgba(58, 19, 47, 0.5);
}
.cont-form textarea.form-control {
resize: none;
min-height: 218px;
padding: 10px 12px;
}
.cont-form .form-control:focus {
outline: none !important;
box-shadow: none;
}
.btn-cont {
font-size: 14px;
color: #ffffff;
line-height: normal;
font-weight: 500;
border: none;
padding: 9px 20px;
background: #3a132f;
border-radius: 5px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
width: 100%;
max-width: 35%;
margin: 15px auto;
display: block;
}
.btn-cont:focus {
color: #ffffff;
}
.btn-cont:hover {
color: #ffffff;
background: #3a132f;
}
.cont-form .purpose {
display: flex;
overflow: hidden;
/* margin-bottom: 36px; */
}
.cont-form .purpose input {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
}
.cont-form .purpose label.purpose-radio {
font-size: 14px;
color: #3a132f;
line-height: 1;
font-weight: 500;
text-align: center;
padding: 8px 16px;
margin-right: 20px;
background: #ffffff;
border-radius: 4px;
border: 1px solid #3a132f;
transition: all 0.1s ease-in-out;
}
.cont-form .purpose label.purpose-radio:hover {
cursor: pointer;
}
.cont-form .purpose input:checked + label.purpose-radio {
color: #ffffff;
background: #3a132f;
}
.cont-form .form-box .controls {
width: auto;
font-size: 24px;
color: #3a132f;
font-weight: normal;
padding: 0 12px;
border-radius: 5px;
background: #ffffff;
display: inline-block;
border: 1px solid #3a132f;
}
.cont-form .form-box span,
.cont-form .form-box .plus {
width: 50px;
border: none;
box-shadow: none;
text-align: center;
display: inline-block;
}
.cont-form .input-group {
display: block;
}
.cont-form .input-group .input-group-append {
position: relative;
}
.cont-form .input-group .add-photo {
font-size: 18px;
color: #ffffff;
font-weight: normal;
padding: 0 8px;
top: 7px;
right: 10px;
z-index: 2;
position: absolute;
border-radius: 1px;
background: #3a132f;
display: inline-block;
border: 1px solid #3a132f;
}
body.downloadAdd {
padding-top: 30px;
}
@media (max-width: 767px) {
.cont-wrap {
padding: 20px 0;
}
.cont-form {
margin: 50px 20px 0;
}
.btn-cont {
width: 45%;
max-width: 100%;
}
.cont-form textarea.form-control {
min-height: 80px;
}
.cont-form .form-control {
height: 36px;
line-height: 36px;
padding: 0 12px;
}
.cont-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
height: 36px;
}
.cont-form .form-control::-moz-placeholder { /* Firefox 19+ */
height: 36px;
}
.cont-form .form-control:-ms-input-placeholder { /* IE 10+ */
height: 36px;
}
.cont-form .form-control:-moz-placeholder { /* Firefox 18- */
height: 36px;
}
}
@media (max-width: 480px) {
.cont-form .form-control {
font-size: 14px;
height: 32px;
padding: 0 10px;
outline: none !important;
line-height: 32px;
}
.cont-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
height: 32px;
}
.cont-form .form-control::-moz-placeholder { /* Firefox 19+ */
height: 32px;
}
.cont-form .form-control:-ms-input-placeholder { /* IE 10+ */
height: 32px;
}
.cont-form .form-control:-moz-placeholder { /* Firefox 18- */
height: 32px;
}
.cont-form textarea.form-control {
padding: 5px 10px;
}
.btn-cont {
width: auto;
}
}
/* View App section */
.appLink {
background: #ffffff;
color: #3a132f;
padding: 15px 0;
height: 63px;
}
#closeLink {
cursor: pointer;
}
#closeLink img {
width: 12px;
}
.appLink .btn-cont {
margin: 0;
padding: 8px 12px;
font-size: 13px;
text-transform: none;
} | src/app/Modules/checkin-form/checkin-form.component.css | .cont-wrap {
padding: 30px 0;
}
.cont-form {
text-align: left;
margin-top: 50px;
position: relative;
}
.cont-form h3 {
font-size: 20px;
color: #3a132f;
font-weight: bold;
line-height: normal;
padding: 12px 15px;
margin: -20px -15px 20px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)
}
.cont-form .form-box {
padding: 20px 15px;
border-radius: 5px;
background: #ffffff;
margin-bottom: 15px;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.cont-form #msg_span {
top: -36px;
font-size: 12px;
line-height: 1.3;
position: absolute;
}
.cont-form .form-group {
font-style: normal;
position: relative;
margin-bottom: 25px;
}
.cont-form label.error {
font-size: 12px;
color: #f72f2f;
margin-bottom: 0;
letter-spacing: 0;
bottom: -18px;
position: absolute;
font-weight: normal;
}
.cont-form .form-control {
font-size: 14px;
color: rgba(0, 0, 0, 0.8);
height: 40px;
padding: 0 12px;
box-shadow: none;
border-radius: 5px;
background: #ffffff;
appearance: none;
-ms-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: none !important;
border: 1px solid #3a132f;
text-decoration: none !important;
}
.cont-form .form-control::-webkit-input {
color: rgba(58, 19, 47, 0.5);
}
.cont-form .form-control:-moz-placeholder {/* FF 4-18 */
color: rgba(58, 19, 47, 0.5);
}
.cont-form .form-control::-moz-placeholder {/* FF 19+ */
color: rgba(58, 19, 47, 0.5);
}
.cont-form .form-control:-ms-input-placeholder {/* IE 10+ */
color: rgba(58, 19, 47, 0.5);
}
.cont-form textarea.form-control {
resize: none;
min-height: 218px;
padding: 10px 12px;
}
.cont-form .form-control:focus {
outline: none !important;
box-shadow: none;
}
.btn-cont {
font-size: 14px;
color: #ffffff;
line-height: normal;
font-weight: 500;
border: none;
padding: 9px 20px;
background: #3a132f;
border-radius: 5px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
width: 100%;
max-width: 35%;
margin: 15px auto;
display: block;
}
.btn-cont:focus {
color: #ffffff;
}
.btn-cont:hover {
color: #ffffff;
background: #3a132f;
}
.cont-form .purpose {
display: flex;
overflow: hidden;
/* margin-bottom: 36px; */
}
.cont-form .purpose input {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
}
.cont-form .purpose label.purpose-radio {
font-size: 14px;
color: #3a132f;
line-height: 1;
font-weight: 500;
text-align: center;
padding: 8px 16px;
margin-right: 20px;
background: #ffffff;
border-radius: 4px;
border: 1px solid #3a132f;
transition: all 0.1s ease-in-out;
}
.cont-form .purpose label.purpose-radio:hover {
cursor: pointer;
}
.cont-form .purpose input:checked + label.purpose-radio {
color: #ffffff;
background: #3a132f;
}
.cont-form .form-box .controls {
width: auto;
font-size: 24px;
color: #3a132f;
font-weight: normal;
padding: 0 12px;
border-radius: 5px;
background: #ffffff;
display: inline-block;
border: 1px solid #3a132f;
}
.cont-form .form-box span,
.cont-form .form-box .plus {
width: 50px;
border: none;
box-shadow: none;
text-align: center;
display: inline-block;
}
.cont-form .input-group {
display: block;
}
.cont-form .input-group .input-group-append {
position: relative;
}
.cont-form .input-group .add-photo {
font-size: 18px;
color: #ffffff;
font-weight: normal;
padding: 0 8px;
top: 7px;
right: 10px;
z-index: 2;
position: absolute;
border-radius: 1px;
background: #3a132f;
display: inline-block;
border: 1px solid #3a132f;
}
body.downloadAdd {
padding-top: 30px;
}
@media (max-width: 767px) {
.cont-wrap {
padding: 20px 0;
}
.cont-form {
margin: 50px 20px 0;
}
.btn-cont {
width: 45%;
max-width: 100%;
}
.cont-form textarea.form-control {
min-height: 80px;
}
.cont-form .form-control {
height: 36px;
line-height: 36px;
padding: 0 12px;
}
.cont-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
height: 36px;
}
.cont-form .form-control::-moz-placeholder { /* Firefox 19+ */
height: 36px;
}
.cont-form .form-control:-ms-input-placeholder { /* IE 10+ */
height: 36px;
}
.cont-form .form-control:-moz-placeholder { /* Firefox 18- */
height: 36px;
}
}
@media (max-width: 480px) {
.cont-form .form-control {
font-size: 14px;
height: 32px;
padding: 0 10px;
outline: none !important;
line-height: 32px;
}
.cont-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
height: 32px;
}
.cont-form .form-control::-moz-placeholder { /* Firefox 19+ */
height: 32px;
}
.cont-form .form-control:-ms-input-placeholder { /* IE 10+ */
height: 32px;
}
.cont-form .form-control:-moz-placeholder { /* Firefox 18- */
height: 32px;
}
.cont-form textarea.form-control {
padding: 5px 10px;
}
.btn-cont {
width: auto;
}
}
/* View App section */
.appLink {
background: #ffffff;
color: #3a132f;
padding: 15px 0;
height: 63px;
}
#closeLink {
cursor: pointer;
}
#closeLink img {
width: 12px;
}
.appLink .btn-cont {
margin: 0;
padding: 8px 12px;
font-size: 13px;
text-transform: none;
} | 0.244453 | 0.062933 |
.header{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
z-index:9;
}
.header ul {
margin: 0px;
padding: 0px;
}
.menu {
border: none;
border-bottom: 4px solid #fff;
border-top: 4px solid #fff;
height: 25px;
position: absolute;
right:15px;
top: 26px;
width: 35px;
background: none;
z-index: 10;
}
.menu:after {
position: absolute;
top: 7px;
right: 0;
content: '';
width: 100%;
height: 4px;
background: #fff;
}
.top_head {
position: relative;
padding:10px 0px;
background-color: #fff;
}
.top_tuch ul.location_box li {
list-style: none;
position: relative;
color: #555555;
margin-right: 24px;
display: inline-block;
}
.top_tuch ul.location_box li span i {
position: relative;
color:#5c5de9;
font-size: 18px;
margin-right: 8px;
display: inline-block;
}
.top_tuch ul.location_box li span {
position: relative;
color: #222222;
font-weight: 500;
margin-right: 6px;
display: inline-block;
}
.top_tuch ul.location_box li b {
font-weight: normal;
}
.social_up .social_tuch li {
position: relative;
color: #222222;
font-weight: 500;
margin-left: 0px;
list-style: none;
display: inline-block;
}
.social_up .social_tuch li a {
margin-left: 15px;
display: inline-block;
color:#5c5de9;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.social_up {
text-align: right;
}
.social_up .social_tuch li a:hover {
color: #5c5de9;
}
.logo a {
display: inline-block;
}
.navigation, .btn_link, .search {
display: inline-block;
}
.navigation ul li {
display: inline-block;
position: relative;
font-size: 14px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.navigation ul > li > a {
position: relative;
display: block;
color: #fff;
line-height: 30px;
text-transform:capitalize;
letter-spacing: 0px;
opacity: 1;
font-weight:500;
padding:30px 15px;
font-size: 16px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.navigation ul > li > a:hover{
color: #5c5de9;
}
.navigation .sub-nav {
left: 0;
border-top: 0;
position: absolute;
top: 175%;
width: 200px;
z-index: 3;
background-clip: padding-box;
padding: 0;
transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
opacity: 0;
visibility: hidden;
-webkit-backface-visibility: hidden;
background-color: #ffffff;
border-top: 3px solid #5c5de9;
box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.navigation li:hover .sub-nav {
opacity: 1;
top: 100%;
transition: top 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s;
visibility: visible;
}
.navigation li:hover .sub-nav {
opacity: 1;
top: 100%;
transition: top 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s;
visibility: visible;
}
.navigation li:last-child .sub-nav{
left: auto;
right: 0;
}
.navigation .sub-nav li {
display: block;
float: none;
margin: 0;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 0;
position: relative;
}
.navigation .sub-nav li a {
position: relative;
display: block;
padding: 10px 18px;
line-height: 24px;
font-weight: 500;
font-size: 15px;
text-transform: capitalize;
color: #555555;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.navigation ul > li > ul > li > a:hover {
color: #ffffff;
background: #5c5de9;
}
.stricky {
background: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
border-bottom: 1px solid #e8f1f7;
}
.stricky .navigation ul > li > a {
padding: 30px 15px;
color: #222;
}
.stricky #toggle_res_search{
color: #222;
}
.stricky .navigation .sub-nav li a{
padding: 10px 18px;
}
.btn_link a {
display: inline-block;
position: relative;
padding: 11px 25px 11px;
line-height: 24px;
background: #5c5de9;
color: #ffffff;
font-size: 16px;
font-weight: 600;
border-radius: 4px;
border: 2px solid #5c5de9;
text-transform: capitalize;
transition: all 0.3s;
}
.btn_link a:hover {
background: none;
color: #5c5de9;
}
#toggle_res_search {
font-size: 16px;
color: #fff;
display: inline-block;
margin-top: 1px;
position: relative;
z-index: 9;
margin-left: 20px;
}
#search_form {
right: 0;
margin: 0 !important;
position: absolute;
width: 300px;
padding-top: 0;
top: 100%;
z-index: 99999;
max-width: none;
background: #fff;
max-height: none;
border-top: 3px solid #5c5de9;
box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
padding: 20px;
}
.search .form-control {
background-color: transparent;
border: 1px solid #e0e0e0;
color: #1E2629;
padding: 7px 12px;
height: 40px;
}
.search .input-group {
position: relative;
}
.search .input-group .btn {
position: absolute;
right: 10px;
top: 50%;
color: #222;
border-radius: 0;
background: transparent;
transform: translateY(-50%);
padding: 0;
font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navigation ul > li > a {
padding: 45px 5px;
}
.stricky .navigation ul > li > a {
padding: 30px 5px;
}
.btn_link a {
padding: 10px 18px 10px;
}
.button_search {
margin-left: 10px;
}
}
@media (max-width: 991px) {
.top_tuch, .btn_link {
display: none;
}
.social_up {
text-align: center;
}
.logo {
padding: 25px 0px 0;
}
.navigation ul > li > a {
padding: 25px 12px;
}
.stricky {
position: static;
}
}
@media (max-width: 767px) {
.navigation {
display: none;
position: absolute;
top: 0;
left: 0px;
width: 100%;
z-index: 9;
background: #000;
}
.button_search {
margin-left: 20px;
position: absolute;
top: -50px;
right: 10px;
}
.header{
position: static;
background: #000;
}
.logo {
padding: 10px 0px;
}
.logo img{
width: 80%;
}
#search_form {
top: 45px;
}
.header ul li {
float: none !important;
display: block;
}
.navigation > ul > li > a, .navigation > ul > li:last-child a, .header-1 .navigation > ul > li > a {
padding: 10px 15px;
color: #fff;
}
.navigation ul li i {
color: #fff;
font-size: 25px;
position: absolute;
right: 15px;
top: 9px;
cursor: pointer;
pointer-events: none;
}
.navigation .on > .ion-ios-plus-empty:before {
content: '\f462';
font-family: "Ionicons";
}
.header .navigation .sub-nav {
width: 100%;
position: static;
background: #ccc;
}
.navigation ul li ul {
display: none;
}
.stricky .navigation ul > li > a {
padding: 10px 15px;
}
#toggle_res_search{
top: -10px;
}
} | assets/css/header.css | .header{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
z-index:9;
}
.header ul {
margin: 0px;
padding: 0px;
}
.menu {
border: none;
border-bottom: 4px solid #fff;
border-top: 4px solid #fff;
height: 25px;
position: absolute;
right:15px;
top: 26px;
width: 35px;
background: none;
z-index: 10;
}
.menu:after {
position: absolute;
top: 7px;
right: 0;
content: '';
width: 100%;
height: 4px;
background: #fff;
}
.top_head {
position: relative;
padding:10px 0px;
background-color: #fff;
}
.top_tuch ul.location_box li {
list-style: none;
position: relative;
color: #555555;
margin-right: 24px;
display: inline-block;
}
.top_tuch ul.location_box li span i {
position: relative;
color:#5c5de9;
font-size: 18px;
margin-right: 8px;
display: inline-block;
}
.top_tuch ul.location_box li span {
position: relative;
color: #222222;
font-weight: 500;
margin-right: 6px;
display: inline-block;
}
.top_tuch ul.location_box li b {
font-weight: normal;
}
.social_up .social_tuch li {
position: relative;
color: #222222;
font-weight: 500;
margin-left: 0px;
list-style: none;
display: inline-block;
}
.social_up .social_tuch li a {
margin-left: 15px;
display: inline-block;
color:#5c5de9;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.social_up {
text-align: right;
}
.social_up .social_tuch li a:hover {
color: #5c5de9;
}
.logo a {
display: inline-block;
}
.navigation, .btn_link, .search {
display: inline-block;
}
.navigation ul li {
display: inline-block;
position: relative;
font-size: 14px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.navigation ul > li > a {
position: relative;
display: block;
color: #fff;
line-height: 30px;
text-transform:capitalize;
letter-spacing: 0px;
opacity: 1;
font-weight:500;
padding:30px 15px;
font-size: 16px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.navigation ul > li > a:hover{
color: #5c5de9;
}
.navigation .sub-nav {
left: 0;
border-top: 0;
position: absolute;
top: 175%;
width: 200px;
z-index: 3;
background-clip: padding-box;
padding: 0;
transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
opacity: 0;
visibility: hidden;
-webkit-backface-visibility: hidden;
background-color: #ffffff;
border-top: 3px solid #5c5de9;
box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.navigation li:hover .sub-nav {
opacity: 1;
top: 100%;
transition: top 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s;
visibility: visible;
}
.navigation li:hover .sub-nav {
opacity: 1;
top: 100%;
transition: top 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s;
visibility: visible;
}
.navigation li:last-child .sub-nav{
left: auto;
right: 0;
}
.navigation .sub-nav li {
display: block;
float: none;
margin: 0;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 0;
position: relative;
}
.navigation .sub-nav li a {
position: relative;
display: block;
padding: 10px 18px;
line-height: 24px;
font-weight: 500;
font-size: 15px;
text-transform: capitalize;
color: #555555;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.navigation ul > li > ul > li > a:hover {
color: #ffffff;
background: #5c5de9;
}
.stricky {
background: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
border-bottom: 1px solid #e8f1f7;
}
.stricky .navigation ul > li > a {
padding: 30px 15px;
color: #222;
}
.stricky #toggle_res_search{
color: #222;
}
.stricky .navigation .sub-nav li a{
padding: 10px 18px;
}
.btn_link a {
display: inline-block;
position: relative;
padding: 11px 25px 11px;
line-height: 24px;
background: #5c5de9;
color: #ffffff;
font-size: 16px;
font-weight: 600;
border-radius: 4px;
border: 2px solid #5c5de9;
text-transform: capitalize;
transition: all 0.3s;
}
.btn_link a:hover {
background: none;
color: #5c5de9;
}
#toggle_res_search {
font-size: 16px;
color: #fff;
display: inline-block;
margin-top: 1px;
position: relative;
z-index: 9;
margin-left: 20px;
}
#search_form {
right: 0;
margin: 0 !important;
position: absolute;
width: 300px;
padding-top: 0;
top: 100%;
z-index: 99999;
max-width: none;
background: #fff;
max-height: none;
border-top: 3px solid #5c5de9;
box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
padding: 20px;
}
.search .form-control {
background-color: transparent;
border: 1px solid #e0e0e0;
color: #1E2629;
padding: 7px 12px;
height: 40px;
}
.search .input-group {
position: relative;
}
.search .input-group .btn {
position: absolute;
right: 10px;
top: 50%;
color: #222;
border-radius: 0;
background: transparent;
transform: translateY(-50%);
padding: 0;
font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navigation ul > li > a {
padding: 45px 5px;
}
.stricky .navigation ul > li > a {
padding: 30px 5px;
}
.btn_link a {
padding: 10px 18px 10px;
}
.button_search {
margin-left: 10px;
}
}
@media (max-width: 991px) {
.top_tuch, .btn_link {
display: none;
}
.social_up {
text-align: center;
}
.logo {
padding: 25px 0px 0;
}
.navigation ul > li > a {
padding: 25px 12px;
}
.stricky {
position: static;
}
}
@media (max-width: 767px) {
.navigation {
display: none;
position: absolute;
top: 0;
left: 0px;
width: 100%;
z-index: 9;
background: #000;
}
.button_search {
margin-left: 20px;
position: absolute;
top: -50px;
right: 10px;
}
.header{
position: static;
background: #000;
}
.logo {
padding: 10px 0px;
}
.logo img{
width: 80%;
}
#search_form {
top: 45px;
}
.header ul li {
float: none !important;
display: block;
}
.navigation > ul > li > a, .navigation > ul > li:last-child a, .header-1 .navigation > ul > li > a {
padding: 10px 15px;
color: #fff;
}
.navigation ul li i {
color: #fff;
font-size: 25px;
position: absolute;
right: 15px;
top: 9px;
cursor: pointer;
pointer-events: none;
}
.navigation .on > .ion-ios-plus-empty:before {
content: '\f462';
font-family: "Ionicons";
}
.header .navigation .sub-nav {
width: 100%;
position: static;
background: #ccc;
}
.navigation ul li ul {
display: none;
}
.stricky .navigation ul > li > a {
padding: 10px 15px;
}
#toggle_res_search{
top: -10px;
}
} | 0.243822 | 0.036839 |
form label.error{
color: #d62728;
font-style: italic;
font-weight: normal;
}
.modal-body table.schedule tr td:first-child{
font-weight: bold;
width: 20%;
vertical-align: middle;
padding-left: 30px;
}
.box-choice-calendar{
padding: 2px 2px;
border: 1px solid #cccccc;
}
.bcd-box{
background-color: #FFFFFF;
border: 1px solid #cccccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
padding: 20px 0;
}
i.choice-calendar{
cursor: pointer;
}
.input-no-border{
border: 0;
}
.modal-body table.schedule tr td:last-child{
padding-right: 30px;
}
.modal_schedule .modal-body{
padding: 0 0;
}
iframe{
width: 100%;
border: 0;
height: 600px;
}
.large-modal .modal-dialog {
width:800px;
}
.space-fullwidth-50 {
width: 100%;height: 50px;
}
/*Calendar*/
.calendar_module{
}
.calendar_module .fc-left h2{
font-size: 16px;
padding: 6px 0;
}
/*Project*/
.progress-box-bad {
width: 14px;
height: 20px;
display: inline-block;
border : 2px rgba(255, 0, 0, 1.0) solid;
float: right;
margin: 0px 1px;
}
.progress-box-good {
width: 14px;
height: 20px;
display: inline-block;
border : 2px rgba(0, 255, 0, 1.0) solid;
float: right;
margin: 0px 1px;
}
.box-good-50 {
background-color: rgba(0, 255, 0, 0.9);
}
.box-good-40 {
background-color: rgba(0, 255, 0, 0.7);
}
.box-good-30 {
background-color: rgba(0, 255, 0, 0.5);
}
.box-good-20 {
background-color: rgba(0, 255, 0, 0.3);
}
.box-good-10 {
background-color: rgba(0, 255, 0, 0.1);
}
.box-good-0 {
background-color: rgba(0, 255, 0, 0.0);
}
.box-bad-50 {
background-color: rgba(255, 0, 0, 0.9);
}
.box-bad-40 {
background-color: rgba(255, 0, 0, 0.7);
}
.box-bad-30 {
background-color: rgba(255, 0, 0, 0.5);
}
.box-bad-20 {
background-color: rgba(255, 0, 0, 0.3);
}
.box-bad-10 {
background-color: rgba(255, 0, 0, 0.1);
}
.box-bad-0 {
background-color: rgba(255, 0, 0, 0.0);
}
.cursor-pointer {
cursor: pointer;
}
.margin-bottom-5 {
margin-bottom: 5px;
}
.padding-5-10-bt {
padding: 5px 10px;
} | public/src/css/customize/custom.css | form label.error{
color: #d62728;
font-style: italic;
font-weight: normal;
}
.modal-body table.schedule tr td:first-child{
font-weight: bold;
width: 20%;
vertical-align: middle;
padding-left: 30px;
}
.box-choice-calendar{
padding: 2px 2px;
border: 1px solid #cccccc;
}
.bcd-box{
background-color: #FFFFFF;
border: 1px solid #cccccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
padding: 20px 0;
}
i.choice-calendar{
cursor: pointer;
}
.input-no-border{
border: 0;
}
.modal-body table.schedule tr td:last-child{
padding-right: 30px;
}
.modal_schedule .modal-body{
padding: 0 0;
}
iframe{
width: 100%;
border: 0;
height: 600px;
}
.large-modal .modal-dialog {
width:800px;
}
.space-fullwidth-50 {
width: 100%;height: 50px;
}
/*Calendar*/
.calendar_module{
}
.calendar_module .fc-left h2{
font-size: 16px;
padding: 6px 0;
}
/*Project*/
.progress-box-bad {
width: 14px;
height: 20px;
display: inline-block;
border : 2px rgba(255, 0, 0, 1.0) solid;
float: right;
margin: 0px 1px;
}
.progress-box-good {
width: 14px;
height: 20px;
display: inline-block;
border : 2px rgba(0, 255, 0, 1.0) solid;
float: right;
margin: 0px 1px;
}
.box-good-50 {
background-color: rgba(0, 255, 0, 0.9);
}
.box-good-40 {
background-color: rgba(0, 255, 0, 0.7);
}
.box-good-30 {
background-color: rgba(0, 255, 0, 0.5);
}
.box-good-20 {
background-color: rgba(0, 255, 0, 0.3);
}
.box-good-10 {
background-color: rgba(0, 255, 0, 0.1);
}
.box-good-0 {
background-color: rgba(0, 255, 0, 0.0);
}
.box-bad-50 {
background-color: rgba(255, 0, 0, 0.9);
}
.box-bad-40 {
background-color: rgba(255, 0, 0, 0.7);
}
.box-bad-30 {
background-color: rgba(255, 0, 0, 0.5);
}
.box-bad-20 {
background-color: rgba(255, 0, 0, 0.3);
}
.box-bad-10 {
background-color: rgba(255, 0, 0, 0.1);
}
.box-bad-0 {
background-color: rgba(255, 0, 0, 0.0);
}
.cursor-pointer {
cursor: pointer;
}
.margin-bottom-5 {
margin-bottom: 5px;
}
.padding-5-10-bt {
padding: 5px 10px;
} | 0.47317 | 0.147095 |
.no-border {
border: 0 !important;
}
.navbar form {
margin-bottom: 0;
margin: 0 auto;
}
.custom-input .form-control,
.is-focused .form-control {
background-image: none !important;
}
.custom-input {
background-color: #fff;
border-radius: 30px;
padding: 2px 2px 2px 20px;
width: 355px;
}
.custom-icon-card.card [class*="card-header-"] .card-icon,
.custom-icon-card.card [class*="card-header-"] .card-text {
background-color: #fff;
padding: 20px;
margin-top: -20px;
margin-right: 15px;
float: left;
}
.custom-account-card .progress {
width: 138px;
height: 138px;
background: none;
position: relative;
box-shadow: none !important;
}
.custom-account-card .progress::after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 6px solid #eee;
position: absolute;
top: 0;
left: 0;
}
.custom-account-card .progress>span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
}
.custom-account-card .progress .progress-left {
left: 0;
}
.custom-account-card .progress .progress-bar {
width: 100%;
height: 100%;
background: none;
border-width: 6px;
border-style: solid;
position: absolute;
top: 0;
}
.custom-account-card .progress .progress-left .progress-bar {
left: 100%;
border-top-right-radius: 80px;
border-bottom-right-radius: 80px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}
.custom-account-card .progress .progress-right {
right: 0;
}
.custom-account-card .progress .progress-right .progress-bar {
left: -100%;
border-top-left-radius: 80px;
border-bottom-left-radius: 80px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.custom-account-card .progress .progress-value {
position: absolute;
top: 0;
left: 0;
}
.custom-card-height {
height: 80px !important;
}
.bg-gray-white {
border-color: #a4a1fc !important;
}
.custom-user-info-card .searchbar {
margin-bottom: auto;
margin-top: auto;
height: 42px;
background: linear-gradient(60deg, #ef5350, #e53935);
border-radius: 30px;
/* padding: 10px; */
margin-right: 20px;
border: 3px solid #fff;
}
.custom-user-info-card .search_input {
color: white;
border: 0;
outline: 0;
background: none;
width: 0;
caret-color: transparent;
line-height: 40px;
transition: width 0.4s linear;
}
.custom-user-info-card .searchbar:hover>.search_input {
padding: 0 10px;
width: 400px;
caret-color: red;
transition: width 0.4s linear;
}
.custom-user-info-card .searchbar:hover>.search_icon {
background: white;
color: #e74c3c;
}
.custom-user-info-card .search_icon {
height: 33px;
width: 33px;
float: right;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: white;
text-decoration: none;
margin-top: 1px;
}
span.material-icons.custom-material-icon {
line-height: 2 !important;
}
.user-profile-nav {
display: flex;
justify-content: right;
}
.btn-add-group .btn {
position: relative;
padding: 12px 10px !important;
margin: 0.3125rem 1px;
font-size: 0.75rem;
}
span.material-icons.add-icon {
font-size: 36px;
color: #ffe6e2;
margin-right: 6px;
}
button.custom-action-btn {
padding: 5px 14px !important;
border-radius: 30px !important;
}
.custom-user-table-data img.circle {
height: 30px;
width: 30px;
}
.custom-user-info-card .avatar-pic {
width: 100px;
}
.profile-upload img.rounded-circle.z-depth-1-half.avatar-pic {
background-color: #fff;
box-shadow: 0px 0px 4px #ddd;
padding: 20px;
background-size: cover;
background-position: center;
}
.profile-save-btn .btn {
padding: 5px 24px !important;
border-radius: 30px !important;
margin-top: 50px;
float: right;
}
.custom-input-group {
background-color: #f2f2f2 !important;
border-radius: 3px;
padding: 3px 8px;
margin-top: -3px;
}
.utility-page-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100% !important;
}
.utility-page-content .nopadding {
padding: 0;
margin: 0;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="text"] {
background-color: #f2f2f2;
border-radius: 6px;
}
.form-signin input[type="password"] {
background-color: #<PASSWORD>;
border-radius: 6px;
}
.login-section {
transform: translateY(68px);
}
.account-wall {
background-color: #fff;
padding: 20px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.login-title {
color: #555;
font-size: 18px;
font-weight: 400;
display: block;
}
.profile-img {
width: 96px;
height: 96px;
margin: 0 auto 30px;
display: block;
}
.new-account {
display: block;
margin-top: 10px;
color: #222;
}
.form-signin .input-group {
background-color: #ddd;
border-radius: 7px;
border-bottom: none;
}
.form-signin .form-control,
.is-focused .form-control {
background-image: none;
}
.form-signin .input-group-prepend {
margin-right: -1px;
background-color: #ccc;
border-radius: 3px;
padding: -1px;
padding: 10px 6px;
}
.bullet::after {
background-color: #ef5350;
height: 8px;
width: 8px;
content: "";
position: absolute;
left: 8px;
top: 8px;
bottom: 0;
border-radius: 30px;
right: 0;
}
.edit-btn {
width: 74px;
height: 30px;
border-radius: 15px;
background: linear-gradient(#7b1fa2 0%, #7c4dff 100%);
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.39);
}
.delete-btn {
width: 74px;
height: 30px;
border-radius: 15px;
background: linear-gradient(#9c27b0 0%, #ff3d00 100%);
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.39);
}
.view-btn {
width: 74px;
height: 30px;
border-radius: 15px;
background: linear-gradient(#133703 0%, #08cc97 100%);
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.39);
}
.date-filter .form-control {
background-image: none !important;
}
.custom-pagination .page-link {
position: relative;
display: block;
padding: 12px 15px;
margin-left: 0;
line-height: 1.25;
color: #222;
border: 0 solid #dee2e6;
background-color: #ddd;
}
.custom-pagination .page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #e53935;
border-color: #e53935;
} | public/css/custom.css | .no-border {
border: 0 !important;
}
.navbar form {
margin-bottom: 0;
margin: 0 auto;
}
.custom-input .form-control,
.is-focused .form-control {
background-image: none !important;
}
.custom-input {
background-color: #fff;
border-radius: 30px;
padding: 2px 2px 2px 20px;
width: 355px;
}
.custom-icon-card.card [class*="card-header-"] .card-icon,
.custom-icon-card.card [class*="card-header-"] .card-text {
background-color: #fff;
padding: 20px;
margin-top: -20px;
margin-right: 15px;
float: left;
}
.custom-account-card .progress {
width: 138px;
height: 138px;
background: none;
position: relative;
box-shadow: none !important;
}
.custom-account-card .progress::after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 6px solid #eee;
position: absolute;
top: 0;
left: 0;
}
.custom-account-card .progress>span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
}
.custom-account-card .progress .progress-left {
left: 0;
}
.custom-account-card .progress .progress-bar {
width: 100%;
height: 100%;
background: none;
border-width: 6px;
border-style: solid;
position: absolute;
top: 0;
}
.custom-account-card .progress .progress-left .progress-bar {
left: 100%;
border-top-right-radius: 80px;
border-bottom-right-radius: 80px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}
.custom-account-card .progress .progress-right {
right: 0;
}
.custom-account-card .progress .progress-right .progress-bar {
left: -100%;
border-top-left-radius: 80px;
border-bottom-left-radius: 80px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.custom-account-card .progress .progress-value {
position: absolute;
top: 0;
left: 0;
}
.custom-card-height {
height: 80px !important;
}
.bg-gray-white {
border-color: #a4a1fc !important;
}
.custom-user-info-card .searchbar {
margin-bottom: auto;
margin-top: auto;
height: 42px;
background: linear-gradient(60deg, #ef5350, #e53935);
border-radius: 30px;
/* padding: 10px; */
margin-right: 20px;
border: 3px solid #fff;
}
.custom-user-info-card .search_input {
color: white;
border: 0;
outline: 0;
background: none;
width: 0;
caret-color: transparent;
line-height: 40px;
transition: width 0.4s linear;
}
.custom-user-info-card .searchbar:hover>.search_input {
padding: 0 10px;
width: 400px;
caret-color: red;
transition: width 0.4s linear;
}
.custom-user-info-card .searchbar:hover>.search_icon {
background: white;
color: #e74c3c;
}
.custom-user-info-card .search_icon {
height: 33px;
width: 33px;
float: right;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: white;
text-decoration: none;
margin-top: 1px;
}
span.material-icons.custom-material-icon {
line-height: 2 !important;
}
.user-profile-nav {
display: flex;
justify-content: right;
}
.btn-add-group .btn {
position: relative;
padding: 12px 10px !important;
margin: 0.3125rem 1px;
font-size: 0.75rem;
}
span.material-icons.add-icon {
font-size: 36px;
color: #ffe6e2;
margin-right: 6px;
}
button.custom-action-btn {
padding: 5px 14px !important;
border-radius: 30px !important;
}
.custom-user-table-data img.circle {
height: 30px;
width: 30px;
}
.custom-user-info-card .avatar-pic {
width: 100px;
}
.profile-upload img.rounded-circle.z-depth-1-half.avatar-pic {
background-color: #fff;
box-shadow: 0px 0px 4px #ddd;
padding: 20px;
background-size: cover;
background-position: center;
}
.profile-save-btn .btn {
padding: 5px 24px !important;
border-radius: 30px !important;
margin-top: 50px;
float: right;
}
.custom-input-group {
background-color: #f2f2f2 !important;
border-radius: 3px;
padding: 3px 8px;
margin-top: -3px;
}
.utility-page-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100% !important;
}
.utility-page-content .nopadding {
padding: 0;
margin: 0;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="text"] {
background-color: #f2f2f2;
border-radius: 6px;
}
.form-signin input[type="password"] {
background-color: #<PASSWORD>;
border-radius: 6px;
}
.login-section {
transform: translateY(68px);
}
.account-wall {
background-color: #fff;
padding: 20px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.login-title {
color: #555;
font-size: 18px;
font-weight: 400;
display: block;
}
.profile-img {
width: 96px;
height: 96px;
margin: 0 auto 30px;
display: block;
}
.new-account {
display: block;
margin-top: 10px;
color: #222;
}
.form-signin .input-group {
background-color: #ddd;
border-radius: 7px;
border-bottom: none;
}
.form-signin .form-control,
.is-focused .form-control {
background-image: none;
}
.form-signin .input-group-prepend {
margin-right: -1px;
background-color: #ccc;
border-radius: 3px;
padding: -1px;
padding: 10px 6px;
}
.bullet::after {
background-color: #ef5350;
height: 8px;
width: 8px;
content: "";
position: absolute;
left: 8px;
top: 8px;
bottom: 0;
border-radius: 30px;
right: 0;
}
.edit-btn {
width: 74px;
height: 30px;
border-radius: 15px;
background: linear-gradient(#7b1fa2 0%, #7c4dff 100%);
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.39);
}
.delete-btn {
width: 74px;
height: 30px;
border-radius: 15px;
background: linear-gradient(#9c27b0 0%, #ff3d00 100%);
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.39);
}
.view-btn {
width: 74px;
height: 30px;
border-radius: 15px;
background: linear-gradient(#133703 0%, #08cc97 100%);
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.39);
}
.date-filter .form-control {
background-image: none !important;
}
.custom-pagination .page-link {
position: relative;
display: block;
padding: 12px 15px;
margin-left: 0;
line-height: 1.25;
color: #222;
border: 0 solid #dee2e6;
background-color: #ddd;
}
.custom-pagination .page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #e53935;
border-color: #e53935;
} | 0.443359 | 0.083553 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
offwhite: #FFFCE0*/
/********* Utiltity *******************/
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.img-responsive{
max-width: 100%;
height: auto;
display: block;
}
#particles-js{
z-index: -1;
width: 100vw;
height: 100vh;
position: fixed;
background-color: #003438;
top: 0;
}
body{
font-family: 'Open Sans Condensed', sans-serif;
}
a{
text-decoration:none;
color:#003438;
}
a:hover{
text-decoration: none;
color:#FF3842;
}
a:visited{
text-decoration: none;
}
/******* Hover Effect ******************************************/
.portfolio {
overflow:hidden;
text-align:center;
width:100%;
}
.portfolio img {
-webkit-transition: -webkit-transform .7s;
transition: transform .7s;
}
.portfolio:hover img {
-webkit-transition: -webkit-transform .7s;
transition: transform .7s;
}
/*overlay over image*/
.overlay, .overlay-tom {
background: rgba(17,17,17,.6);
color: #fff;
border-radius: 2px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
height: 20%;
width: 60%;
top:30%;
bottom:50%;
left:20%;
right:20%;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
text-decoration: none;
z-index: 1;
}
.portfolio:hover .overlay, .portfolio:hover .overlay-tom {
opacity: 1;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
img.featherlight-image{
width:100% !important;
}
/******* Typography ********************************************/
h1{
font-size: 3em;
margin-bottom:-10px;
margin-left: -5px;
}
.underline{
margin-top: 15px;
height: 2px;
background-color:#FF3842;
width: 250px;
}
.portfolio-heading h2{
font-size: 3em;
color:#FFFCE0;
margin-top: 5px;
}
h2{
font-size: 2em;
color: #333;
margin-left: 0;
}
span{
color:red;
}
h3{
font-size: 1.8em;
}
h4{
font-size: 1.6em;
}
/******** Nav *************************************************/
nav li{
float: right;
list-style-type: none;
padding:0 20px 15px 0;
}
nav li a{
font-size: 2em;
color:#000;
}
nav li a:hover{
text-decoration: none;
color:#FF3842;
}
.header{
width: 100%;
background-color: #fefdf2;
}
.header-background{
width: 100%;
background-color: #fefdf2;
}
.logo{
max-height:105px;
margin-top: 20px;
}
/************* About ********************************/
.erin{
background-color: #ccc;
background-image:url(../img/erinjhowe.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center -50px;
width:285px;
height: 285px;
border-radius: 50%;
margin: 0 auto;
}
.about-background{
background-color: #fefdf2;
padding: 40px 0;
font-size: 1.4em;
margin: 100px 0 70px 0;
}
.cv{
display:inline-block;
padding: 5px 30px;
background-color: #003438;
color:rgb(255,252,224);
border-radius: 3px;
}
a.cv:visited{
color:#FFFCE0;
text-decoration: none;
}
a.cv:hover{
background-color:#005959;
text-decoration: none;
color:#fffce0;
}
/************ Portfolio ************************/
.portfolio-background{
width: 100%;
padding: 20px 0;
background-color:#fefdf2;
color:#fefdf2;
font-size: 1.4em;
}
.portfolio-piece{
color:#333;
background-color: #fefdf2;
}
.portfolio-piece p{
margin-top: 15px;
}
/********** Contact *************************/
.contact{
padding: 20px 0 35px 0;
text-align: center;
font-size: 1.4em;
}
.contact-background{
margin:100px 0;
background-color: #fefdf2;
}
/********* Footer ****************************/
.footer{
width: 100%;
background-color: #fefdf2;
text-align: center;
padding: 40px;
font-size: 1.2em;
}
.footer-background{
width: 100%;
background-color: #fefdf2;
text-align: center;
padding: 40px;
font-size: 1.2em;
}
/******** Tom **********/
.tom-background, .photo-background{
width: 100%;
background-color:#fefdf2;
font-size: 1.4em;/*#FFFCE0*/
}
.content{
margin-top: 60px;
}
.wireframe{
margin-top: 20px;
}
/********** Tom Details ********************/
.design-nav li{
float:left;
list-style-type: none;
padding:0 20px 0 0;
}
.design-nav li:nth-of-type(1){
margin-left:-40px;
}
.design-nav a{
color:#333;
}
.design-nav li a:hover{
text-decoration: none;
color:#FF3842;
}
/********** Photography *********************/
/*.photo-background{ //Tom-Background*/
.photograph{
margin-bottom: 15px;
}
/********** Graphic Design *******************/
.lion-logo{
height: 125px;
margin-top: 20px;
}
.typography{
margin-top: 20px;
}
/********** Queries *************************/
@media (min-width: 768px){
nav{
padding-top:83px;
}
.design-nav h3{
float:left;
margin-right: 20px;
}
.design-nav li:nth-of-type(1){
margin-left:0px;
}
.design-nav li{
padding:32px 20px 15px 0;
}
#mobile{
width: 30%;
float: left;
margin: .8%;
}
#tablet{
width:66.8%;
float:left;
margin: .8%;
}
.overlay{
top: 25%;
height:20%;
bottom:55%;
}
}
@media (min-width: 992px){
nav{
padding-top:65px;
}
.erin{
margin-top:45px;
}
#portfolio h2{
margin-left:15px;
}
.margin{
margin-left: 15px;
}
.overlay{
height: 283px;
width: 283px;
left: 15px;
top: 68px;
}
.portfolio-piece{
height: 520px;
}
.portfolio-piece:nth-of-type(1){
margin-right:-15px;
}
.portfolio-piece:nth-of-type(3){
margin-left:-15px;
}
.portfolio-heading h2{
margin-left: 28px;
}
.photograph{
padding-top: 10px;
}
.lion-logo{
height: 161px;
}
.wireframe{
margin-top: 58px;
}
}
@media (min-width: 1200px){
nav{
padding-top:90px;
}
.overlay{
height: 350px;
width: 350px;
left: 15px;
top: 68px;
}
.portfolio-piece{
height: 580px;
}
.contact{
margin-left: 30px;
}
.about-background, .contact-background{
width:97%;
margin-right: 3%;
}
.portfolio-background{
width:97%;
margin-left: 3%;
}
.portfolio-heading h2{
margin-left: 48px;
}
.photograph{
padding-top: 8px;
}
.lion-logo{
height: 198px;
}
}
@media (min-width: 1500px){
.about-background, .contact-background{
width:90%;
margin-right: 10%;
padding-left:10%;
}
.portfolio-background{
width:90%;
margin-left: 10%;
padding-right:10%;
}
.portfolio-heading h2{
margin-left: 30px;
}
.contact{
margin-left: 15px;
}
}
@media (min-width: 1700px){
.about-background, .contact-background{
width:85%;
margin-right: 15%;
padding-left:18%;
}
.portfolio-background{
width:80%;
margin-left: 20%;
padding-right:15%;
}
.portfolio-heading h2{
margin-left:72px;
}
.contact{
margin-left: -15px;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
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;
}
} | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
offwhite: #FFFCE0*/
/********* Utiltity *******************/
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.img-responsive{
max-width: 100%;
height: auto;
display: block;
}
#particles-js{
z-index: -1;
width: 100vw;
height: 100vh;
position: fixed;
background-color: #003438;
top: 0;
}
body{
font-family: 'Open Sans Condensed', sans-serif;
}
a{
text-decoration:none;
color:#003438;
}
a:hover{
text-decoration: none;
color:#FF3842;
}
a:visited{
text-decoration: none;
}
/******* Hover Effect ******************************************/
.portfolio {
overflow:hidden;
text-align:center;
width:100%;
}
.portfolio img {
-webkit-transition: -webkit-transform .7s;
transition: transform .7s;
}
.portfolio:hover img {
-webkit-transition: -webkit-transform .7s;
transition: transform .7s;
}
/*overlay over image*/
.overlay, .overlay-tom {
background: rgba(17,17,17,.6);
color: #fff;
border-radius: 2px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
height: 20%;
width: 60%;
top:30%;
bottom:50%;
left:20%;
right:20%;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
text-decoration: none;
z-index: 1;
}
.portfolio:hover .overlay, .portfolio:hover .overlay-tom {
opacity: 1;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
img.featherlight-image{
width:100% !important;
}
/******* Typography ********************************************/
h1{
font-size: 3em;
margin-bottom:-10px;
margin-left: -5px;
}
.underline{
margin-top: 15px;
height: 2px;
background-color:#FF3842;
width: 250px;
}
.portfolio-heading h2{
font-size: 3em;
color:#FFFCE0;
margin-top: 5px;
}
h2{
font-size: 2em;
color: #333;
margin-left: 0;
}
span{
color:red;
}
h3{
font-size: 1.8em;
}
h4{
font-size: 1.6em;
}
/******** Nav *************************************************/
nav li{
float: right;
list-style-type: none;
padding:0 20px 15px 0;
}
nav li a{
font-size: 2em;
color:#000;
}
nav li a:hover{
text-decoration: none;
color:#FF3842;
}
.header{
width: 100%;
background-color: #fefdf2;
}
.header-background{
width: 100%;
background-color: #fefdf2;
}
.logo{
max-height:105px;
margin-top: 20px;
}
/************* About ********************************/
.erin{
background-color: #ccc;
background-image:url(../img/erinjhowe.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center -50px;
width:285px;
height: 285px;
border-radius: 50%;
margin: 0 auto;
}
.about-background{
background-color: #fefdf2;
padding: 40px 0;
font-size: 1.4em;
margin: 100px 0 70px 0;
}
.cv{
display:inline-block;
padding: 5px 30px;
background-color: #003438;
color:rgb(255,252,224);
border-radius: 3px;
}
a.cv:visited{
color:#FFFCE0;
text-decoration: none;
}
a.cv:hover{
background-color:#005959;
text-decoration: none;
color:#fffce0;
}
/************ Portfolio ************************/
.portfolio-background{
width: 100%;
padding: 20px 0;
background-color:#fefdf2;
color:#fefdf2;
font-size: 1.4em;
}
.portfolio-piece{
color:#333;
background-color: #fefdf2;
}
.portfolio-piece p{
margin-top: 15px;
}
/********** Contact *************************/
.contact{
padding: 20px 0 35px 0;
text-align: center;
font-size: 1.4em;
}
.contact-background{
margin:100px 0;
background-color: #fefdf2;
}
/********* Footer ****************************/
.footer{
width: 100%;
background-color: #fefdf2;
text-align: center;
padding: 40px;
font-size: 1.2em;
}
.footer-background{
width: 100%;
background-color: #fefdf2;
text-align: center;
padding: 40px;
font-size: 1.2em;
}
/******** Tom **********/
.tom-background, .photo-background{
width: 100%;
background-color:#fefdf2;
font-size: 1.4em;/*#FFFCE0*/
}
.content{
margin-top: 60px;
}
.wireframe{
margin-top: 20px;
}
/********** Tom Details ********************/
.design-nav li{
float:left;
list-style-type: none;
padding:0 20px 0 0;
}
.design-nav li:nth-of-type(1){
margin-left:-40px;
}
.design-nav a{
color:#333;
}
.design-nav li a:hover{
text-decoration: none;
color:#FF3842;
}
/********** Photography *********************/
/*.photo-background{ //Tom-Background*/
.photograph{
margin-bottom: 15px;
}
/********** Graphic Design *******************/
.lion-logo{
height: 125px;
margin-top: 20px;
}
.typography{
margin-top: 20px;
}
/********** Queries *************************/
@media (min-width: 768px){
nav{
padding-top:83px;
}
.design-nav h3{
float:left;
margin-right: 20px;
}
.design-nav li:nth-of-type(1){
margin-left:0px;
}
.design-nav li{
padding:32px 20px 15px 0;
}
#mobile{
width: 30%;
float: left;
margin: .8%;
}
#tablet{
width:66.8%;
float:left;
margin: .8%;
}
.overlay{
top: 25%;
height:20%;
bottom:55%;
}
}
@media (min-width: 992px){
nav{
padding-top:65px;
}
.erin{
margin-top:45px;
}
#portfolio h2{
margin-left:15px;
}
.margin{
margin-left: 15px;
}
.overlay{
height: 283px;
width: 283px;
left: 15px;
top: 68px;
}
.portfolio-piece{
height: 520px;
}
.portfolio-piece:nth-of-type(1){
margin-right:-15px;
}
.portfolio-piece:nth-of-type(3){
margin-left:-15px;
}
.portfolio-heading h2{
margin-left: 28px;
}
.photograph{
padding-top: 10px;
}
.lion-logo{
height: 161px;
}
.wireframe{
margin-top: 58px;
}
}
@media (min-width: 1200px){
nav{
padding-top:90px;
}
.overlay{
height: 350px;
width: 350px;
left: 15px;
top: 68px;
}
.portfolio-piece{
height: 580px;
}
.contact{
margin-left: 30px;
}
.about-background, .contact-background{
width:97%;
margin-right: 3%;
}
.portfolio-background{
width:97%;
margin-left: 3%;
}
.portfolio-heading h2{
margin-left: 48px;
}
.photograph{
padding-top: 8px;
}
.lion-logo{
height: 198px;
}
}
@media (min-width: 1500px){
.about-background, .contact-background{
width:90%;
margin-right: 10%;
padding-left:10%;
}
.portfolio-background{
width:90%;
margin-left: 10%;
padding-right:10%;
}
.portfolio-heading h2{
margin-left: 30px;
}
.contact{
margin-left: 15px;
}
}
@media (min-width: 1700px){
.about-background, .contact-background{
width:85%;
margin-right: 15%;
padding-left:18%;
}
.portfolio-background{
width:80%;
margin-left: 20%;
padding-right:15%;
}
.portfolio-heading h2{
margin-left:72px;
}
.contact{
margin-left: -15px;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
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;
}
} | 0.400398 | 0.044369 |
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.modal *,
.modal *::before,
.modal *::after {
box-sizing: border-box;
}
.modal-body {
padding: 2px 16px;
}
/* STYLING FOR THE CONTENT OF THE OVERLAY GOES HERE!!*/
.modal-content {
position: relative;
background: url("../images/homepage-images/bgindex.png");
margin: auto;
padding: 0;
height: 100%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
animation-name: animatetop;
animation-duration: 0.4s;
background-size: cover;
}
.modal-content .modal-header {
position: absolute;
top: 30px;
right: 30px;
}
.modal-content .modal-header .close {
cursor: pointer;
font-size: 30px;
color: white;
}
/* Add Animation */
@keyframes animatetop {
from {
top: -300px;
opacity: 0
}
to {
top: 0;
opacity: 1
}
}
#housecontainer {
text-align: center;
margin: auto;
}
#housecontainer2 {
padding-bottom: 50px;
text-align: center;
margin: auto;
}
#piece1 {
padding: 10px;
background: url("../images/homepage-images/roof1empty.png") no-repeat;
height: 283px;
width: 248px;
display: inline-block;
}
#piece2 {
padding: 10px;
background: url("../images/homepage-images/roof2empty.png") no-repeat;
height: 360px;
width: 249px;
display: inline-block;
}
#piece3 {
margin: 0 auto;
padding: 10px;
background: url("../images/homepage-images/wall1empty.png") no-repeat;
height: 365px;
width: 228px;
display: inline-block;
}
#piece4 {
margin: 0 auto;
padding: 10px;
background: url("../images/homepage-images/wall2empty.png") no-repeat;
height: 365px;
width: 228px;
display: inline-block;
}
/* House piece hovers*/
#piece1:hover {
padding: 10px;
background: url("../images/homepage-images/roof1hover.png") no-repeat;
height: 283px;
width: 248px;
}
#piece2:hover {
padding: 10px;
background: url("../images/homepage-images/roof2hover.png") no-repeat;
height: 360px;
width: 249px;
}
#piece3:hover {
padding: 10px;
background: url("../images/homepage-images/wall1hover.png") no-repeat;
height: 365px;
width: 228px;
}
#piece4:hover {
padding: 10px;
background: url("../images/homepage-images/wall2hover.png") no-repeat;
height: 365px;
width: 228px;
} | css/modal.css | .modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.modal *,
.modal *::before,
.modal *::after {
box-sizing: border-box;
}
.modal-body {
padding: 2px 16px;
}
/* STYLING FOR THE CONTENT OF THE OVERLAY GOES HERE!!*/
.modal-content {
position: relative;
background: url("../images/homepage-images/bgindex.png");
margin: auto;
padding: 0;
height: 100%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
animation-name: animatetop;
animation-duration: 0.4s;
background-size: cover;
}
.modal-content .modal-header {
position: absolute;
top: 30px;
right: 30px;
}
.modal-content .modal-header .close {
cursor: pointer;
font-size: 30px;
color: white;
}
/* Add Animation */
@keyframes animatetop {
from {
top: -300px;
opacity: 0
}
to {
top: 0;
opacity: 1
}
}
#housecontainer {
text-align: center;
margin: auto;
}
#housecontainer2 {
padding-bottom: 50px;
text-align: center;
margin: auto;
}
#piece1 {
padding: 10px;
background: url("../images/homepage-images/roof1empty.png") no-repeat;
height: 283px;
width: 248px;
display: inline-block;
}
#piece2 {
padding: 10px;
background: url("../images/homepage-images/roof2empty.png") no-repeat;
height: 360px;
width: 249px;
display: inline-block;
}
#piece3 {
margin: 0 auto;
padding: 10px;
background: url("../images/homepage-images/wall1empty.png") no-repeat;
height: 365px;
width: 228px;
display: inline-block;
}
#piece4 {
margin: 0 auto;
padding: 10px;
background: url("../images/homepage-images/wall2empty.png") no-repeat;
height: 365px;
width: 228px;
display: inline-block;
}
/* House piece hovers*/
#piece1:hover {
padding: 10px;
background: url("../images/homepage-images/roof1hover.png") no-repeat;
height: 283px;
width: 248px;
}
#piece2:hover {
padding: 10px;
background: url("../images/homepage-images/roof2hover.png") no-repeat;
height: 360px;
width: 249px;
}
#piece3:hover {
padding: 10px;
background: url("../images/homepage-images/wall1hover.png") no-repeat;
height: 365px;
width: 228px;
}
#piece4:hover {
padding: 10px;
background: url("../images/homepage-images/wall2hover.png") no-repeat;
height: 365px;
width: 228px;
} | 0.371821 | 0.102394 |
html, body {
font-family: "Montserrat Regular", "sans-serif";
width: 100%;
}
.sticky-header {
height: 120px;
}
.header {
height: 500px;
overflow: hidden;
width: 100%;
position: relative;
}
.header .header-text {
position: absolute;
top: 38%;
color: white;
text-align: center;
left: 0;
right: 0;
}
.header .header-text h1 {
font-size: 70px;
font-family: "Montserrat ExtraBold";
}
.header-root {
background-color: white;
height: 120px;
}
.blog-header-title a {
color: #212529;
}
.blog-header-title a:hover {
color: #212529;
text-decoration: none;
}
.header-container {
max-width: none !important;
margin: 0 10px 10px 10px;
padding: 20px !important;
}
.header-container .blog-link {
text-align: right;
}
.header-container .blog-link a {
color: #212529;
margin-right: 30px;
font-size: 20px;
}
.header-container .blog-link a:hover {
color: #212529;
text-decoration: none;
}
.header-navbar {
float: right;
}
.main-navbar {
background-color: white;
}
.main-navbar a {
padding: 10px;
color: #b948ff;
}
.main-navbar a:hover {
color: gray;
text-decoration: none;
}
.content {
padding: 0 50px;
}
.content h2 {
text-align: center;
margin: 40px 0;
}
.content #about p {
line-height: 30px;
}
.content #about .contact {
margin-top: 10px;
display: block;
}
.content .header-paragraph {
font-weight: bold;
margin-bottom: 30px;
}
.content .about-img-container {
text-align: center;
}
.content #education {
margin: 40px 0;
}
.content #education .education-content {
width: 100%;
margin: 5px 0;
}
.content #skills .skills {
margin: 20px 0 0 10px;
}
.content #skills .skills-row {
margin-bottom: 20px;
}
.content #portfolio {
margin-bottom: 100px;
}
.content #portfolio .portfolio-center {
text-align: center;
}
.content .main-title, .content h1:first-child {
font-size: 32px;
color: #b948ff;
margin-bottom: 30px;
}
.content .post-count {
font-size: 20px;
color: gray;
}
.content .gallery-img img {
width: 300px;
height: 300px;
border-radius: 50%;
margin: 20px;
object-fit: cover;
object-position: center center;
transition: all 0.3s ease-in-out;
}
.content .gallery-img img:hover {
border-radius: 0;
cursor: pointer;
}
.timeline-horizontal .dot {
background-color: #b948ff;
border-radius: 50%;
height: 10px;
width: 10px;
}
.timeline-horizontal .line {
display: inline-block;
background: #b2c1ce;
height: 1px;
width: 90%;
margin-top: 5px;
}
.blog-content {
margin: 0 10%;
}
.blog-content .blog-post {
margin-bottom: 30px;
}
.blog-content .blog-post img {
object-fit: contain;
width: 100%;
border: 2px solid #b948ff;
border-radius: 5%;
margin-bottom: 10px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.blog-content .blog-title {
color: #212529;
font-size: 22px;
text-decoration: none;
}
.blog-content .blog-title:hover {
text-decoration: none;
color: #b948ff;
}
.blog-content .blog-title .blog-date {
font-size: 15px;
color: gray;
display: block;
}
.blog-content .blog-tags {
display: inline-block;
margin-right: 20px;
font-size: 20px;
}
.blog-content h2 {
text-align: left;
}
.blog-content img {
max-width: 800px;
}
.blog-content .pagination-link {
float: right;
}
/*# sourceMappingURL=style.css.map */ | src/css/style.css | html, body {
font-family: "Montserrat Regular", "sans-serif";
width: 100%;
}
.sticky-header {
height: 120px;
}
.header {
height: 500px;
overflow: hidden;
width: 100%;
position: relative;
}
.header .header-text {
position: absolute;
top: 38%;
color: white;
text-align: center;
left: 0;
right: 0;
}
.header .header-text h1 {
font-size: 70px;
font-family: "Montserrat ExtraBold";
}
.header-root {
background-color: white;
height: 120px;
}
.blog-header-title a {
color: #212529;
}
.blog-header-title a:hover {
color: #212529;
text-decoration: none;
}
.header-container {
max-width: none !important;
margin: 0 10px 10px 10px;
padding: 20px !important;
}
.header-container .blog-link {
text-align: right;
}
.header-container .blog-link a {
color: #212529;
margin-right: 30px;
font-size: 20px;
}
.header-container .blog-link a:hover {
color: #212529;
text-decoration: none;
}
.header-navbar {
float: right;
}
.main-navbar {
background-color: white;
}
.main-navbar a {
padding: 10px;
color: #b948ff;
}
.main-navbar a:hover {
color: gray;
text-decoration: none;
}
.content {
padding: 0 50px;
}
.content h2 {
text-align: center;
margin: 40px 0;
}
.content #about p {
line-height: 30px;
}
.content #about .contact {
margin-top: 10px;
display: block;
}
.content .header-paragraph {
font-weight: bold;
margin-bottom: 30px;
}
.content .about-img-container {
text-align: center;
}
.content #education {
margin: 40px 0;
}
.content #education .education-content {
width: 100%;
margin: 5px 0;
}
.content #skills .skills {
margin: 20px 0 0 10px;
}
.content #skills .skills-row {
margin-bottom: 20px;
}
.content #portfolio {
margin-bottom: 100px;
}
.content #portfolio .portfolio-center {
text-align: center;
}
.content .main-title, .content h1:first-child {
font-size: 32px;
color: #b948ff;
margin-bottom: 30px;
}
.content .post-count {
font-size: 20px;
color: gray;
}
.content .gallery-img img {
width: 300px;
height: 300px;
border-radius: 50%;
margin: 20px;
object-fit: cover;
object-position: center center;
transition: all 0.3s ease-in-out;
}
.content .gallery-img img:hover {
border-radius: 0;
cursor: pointer;
}
.timeline-horizontal .dot {
background-color: #b948ff;
border-radius: 50%;
height: 10px;
width: 10px;
}
.timeline-horizontal .line {
display: inline-block;
background: #b2c1ce;
height: 1px;
width: 90%;
margin-top: 5px;
}
.blog-content {
margin: 0 10%;
}
.blog-content .blog-post {
margin-bottom: 30px;
}
.blog-content .blog-post img {
object-fit: contain;
width: 100%;
border: 2px solid #b948ff;
border-radius: 5%;
margin-bottom: 10px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.blog-content .blog-title {
color: #212529;
font-size: 22px;
text-decoration: none;
}
.blog-content .blog-title:hover {
text-decoration: none;
color: #b948ff;
}
.blog-content .blog-title .blog-date {
font-size: 15px;
color: gray;
display: block;
}
.blog-content .blog-tags {
display: inline-block;
margin-right: 20px;
font-size: 20px;
}
.blog-content h2 {
text-align: left;
}
.blog-content img {
max-width: 800px;
}
.blog-content .pagination-link {
float: right;
}
/*# sourceMappingURL=style.css.map */ | 0.47317 | 0.080647 |
body{
background-color: grey;
font-family: Georgia;
}
#login{
background-color: white;
height: 220px;
width: 310px;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#register{
background-color: white;
height: 250px;
width: 320px;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#home{
background-color: white;
width: 710px;
padding: 5px;
margin: 20px auto;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#categories{
background-color: white;
width: 800px;
padding: 5px;
margin: 20px auto;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#post{
background-color: white;
width: 800px;
padding: 5px;
margin: 20px auto;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#edit{
background-color: white;
min-height: 300px;
max-height: 600px;
min-width: 425px;
max-width: 450px;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#create{
background-color: white;
min-height: 100px;
max-height: 600px;
min-width: 425px;
max-width: 450px;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
.inputs{
padding: 5px;
margin: 5px 0px 5px 0px;
}
.Link{
text-decoration: none;
color: black;
}
.Link:visited{
text-decoration: none;
color: black;
}
a:hover{
font-weight: bold;
}
#username{
font-weight: bold;
}
h1{
padding: 10px;
}
#header{
border: solid black 2px;
border-radius: 12px;
padding: 20px;
margin: 0px 0px 2px 0px;
background-color: white;
text-shadow: 2px 1px 4px #FF0000;
}
#header2{
border: solid black 2px;
border-radius: 12px;
padding: 20px;
margin: 0px 0px 2px 0px;
background-color: white;
text-shadow: 2px 1px 4px #0000FF;
}
input{
margin: 5px;
}
label{
padding: 10px;
}
footer{
background-color: lightblue;
width: 300px;
z-index: -1;
padding-top: 20px;
position: relative;
top: -18px;
border-radius: 12px;
border: solid blue 2px;
margin: 0 auto;
}
em{
padding-left: 30px;
}
div.posts{
display: table-cell;
background-color: lightblue;
width: 500px;
border-radius: 12px;
margin: 5px;
padding: 5px;
border: solid blue 1px;
}
div.posts p{
padding: 5px;
font-family: arial;
}
div.post{
background-color: lightblue;
width: 500px;
border-radius: 12px;
margin: 50px 0px 10px 20px;
padding: 5px;
border: solid blue 1px;
}
div.post p{
padding: 5px;
font-family: arial;
}
.postImage{
float: left;
max-height: 160px;
max-width: 260px;
padding: 5px;
}
.postTitle{
margin: 10px;
padding: 5px;
}
.pImage{
float: left;
max-height: 240px;
max-width: 240px;
padding: 5px;
}
div.comments{
background-color: lightblue;
width: 400px;
border-radius: 12px;
margin: 20px 0px 10px 65px;
padding: 5px;
border: solid blue 1px;
}
div.comments p{
padding: 5px;
font-family: arial;
}
.postedby{
font-size: 15px;
padding: 0px;
margin: 0px;
}
.cuser{
font-size: 18px;
font-weight: bold;
}
.postOutline{
display: inline-table;
padding: 10px;
}
#categorie{
background-color: lightblue;
text-decoration: none;
border: solid black 2px;
border-radius: 8px;
padding: 5px;
margin: 5px;
display: inline-block;
}
.categorie{
text-decoration: none;
color: black;
}
.categorie:visited {
color: grey;
}
.categorie:hover {
text-decoration: underline;
font-weight: normal;
color: black;
}
.button{
text-decoration: none;
border: solid black 2px;
border-radius: 8px;
padding: 5px;
margin: 5px;
float: left;
}
.buttonOutline{
background-color: lightblue;
width: 150px;
border-radius: 12px;
border: solid blue 1px;
padding: 10px;
position: absolute;
right: 25px;
}
#errors{
background-color: white;
margin: 0px;
position: absolute;
top: 0;
left: 0;
}
#errors p{
padding: 10px;
margin: 0px;
border: solid black 2px;
}
#commentC{
background-color: grey;
padding: 5px 0px 5px 20px;
margin: 20px 10px 15px 15px;
border-radius: 12px;
width: 500px;
text-shadow: 1px 1px white;
font-family: arial;
}
#commentl{
float: left;
}
#comment{
max-width: 380px;
min-width: 264px;
max-height: 288px;
min-height: 116px;
}
#content{
max-width: 320px;
min-width: 264px;
max-height: 122px;
min-height: 100px;
}
#usermenu{
float: right;
border: solid black 2px;
padding: 5px;
border-radius: 12px;
margin: 0px 10px 20px 0px;
}
#menu{
background-color: grey;
border: solid black 2px;
width: 90px;
margin: 5px;
padding: 5px;
text-align: center;
border-radius: 12px;
display: inline-block;
}
.menu{
text-decoration: none;
color: white;
}
.menu:visited {
color: white;
}
.menu:hover {
font-weight: normal;
color: black;
}
a:visited {
color: blue;
text-decoration: underline;
}
.Line{
background-color: grey;
height: 0px;
padding: 1px !important;
margin: 0px;
border-radius: 12px;
}
#title{
margin-left: 37px;
}
#url{
margin-left: 46px;
}
select{
margin-left: 2px;
}
#widget{
background-color: white;
width: 250px;
border: solid darkred 2px;
border-radius: 12px;
padding: 5px 5px 5px 5px;
position: absolute;
top: 150px;
left: -220px;
z-index: -1;
opacity: 0.85;
}
#widget h2{
padding-left: 10px;
}
#widget a{
color: black;
padding: 10px;
}
#wrap{
display: inline-block;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.vote{
height: 20px;
}
.votes{
margin: 5px;
}
.voteborder{
border: 1px solid black;
padding: 10px 2px 1px 2px;
}
.fb-comments{
float: right;
background-color: white;
z-index: -99;
position: absolute;
right: -44%;
top: 7%;
border: 2px solid darkred;
border-radius: 12px;
padding-left: 10px;
width: 315px;
opacity: 0.85;
}
.twitterwidget{
position: absolute;
background-color: white;
border: solid darkred 2px;
border-radius: 12px;
padding: 5px 5px 5px 5px;
top: 500px;
left: -252px;
z-index: -1;
opacity: 0.85;
} | css/style.css | body{
background-color: grey;
font-family: Georgia;
}
#login{
background-color: white;
height: 220px;
width: 310px;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#register{
background-color: white;
height: 250px;
width: 320px;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#home{
background-color: white;
width: 710px;
padding: 5px;
margin: 20px auto;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#categories{
background-color: white;
width: 800px;
padding: 5px;
margin: 20px auto;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#post{
background-color: white;
width: 800px;
padding: 5px;
margin: 20px auto;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#edit{
background-color: white;
min-height: 300px;
max-height: 600px;
min-width: 425px;
max-width: 450px;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
#create{
background-color: white;
min-height: 100px;
max-height: 600px;
min-width: 425px;
max-width: 450px;
border-radius: 12px;
border: solid darkred 2px;
margin: 0 auto;
}
.inputs{
padding: 5px;
margin: 5px 0px 5px 0px;
}
.Link{
text-decoration: none;
color: black;
}
.Link:visited{
text-decoration: none;
color: black;
}
a:hover{
font-weight: bold;
}
#username{
font-weight: bold;
}
h1{
padding: 10px;
}
#header{
border: solid black 2px;
border-radius: 12px;
padding: 20px;
margin: 0px 0px 2px 0px;
background-color: white;
text-shadow: 2px 1px 4px #FF0000;
}
#header2{
border: solid black 2px;
border-radius: 12px;
padding: 20px;
margin: 0px 0px 2px 0px;
background-color: white;
text-shadow: 2px 1px 4px #0000FF;
}
input{
margin: 5px;
}
label{
padding: 10px;
}
footer{
background-color: lightblue;
width: 300px;
z-index: -1;
padding-top: 20px;
position: relative;
top: -18px;
border-radius: 12px;
border: solid blue 2px;
margin: 0 auto;
}
em{
padding-left: 30px;
}
div.posts{
display: table-cell;
background-color: lightblue;
width: 500px;
border-radius: 12px;
margin: 5px;
padding: 5px;
border: solid blue 1px;
}
div.posts p{
padding: 5px;
font-family: arial;
}
div.post{
background-color: lightblue;
width: 500px;
border-radius: 12px;
margin: 50px 0px 10px 20px;
padding: 5px;
border: solid blue 1px;
}
div.post p{
padding: 5px;
font-family: arial;
}
.postImage{
float: left;
max-height: 160px;
max-width: 260px;
padding: 5px;
}
.postTitle{
margin: 10px;
padding: 5px;
}
.pImage{
float: left;
max-height: 240px;
max-width: 240px;
padding: 5px;
}
div.comments{
background-color: lightblue;
width: 400px;
border-radius: 12px;
margin: 20px 0px 10px 65px;
padding: 5px;
border: solid blue 1px;
}
div.comments p{
padding: 5px;
font-family: arial;
}
.postedby{
font-size: 15px;
padding: 0px;
margin: 0px;
}
.cuser{
font-size: 18px;
font-weight: bold;
}
.postOutline{
display: inline-table;
padding: 10px;
}
#categorie{
background-color: lightblue;
text-decoration: none;
border: solid black 2px;
border-radius: 8px;
padding: 5px;
margin: 5px;
display: inline-block;
}
.categorie{
text-decoration: none;
color: black;
}
.categorie:visited {
color: grey;
}
.categorie:hover {
text-decoration: underline;
font-weight: normal;
color: black;
}
.button{
text-decoration: none;
border: solid black 2px;
border-radius: 8px;
padding: 5px;
margin: 5px;
float: left;
}
.buttonOutline{
background-color: lightblue;
width: 150px;
border-radius: 12px;
border: solid blue 1px;
padding: 10px;
position: absolute;
right: 25px;
}
#errors{
background-color: white;
margin: 0px;
position: absolute;
top: 0;
left: 0;
}
#errors p{
padding: 10px;
margin: 0px;
border: solid black 2px;
}
#commentC{
background-color: grey;
padding: 5px 0px 5px 20px;
margin: 20px 10px 15px 15px;
border-radius: 12px;
width: 500px;
text-shadow: 1px 1px white;
font-family: arial;
}
#commentl{
float: left;
}
#comment{
max-width: 380px;
min-width: 264px;
max-height: 288px;
min-height: 116px;
}
#content{
max-width: 320px;
min-width: 264px;
max-height: 122px;
min-height: 100px;
}
#usermenu{
float: right;
border: solid black 2px;
padding: 5px;
border-radius: 12px;
margin: 0px 10px 20px 0px;
}
#menu{
background-color: grey;
border: solid black 2px;
width: 90px;
margin: 5px;
padding: 5px;
text-align: center;
border-radius: 12px;
display: inline-block;
}
.menu{
text-decoration: none;
color: white;
}
.menu:visited {
color: white;
}
.menu:hover {
font-weight: normal;
color: black;
}
a:visited {
color: blue;
text-decoration: underline;
}
.Line{
background-color: grey;
height: 0px;
padding: 1px !important;
margin: 0px;
border-radius: 12px;
}
#title{
margin-left: 37px;
}
#url{
margin-left: 46px;
}
select{
margin-left: 2px;
}
#widget{
background-color: white;
width: 250px;
border: solid darkred 2px;
border-radius: 12px;
padding: 5px 5px 5px 5px;
position: absolute;
top: 150px;
left: -220px;
z-index: -1;
opacity: 0.85;
}
#widget h2{
padding-left: 10px;
}
#widget a{
color: black;
padding: 10px;
}
#wrap{
display: inline-block;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.vote{
height: 20px;
}
.votes{
margin: 5px;
}
.voteborder{
border: 1px solid black;
padding: 10px 2px 1px 2px;
}
.fb-comments{
float: right;
background-color: white;
z-index: -99;
position: absolute;
right: -44%;
top: 7%;
border: 2px solid darkred;
border-radius: 12px;
padding-left: 10px;
width: 315px;
opacity: 0.85;
}
.twitterwidget{
position: absolute;
background-color: white;
border: solid darkred 2px;
border-radius: 12px;
padding: 5px 5px 5px 5px;
top: 500px;
left: -252px;
z-index: -1;
opacity: 0.85;
} | 0.207375 | 0.07221 |
* {
box-sizing: border-box;
}
body{
margin:0;
padding:0;
font-family: 'Source Sans Pro', sans-serif;
background-color: white;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.header{
position:absolute;
width:100%;
z-index:3;
height:44px;
/*background-color:white;*/
border-bottom: 3px solid #1C1C1C;
}
/* logo in header (mobile version) and side-nav (tablet & desktop) */
.logo{
height:44px;
padding:10px;
font-weight:700;
}
.header .logo{
color:#FF4500;/* fica verde na versão mobile muda a cor da palavra eternity*/
}
.side-nav .logo{
background-color:#363636;
}/*muda a cor atras da palavra etenity*/
.header .logo{
float:left;
}/*mudo o negócio cinza de posição , sabe aquela barrinha cinza*/
.header .logo {
height: 44px;
z-index: 1;
padding: 10px;
font-weight: 700;
/*color: yellow;*/
}
.logo i{
font-size:22px;/*muda o lugar da palavra eternity*/
}
.logo span{
margin-left:5px;
text-transform:uppercase;/*muda alguma coisa na palavra eternity*/
}
.nav-trigger {
position: relative;
float: right;
width: 20px;
height: 44px;
right: 30px;
display: block;
}/*coloca a barrinha cinza para o canto direito */
.nav-trigger span, .nav-trigger span:before, span:after {
width: 20px;
height: 2px;
background-color: #35475e;
position: absolute;
}/*muda um negocio no lado esquerdo da area administrativa*/
.nav-trigger span {
top: 50%;
}/*muda o negocio acima que fala sobre a area administrativa*/
.nav-trigger span:before, .nav-trigger span:after {
content: '';
}/*adiciona outra barra amarela no canto direito*/
.nav-trigger span:before {
top: -6px;
}/*adiciona mais outra barra amarela no canto direito*/
/*são um total de 3 barras amarelas|acho que é pra versão mobile */
.nav-trigger span:after {
top: 6px;
}
/* side navigation styles */
.side-nav{
position:absolute;
width:100%;
height:738px;
background-color:#1C1C1C;
z-index: 1;
display:none;
}
.side-nav.visible {
display: block;
}
.side-nav ul {
margin: 0;
padding: 0;
}/*as palavras sair/usuarios/... ficam mais próximas e + pro canto esquerdo*/
.side-nav ul li {
padding: 16px 16px;
border-bottom: 1px solid #00BFFF;
position: relative;
}/* agora as palavras sair/usuarios/... ficaram muito bem posicionadas*/
.side-nav ul li.active:before {
content: '';
position: absolute;
width: 4px;
height: 100%;
top: 0;
left: 0;
background-color: blue;
}/* isso é meio desnecessário, pois aparece uma barra BLUE em gráfico*/
.side-nav ul li a {
color: #FF4500;
display: block;
text-decoration: none;
}/*deixa as palavras + pro meio para dar espaço para os ICONS FAFA*/
.side-nav ul li i {
color:red;
min-width: 20px;
text-align: center;
}
.side-nav ul li span:nth-child(2) {
margin-left: 10px;
font-size: 14px;
font-weight: 600;
}/*as palavras sair/usuarios/... ficam menores*/
/* main content styles */
.main-content {
padding: 40px;
margin-top: 0;
padding: 0;
padding-top: 44px;
height: 100px;
/*overflow: scroll;*/
}
/*negócio das flechas */
.main-content .title {
background-color: #363636;
border-bottom: 1px solid #00BFFF;
padding: 10px 20px;
font-weight: 700;
color: #FF4500;
font-size: 18px;
}/*muda uns negócio que ta laranja*/
/* set element styles to fit tablet and higher(desktop) */
@media screen and (min-width: 600px) {
.header {
background-color: #1C1C1C;
z-index: 1;
}/*deixa um negócio vermelho*/
.header .logo {
display: none;
}
.nav-trigger {
display: none;
}/*soma as 3 barrinhas amarelas*/
.nav-trigger span, .nav-trigger span:before, span:after {
background-color: yellow;
}/*deixa a barinha cinza amarela*/
.side-nav {
display: block;
width: 70px;
z-index: 2;
}/*aparece 4 pontos um abaixo do outro no lado esquerdo com usuarios/sair....*/
.side-nav ul li span:nth-child(2) {
display: none;
}/*some usuarios/sair...*/
.side-nav .logo i {
padding-left: 12px;
}/*movimenta um pouco pra direita a palavra eternity*/
.side-nav .logo span {
display: none;
}/*some com a palavra etenity*/
.side-nav ul li i {
font-size: 26px;
}/*deixa os pontos mais distantes um do outro*/
.side-nav ul li a {
text-align: center;
}
.main-content {
margin-left: 70px;
}/*distancia um pouco as palavras analytics e as outras.....*/
}
@media screen and (min-width: 800px) {
.side-nav {
width: 200px;
}/*deixa o menu lateral mais largo*/
.side-nav ul li span:nth-child(2) {
display: inline-block;
}/*aparece as palavras sair/usuarios/...*/
.side-nav ul li i {
font-size: 16px;
}/*diminui o tamanho das letras em sair/usuarios/...*/
.side-nav ul li a {
text-align: left;
}/*deixa as palavras sair/usuarios/... mais pra esquerda*/
.side-nav .logo i {
padding-left: 0;
}/*deixa a palavra eternity + para a esquerda*/
.side-nav .logo span {
display: inline-block;
}/*aparece a palavra etenity*/
.main-content {
margin-left: 200px;
}/*as palavras Analytics/mumbers of views e as outras não ficam mais tapadas pelo menu lateral*/
}
/* main box container */
.main {
display: flex;
flex-flow: row wrap;
color:black;
height:650px;
background-color:black;
}
.widget {
flex-basis: 300px;
flex-grow: 20;
height: 300px;
margin: 15px;
border-radius: 6px;
/*background-color:#1C1C1C;*/
position: relative;
}
.widget .title {
background-color:#FF4500;
border-bottom: 1px solid black;
padding: 10px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
color: white;
font-weight: 600;
}/*aparece uns negócios muito loco*/
.ad {
width: 350px;
height: 300px;
border: 1px solid darkslategray;
} | css/dash2.css | * {
box-sizing: border-box;
}
body{
margin:0;
padding:0;
font-family: 'Source Sans Pro', sans-serif;
background-color: white;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.header{
position:absolute;
width:100%;
z-index:3;
height:44px;
/*background-color:white;*/
border-bottom: 3px solid #1C1C1C;
}
/* logo in header (mobile version) and side-nav (tablet & desktop) */
.logo{
height:44px;
padding:10px;
font-weight:700;
}
.header .logo{
color:#FF4500;/* fica verde na versão mobile muda a cor da palavra eternity*/
}
.side-nav .logo{
background-color:#363636;
}/*muda a cor atras da palavra etenity*/
.header .logo{
float:left;
}/*mudo o negócio cinza de posição , sabe aquela barrinha cinza*/
.header .logo {
height: 44px;
z-index: 1;
padding: 10px;
font-weight: 700;
/*color: yellow;*/
}
.logo i{
font-size:22px;/*muda o lugar da palavra eternity*/
}
.logo span{
margin-left:5px;
text-transform:uppercase;/*muda alguma coisa na palavra eternity*/
}
.nav-trigger {
position: relative;
float: right;
width: 20px;
height: 44px;
right: 30px;
display: block;
}/*coloca a barrinha cinza para o canto direito */
.nav-trigger span, .nav-trigger span:before, span:after {
width: 20px;
height: 2px;
background-color: #35475e;
position: absolute;
}/*muda um negocio no lado esquerdo da area administrativa*/
.nav-trigger span {
top: 50%;
}/*muda o negocio acima que fala sobre a area administrativa*/
.nav-trigger span:before, .nav-trigger span:after {
content: '';
}/*adiciona outra barra amarela no canto direito*/
.nav-trigger span:before {
top: -6px;
}/*adiciona mais outra barra amarela no canto direito*/
/*são um total de 3 barras amarelas|acho que é pra versão mobile */
.nav-trigger span:after {
top: 6px;
}
/* side navigation styles */
.side-nav{
position:absolute;
width:100%;
height:738px;
background-color:#1C1C1C;
z-index: 1;
display:none;
}
.side-nav.visible {
display: block;
}
.side-nav ul {
margin: 0;
padding: 0;
}/*as palavras sair/usuarios/... ficam mais próximas e + pro canto esquerdo*/
.side-nav ul li {
padding: 16px 16px;
border-bottom: 1px solid #00BFFF;
position: relative;
}/* agora as palavras sair/usuarios/... ficaram muito bem posicionadas*/
.side-nav ul li.active:before {
content: '';
position: absolute;
width: 4px;
height: 100%;
top: 0;
left: 0;
background-color: blue;
}/* isso é meio desnecessário, pois aparece uma barra BLUE em gráfico*/
.side-nav ul li a {
color: #FF4500;
display: block;
text-decoration: none;
}/*deixa as palavras + pro meio para dar espaço para os ICONS FAFA*/
.side-nav ul li i {
color:red;
min-width: 20px;
text-align: center;
}
.side-nav ul li span:nth-child(2) {
margin-left: 10px;
font-size: 14px;
font-weight: 600;
}/*as palavras sair/usuarios/... ficam menores*/
/* main content styles */
.main-content {
padding: 40px;
margin-top: 0;
padding: 0;
padding-top: 44px;
height: 100px;
/*overflow: scroll;*/
}
/*negócio das flechas */
.main-content .title {
background-color: #363636;
border-bottom: 1px solid #00BFFF;
padding: 10px 20px;
font-weight: 700;
color: #FF4500;
font-size: 18px;
}/*muda uns negócio que ta laranja*/
/* set element styles to fit tablet and higher(desktop) */
@media screen and (min-width: 600px) {
.header {
background-color: #1C1C1C;
z-index: 1;
}/*deixa um negócio vermelho*/
.header .logo {
display: none;
}
.nav-trigger {
display: none;
}/*soma as 3 barrinhas amarelas*/
.nav-trigger span, .nav-trigger span:before, span:after {
background-color: yellow;
}/*deixa a barinha cinza amarela*/
.side-nav {
display: block;
width: 70px;
z-index: 2;
}/*aparece 4 pontos um abaixo do outro no lado esquerdo com usuarios/sair....*/
.side-nav ul li span:nth-child(2) {
display: none;
}/*some usuarios/sair...*/
.side-nav .logo i {
padding-left: 12px;
}/*movimenta um pouco pra direita a palavra eternity*/
.side-nav .logo span {
display: none;
}/*some com a palavra etenity*/
.side-nav ul li i {
font-size: 26px;
}/*deixa os pontos mais distantes um do outro*/
.side-nav ul li a {
text-align: center;
}
.main-content {
margin-left: 70px;
}/*distancia um pouco as palavras analytics e as outras.....*/
}
@media screen and (min-width: 800px) {
.side-nav {
width: 200px;
}/*deixa o menu lateral mais largo*/
.side-nav ul li span:nth-child(2) {
display: inline-block;
}/*aparece as palavras sair/usuarios/...*/
.side-nav ul li i {
font-size: 16px;
}/*diminui o tamanho das letras em sair/usuarios/...*/
.side-nav ul li a {
text-align: left;
}/*deixa as palavras sair/usuarios/... mais pra esquerda*/
.side-nav .logo i {
padding-left: 0;
}/*deixa a palavra eternity + para a esquerda*/
.side-nav .logo span {
display: inline-block;
}/*aparece a palavra etenity*/
.main-content {
margin-left: 200px;
}/*as palavras Analytics/mumbers of views e as outras não ficam mais tapadas pelo menu lateral*/
}
/* main box container */
.main {
display: flex;
flex-flow: row wrap;
color:black;
height:650px;
background-color:black;
}
.widget {
flex-basis: 300px;
flex-grow: 20;
height: 300px;
margin: 15px;
border-radius: 6px;
/*background-color:#1C1C1C;*/
position: relative;
}
.widget .title {
background-color:#FF4500;
border-bottom: 1px solid black;
padding: 10px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
color: white;
font-weight: 600;
}/*aparece uns negócios muito loco*/
.ad {
width: 350px;
height: 300px;
border: 1px solid darkslategray;
} | 0.148602 | 0.093017 |
@media screen and (max-width: 600px) {
#title {
font-size: 4em;
}
#subtitle {
font-size: 2em;
text-align: center;
}
#small-subtitle {
font-size: 1em;
text-align: center;
}
.heading {
text-align: center;
font-size: 2em;
margin-bottom: 1%;
}
.subheading {
font-size: 1.25em;
margin-top: 3%;
margin-bottom: 1%;
font-weight: 700;
}
.menu-subheading {
font-size: 1em;
margin-top: 3%;
margin-bottom: 1%;
}
.staff-subheading {
font-size: 1em;
margin-top: 3%;
margin-bottom: 1%;
}
.column-title {
font-size: 1em;
text-align: center;
vertical-align: center;
padding: 20px 0px 20px 0px;
border-bottom: solid 1px #839496;
margin-bottom: 15px;
}
.column-item {
font-size: 0.85em;
color: gray;
padding: 10px 0px 10px 0px;
text-align: center;
height: 50px;
border-bottom: solid 1px #839496;
}
.main-container {
width: 90%;
margin-top: 5%;
margin-bottom: 5%;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (min-width: 600px) {
#title {
font-size: 5em;
}
#subtitle {
font-size: 1em;
text-align: center;
}
#small-subtitle {
font-size: 1em;
text-align: center;
}
.heading {
text-align: center;
font-size: 3em;
margin-bottom: 1%;
}
.subheading {
font-size: 1.5em;
margin-top: 3%;
margin-bottom: 1%;
font-weight: 800;
}
.menu-subheading {
font-size: 1.1em;
margin-top: 3%;
margin-bottom: 1%;
}
.staff-subheading {
font-size: 1.1em;
margin-bottom: 1%;
}
.column-title {
font-size: 1.5em;
text-align: center;
vertical-align: center;
padding: 20px 0px 20px 0px;
border-bottom: solid 1px #839496;
margin-bottom: 15px;
}
.column-item {
font-size: 1.25em;
color: #002b36;
text-align: center;
height: 80px;
border-bottom: solid 1px #839496;
}
.main-container {
width: 80%;
margin-top: 5%;
margin-bottom: 5%;
margin-left: auto;
margin-right: auto;
}
}
html, body {
font-family: 'Muli', sans-serif;
font-weight: 300;
font-size: 11pt;
margin: 0 auto;
color: #202020;
overflow-x: hidden;
}
h2 {
font-size: 20pt;
color: #0099ff;
font-weight: 900;
font-style: italic;
padding-top: 15px;
}
h3 {
font-weight: bold;
font-size: 13pt;
padding-top: 0px;
}
h4 {
font-size: 25pt;
color: #ffffff;
font-weight: 900;
font-style: italic;
padding-top: 10px;
}
hr {
width: 75%;
}
a {
text-decoration: none;
color: #0e73c0;
}
a:hover {
text-decoration: underline;
}
table {
width: 100%;
}
table, th, td {
border: 1px solid gray;
height: 75px;
}
th {
font-weight: bold;
text-align: center;
}
td {
text-align: center;
}
.staff-container {
margin-right: 15px;
margin-left: 15px;
}
.former-container {
margin-right: 10px;
margin-left: 10px;
}
#title-container {
margin-top: 10%;
margin-bottom: 1%;
}
#class-number {
text-align: center;
}
#menu {
text-align: center;
}
#picture {
width: 100px;
height: 100px;
}
#name {
text-align: center;
}
.disabled {
cursor: default;
pointer-events: none;
text-decoration: none;
color: black;
}
div.staff-grid {
padding-right: 15px;
padding-left: 15px;
padding-bottom: 20px;
float: left;
}
div.staff-grid :hover {
}
div.staff-grid img {
height: 125px;
width: 125px;
border-radius: 12px;
margin-left: auto;
margin-right: auto;
}
div.former-grid {
padding-right: 30px;
padding-bottom: 20px;
float: left;
}
div.former-grid: hover {
}
div.former-grid img {
height: 120px;
width: 120px;
border-radius: 10px;
}
div.former-grid-name {
text-align: center;
font-size: 10pt;
}
div.former-grid-semester {
text-align: center;
font-size: 9pt;
}
div.former-grid-description {
text-align: center;
font-size: 9pt;
}
div.description {
/* description for staff names */
/* dont add any padding here */
text-align: center;
font-size: 10pt;
}
.button {
background-color: #0099ff;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.button:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#showcase {
padding-top: 2em;
padding-bottom: 1em;
background-color: #0099ff;
}
#dan-from-the-future:before {
content: "2001";
}
#dan-from-the-future:hover:before {
content: "2501 👽";
}
#appstore-card {
max-width: 400px;
min-width: 316px;
width: 80%;
min-height: 266px;
margin: 0 auto;
border-radius: 5px;
padding: 8px 8px 0;
background: #fafafa;
color: #555;
position: relative
} | old-website/css/style.css | @media screen and (max-width: 600px) {
#title {
font-size: 4em;
}
#subtitle {
font-size: 2em;
text-align: center;
}
#small-subtitle {
font-size: 1em;
text-align: center;
}
.heading {
text-align: center;
font-size: 2em;
margin-bottom: 1%;
}
.subheading {
font-size: 1.25em;
margin-top: 3%;
margin-bottom: 1%;
font-weight: 700;
}
.menu-subheading {
font-size: 1em;
margin-top: 3%;
margin-bottom: 1%;
}
.staff-subheading {
font-size: 1em;
margin-top: 3%;
margin-bottom: 1%;
}
.column-title {
font-size: 1em;
text-align: center;
vertical-align: center;
padding: 20px 0px 20px 0px;
border-bottom: solid 1px #839496;
margin-bottom: 15px;
}
.column-item {
font-size: 0.85em;
color: gray;
padding: 10px 0px 10px 0px;
text-align: center;
height: 50px;
border-bottom: solid 1px #839496;
}
.main-container {
width: 90%;
margin-top: 5%;
margin-bottom: 5%;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (min-width: 600px) {
#title {
font-size: 5em;
}
#subtitle {
font-size: 1em;
text-align: center;
}
#small-subtitle {
font-size: 1em;
text-align: center;
}
.heading {
text-align: center;
font-size: 3em;
margin-bottom: 1%;
}
.subheading {
font-size: 1.5em;
margin-top: 3%;
margin-bottom: 1%;
font-weight: 800;
}
.menu-subheading {
font-size: 1.1em;
margin-top: 3%;
margin-bottom: 1%;
}
.staff-subheading {
font-size: 1.1em;
margin-bottom: 1%;
}
.column-title {
font-size: 1.5em;
text-align: center;
vertical-align: center;
padding: 20px 0px 20px 0px;
border-bottom: solid 1px #839496;
margin-bottom: 15px;
}
.column-item {
font-size: 1.25em;
color: #002b36;
text-align: center;
height: 80px;
border-bottom: solid 1px #839496;
}
.main-container {
width: 80%;
margin-top: 5%;
margin-bottom: 5%;
margin-left: auto;
margin-right: auto;
}
}
html, body {
font-family: 'Muli', sans-serif;
font-weight: 300;
font-size: 11pt;
margin: 0 auto;
color: #202020;
overflow-x: hidden;
}
h2 {
font-size: 20pt;
color: #0099ff;
font-weight: 900;
font-style: italic;
padding-top: 15px;
}
h3 {
font-weight: bold;
font-size: 13pt;
padding-top: 0px;
}
h4 {
font-size: 25pt;
color: #ffffff;
font-weight: 900;
font-style: italic;
padding-top: 10px;
}
hr {
width: 75%;
}
a {
text-decoration: none;
color: #0e73c0;
}
a:hover {
text-decoration: underline;
}
table {
width: 100%;
}
table, th, td {
border: 1px solid gray;
height: 75px;
}
th {
font-weight: bold;
text-align: center;
}
td {
text-align: center;
}
.staff-container {
margin-right: 15px;
margin-left: 15px;
}
.former-container {
margin-right: 10px;
margin-left: 10px;
}
#title-container {
margin-top: 10%;
margin-bottom: 1%;
}
#class-number {
text-align: center;
}
#menu {
text-align: center;
}
#picture {
width: 100px;
height: 100px;
}
#name {
text-align: center;
}
.disabled {
cursor: default;
pointer-events: none;
text-decoration: none;
color: black;
}
div.staff-grid {
padding-right: 15px;
padding-left: 15px;
padding-bottom: 20px;
float: left;
}
div.staff-grid :hover {
}
div.staff-grid img {
height: 125px;
width: 125px;
border-radius: 12px;
margin-left: auto;
margin-right: auto;
}
div.former-grid {
padding-right: 30px;
padding-bottom: 20px;
float: left;
}
div.former-grid: hover {
}
div.former-grid img {
height: 120px;
width: 120px;
border-radius: 10px;
}
div.former-grid-name {
text-align: center;
font-size: 10pt;
}
div.former-grid-semester {
text-align: center;
font-size: 9pt;
}
div.former-grid-description {
text-align: center;
font-size: 9pt;
}
div.description {
/* description for staff names */
/* dont add any padding here */
text-align: center;
font-size: 10pt;
}
.button {
background-color: #0099ff;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.button:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#showcase {
padding-top: 2em;
padding-bottom: 1em;
background-color: #0099ff;
}
#dan-from-the-future:before {
content: "2001";
}
#dan-from-the-future:hover:before {
content: "2501 👽";
}
#appstore-card {
max-width: 400px;
min-width: 316px;
width: 80%;
min-height: 266px;
margin: 0 auto;
border-radius: 5px;
padding: 8px 8px 0;
background: #fafafa;
color: #555;
position: relative
} | 0.283682 | 0.137359 |
a {
text-decoration: none;
color: rgba(32,33,34,1.0);
}
body {
margin: 0;
}
.container {
width : 100%;
max-width : 786px;
position : relative;
overflow : hidden;
margin : 0 auto;
}
@media screen and (max-width: 650px) {
.container {
top: 0px;
}
.header {
box-shadow : auto;
border-bottom : auto;
}
}
@media screen and (min-width: 650px) {
.container {
margin: 20px auto;
}
}
.container .cover {
width : 100%;
position : relative;
margin : 0;
height : 272px;
left : 0px;
transform : rotate(0deg);
opacity : 1.0;
overflow : hidden;
background-size : cover;
background-position : center center;
}
.container .cover .close-btn {
background-color : rgba(255,255,255,0.0);
top : 24px;
height : 23px;
width : 24px;
position : absolute;
margin : 0;
right : 24px;
transform : rotate(0deg);
opacity : 1.0;
}
.container[dir="rtl"] .cover .close-btn {
left: 24px;
right: auto;
}
@media screen and (min-width: 650px) {
.container .cover .close-btn{
visibility: hidden;
}
}
.container .cover .close-btn .outer {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 23px;
width : 24px;
position : relative;
margin : 0;
left : 0px;
transform : rotate(0deg);
opacity : 1.0;
}
.container .cover .close-btn .outer .oval {
background-color : rgba(255,255,255,0.0);
position : absolute;
top : 0px;
left : 0px;
margin : 0;
width : 100%;
transform : rotate(0deg);
opacity : 1.0;
}
.container .cover .close-btn .inner {
background-color : rgba(255,255,255,0.0);
top : 6px;
height : 12px;
width : 12px;
position : absolute;
margin : 0;
left : 6px;
transform : rotate(0deg);
opacity : 1.0;
}
.container .cover .close-btn .inner .fill1 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 12px;
width : 12px;
position : absolute;
margin : 0;
left : 0px;
transform : rotate(0deg);
opacity : 1.0;
}
.container .cover .close-btn .inner .fill2 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 12px;
width : 12px;
position : absolute;
margin : 0;
left : 0px;
transform : rotate(0deg);
opacity : 1.0;
}
.container .title {
background-color : rgba(255,255,255,0.0);
height : auto;
width : calc(100.00% - 83px);
padding: 0 16px;
transform : rotate(0deg);
opacity : 1.0;
line-height: 22px;
font-style : normal;
font-size : 20px;
color : rgba(32,33,34,1.0);
}
.container .content {
background-color : rgba(255,255,255,0.0);
height : auto;
width : calc(100.00% - 32px);
padding: 0 16px;
transform : rotate(0deg);
opacity : 1.0;
font-weight : 400;
font-style : normal;
font-size : 16.0px;
color : rgba(32,33,34,1.0);
text-align : left;
line-height : 24.0px;
}
.container[dir="rtl"] .content {
text-align: right;
} | demo/css/article.css | a {
text-decoration: none;
color: rgba(32,33,34,1.0);
}
body {
margin: 0;
}
.container {
width : 100%;
max-width : 786px;
position : relative;
overflow : hidden;
margin : 0 auto;
}
@media screen and (max-width: 650px) {
.container {
top: 0px;
}
.header {
box-shadow : auto;
border-bottom : auto;
}
}
@media screen and (min-width: 650px) {
.container {
margin: 20px auto;
}
}
.container .cover {
width : 100%;
position : relative;
margin : 0;
height : 272px;
left : 0px;
transform : rotate(0deg);
opacity : 1.0;
overflow : hidden;
background-size : cover;
background-position : center center;
}
.container .cover .close-btn {
background-color : rgba(255,255,255,0.0);
top : 24px;
height : 23px;
width : 24px;
position : absolute;
margin : 0;
right : 24px;
transform : rotate(0deg);
opacity : 1.0;
}
.container[dir="rtl"] .cover .close-btn {
left: 24px;
right: auto;
}
@media screen and (min-width: 650px) {
.container .cover .close-btn{
visibility: hidden;
}
}
.container .cover .close-btn .outer {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 23px;
width : 24px;
position : relative;
margin : 0;
left : 0px;
transform : rotate(0deg);
opacity : 1.0;
}
.container .cover .close-btn .outer .oval {
background-color : rgba(255,255,255,0.0);
position : absolute;
top : 0px;
left : 0px;
margin : 0;
width : 100%;
transform : rotate(0deg);
opacity : 1.0;
}
.container .cover .close-btn .inner {
background-color : rgba(255,255,255,0.0);
top : 6px;
height : 12px;
width : 12px;
position : absolute;
margin : 0;
left : 6px;
transform : rotate(0deg);
opacity : 1.0;
}
.container .cover .close-btn .inner .fill1 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 12px;
width : 12px;
position : absolute;
margin : 0;
left : 0px;
transform : rotate(0deg);
opacity : 1.0;
}
.container .cover .close-btn .inner .fill2 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 12px;
width : 12px;
position : absolute;
margin : 0;
left : 0px;
transform : rotate(0deg);
opacity : 1.0;
}
.container .title {
background-color : rgba(255,255,255,0.0);
height : auto;
width : calc(100.00% - 83px);
padding: 0 16px;
transform : rotate(0deg);
opacity : 1.0;
line-height: 22px;
font-style : normal;
font-size : 20px;
color : rgba(32,33,34,1.0);
}
.container .content {
background-color : rgba(255,255,255,0.0);
height : auto;
width : calc(100.00% - 32px);
padding: 0 16px;
transform : rotate(0deg);
opacity : 1.0;
font-weight : 400;
font-style : normal;
font-size : 16.0px;
color : rgba(32,33,34,1.0);
text-align : left;
line-height : 24.0px;
}
.container[dir="rtl"] .content {
text-align: right;
} | 0.568536 | 0.144571 |
body {
padding-top: 50px;
padding-bottom: 20px;
background-color: #eeeeee;
}
/* Logo */
.img-responsive{
margin: auto;
}
/*Separatori*/
.hrsepara {
width: 80%;
border-top-color: #d5d5d5;
}
.jumbotron>hr {
border-top-color: transparent;
}
/*Comment Box*/
#commentBox{
z-index: 1000;
overflow-y: auto;
width: 100%;
min-height: 100px;
position: absolute;
padding: 10px 10px;
}
#addComment{
position: relative;
bottom: 0;
margin: 5px 0;
padding: 0;
width: 100%;
}
#commentList{
position: relative;
max-height: 83%;
width: 100%;
overflow-y: auto;
padding: 10px;
}
#commentEvent{
height: 60px;
}
#referenceComment{
margin: 25px 0 0 0;
}
.displayNoneImportant{
display: none !important;
}
.displayNone{
display: none;
}
.near{
padding: 10px;
margin: 5px 0;
}
#commentEvent {
height: 60px;
background-color: white;
border-style: solid;
border-color: darkgrey;
width: 100%;
}
/*Alerts*/
.alert-success {
width:100%;
visibility: hidden;
}
.login-success {
width: 100%;
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
visibility: hidden;
}
.alert-danger {
width:100%;
visibility: hidden;
}
/*Blocchi ultimi eventi inseriti*/
.pannellino {
max-height: 430px;
overflow: auto;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.media {
margin-top: 15px;
}
.panel.date {
margin: 0px;
text-align: center;
}
.media-list {
padding-left: 0;
list-style: none;
margin-bottom: 15px;
}
li {
text-align: left;
margin-left: 15px;
}
/* Fix per form evento manuale */
.col-md-offset-3{
margin-left:0;
}
.col-md-6 {
width: 60%;
}
/* Fix per bottone Facebook */
.w100{
width:100%;
}
/* Fix divisore */
.divider{
color: transparent;
}
/*Form eventi inseriti*/
.panel{
width:100%;
}
.panel.date .month {
padding: 2px 0px;
font-weight: 700;
text-transform: uppercase;
}
.panel.date .day {
padding: 3px 0px;
font-weight: 700;
font-size: 1.5em;
}
/* Barra di ricerca */
#custom-search-input{
padding: 3px;
border: solid 1px #E4E4E4;
border-radius: 6px;
background-color: #fff;
}
#custom-search-input input{
border: 0;
box-shadow: none;
}
#custom-search-input button{
margin: 2px 0 0 0;
background: none;
box-shadow: none;
border: 0;
color: #666666;
padding: 0 8px 0 10px;
border-left: solid 1px #ccc;
}
#custom-search-input button:hover{
border: 0;
box-shadow: none;
border-left: solid 1px #ccc;
}
#custom-search-input .glyphicon-search{
font-size: 23px;
}
/* ------------ */
/*Bottone Facebook*/
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
margin-left: 10%;
margin-right: 10%;
}
/*Footer*/
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
margin-left: 10%;
} | City Events (Progetto)/examples/jumbotron/jumbotron.css | body {
padding-top: 50px;
padding-bottom: 20px;
background-color: #eeeeee;
}
/* Logo */
.img-responsive{
margin: auto;
}
/*Separatori*/
.hrsepara {
width: 80%;
border-top-color: #d5d5d5;
}
.jumbotron>hr {
border-top-color: transparent;
}
/*Comment Box*/
#commentBox{
z-index: 1000;
overflow-y: auto;
width: 100%;
min-height: 100px;
position: absolute;
padding: 10px 10px;
}
#addComment{
position: relative;
bottom: 0;
margin: 5px 0;
padding: 0;
width: 100%;
}
#commentList{
position: relative;
max-height: 83%;
width: 100%;
overflow-y: auto;
padding: 10px;
}
#commentEvent{
height: 60px;
}
#referenceComment{
margin: 25px 0 0 0;
}
.displayNoneImportant{
display: none !important;
}
.displayNone{
display: none;
}
.near{
padding: 10px;
margin: 5px 0;
}
#commentEvent {
height: 60px;
background-color: white;
border-style: solid;
border-color: darkgrey;
width: 100%;
}
/*Alerts*/
.alert-success {
width:100%;
visibility: hidden;
}
.login-success {
width: 100%;
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
visibility: hidden;
}
.alert-danger {
width:100%;
visibility: hidden;
}
/*Blocchi ultimi eventi inseriti*/
.pannellino {
max-height: 430px;
overflow: auto;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.media {
margin-top: 15px;
}
.panel.date {
margin: 0px;
text-align: center;
}
.media-list {
padding-left: 0;
list-style: none;
margin-bottom: 15px;
}
li {
text-align: left;
margin-left: 15px;
}
/* Fix per form evento manuale */
.col-md-offset-3{
margin-left:0;
}
.col-md-6 {
width: 60%;
}
/* Fix per bottone Facebook */
.w100{
width:100%;
}
/* Fix divisore */
.divider{
color: transparent;
}
/*Form eventi inseriti*/
.panel{
width:100%;
}
.panel.date .month {
padding: 2px 0px;
font-weight: 700;
text-transform: uppercase;
}
.panel.date .day {
padding: 3px 0px;
font-weight: 700;
font-size: 1.5em;
}
/* Barra di ricerca */
#custom-search-input{
padding: 3px;
border: solid 1px #E4E4E4;
border-radius: 6px;
background-color: #fff;
}
#custom-search-input input{
border: 0;
box-shadow: none;
}
#custom-search-input button{
margin: 2px 0 0 0;
background: none;
box-shadow: none;
border: 0;
color: #666666;
padding: 0 8px 0 10px;
border-left: solid 1px #ccc;
}
#custom-search-input button:hover{
border: 0;
box-shadow: none;
border-left: solid 1px #ccc;
}
#custom-search-input .glyphicon-search{
font-size: 23px;
}
/* ------------ */
/*Bottone Facebook*/
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
margin-left: 10%;
margin-right: 10%;
}
/*Footer*/
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
margin-left: 10%;
} | 0.328637 | 0.062732 |
@charset "utf-8";
/*------------------------------------------------------------------*/
/*
- 제작자: BANANAN
- 홈페이지: http://design486.tistory.com/
- 라이선스: Created by BANANA
* 수정이력
- 2018.01 : 코드하이라이터 추가
- 2020.09 : TOC 추가
*/
/*------------------------------------------------------------------*/
/* 00.Common */
html{overflow-y:scroll}
html,body{width:100%;height:100%}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
body,input,textarea,select,button,table{font-family:'NanumSquare',sans-serif;font-size:16px}
img,fieldset{border:0}
img{vertical-align:top}
ul,ol{list-style:none}
.bottom_list ul{ line-height: 100%; } /* 20180802 추가 */
.bottom_list ul > li {
line-height: 100%;
color:blue;
}
em,address{font-style:normal}
table{border-collapse:collapse}
a{text-decoration:none}
a:hover,a:active,a:focus{text-decoration:none;}
hr{display:none}
legend,.blind{position:absolute;left:0;top:-9999em;overflow:hidden}
legend{*width:0}
.blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:1px;height: 1px;font-size:0;line-height:0}
.clearfix{*zoom:1}
.clearfix:after{content:'';display:block;clear:both}
/*------------------------------------------------------------------*/
/* 01 전체 영역 */
#container{margin:47px auto 0;}
/* 02 header 영역 */
#header{width:1100px;margin:0 auto 89px;}
/* 02-1 header_left 영역 */
.header_left{float:left;padding:8.5px 0 0 16px;}
.blog_tit{width:200px; font-size:18px;font-weight:900;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.blog_tit a{color:#4a4a4a;}
.tistory_tit{font-size:10px;font-weight:700;color:#6b6b6b;}
.search_button {display:none;cursor:pointer;}
.search_button img{width:16px;height:16px;margin:2px 15px 0 0;float:right}
/* 02-2 header_right 영역 */
.header_right{display:block;float:right;}
/* 02-2-1 햄버거 메뉴 */
.menu-trigger{display:none;margin-right:15px; cursor:pointer; float:right;}
.menu-trigger span{display:inline-block;}
.menu-trigger{position:relative;width:20px;height:18px;margin-top:3px;}
.menu-trigger span{position:absolute;left:0;width:100%;height:2px;background-color:#505050;}
.menu-trigger span:nth-of-type(1){top:2px;}
.menu-trigger span:nth-of-type(2){top:6px;}
.menu-trigger span:nth-of-type(3){bottom:6px;}
.blogMenu{float:left;}
.blogMenu ul li{display:inline-block;padding:8.5px 88px 0 0;}
.blogMenu ul li a{font-size:12px;font-weight:300;color:#7f7f7f;font-family: 'Montserrat', sans-serif;}
/* 02-3 search 영역 */
.search{float:left;}
.search input{font-size:12px;font-weight:300;color:#7f7f7f;font-family: 'Montserrat', sans-serif;margin-right:16px;width:220px;height:35px;box-sizing:border-box;padding-left:12px;border:1px solid #d5d5d5;}
/*------------------------------------------------------------------*/
/* 03 content_warp 영역 */
#content_warp{width:1100px;margin:0 auto;}
/* 04 sidebar 영역 */
#sidebar{margin-bottom:60px;border-top:1px solid #818181;width:230px;float:left;}
/* 04-2 media_menu 영역 */
.media_menu {display:none;margin:38px 15px 0;}
.media_menu .blogMenu{margin-bottom:27px; float:left;}
.media_menu .blogMenu ul li{width:93.5px;float:left;padding:0; text-align:center;border:1px solid #d5d5d5;}
.media_menu .blogMenu ul li:nth-child(1){border-bottom:0;}
.media_menu .blogMenu ul li:nth-child(2){border-bottom:0;border-left:0;}
.media_menu .blogMenu ul li:nth-child(4){border-left:0;}
.media_menu .blogMenu ul li a{display:inline-block;padding:7px 0;font-size:10px;}
.media_menu .search{float:left;}
.media_menu .search input{font-size:10px;font-weight:300;color:#7f7f7f;font-family: 'Montserrat', sans-serif;margin-right:16px;width:190px;height:30px;box-sizing:border-box;padding-left:12px;border:1px solid #d5d5d5;}
/* 04-3 categorie 영역 */
.categorie_tit{margin:35px 0 35px 16px; font-size:18px;font-weight:400;color:#7f7f7f;font-family: 'Montserrat', sans-serif;}
.tt_category{margin-left:10px;}
.c_cnt{display: none}
.link_item{display: none}
.link_tit{display:none;}
/* 주석 라인 */
.category_list > li{margin-left:5px; position:relative;margin-bottom:25px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.category_list > li > a:hover{font-weight:700}
.category_list label{cursor: pointer;}
.sub_category_list > li{ margin-bottom:10px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.sub_category_list > li:before{padding:0 8px;content: url( "./images/bu_category.png" )}
.sub_category_list > li:first-child{padding-top:15px;}
.sub_category_list > li:last-child{padding-bottom:10px;}
.sub_category_list > li > a{color:#a2a2a2;font-weight:300}
.sub_category_list > li > a:hover{color:#7f7f7f;font-weight:400}
.category_list input[type="checkbox"] {display: none;}
.category_list input[type="checkbox"]:checked~ul {display: none;}
.category_list input[type="checkbox"]:checked+label:after{position:absolute;top:4px;right:16px;background:url("./images/bu_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px}
/* 주석 라인
*/
.category_list > li{margin-left:5px; position:relative;margin-bottom:10px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
/* margin-bottom: 카테고리 줄간격 */
.category_list > li > a:hover{font-weight:700}
.category_list label{cursor: pointer;}
.sub_category_list > li{ margin-bottom:5px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
/* margin-bottom:10px: 2차 카테코리 줄간격 */
.sub_category_list > li:before{padding:0 8px;content: url( "./images/bu_category.png" )} /* padding:0 8px: 2차 카테코리 들여쓰기 공백 */
.sub_category_list > li:first-child{padding-top:10px;}
.sub_category_list > li:last-child{padding-bottom:10px;}
.sub_category_list > li > a{color:#a2a2a2;font-weight:300}
.sub_category_list > li > a:hover{color:#7f7f7f;font-weight:400}
.category_list input[type="checkbox"] {display: none;}
.category_list input[type="checkbox"]:checked~ul {display: none;}
.category_list input[type="checkbox"]:checked+label:after{position:absolute;top:4px;right:16px;background:url("./images/bu_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px}
.label_e{color:#7f7f7f;font-weight:400; }
.label_e:after{position:absolute;top:4px;right:16px;background:url("./images/top_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px}
/* 04-4 BlogMenu 영역 */
.tt_menu{margin-left:16px;}
.menu_list > li{margin-left:5px; position:relative;margin-bottom:25px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.menu_list > li > a:hover{font-weight:700}
.menu_list label{cursor: pointer;}
.menu_list input[type="checkbox"] {display: none;}
.menu_list input[type="checkbox"]:checked~ul {display: none;}
.menu_list input[type="checkbox"]:checked+label:after{position:absolute;top:4px;right:16px;background:url("./images/bu_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px}
.menu_list > li > ul > li{ margin-bottom:10px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.menu_list > li > ul > li:before{padding:0 8px;content: url( "./images/bu_category.png" )}
.menu_list > li > ul > li:first-child{padding-top:15px;}
.menu_list > li > ul > li:last-child{padding-bottom:10px;}
.menu_list > li > ul > li > a{color:#a2a2a2;font-weight:300}
.menu_list > li > ul > li > a:hover{color:#7f7f7f;font-weight:400}
.label_b{color:#7f7f7f;font-weight:400; }
.label_b:after{position:absolute;top:4px;right:16px;background:url("./images/top_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px}
/*------------------------------------------------------------------*/
/* 05 content 영역 */
#content{border-top:1px solid #818181; width:812px;float:right;padding:0 16px;box-sizing:border-box;}
.item_detail,.guest_warp{margin:35px 0 0}
.list_item{margin-top:35px; margin-left:0;margin-right:0}
div.list_content:nth-child(3n+1){margin-right:0}
.list_content{width:240px;height:240px;margin:38px 30px 0 0;display:inline-block; float:left;}
/*05-0리스트 위*/
.list_tit{margin:0 0 35px; font-size:18px; color:#4a4a4a;}
.item_day{margin-bottom:60px;font-size:12px;color:#c2c2c2;}
.list_num{font-size:12px;color:#c2c2c2;}
/*05-1-1 텍스트 형식 항목 */
.list_num{margin-bottom:60px;}
.list_content_text {padding-bottom:60px;margin:60px 0 60px; border-bottom:1px solid #efefef }
.list_content_text::after { content:''; clear:both; display:block }
.list_content_text .list_text_img { float:left; width:150px; height:150px; margin:6px 30px 5px 0; }
.list_content_text img{width: 150px;height:150px;}
.list_content_text .link_text_post{display:block;overflow:hidden;text-decoration:none}
.list_content_text .link_text_post:hover .tit_post {color:#000}
.list_content_text .link_tilt_post{display:-webkit-box;display:-ms-flexbox;display:box;overflow:hidden;color:#000; font-weight:normal;font-size:18px;line-height:45px;margin-top: 3px;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.list_content_text .link_txt_post{display:-webkit-box;display:-ms-flexbox;display:box;overflow:hidden;margin-top:4px;font-size:13px;line-height:23px;color:#7f7f7f;vertical-align:top;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.list_content_text .link_txt_bar { margin:0 7px }
.list_content_text .link_to_info{margin-top:15px;font-size:12px;color:#aaa}
.list_content_text .link_to_info .link_link_cate{font-size:13px;text-decoration:none;color:#7f7f7f}
.left_text_post {width:600px; float:left;}
.list_text_img img:nth-child(2n){display:none}
.list_text_img img{width:100%;height:100%;}
/* 05-1-2 이미지 형식 항목 리스트 */
.list_num{margin-bottom:0;}
.list_con li{background:#000; position:relative;width:240px; margin:0 30px 30px 0;float:left;}
.list_con li .con_img {position:relative;display:block; width:240px;height:240px; overflow:hidden;}
.list_con li .con_img img{width:100%;height:100%;}
.list_con li .con_img img:nth-child(2n){display:none}
.list_con li:hover .con_num{display:block;}
.list_con li .con_num {display:none; position:absolute;top:0;left:0; width:240px;height:240px;background:rgba(0,0,0,0.35);}
.list_con li .con_num .num_line{display:block;position:relative; width:200px;height:200px;margin:20px; border:1px solid #fff;}
.list_con li .con_num .num_in{display:block; position:absolute;top:50%;left:50%; width:200px;height:200px;margin-top:-15px;margin-left:-100px;}
.list_con li .con_num .num_tit{white-space:pre;text-overflow: ellipsis;overflow:hidden; display:block; text-align:center; color:#fff;font-weight:700;font-size:14px;margin:0 10px 10px;}
.list_con li .con_num .num_date{display:block; text-align:center;color:#fff;font-weight:300;font-size:10px;margin:5px;}
.list_con li .con_num .num_aut{display:block; text-align:center;color:#fff;font-weight:300;font-size:10px;}
/* 05-2 게시물 상세항목 영역 */
.item_tit{margin:0 0 35px; font-size:18px;}
.item_tit a{color:#4a4a4a;}
.item_tit span{font-size:10px;color:#bbbbbb;}
.item_tit span a{color:#bbbbbb;}
/* 05-2-1 구글 애드센스 영역 */
.google_AdS{width:728px;height:90px;background-color:#fff;margin:0 auto 60px;text-align:center;}
.google_AdS span{display:block;color:#c1c1c1;font-size:12px;font-weight:700;padding:10px;}
/* 05-2-2 태그 영역 */
.detail_tag{width:669px;margin-left:3px;padding-top:2px;float:left;font-size:14px;}
.tag_tit{width:30px;margin-right:10px;color:#6d6c6c;font-weight:900;float:left;}
.tag_item_list{width:610px;float:left;}
.tag_item{display:inline-block;margin:0 10px 5px 0;color:#adadad;font-size:12px;}
.tag_item a{color:#adadad;margin:0 3px;}
.tag_item a:before{content:'#'}
/* 05-2-3 SNS공유 영역 */
.detail_sns{margin-right:3px;float:right;width:105px;}
.detail_sns img{width:20px;height:20px;margin-left:3px;}
/* 05-2-4 관련글 영역 */
.b_article{border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;}
.b_article_text{margin:25px 0;}
.b_article_tit{float:left;font-size:16px; font-weight:900;color:#6d6c6c;}
.b_article_more{padding-top:4px; text-decoration:underline;display:block; float:right;font-weight:400;font-size:12px;color:#a0a0a0;}
.b_article_more:hover{text-decoration:underline;}
.b_article ul{margin-bottom:45px}
.b_article ul li{position:relative; float:left;width:180px;height:180px;margin-right:20px}
.b_article ul li:nth-child(4){margin-right:0;}
.b_article ul li:hover .names{display:block;}
.thumb_related{display:block;width:180px;height:180px;overflow:hidden;}
.thumb_related img{width:100%;height:100%}
.link_related img{width:100%;height:100%}
.link_related img:nth-child(2){display:none}
.names{display:none;position:absolute;top:0;left:0; width:180px;height:180px;background:rgba(0,0,0,0.35);}
.names_in{display:block; position:absolute;top:50%;left:50%; width:180px;height:180px;margin-top:-15px;margin-left:-91px;}
.names_line{display:block;position:relative; width:150px;height:150px;margin:15px; border:1px solid #fff;}
.txt_related{white-space:nowrap;text-overflow: ellipsis;overflow:hidden; display:block; text-align:center; color:#fff;font-weight:700;font-size:16px;margin:0 30px 10px;}
.date_related{display:block; text-align:center;color:#fff;font-weight:300;font-size:10px;margin:5px;}
/* 05-2-5 댓글 영역 */
#communicate{padding-bottom:75px; border-bottom:1px solid #d1d1d1;}
.com_tit{margin:25px 0 35px;font-size:16px; font-weight:900;color:#6d6c6c;}
.on .list_reply{display:block;margin-bottom:18px}
.com_list .list_reply li.tt_more_preview_comments_wrap { padding:10px 20px}
.com_list .list_reply .tt_more_preview_comments_text { font-size:12px; color:#aaa }
.com_list .list_reply li{overflow:hidden;position:relative;padding:20px 20px 20px 85px;margin-bottom:45px}
.com_list .list_reply .my_reply{background-color:#fcfcfc}
.com_list .list_reply .re_reply{padding-left:175px}
.com_list .list_reply .txt_reply{ margin:5px 0 0 0;line-height:1.6;font-weight:700}
.com_list .list_reply .tit_nickname{margin:5px 5px 5px 0;}
.com_list .list_reply img,.com_list .re_reply img{top:15px; left:0; width:64px; height:64px; position:absolute; border-radius:0 !important;background-color:#ffffff;}
.com_list .re_reply img{left:95px;}
.com_list .re_reply .tit_nickname{margin:0px 0 0px 50px;}
.com_list .re_reply .txt_reply{ margin:5px 0 0 50px;line-height:1.6}
.com_list .reply_content{padding-left:10px; float:left;}
.com_list .reply_content .txt_reply,.com_list .reply_content .tit_nickname{margin-left:0}
.com_list .reply_content .tit_nickname{margin-right:5px}
.com_list .list_reply .img_profile { margin-top:2px }
.com_list .tit_nickname{display:inline-block;font-weight:bold;color:#7a7979;white-space:nowrap;font-size:14px;font-weight:800;}
.com_list .tit_nickname a{color:#7a7979}
.com_list .my_reply .tit_nickname{color:#ffae00;}
.com_list .ico_secret{width:10px;height:12px;margin-top:4px;background-position:0 -475px;vertical-align:top;display:none}
.com_list .rp_secret .ico_secret { display:inline-block }
.com_list .txt_reply{display:block;width:600px;font-size:14px;color:#333;margin-top:20px;}
.com_list .txt_reply a{color:#3db39e}
.com_list .re_reply .txt_reply{display:block;width:500px;font-size:14px;}
.com_list .re_reply .txt_date a{font-size: 12px;position: absolute;top: 28.5px;right: 80px;text-decoration: underline;color: #cacaca;display:none}
.com_list .list_reply li:hover .txt_date a{display:block}
.com_list .txt_date{display:inline-block;font-size:10px;color:#aaa;padding-top:8px}
.com_list .btn_replymenu{display:none}
.com_list .list_reply li .my_edit{display:none; position:absolute;top:25px;right:15px;}
.com_list .list_reply li:hover .my_edit{display:block}
.com_list .my_edit .link_edit{margin:0 5px;font-size:12px;color:#cacaca;text-decoration:underline;}
.com_list .hiddenComment .tit_nickname{display:none}
.com_list .hiddenComment .txt_reply{font-weight:bold;font-size:14px}
.com_write{margin-top:50px;}
.com_write .guest{float:left;margin-bottom:30px}
.com_write .guest.first{margin-right:30px}
.com_write .guest input {padding:10px;font-size:14px;border:1px solid #ddd;cursor:pointer;width:375px;box-sizing:border-box;color:#adadad;}
.com_write .name,.com_write .password{display:inline-block;width:375px;}
.com_write textarea{width:100%;float:left;margin-bottom:30px;font-size:14px; padding: 15px;border: 1px solid #ddd;cursor: pointer;box-sizing:border-box;resize:none;color:#adadad;}
textarea:-ms-input-placeholder {color:#adadad;}
textarea::-webkit-input-placeholder {color:#adadad;}
textarea::-moz-placeholder {color:#adadad;}
.com_write .secret{position:relative;float:left;border:1px solid #ddd;width:43px;height:38px;box-sizing:border-box;}
.com_write .secret input{width:0;height:0;padding:0;margin:0;position:absolute;top:0;left:0;z-index:-1;visibility: hidden;-webkit-appearance: none;}
.com_write .secret label span{font-size:0;}
.com_write .secret label svg{position:absolute;top:0;left:0;width:40px;height:40px;}
.ch_box:not(checked) + .se_label .svg-icon path {fill: #ddd;}
.ch_box:checked + .se_label .svg-icon path {fill: #818181;}
.com_write .submit{float:right;}
.com_write .submit input{display:block;width:187px;padding:10px;background:#fff;color:#adadad; font-size:14px; border:1px solid #ddd;}
/* 05-2-5-1 댓글 이미지*/
.guest_general,.guest_secret,.rp_general,.rp_secret{background: url("./images/no-image2.jpg") no-repeat transparent 0 15px;background-position:absolute;background-size:64px 64px;}
.re_reply.guest_general,.re_reply.guest_secret,.re_reply.rp_general,.re_reply.rp_secret {background: url("./images/no-image2.jpg") no-repeat transparent 95px 15px;background-position:absolute;background-size:64px 64px;}
.rp_general .txt_date a,.reply_content .txt_date a{font-size: 12px;position: absolute;top: 29px;right: 140px;text-decoration: underline;color: #cacaca;display:none}
/* 05-2-5-2 댓글 옆 프로필 버튼 삭제 */
.list_reply .tistoryProfileLayerTrigger{display:none}
/* 05-3 방명록 */
.guest_warp_tit{margin-top:30px;font-size:18px;color:#4a4a4a;}
.guest_warp .com_write{margin:30px 0 0;padding-bottom:50px;border-bottom:1px solid #d1d1d1}
.guest_warp .com_list{margin-top:50px;padding-bottom:50px;border-bottom:1px solid #d1d1d1}
/* 05-4 보호글 */
.pro_warp{margin:0 16px;text-align:center;padding:150px 0; border-bottom:1px solid #d1d1d1}
.pro_font{color:#b3b3b3;font-size:14px}
.pro_font p{margin-bottom:10px}
.pro_warp .form{padding-top:15px;}
.pro_warp .form input{width:250px;height:35px;border:1px solid #d1d1d1;box-sizing:border-box;font-size:12px;padding-left:20px;font-family:'Montserrat', sans-serif;}
.pro_warp .form button{width:65px;height:35px;border:1px solid #d1d1d1;background:#fff;color:#b3b3b3;font-size:14px;}
/* 05~ prev,next 영역*/
.paging{float:left;width:100%; margin:65px 0 100px;}
.paging .prev{position:relative; float:left; padding:10px 15px 10px 30px; border:1px solid #cecece;}
.paging .prev span{font-size:12px;color:#b6b6b6;}
.paging .prev:before{position:absolute;top:17px;left:8px;background:url("./images/bu_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px;-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.paging .next{position:relative; float:right; padding:10px 30px 10px 15px; border:1px solid #cecece;}
.paging .next span{font-size:12px;color:#b6b6b6;}
.paging .next:after{position:absolute;top:17px;right:8px;background:url("./images/bu_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px;-ms-transform: rotate(270deg); -webkit-transform: rotate(270deg); transform: rotate(270deg);}
/*------------------------------------------------------------------*/
/* 06 footer 영역 */
#footer{width:1100px;margin:0 auto;}
/* 06-1 sidebar_list 영역 */
.sidebar_list{margin-bottom:40px}
.sidebar_list ul .side_item{float:left;margin-right: 16px;}
.sidebar_list ul .side_item:first-child{margin-left:16px;}
.sidebar_list ul .side_item:last-child{margin-right:0;}
.sidebar_list ul li h3{width:255px; margin:30px 0;font-size:16px;font-weight:500;color:#989797;font-family: 'Montserrat', sans-serif;text-align:center;}
.sidebar_list .notice,
.sidebar_list .recentPost,
.sidebar_list .recentComment,
.sidebar_list .archive{
width:255px; border-top:1px solid #dedede;
line-height: 100%;
}
.sidebar_list ul li ul{padding:0 1px} /* 20200921 수정 : padding 25 -> 1 */
.sidebar_list ul li ul li{width:205px;display:inline-block; margin:0 0 1px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} /* 20200921 수정 : margin 15 -> 1 */
.sidebar_list ul li ul li a{ font-size:12px;color:#7f7f7f;font-weight:300;} /* 20200921 수정 : font-size 14 -> 10 */
.sidebar_list ul li ul li span{font-size:12px;font-weight:400;} /* 20200921 수정 : font-size 14 -> 10 */
/* 06-2 blog_info 영역 */
.blog_info{padding-bottom:150px; border-top:1px solid #818181;}
.blog_info .info{margin-left:16px; float:left;}
.blog_info .sns{float:right; margin:60px 16px 0 0;padding-bottom:10px; border-bottom:1px solid #818181;}
.counter{margin-top:60px;font-size:12px;color:#818181;font-weight:300;font-family: 'Montserrat', sans-serif;}
.counter span{margin-right:10px;}
.blog_info .info .blog_desc{margin-top:20px;font-size:12px;color:#818181;font-weight:400;}
.blog_info .info .blog_Created{margin-top:20px;font-size:12px;font-family: 'Montserrat', sans-serif;color:#939393;font-weight:300;}
.blog_info .sns ul{}
.blog_info .sns ul li{float:left;margin-left:15px}
.blog_info .sns ul li:first-child{margin:0;}
.blog_info .sns ul li a img{width:20px;height:20px;}
/* 07 티스토리 상단바 삭제 */
#tistorytoolbarid{display:none;}
/* 09 ccl 위치 수정*/
.tt_article_useless_p_margin div:last-child{margin-top:60px !important;}
.tt_article_useless_p_margin div:last-child div{margin-top:0 !important;}
/* 10 404오류*/
.absent_post{margin:150px 0 85px}
/* 11 베스트공감*/
.daum_like_wrapper{display:none}
/*------------------------------------------------------------------*/
/*태블릿 미디어 쿼리*/
@media (min-width: 768px) and (max-width: 1100px) {
/* 01 태블릿 전체 영역 */
#container{margin:0 auto;}
/* 02 태블릿 header 영역 */
#header{ width:auto;margin:0 0 30px 0;padding:35px 0;}
.header_in{width:728px; margin:0 auto;}
.header_left{float:left; width:728px;padding:0;}
.tit_in{float:left;}
.tistory_tit{display:none;}
.search_button {display:block;}
.categories_cover.open{display:block;}
.categories_cover{width:100%;height:100%;position:fixed;top:0px;left:0px;background-color:rgba(0, 0, 0, 0.4);z-index:4;display:none;}
.menu-trigger{display:inline-block;margin-right:0;}
.header_right {width:100%;margin-top:25px}
.header_right .search{display:none; width:100%}
.header_right .search input{width:100%}
.header_right .blogMenu{display:none}
/* 02-2-1 탬플릿 햄버거 메뉴 */
.blogMenu{float:left;}
.blogMenu ul li{display:inline-block;padding:8.5px 35px 0 0;}
.blogMenu ul li a{font-size:10px;font-weight:300}
.search{float:right;}
.search input{font-size:12px;font-weight:300;color:#7f7f7f;font-family: 'Montserrat', sans-serif;margin-right:8px;width:154px;height:35px;box-sizing:border-box;padding-left:12px;border:1px solid #d5d5d5;}
/* 03 태블릿 content_warp 영역 */
#content_warp{width:728px;margin:0 auto;}
/* 04 태블릿 sidebar 영역 */
#sidebar{width:100%;margin:0; border-top:0; float:none;}
/* 04-1 태블릿 슬라이드 sidebar */
.sidebar_in {width:220px;height: 100%; position: fixed;top: 0px;left:-220px;z-index: 10;background-color: white;transition: All 0.2s ease;-webkit-transition: All 0.2s ease;-moz-transition: All 0.2s ease;-o-transition: All 0.2s ease;}
.sidebar_in.open{left:0px;overflow-y:scroll;overflow-x:hidden;z-index:100;}
/* 04-2 태블릿 media_menu 영역 */
.media_menu{display:block;}
/* 04-2-1 태블릿 category*/
.category{left:0;}
.category{display: block;width:220px;height:100%;position: relative;font-size: 12px;}
/* 04-3 태블릿 categorie 영역 */
.categorie_tit{display:none;}
.tt_category{margin-left:8px;}
/* 05 태블릿 content 영역 */
#content{width:728px;float:none;border:0;padding:0;}
/* 05-1-2 태블릿 이미지 형식 항목 리스트 */
.list_item,.guest_warp{margin:0;}
.list_content{width:226px;height:226px;margin-right:25px;}
.list_text{margin-bottom:40px;border-bottom:1px solid #818181;}
.list_tit{display:inline-block; margin:38px 10px 15px 0;padding:0 0 20px; font-size:16px;}
.list_num{margin-bottom:40px;display:inline-block;}
.list_con{width:728px;}
.list_con li{width:226px; margin:0 25px 25px 0;}
.list_con li .con_img {width:226px;height:226px;}
.list_con li .con_num {display:block;position:absolute;top:auto;bottom:0;width:226px;height:44px;background:rgba(0,0,0,0.20);}
.list_con li .con_num .num_line{display:block;position:relative; width:auto;height:auto;margin:6px 12px;border:0;}
.list_con li .con_num .num_in{position:relative;top:auto;left:auto; width:auto;height:auto;margin:auto}
.list_con li .con_num .num_ini{display:block;margin-top:5px;}
.list_con li .con_num .num_tit{text-align:left;font-size:14px;margin:0;}
.list_con li .con_num .num_date{float:left;display:block; text-align:left;margin:0;}
.list_con li .con_num .num_aut{float:left;display:block; text-align:left;margin-left:5px;}
/* 05-1-1 태블릿 텍스트 형식 항목 리스트 */
.left_text_post {width:548px; float:left;}
.tt_menu{margin: 0 15px 0 15px}
/* 05-2 태블릿 게시물 상세항목 영역 */
.item_detail{margin:35px 0 0}
.item_text{border-bottom:1px solid #818181;margin-bottom:40px;}
.item_tit{margin:68px 10px 0 0;padding:0 0 10px;font-size:16px;}
.item_day{margin-bottom:40px;display:inline-block;}
/* 05~ 태블릿 prev,next 영역*/
.paging{margin:65px 0 100px;}
/* 05-2-2 태블릿 태그 영역 */
.detail_tag{width:617px;}
.tag_item_list{width:577px;float:left;}
/* 05-2-4 태블릿 관련글 영역 */
.b_article ul{margin-bottom:35px;}
.b_article ul li{width:171.5px;height:auto;margin:0 14px 10px 0;}
.b_article ul li:nth-child(4n){margin-right:0;}
.thumb_related{width:171.5px;height:171.5px;}
.link_related{float:left;}
.names{display:block;top:auto;bottom:0;width:171.5px;height:44px;}
.names_in{position:relative;top:auto;left:auto;width:auto;height:auto;margin:auto;}
.names_line{display:block;position:relative;width:auto;height:auto;margin:5px 12px;border:0;}
.txt_related{text-align:left;font-size:12px;margin:0;line-height:12px;}
.date_related{display:block;color:#fff;font-weight:300;font-size:10px;text-align:left;margin:5px 0 0 ;}
.tt_category{border-top:1px solid #d5d5d5;padding-top:27px; margin:0 15px 27px;}
/* 05-2-5 태블릿 댓글 영역 */
.com_write .guest input {width:100%}
.com_write .name,.com_write .password{width:349px;}
.com_list .list_reply li .my_edit{display:block;}
.rp_general .txt_date a{display:block}
.reply_content .txt_date a{display:block}
.re_reply .txt_date a{display:block !important}
/* 05-3 태블릿 guest */
.guest_warp_tit{margin-top:68px;font-size:16px;}
/* 05-4 태블릿 보호글 */
.pro_warp{margin:0;border:1px solid #d1d1d1; border-left:0;border-right:0;}
/* 06 태블릿 footer 영역 */
#footer{width:728px;}
/* 06-1 태블릿 sidebar_list 영역 */
.sidebar_list{display:none;}
/* 06-2 태블릿 blog_info 영역 */
.blog_info{margin-bottom:60px;}
.blog_info .info{margin-left:4.5px;}
.blog_info .sns{margin:60px 4.5px 0 0;}
}
/*모바일 미디어 쿼리*/
@media (max-width: 767px) {
/* 01 모바일 전체 영역 */
#container{position:relative; width:100%; margin:0 auto;}
/* 02 모바일 header 영역 */
#header{width:auto;margin:0 0 30px 0;padding:35px 15px;}
.header_in{width:auto; margin:0 auto;}
.header_left{width:100%;padding:0}
.tit_in{margin-left:0; float:left;}
.tistory_tit{display:none;}
.search_button {display:block;}
.categories_cover.open{display:block;}
.categories_cover{width:100%;height:100%;position:fixed;top:0px;left:0px;background-color:rgba(0, 0, 0, 0.4);z-index:4;display:none;}
.header_right {width:100%;margin-top:25px}
.header_right .search{display:none; width:100%}
.header_right .search input{width:100%}
.header_right .blogMenu{display:none}
/* 03 모바일 content_warp 영역 */
#content_warp{width:100%;margin:0;}
/* 04 모바일 sidebar 영역 */
#sidebar{width:100%; border-top:0; float:none;}
/* 04-1 태블릿 슬라이드 sidebar */
.menu-trigger{display:inline-block;margin-right:0}
.sidebar_in {width:220px;height: 100%; position: fixed;top: 0px;left:-220px;z-index: 10;background-color: white;transition: All 0.2s ease;-webkit-transition: All 0.2s ease;-moz-transition: All 0.2s ease;-o-transition: All 0.2s ease;}
.sidebar_in.open{left:0px;overflow-y:scroll;overflow-x:hidden;z-index:100;}
/* 04-2 모바일 media_menu 영역 */
.media_menu{display:block;}
/* 04-2-1 태블릿 category*/
.category{left:0;}
.category{display: block;width:220px;height:100%;position: relative;font-size: 12px;}
/* 04-3 모바일 categorie 영역 */
.categorie_tit{display:none;}
.tt_category{border-top:1px solid #d5d5d5;padding-top:27px; margin:0 15px 27px;}
.category_list > li{width:100%; position:relative;margin-bottom:25px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.category_list > li > a{color:#7f7f7f;font-weight:400; margin-left:2px;}
.category_list
.category_list > li > a:hover{font-weight:700}
.sub_category_list > li{ margin-bottom:10px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.sub_category_list > li:before{padding:0 8px;content: url( "./images/bu_category.png" )}
.sub_category_list > li:first-child{padding-top:15px;}
.sub_category_list > li:last-child{padding-bottom:10px;}
.sub_category_list > li > a{color:#a2a2a2;font-weight:300}
.sub_category_list > li > a:hover{color:#7f7f7f;font-weight:400}
/* 05 모바일 content 영역 */
#content{border-top:0; width:100%;float:none;padding:0 15px;}
/*05-1-1 모바일 텍스트 형식 항목 리스트*/
.list_content_text .list_text_img { display: none; }
.left_text_post {width:100%; float:left;}
.tt_menu{margin-right:10px;}
/* 05-1-2 모바일 이미지 형식 항목 리스트 */
.list_content{width:100%;height:auto;margin:0;}
.list_item{margin:0}
.list_text{margin-bottom:30px;border-bottom:1px solid #818181}
.list_text h2{padding:0}
.list_tit{display:inline-block; margin:0 10px 15px 0;padding:0 0 20px; font-size:14px;}
.list_num{display:inline-block;font-size:10px;margin:0;}
.list_con{width:100%;height:auto;}
.list_con li{}
.list_con li:nth-child(3n){margin:0 0 25px 0;}
.list_con li:nth-child(2n){margin:0 0 25px 0;}
.list_con li{width:100%; margin:0 0 25px 0;}
.list_con li .con_img {width:100%;height:100%;}
.list_con li .con_num {display:block;position:absolute;top:auto;bottom:0;width:100%;height:44px;background:rgba(0,0,0,0.20);}
.list_con li .con_num .num_line{display:block;position:relative; width:auto;height:auto;margin:6px 12px;border:0;}
.list_con li .con_num .num_in{position:initial;top:auto;left:auto; width:auto;height:auto;margin:auto}
.list_con li .con_num .num_ini{display:block;margin-top:5px;}
.list_con li .con_num .num_tit{text-align:left;font-size:14px;margin:0;line-height:14px;}
.list_con li .con_num .num_date{float:left;display:block; text-align:left;margin:0;}
.list_con li .con_num .num_aut{float:left;display:block; text-align:left;margin-left:5px;}
/* 05-2 게시물 상세항목 영역 */
.article_tag,.article_main,.item_text,.b_article,#communicate{margin:0}
.item_text{border-bottom:1px solid #818181;margin-bottom:40px;}
.item_detail{margin:0; padding-top:2.6px;}
.item_tit{font-size:14px;margin-bottom:25px;}
.item_day{font-size:10px;margin-bottom:35px;padding-left:2px}
/* 05-2-1 구글 애드센스 영역 */
.google_AdS{text-align:center;width:auto;height:auto;background-color:#fff;}
/* 05-2-2 태그 영역 */
.detail_tag{width:100%;float:none;font-size:10px;}
.tag_tit{width:100%;margin:0 0 10px 0;}
.tag_item_list{width:90%;}
.tag_item{margin-right:5px;font-size:10px;}
/* 05-2-3 SNS공유 영역 */
.detail_sns{text-align:center;float:none;width:auto;}
.detail_sns img{margin-top:45px;width:18px;height:18px;margin-left:3px;}
/* 05-2-4 관련글 영역 */
.b_article_tit{font-size:14px;}
.b_article_more{font-size:10px;}
.b_article ul li{width:49.2%;height:auto;margin:0 1.6% 10px 0;}
.b_article ul li:nth-child(2n){margin-right:0;}
.thumb_related{width:100%;height:auto;}
.names{display:block;top:auto;bottom:0;width:100%;height:34px;}
.names_in{position:relative;top:auto;left:auto;width:auto;height:auto;margin:auto;}
.names_line{display:block;position:relative;width:auto;height:auto;margin:5px 12px;border:0;}
.txt_related{text-align:left;font-size:10px;margin:0;line-height:10px;}
.date_related{font-size:8px;text-align:left;margin:3px 0 0 ;}
/* 05-2-5 댓글 영역 */
.com_list .list_reply li{padding:15px 0 15px 15px;margin-bottom:25px}
.com_list .reply_content{padding-left:50px;padding-top:6.5px}
.com_list .tit_nickname{font-size:12px;}
.com_list .tit_nickname a{padding-left:0; color:#7a7979}
.com_list .txt_reply{font-size:12px;width:100%;}
.com_list .re_reply .txt_reply{display:block;width:500px;font-size:14px;}
.com_list .re_reply img{top:15px;left:25px;width:50px;height:50px;}
.com_list .re_reply .reply_content{padding-left:75px}
.com_list .re_reply .tit_nickname{margin:5px 0 5px 15px}
.com_list .txt_date{display:block;font-size:8px;color:#aaa;padding:0;margin-top:5px}
.com_list .btn_replymenu{display:none}
.com_list .list_reply li .my_edit{display:block; position:absolute;top:20px;right:0;}
.com_list .my_edit .link_edit{font-size:10px; margin-right:0;}
.com_list .list_reply .re_reply{padding-left:15px;}
.com_write .name,.com_write .password{width:100%;}
.com_write .guest input {width:100%;}
.com_write .submit input,.com_write .guest input,.com_write textarea,.com_list .re_reply .txt_reply{margin-left:0; font-size:12px}
.com_list .re_reply .txt_reply{box-sizing:border-box; width:100%}
.com_list .reply_content .tit_nickname{margin:0}
.com_list .reply_content .txt_date a{display:block;font-size:10px;top:25px;right:95px}
.com_list .re_reply .txt_date a{right:50px}
.com_list .hiddenComment .txt_reply{font-size:12px}
/* 05-2-5-1 댓글 이미지*/
.guest_general,.guest_secret,.rp_general,.rp_secret{background-size:50px 50px;}
.re_reply.guest_general,.re_reply.guest_secret,.re_reply.rp_general,.re_reply.rp_secret{background-position:25px 15px;background-size:50px 50px;}
/* 05-3 guest */
.guest_warp_tit{padding-top:2.5px; font-size:14px;}
/* 05-4 태블릿 보호글 */
.pro_warp{border:1px solid #d1d1d1; border-left:0;border-right:0;}
.pro_font{color:#b3b3b3;font-size:12px}
.pro_font p{margin-bottom:10px}
.pro_warp .form{padding-top:15px;}
.pro_warp .form input{width:200px;height:30px;font-size:12px;}
.pro_warp .form button{width:65px;height:30px;font-size:12px;}
/* 06 모바일 footer 영역 */
#footer{width:100%; background:#f7f7f7;}
/* 06-1 sidebar_list 영역 */
.sidebar_list{display:none;}
/* 06-2 모바일 blog_info 영역 */
.blog_info{ border:0;margin:0}
.blog_info .info{margin:0;padding-bottom:55px; float:none;text-align:center;}
.blog_info .sns{margin:0 auto; padding:55px 0 35px; float:none;border:0;}
.blog_info .sns ul{display:block;text-align: center;}
.blog_info .sns ul li{float:none;display:inline-block;margin-left:10px}
.blog_info .sns ul li a img{width:18px;height:18px;}
.counter{margin-top:0;font-size:10px;}
.blog_info .info .blog_desc{margin-top:10px;font-size:10px;}
.blog_info .info .blog_Created{margin-top:10px;font-size:10px;}
/* 20200921 TOC 추가 */
/* tocbot */
.toc-absolute { position: absolute; margin-top: 165px; }
.toc-fixed { position: fixed; top: 165px; }
.toc { left: calc((100% - 720px) / 2 - 300px); width: 250px; padding: 10px; box-sizing: border-box; }
.toc-list { margin-top: 10px !important; font-family: 'Montserrat'; font-size: 9; }
.toc > .toc-list li { margin-bottom: 10px; }
.toc > .toc-list li:last-child { margin-bottom: 0; }
.toc > .toc-list li a { text-decoration: none; }
} | etc/SPLS_2.1_200922/style.css | @charset "utf-8";
/*------------------------------------------------------------------*/
/*
- 제작자: BANANAN
- 홈페이지: http://design486.tistory.com/
- 라이선스: Created by BANANA
* 수정이력
- 2018.01 : 코드하이라이터 추가
- 2020.09 : TOC 추가
*/
/*------------------------------------------------------------------*/
/* 00.Common */
html{overflow-y:scroll}
html,body{width:100%;height:100%}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
body,input,textarea,select,button,table{font-family:'NanumSquare',sans-serif;font-size:16px}
img,fieldset{border:0}
img{vertical-align:top}
ul,ol{list-style:none}
.bottom_list ul{ line-height: 100%; } /* 20180802 추가 */
.bottom_list ul > li {
line-height: 100%;
color:blue;
}
em,address{font-style:normal}
table{border-collapse:collapse}
a{text-decoration:none}
a:hover,a:active,a:focus{text-decoration:none;}
hr{display:none}
legend,.blind{position:absolute;left:0;top:-9999em;overflow:hidden}
legend{*width:0}
.blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:1px;height: 1px;font-size:0;line-height:0}
.clearfix{*zoom:1}
.clearfix:after{content:'';display:block;clear:both}
/*------------------------------------------------------------------*/
/* 01 전체 영역 */
#container{margin:47px auto 0;}
/* 02 header 영역 */
#header{width:1100px;margin:0 auto 89px;}
/* 02-1 header_left 영역 */
.header_left{float:left;padding:8.5px 0 0 16px;}
.blog_tit{width:200px; font-size:18px;font-weight:900;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.blog_tit a{color:#4a4a4a;}
.tistory_tit{font-size:10px;font-weight:700;color:#6b6b6b;}
.search_button {display:none;cursor:pointer;}
.search_button img{width:16px;height:16px;margin:2px 15px 0 0;float:right}
/* 02-2 header_right 영역 */
.header_right{display:block;float:right;}
/* 02-2-1 햄버거 메뉴 */
.menu-trigger{display:none;margin-right:15px; cursor:pointer; float:right;}
.menu-trigger span{display:inline-block;}
.menu-trigger{position:relative;width:20px;height:18px;margin-top:3px;}
.menu-trigger span{position:absolute;left:0;width:100%;height:2px;background-color:#505050;}
.menu-trigger span:nth-of-type(1){top:2px;}
.menu-trigger span:nth-of-type(2){top:6px;}
.menu-trigger span:nth-of-type(3){bottom:6px;}
.blogMenu{float:left;}
.blogMenu ul li{display:inline-block;padding:8.5px 88px 0 0;}
.blogMenu ul li a{font-size:12px;font-weight:300;color:#7f7f7f;font-family: 'Montserrat', sans-serif;}
/* 02-3 search 영역 */
.search{float:left;}
.search input{font-size:12px;font-weight:300;color:#7f7f7f;font-family: 'Montserrat', sans-serif;margin-right:16px;width:220px;height:35px;box-sizing:border-box;padding-left:12px;border:1px solid #d5d5d5;}
/*------------------------------------------------------------------*/
/* 03 content_warp 영역 */
#content_warp{width:1100px;margin:0 auto;}
/* 04 sidebar 영역 */
#sidebar{margin-bottom:60px;border-top:1px solid #818181;width:230px;float:left;}
/* 04-2 media_menu 영역 */
.media_menu {display:none;margin:38px 15px 0;}
.media_menu .blogMenu{margin-bottom:27px; float:left;}
.media_menu .blogMenu ul li{width:93.5px;float:left;padding:0; text-align:center;border:1px solid #d5d5d5;}
.media_menu .blogMenu ul li:nth-child(1){border-bottom:0;}
.media_menu .blogMenu ul li:nth-child(2){border-bottom:0;border-left:0;}
.media_menu .blogMenu ul li:nth-child(4){border-left:0;}
.media_menu .blogMenu ul li a{display:inline-block;padding:7px 0;font-size:10px;}
.media_menu .search{float:left;}
.media_menu .search input{font-size:10px;font-weight:300;color:#7f7f7f;font-family: 'Montserrat', sans-serif;margin-right:16px;width:190px;height:30px;box-sizing:border-box;padding-left:12px;border:1px solid #d5d5d5;}
/* 04-3 categorie 영역 */
.categorie_tit{margin:35px 0 35px 16px; font-size:18px;font-weight:400;color:#7f7f7f;font-family: 'Montserrat', sans-serif;}
.tt_category{margin-left:10px;}
.c_cnt{display: none}
.link_item{display: none}
.link_tit{display:none;}
/* 주석 라인 */
.category_list > li{margin-left:5px; position:relative;margin-bottom:25px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.category_list > li > a:hover{font-weight:700}
.category_list label{cursor: pointer;}
.sub_category_list > li{ margin-bottom:10px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.sub_category_list > li:before{padding:0 8px;content: url( "./images/bu_category.png" )}
.sub_category_list > li:first-child{padding-top:15px;}
.sub_category_list > li:last-child{padding-bottom:10px;}
.sub_category_list > li > a{color:#a2a2a2;font-weight:300}
.sub_category_list > li > a:hover{color:#7f7f7f;font-weight:400}
.category_list input[type="checkbox"] {display: none;}
.category_list input[type="checkbox"]:checked~ul {display: none;}
.category_list input[type="checkbox"]:checked+label:after{position:absolute;top:4px;right:16px;background:url("./images/bu_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px}
/* 주석 라인
*/
.category_list > li{margin-left:5px; position:relative;margin-bottom:10px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
/* margin-bottom: 카테고리 줄간격 */
.category_list > li > a:hover{font-weight:700}
.category_list label{cursor: pointer;}
.sub_category_list > li{ margin-bottom:5px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
/* margin-bottom:10px: 2차 카테코리 줄간격 */
.sub_category_list > li:before{padding:0 8px;content: url( "./images/bu_category.png" )} /* padding:0 8px: 2차 카테코리 들여쓰기 공백 */
.sub_category_list > li:first-child{padding-top:10px;}
.sub_category_list > li:last-child{padding-bottom:10px;}
.sub_category_list > li > a{color:#a2a2a2;font-weight:300}
.sub_category_list > li > a:hover{color:#7f7f7f;font-weight:400}
.category_list input[type="checkbox"] {display: none;}
.category_list input[type="checkbox"]:checked~ul {display: none;}
.category_list input[type="checkbox"]:checked+label:after{position:absolute;top:4px;right:16px;background:url("./images/bu_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px}
.label_e{color:#7f7f7f;font-weight:400; }
.label_e:after{position:absolute;top:4px;right:16px;background:url("./images/top_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px}
/* 04-4 BlogMenu 영역 */
.tt_menu{margin-left:16px;}
.menu_list > li{margin-left:5px; position:relative;margin-bottom:25px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.menu_list > li > a:hover{font-weight:700}
.menu_list label{cursor: pointer;}
.menu_list input[type="checkbox"] {display: none;}
.menu_list input[type="checkbox"]:checked~ul {display: none;}
.menu_list input[type="checkbox"]:checked+label:after{position:absolute;top:4px;right:16px;background:url("./images/bu_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px}
.menu_list > li > ul > li{ margin-bottom:10px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.menu_list > li > ul > li:before{padding:0 8px;content: url( "./images/bu_category.png" )}
.menu_list > li > ul > li:first-child{padding-top:15px;}
.menu_list > li > ul > li:last-child{padding-bottom:10px;}
.menu_list > li > ul > li > a{color:#a2a2a2;font-weight:300}
.menu_list > li > ul > li > a:hover{color:#7f7f7f;font-weight:400}
.label_b{color:#7f7f7f;font-weight:400; }
.label_b:after{position:absolute;top:4px;right:16px;background:url("./images/top_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px}
/*------------------------------------------------------------------*/
/* 05 content 영역 */
#content{border-top:1px solid #818181; width:812px;float:right;padding:0 16px;box-sizing:border-box;}
.item_detail,.guest_warp{margin:35px 0 0}
.list_item{margin-top:35px; margin-left:0;margin-right:0}
div.list_content:nth-child(3n+1){margin-right:0}
.list_content{width:240px;height:240px;margin:38px 30px 0 0;display:inline-block; float:left;}
/*05-0리스트 위*/
.list_tit{margin:0 0 35px; font-size:18px; color:#4a4a4a;}
.item_day{margin-bottom:60px;font-size:12px;color:#c2c2c2;}
.list_num{font-size:12px;color:#c2c2c2;}
/*05-1-1 텍스트 형식 항목 */
.list_num{margin-bottom:60px;}
.list_content_text {padding-bottom:60px;margin:60px 0 60px; border-bottom:1px solid #efefef }
.list_content_text::after { content:''; clear:both; display:block }
.list_content_text .list_text_img { float:left; width:150px; height:150px; margin:6px 30px 5px 0; }
.list_content_text img{width: 150px;height:150px;}
.list_content_text .link_text_post{display:block;overflow:hidden;text-decoration:none}
.list_content_text .link_text_post:hover .tit_post {color:#000}
.list_content_text .link_tilt_post{display:-webkit-box;display:-ms-flexbox;display:box;overflow:hidden;color:#000; font-weight:normal;font-size:18px;line-height:45px;margin-top: 3px;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.list_content_text .link_txt_post{display:-webkit-box;display:-ms-flexbox;display:box;overflow:hidden;margin-top:4px;font-size:13px;line-height:23px;color:#7f7f7f;vertical-align:top;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.list_content_text .link_txt_bar { margin:0 7px }
.list_content_text .link_to_info{margin-top:15px;font-size:12px;color:#aaa}
.list_content_text .link_to_info .link_link_cate{font-size:13px;text-decoration:none;color:#7f7f7f}
.left_text_post {width:600px; float:left;}
.list_text_img img:nth-child(2n){display:none}
.list_text_img img{width:100%;height:100%;}
/* 05-1-2 이미지 형식 항목 리스트 */
.list_num{margin-bottom:0;}
.list_con li{background:#000; position:relative;width:240px; margin:0 30px 30px 0;float:left;}
.list_con li .con_img {position:relative;display:block; width:240px;height:240px; overflow:hidden;}
.list_con li .con_img img{width:100%;height:100%;}
.list_con li .con_img img:nth-child(2n){display:none}
.list_con li:hover .con_num{display:block;}
.list_con li .con_num {display:none; position:absolute;top:0;left:0; width:240px;height:240px;background:rgba(0,0,0,0.35);}
.list_con li .con_num .num_line{display:block;position:relative; width:200px;height:200px;margin:20px; border:1px solid #fff;}
.list_con li .con_num .num_in{display:block; position:absolute;top:50%;left:50%; width:200px;height:200px;margin-top:-15px;margin-left:-100px;}
.list_con li .con_num .num_tit{white-space:pre;text-overflow: ellipsis;overflow:hidden; display:block; text-align:center; color:#fff;font-weight:700;font-size:14px;margin:0 10px 10px;}
.list_con li .con_num .num_date{display:block; text-align:center;color:#fff;font-weight:300;font-size:10px;margin:5px;}
.list_con li .con_num .num_aut{display:block; text-align:center;color:#fff;font-weight:300;font-size:10px;}
/* 05-2 게시물 상세항목 영역 */
.item_tit{margin:0 0 35px; font-size:18px;}
.item_tit a{color:#4a4a4a;}
.item_tit span{font-size:10px;color:#bbbbbb;}
.item_tit span a{color:#bbbbbb;}
/* 05-2-1 구글 애드센스 영역 */
.google_AdS{width:728px;height:90px;background-color:#fff;margin:0 auto 60px;text-align:center;}
.google_AdS span{display:block;color:#c1c1c1;font-size:12px;font-weight:700;padding:10px;}
/* 05-2-2 태그 영역 */
.detail_tag{width:669px;margin-left:3px;padding-top:2px;float:left;font-size:14px;}
.tag_tit{width:30px;margin-right:10px;color:#6d6c6c;font-weight:900;float:left;}
.tag_item_list{width:610px;float:left;}
.tag_item{display:inline-block;margin:0 10px 5px 0;color:#adadad;font-size:12px;}
.tag_item a{color:#adadad;margin:0 3px;}
.tag_item a:before{content:'#'}
/* 05-2-3 SNS공유 영역 */
.detail_sns{margin-right:3px;float:right;width:105px;}
.detail_sns img{width:20px;height:20px;margin-left:3px;}
/* 05-2-4 관련글 영역 */
.b_article{border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;}
.b_article_text{margin:25px 0;}
.b_article_tit{float:left;font-size:16px; font-weight:900;color:#6d6c6c;}
.b_article_more{padding-top:4px; text-decoration:underline;display:block; float:right;font-weight:400;font-size:12px;color:#a0a0a0;}
.b_article_more:hover{text-decoration:underline;}
.b_article ul{margin-bottom:45px}
.b_article ul li{position:relative; float:left;width:180px;height:180px;margin-right:20px}
.b_article ul li:nth-child(4){margin-right:0;}
.b_article ul li:hover .names{display:block;}
.thumb_related{display:block;width:180px;height:180px;overflow:hidden;}
.thumb_related img{width:100%;height:100%}
.link_related img{width:100%;height:100%}
.link_related img:nth-child(2){display:none}
.names{display:none;position:absolute;top:0;left:0; width:180px;height:180px;background:rgba(0,0,0,0.35);}
.names_in{display:block; position:absolute;top:50%;left:50%; width:180px;height:180px;margin-top:-15px;margin-left:-91px;}
.names_line{display:block;position:relative; width:150px;height:150px;margin:15px; border:1px solid #fff;}
.txt_related{white-space:nowrap;text-overflow: ellipsis;overflow:hidden; display:block; text-align:center; color:#fff;font-weight:700;font-size:16px;margin:0 30px 10px;}
.date_related{display:block; text-align:center;color:#fff;font-weight:300;font-size:10px;margin:5px;}
/* 05-2-5 댓글 영역 */
#communicate{padding-bottom:75px; border-bottom:1px solid #d1d1d1;}
.com_tit{margin:25px 0 35px;font-size:16px; font-weight:900;color:#6d6c6c;}
.on .list_reply{display:block;margin-bottom:18px}
.com_list .list_reply li.tt_more_preview_comments_wrap { padding:10px 20px}
.com_list .list_reply .tt_more_preview_comments_text { font-size:12px; color:#aaa }
.com_list .list_reply li{overflow:hidden;position:relative;padding:20px 20px 20px 85px;margin-bottom:45px}
.com_list .list_reply .my_reply{background-color:#fcfcfc}
.com_list .list_reply .re_reply{padding-left:175px}
.com_list .list_reply .txt_reply{ margin:5px 0 0 0;line-height:1.6;font-weight:700}
.com_list .list_reply .tit_nickname{margin:5px 5px 5px 0;}
.com_list .list_reply img,.com_list .re_reply img{top:15px; left:0; width:64px; height:64px; position:absolute; border-radius:0 !important;background-color:#ffffff;}
.com_list .re_reply img{left:95px;}
.com_list .re_reply .tit_nickname{margin:0px 0 0px 50px;}
.com_list .re_reply .txt_reply{ margin:5px 0 0 50px;line-height:1.6}
.com_list .reply_content{padding-left:10px; float:left;}
.com_list .reply_content .txt_reply,.com_list .reply_content .tit_nickname{margin-left:0}
.com_list .reply_content .tit_nickname{margin-right:5px}
.com_list .list_reply .img_profile { margin-top:2px }
.com_list .tit_nickname{display:inline-block;font-weight:bold;color:#7a7979;white-space:nowrap;font-size:14px;font-weight:800;}
.com_list .tit_nickname a{color:#7a7979}
.com_list .my_reply .tit_nickname{color:#ffae00;}
.com_list .ico_secret{width:10px;height:12px;margin-top:4px;background-position:0 -475px;vertical-align:top;display:none}
.com_list .rp_secret .ico_secret { display:inline-block }
.com_list .txt_reply{display:block;width:600px;font-size:14px;color:#333;margin-top:20px;}
.com_list .txt_reply a{color:#3db39e}
.com_list .re_reply .txt_reply{display:block;width:500px;font-size:14px;}
.com_list .re_reply .txt_date a{font-size: 12px;position: absolute;top: 28.5px;right: 80px;text-decoration: underline;color: #cacaca;display:none}
.com_list .list_reply li:hover .txt_date a{display:block}
.com_list .txt_date{display:inline-block;font-size:10px;color:#aaa;padding-top:8px}
.com_list .btn_replymenu{display:none}
.com_list .list_reply li .my_edit{display:none; position:absolute;top:25px;right:15px;}
.com_list .list_reply li:hover .my_edit{display:block}
.com_list .my_edit .link_edit{margin:0 5px;font-size:12px;color:#cacaca;text-decoration:underline;}
.com_list .hiddenComment .tit_nickname{display:none}
.com_list .hiddenComment .txt_reply{font-weight:bold;font-size:14px}
.com_write{margin-top:50px;}
.com_write .guest{float:left;margin-bottom:30px}
.com_write .guest.first{margin-right:30px}
.com_write .guest input {padding:10px;font-size:14px;border:1px solid #ddd;cursor:pointer;width:375px;box-sizing:border-box;color:#adadad;}
.com_write .name,.com_write .password{display:inline-block;width:375px;}
.com_write textarea{width:100%;float:left;margin-bottom:30px;font-size:14px; padding: 15px;border: 1px solid #ddd;cursor: pointer;box-sizing:border-box;resize:none;color:#adadad;}
textarea:-ms-input-placeholder {color:#adadad;}
textarea::-webkit-input-placeholder {color:#adadad;}
textarea::-moz-placeholder {color:#adadad;}
.com_write .secret{position:relative;float:left;border:1px solid #ddd;width:43px;height:38px;box-sizing:border-box;}
.com_write .secret input{width:0;height:0;padding:0;margin:0;position:absolute;top:0;left:0;z-index:-1;visibility: hidden;-webkit-appearance: none;}
.com_write .secret label span{font-size:0;}
.com_write .secret label svg{position:absolute;top:0;left:0;width:40px;height:40px;}
.ch_box:not(checked) + .se_label .svg-icon path {fill: #ddd;}
.ch_box:checked + .se_label .svg-icon path {fill: #818181;}
.com_write .submit{float:right;}
.com_write .submit input{display:block;width:187px;padding:10px;background:#fff;color:#adadad; font-size:14px; border:1px solid #ddd;}
/* 05-2-5-1 댓글 이미지*/
.guest_general,.guest_secret,.rp_general,.rp_secret{background: url("./images/no-image2.jpg") no-repeat transparent 0 15px;background-position:absolute;background-size:64px 64px;}
.re_reply.guest_general,.re_reply.guest_secret,.re_reply.rp_general,.re_reply.rp_secret {background: url("./images/no-image2.jpg") no-repeat transparent 95px 15px;background-position:absolute;background-size:64px 64px;}
.rp_general .txt_date a,.reply_content .txt_date a{font-size: 12px;position: absolute;top: 29px;right: 140px;text-decoration: underline;color: #cacaca;display:none}
/* 05-2-5-2 댓글 옆 프로필 버튼 삭제 */
.list_reply .tistoryProfileLayerTrigger{display:none}
/* 05-3 방명록 */
.guest_warp_tit{margin-top:30px;font-size:18px;color:#4a4a4a;}
.guest_warp .com_write{margin:30px 0 0;padding-bottom:50px;border-bottom:1px solid #d1d1d1}
.guest_warp .com_list{margin-top:50px;padding-bottom:50px;border-bottom:1px solid #d1d1d1}
/* 05-4 보호글 */
.pro_warp{margin:0 16px;text-align:center;padding:150px 0; border-bottom:1px solid #d1d1d1}
.pro_font{color:#b3b3b3;font-size:14px}
.pro_font p{margin-bottom:10px}
.pro_warp .form{padding-top:15px;}
.pro_warp .form input{width:250px;height:35px;border:1px solid #d1d1d1;box-sizing:border-box;font-size:12px;padding-left:20px;font-family:'Montserrat', sans-serif;}
.pro_warp .form button{width:65px;height:35px;border:1px solid #d1d1d1;background:#fff;color:#b3b3b3;font-size:14px;}
/* 05~ prev,next 영역*/
.paging{float:left;width:100%; margin:65px 0 100px;}
.paging .prev{position:relative; float:left; padding:10px 15px 10px 30px; border:1px solid #cecece;}
.paging .prev span{font-size:12px;color:#b6b6b6;}
.paging .prev:before{position:absolute;top:17px;left:8px;background:url("./images/bu_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px;-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.paging .next{position:relative; float:right; padding:10px 30px 10px 15px; border:1px solid #cecece;}
.paging .next span{font-size:12px;color:#b6b6b6;}
.paging .next:after{position:absolute;top:17px;right:8px;background:url("./images/bu_arrow.png"); content:'';background-size:12px 6px;width:12px;height:6px;-ms-transform: rotate(270deg); -webkit-transform: rotate(270deg); transform: rotate(270deg);}
/*------------------------------------------------------------------*/
/* 06 footer 영역 */
#footer{width:1100px;margin:0 auto;}
/* 06-1 sidebar_list 영역 */
.sidebar_list{margin-bottom:40px}
.sidebar_list ul .side_item{float:left;margin-right: 16px;}
.sidebar_list ul .side_item:first-child{margin-left:16px;}
.sidebar_list ul .side_item:last-child{margin-right:0;}
.sidebar_list ul li h3{width:255px; margin:30px 0;font-size:16px;font-weight:500;color:#989797;font-family: 'Montserrat', sans-serif;text-align:center;}
.sidebar_list .notice,
.sidebar_list .recentPost,
.sidebar_list .recentComment,
.sidebar_list .archive{
width:255px; border-top:1px solid #dedede;
line-height: 100%;
}
.sidebar_list ul li ul{padding:0 1px} /* 20200921 수정 : padding 25 -> 1 */
.sidebar_list ul li ul li{width:205px;display:inline-block; margin:0 0 1px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} /* 20200921 수정 : margin 15 -> 1 */
.sidebar_list ul li ul li a{ font-size:12px;color:#7f7f7f;font-weight:300;} /* 20200921 수정 : font-size 14 -> 10 */
.sidebar_list ul li ul li span{font-size:12px;font-weight:400;} /* 20200921 수정 : font-size 14 -> 10 */
/* 06-2 blog_info 영역 */
.blog_info{padding-bottom:150px; border-top:1px solid #818181;}
.blog_info .info{margin-left:16px; float:left;}
.blog_info .sns{float:right; margin:60px 16px 0 0;padding-bottom:10px; border-bottom:1px solid #818181;}
.counter{margin-top:60px;font-size:12px;color:#818181;font-weight:300;font-family: 'Montserrat', sans-serif;}
.counter span{margin-right:10px;}
.blog_info .info .blog_desc{margin-top:20px;font-size:12px;color:#818181;font-weight:400;}
.blog_info .info .blog_Created{margin-top:20px;font-size:12px;font-family: 'Montserrat', sans-serif;color:#939393;font-weight:300;}
.blog_info .sns ul{}
.blog_info .sns ul li{float:left;margin-left:15px}
.blog_info .sns ul li:first-child{margin:0;}
.blog_info .sns ul li a img{width:20px;height:20px;}
/* 07 티스토리 상단바 삭제 */
#tistorytoolbarid{display:none;}
/* 09 ccl 위치 수정*/
.tt_article_useless_p_margin div:last-child{margin-top:60px !important;}
.tt_article_useless_p_margin div:last-child div{margin-top:0 !important;}
/* 10 404오류*/
.absent_post{margin:150px 0 85px}
/* 11 베스트공감*/
.daum_like_wrapper{display:none}
/*------------------------------------------------------------------*/
/*태블릿 미디어 쿼리*/
@media (min-width: 768px) and (max-width: 1100px) {
/* 01 태블릿 전체 영역 */
#container{margin:0 auto;}
/* 02 태블릿 header 영역 */
#header{ width:auto;margin:0 0 30px 0;padding:35px 0;}
.header_in{width:728px; margin:0 auto;}
.header_left{float:left; width:728px;padding:0;}
.tit_in{float:left;}
.tistory_tit{display:none;}
.search_button {display:block;}
.categories_cover.open{display:block;}
.categories_cover{width:100%;height:100%;position:fixed;top:0px;left:0px;background-color:rgba(0, 0, 0, 0.4);z-index:4;display:none;}
.menu-trigger{display:inline-block;margin-right:0;}
.header_right {width:100%;margin-top:25px}
.header_right .search{display:none; width:100%}
.header_right .search input{width:100%}
.header_right .blogMenu{display:none}
/* 02-2-1 탬플릿 햄버거 메뉴 */
.blogMenu{float:left;}
.blogMenu ul li{display:inline-block;padding:8.5px 35px 0 0;}
.blogMenu ul li a{font-size:10px;font-weight:300}
.search{float:right;}
.search input{font-size:12px;font-weight:300;color:#7f7f7f;font-family: 'Montserrat', sans-serif;margin-right:8px;width:154px;height:35px;box-sizing:border-box;padding-left:12px;border:1px solid #d5d5d5;}
/* 03 태블릿 content_warp 영역 */
#content_warp{width:728px;margin:0 auto;}
/* 04 태블릿 sidebar 영역 */
#sidebar{width:100%;margin:0; border-top:0; float:none;}
/* 04-1 태블릿 슬라이드 sidebar */
.sidebar_in {width:220px;height: 100%; position: fixed;top: 0px;left:-220px;z-index: 10;background-color: white;transition: All 0.2s ease;-webkit-transition: All 0.2s ease;-moz-transition: All 0.2s ease;-o-transition: All 0.2s ease;}
.sidebar_in.open{left:0px;overflow-y:scroll;overflow-x:hidden;z-index:100;}
/* 04-2 태블릿 media_menu 영역 */
.media_menu{display:block;}
/* 04-2-1 태블릿 category*/
.category{left:0;}
.category{display: block;width:220px;height:100%;position: relative;font-size: 12px;}
/* 04-3 태블릿 categorie 영역 */
.categorie_tit{display:none;}
.tt_category{margin-left:8px;}
/* 05 태블릿 content 영역 */
#content{width:728px;float:none;border:0;padding:0;}
/* 05-1-2 태블릿 이미지 형식 항목 리스트 */
.list_item,.guest_warp{margin:0;}
.list_content{width:226px;height:226px;margin-right:25px;}
.list_text{margin-bottom:40px;border-bottom:1px solid #818181;}
.list_tit{display:inline-block; margin:38px 10px 15px 0;padding:0 0 20px; font-size:16px;}
.list_num{margin-bottom:40px;display:inline-block;}
.list_con{width:728px;}
.list_con li{width:226px; margin:0 25px 25px 0;}
.list_con li .con_img {width:226px;height:226px;}
.list_con li .con_num {display:block;position:absolute;top:auto;bottom:0;width:226px;height:44px;background:rgba(0,0,0,0.20);}
.list_con li .con_num .num_line{display:block;position:relative; width:auto;height:auto;margin:6px 12px;border:0;}
.list_con li .con_num .num_in{position:relative;top:auto;left:auto; width:auto;height:auto;margin:auto}
.list_con li .con_num .num_ini{display:block;margin-top:5px;}
.list_con li .con_num .num_tit{text-align:left;font-size:14px;margin:0;}
.list_con li .con_num .num_date{float:left;display:block; text-align:left;margin:0;}
.list_con li .con_num .num_aut{float:left;display:block; text-align:left;margin-left:5px;}
/* 05-1-1 태블릿 텍스트 형식 항목 리스트 */
.left_text_post {width:548px; float:left;}
.tt_menu{margin: 0 15px 0 15px}
/* 05-2 태블릿 게시물 상세항목 영역 */
.item_detail{margin:35px 0 0}
.item_text{border-bottom:1px solid #818181;margin-bottom:40px;}
.item_tit{margin:68px 10px 0 0;padding:0 0 10px;font-size:16px;}
.item_day{margin-bottom:40px;display:inline-block;}
/* 05~ 태블릿 prev,next 영역*/
.paging{margin:65px 0 100px;}
/* 05-2-2 태블릿 태그 영역 */
.detail_tag{width:617px;}
.tag_item_list{width:577px;float:left;}
/* 05-2-4 태블릿 관련글 영역 */
.b_article ul{margin-bottom:35px;}
.b_article ul li{width:171.5px;height:auto;margin:0 14px 10px 0;}
.b_article ul li:nth-child(4n){margin-right:0;}
.thumb_related{width:171.5px;height:171.5px;}
.link_related{float:left;}
.names{display:block;top:auto;bottom:0;width:171.5px;height:44px;}
.names_in{position:relative;top:auto;left:auto;width:auto;height:auto;margin:auto;}
.names_line{display:block;position:relative;width:auto;height:auto;margin:5px 12px;border:0;}
.txt_related{text-align:left;font-size:12px;margin:0;line-height:12px;}
.date_related{display:block;color:#fff;font-weight:300;font-size:10px;text-align:left;margin:5px 0 0 ;}
.tt_category{border-top:1px solid #d5d5d5;padding-top:27px; margin:0 15px 27px;}
/* 05-2-5 태블릿 댓글 영역 */
.com_write .guest input {width:100%}
.com_write .name,.com_write .password{width:349px;}
.com_list .list_reply li .my_edit{display:block;}
.rp_general .txt_date a{display:block}
.reply_content .txt_date a{display:block}
.re_reply .txt_date a{display:block !important}
/* 05-3 태블릿 guest */
.guest_warp_tit{margin-top:68px;font-size:16px;}
/* 05-4 태블릿 보호글 */
.pro_warp{margin:0;border:1px solid #d1d1d1; border-left:0;border-right:0;}
/* 06 태블릿 footer 영역 */
#footer{width:728px;}
/* 06-1 태블릿 sidebar_list 영역 */
.sidebar_list{display:none;}
/* 06-2 태블릿 blog_info 영역 */
.blog_info{margin-bottom:60px;}
.blog_info .info{margin-left:4.5px;}
.blog_info .sns{margin:60px 4.5px 0 0;}
}
/*모바일 미디어 쿼리*/
@media (max-width: 767px) {
/* 01 모바일 전체 영역 */
#container{position:relative; width:100%; margin:0 auto;}
/* 02 모바일 header 영역 */
#header{width:auto;margin:0 0 30px 0;padding:35px 15px;}
.header_in{width:auto; margin:0 auto;}
.header_left{width:100%;padding:0}
.tit_in{margin-left:0; float:left;}
.tistory_tit{display:none;}
.search_button {display:block;}
.categories_cover.open{display:block;}
.categories_cover{width:100%;height:100%;position:fixed;top:0px;left:0px;background-color:rgba(0, 0, 0, 0.4);z-index:4;display:none;}
.header_right {width:100%;margin-top:25px}
.header_right .search{display:none; width:100%}
.header_right .search input{width:100%}
.header_right .blogMenu{display:none}
/* 03 모바일 content_warp 영역 */
#content_warp{width:100%;margin:0;}
/* 04 모바일 sidebar 영역 */
#sidebar{width:100%; border-top:0; float:none;}
/* 04-1 태블릿 슬라이드 sidebar */
.menu-trigger{display:inline-block;margin-right:0}
.sidebar_in {width:220px;height: 100%; position: fixed;top: 0px;left:-220px;z-index: 10;background-color: white;transition: All 0.2s ease;-webkit-transition: All 0.2s ease;-moz-transition: All 0.2s ease;-o-transition: All 0.2s ease;}
.sidebar_in.open{left:0px;overflow-y:scroll;overflow-x:hidden;z-index:100;}
/* 04-2 모바일 media_menu 영역 */
.media_menu{display:block;}
/* 04-2-1 태블릿 category*/
.category{left:0;}
.category{display: block;width:220px;height:100%;position: relative;font-size: 12px;}
/* 04-3 모바일 categorie 영역 */
.categorie_tit{display:none;}
.tt_category{border-top:1px solid #d5d5d5;padding-top:27px; margin:0 15px 27px;}
.category_list > li{width:100%; position:relative;margin-bottom:25px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.category_list > li > a{color:#7f7f7f;font-weight:400; margin-left:2px;}
.category_list
.category_list > li > a:hover{font-weight:700}
.sub_category_list > li{ margin-bottom:10px;white-space:nowrap; overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.sub_category_list > li:before{padding:0 8px;content: url( "./images/bu_category.png" )}
.sub_category_list > li:first-child{padding-top:15px;}
.sub_category_list > li:last-child{padding-bottom:10px;}
.sub_category_list > li > a{color:#a2a2a2;font-weight:300}
.sub_category_list > li > a:hover{color:#7f7f7f;font-weight:400}
/* 05 모바일 content 영역 */
#content{border-top:0; width:100%;float:none;padding:0 15px;}
/*05-1-1 모바일 텍스트 형식 항목 리스트*/
.list_content_text .list_text_img { display: none; }
.left_text_post {width:100%; float:left;}
.tt_menu{margin-right:10px;}
/* 05-1-2 모바일 이미지 형식 항목 리스트 */
.list_content{width:100%;height:auto;margin:0;}
.list_item{margin:0}
.list_text{margin-bottom:30px;border-bottom:1px solid #818181}
.list_text h2{padding:0}
.list_tit{display:inline-block; margin:0 10px 15px 0;padding:0 0 20px; font-size:14px;}
.list_num{display:inline-block;font-size:10px;margin:0;}
.list_con{width:100%;height:auto;}
.list_con li{}
.list_con li:nth-child(3n){margin:0 0 25px 0;}
.list_con li:nth-child(2n){margin:0 0 25px 0;}
.list_con li{width:100%; margin:0 0 25px 0;}
.list_con li .con_img {width:100%;height:100%;}
.list_con li .con_num {display:block;position:absolute;top:auto;bottom:0;width:100%;height:44px;background:rgba(0,0,0,0.20);}
.list_con li .con_num .num_line{display:block;position:relative; width:auto;height:auto;margin:6px 12px;border:0;}
.list_con li .con_num .num_in{position:initial;top:auto;left:auto; width:auto;height:auto;margin:auto}
.list_con li .con_num .num_ini{display:block;margin-top:5px;}
.list_con li .con_num .num_tit{text-align:left;font-size:14px;margin:0;line-height:14px;}
.list_con li .con_num .num_date{float:left;display:block; text-align:left;margin:0;}
.list_con li .con_num .num_aut{float:left;display:block; text-align:left;margin-left:5px;}
/* 05-2 게시물 상세항목 영역 */
.article_tag,.article_main,.item_text,.b_article,#communicate{margin:0}
.item_text{border-bottom:1px solid #818181;margin-bottom:40px;}
.item_detail{margin:0; padding-top:2.6px;}
.item_tit{font-size:14px;margin-bottom:25px;}
.item_day{font-size:10px;margin-bottom:35px;padding-left:2px}
/* 05-2-1 구글 애드센스 영역 */
.google_AdS{text-align:center;width:auto;height:auto;background-color:#fff;}
/* 05-2-2 태그 영역 */
.detail_tag{width:100%;float:none;font-size:10px;}
.tag_tit{width:100%;margin:0 0 10px 0;}
.tag_item_list{width:90%;}
.tag_item{margin-right:5px;font-size:10px;}
/* 05-2-3 SNS공유 영역 */
.detail_sns{text-align:center;float:none;width:auto;}
.detail_sns img{margin-top:45px;width:18px;height:18px;margin-left:3px;}
/* 05-2-4 관련글 영역 */
.b_article_tit{font-size:14px;}
.b_article_more{font-size:10px;}
.b_article ul li{width:49.2%;height:auto;margin:0 1.6% 10px 0;}
.b_article ul li:nth-child(2n){margin-right:0;}
.thumb_related{width:100%;height:auto;}
.names{display:block;top:auto;bottom:0;width:100%;height:34px;}
.names_in{position:relative;top:auto;left:auto;width:auto;height:auto;margin:auto;}
.names_line{display:block;position:relative;width:auto;height:auto;margin:5px 12px;border:0;}
.txt_related{text-align:left;font-size:10px;margin:0;line-height:10px;}
.date_related{font-size:8px;text-align:left;margin:3px 0 0 ;}
/* 05-2-5 댓글 영역 */
.com_list .list_reply li{padding:15px 0 15px 15px;margin-bottom:25px}
.com_list .reply_content{padding-left:50px;padding-top:6.5px}
.com_list .tit_nickname{font-size:12px;}
.com_list .tit_nickname a{padding-left:0; color:#7a7979}
.com_list .txt_reply{font-size:12px;width:100%;}
.com_list .re_reply .txt_reply{display:block;width:500px;font-size:14px;}
.com_list .re_reply img{top:15px;left:25px;width:50px;height:50px;}
.com_list .re_reply .reply_content{padding-left:75px}
.com_list .re_reply .tit_nickname{margin:5px 0 5px 15px}
.com_list .txt_date{display:block;font-size:8px;color:#aaa;padding:0;margin-top:5px}
.com_list .btn_replymenu{display:none}
.com_list .list_reply li .my_edit{display:block; position:absolute;top:20px;right:0;}
.com_list .my_edit .link_edit{font-size:10px; margin-right:0;}
.com_list .list_reply .re_reply{padding-left:15px;}
.com_write .name,.com_write .password{width:100%;}
.com_write .guest input {width:100%;}
.com_write .submit input,.com_write .guest input,.com_write textarea,.com_list .re_reply .txt_reply{margin-left:0; font-size:12px}
.com_list .re_reply .txt_reply{box-sizing:border-box; width:100%}
.com_list .reply_content .tit_nickname{margin:0}
.com_list .reply_content .txt_date a{display:block;font-size:10px;top:25px;right:95px}
.com_list .re_reply .txt_date a{right:50px}
.com_list .hiddenComment .txt_reply{font-size:12px}
/* 05-2-5-1 댓글 이미지*/
.guest_general,.guest_secret,.rp_general,.rp_secret{background-size:50px 50px;}
.re_reply.guest_general,.re_reply.guest_secret,.re_reply.rp_general,.re_reply.rp_secret{background-position:25px 15px;background-size:50px 50px;}
/* 05-3 guest */
.guest_warp_tit{padding-top:2.5px; font-size:14px;}
/* 05-4 태블릿 보호글 */
.pro_warp{border:1px solid #d1d1d1; border-left:0;border-right:0;}
.pro_font{color:#b3b3b3;font-size:12px}
.pro_font p{margin-bottom:10px}
.pro_warp .form{padding-top:15px;}
.pro_warp .form input{width:200px;height:30px;font-size:12px;}
.pro_warp .form button{width:65px;height:30px;font-size:12px;}
/* 06 모바일 footer 영역 */
#footer{width:100%; background:#f7f7f7;}
/* 06-1 sidebar_list 영역 */
.sidebar_list{display:none;}
/* 06-2 모바일 blog_info 영역 */
.blog_info{ border:0;margin:0}
.blog_info .info{margin:0;padding-bottom:55px; float:none;text-align:center;}
.blog_info .sns{margin:0 auto; padding:55px 0 35px; float:none;border:0;}
.blog_info .sns ul{display:block;text-align: center;}
.blog_info .sns ul li{float:none;display:inline-block;margin-left:10px}
.blog_info .sns ul li a img{width:18px;height:18px;}
.counter{margin-top:0;font-size:10px;}
.blog_info .info .blog_desc{margin-top:10px;font-size:10px;}
.blog_info .info .blog_Created{margin-top:10px;font-size:10px;}
/* 20200921 TOC 추가 */
/* tocbot */
.toc-absolute { position: absolute; margin-top: 165px; }
.toc-fixed { position: fixed; top: 165px; }
.toc { left: calc((100% - 720px) / 2 - 300px); width: 250px; padding: 10px; box-sizing: border-box; }
.toc-list { margin-top: 10px !important; font-family: 'Montserrat'; font-size: 9; }
.toc > .toc-list li { margin-bottom: 10px; }
.toc > .toc-list li:last-child { margin-bottom: 0; }
.toc > .toc-list li a { text-decoration: none; }
} | 0.227041 | 0.077413 |
@keyframes verify {
from {
color: green;
}
to {
color: black;
}
}
body {
font-family: 'Barlow', sans-serif;
margin: 0 auto;
}
#robo {
margin-top: 2em;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#name {
font-size: 4rem;
font-weight: 600;
margin-block-start: 0;
margin-block-end: 0;
margin-bottom: 2rem;
animation: verify 2s;
}
#name-input {
border-radius: 50px;
font-family: inherit;
font-weight: 100;
border: 1px solid #DCDCDC;
font-size: 4em;
padding: 1rem;
margin-bottom: 0.5em;
width: 60%;
}
#name-input:focus {
border: 1px solid #C0C0C0;
outline: none;
}
#name-input::placeholder {
text-align: center;
color: #DCDCDC;
}
#border {
border-radius: 100px;
border: 4px solid rgb(153, 165, 251);
width: 80%;
height: 35em;
}
#screen {
border-radius: 80px;
border: 2px solid rgb(153, 165, 251);
width: 90%;
height: 90%;
margin: 1.5em auto;
display: flex;
align-items: center;
justify-content: center;
}
#face {
border-radius: 78px;
max-width: 100%;
max-height: 100%;
min-width: 100%;
min-height: 100%;
}
#statusBar {
border-radius: 50px;
padding: 1em;
margin: 6em auto 0 auto;
display: flex;
width: 90%;
background-color: rgb(220, 219, 226);
}
#interact {
text-align: center;
width: 80%;
}
#interact-header {
margin-top: 0em;
font-size: 2rem;
font-weight: 400;
}
#stats {
padding-left: 1.5em;
width: 20%;
border-left: 2px solid;
border-image: linear-gradient(to bottom, rgba(196, 195, 208, 0) 0%, rgba(196, 195, 208, 1) 50%, rgba(196, 195, 208, 0) 100%) 5;
}
#searchbar {
height: 15%;
}
/* Info Styling */
#disp {
background-color: rgba(0, 0, 0, 0.1);
border-radius: 78px;
max-width: 100%;
max-height: 100%;
min-width: 100%;
min-height: 100%;
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(6,1fr);
padding: 0px;
overflow-y: hidden;
}
.box {
padding: 1rem;
}
#disp-poster {
grid-column: 1 / 3;
grid-row: 1 / 5;
border-top-left-radius: 78px;
}
#disp-title {
font-size: 2.5em;
grid-column: 3 / 6;
padding-left: 5px;
border-top-right-radius: 78px;
text-align: left;
font-weight: bold;
}
.year {
font-size: 0.6em;
color: grey;
font-weight: normal;
font-style: italic;
padding-left: 8px;
}
#disp-mediafacts {
grid-column: 3 / 6;
grid-row: 2 / 5;
padding-top: 0px;
padding-left: 5px;
}
#disp-synop {
grid-column: 1/ 6;
grid-row: 5 / 7;
border-bottom-left-radius: 78px;
border-bottom-right-radius: 78px;
text-indent: 1.5em;
font-style: italic;
}
#disp-poster img {
border-radius: 20px;
border-top-left-radius: 68px;
max-width: 100%;
height: 100%;
} | src/styles.css | @keyframes verify {
from {
color: green;
}
to {
color: black;
}
}
body {
font-family: 'Barlow', sans-serif;
margin: 0 auto;
}
#robo {
margin-top: 2em;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#name {
font-size: 4rem;
font-weight: 600;
margin-block-start: 0;
margin-block-end: 0;
margin-bottom: 2rem;
animation: verify 2s;
}
#name-input {
border-radius: 50px;
font-family: inherit;
font-weight: 100;
border: 1px solid #DCDCDC;
font-size: 4em;
padding: 1rem;
margin-bottom: 0.5em;
width: 60%;
}
#name-input:focus {
border: 1px solid #C0C0C0;
outline: none;
}
#name-input::placeholder {
text-align: center;
color: #DCDCDC;
}
#border {
border-radius: 100px;
border: 4px solid rgb(153, 165, 251);
width: 80%;
height: 35em;
}
#screen {
border-radius: 80px;
border: 2px solid rgb(153, 165, 251);
width: 90%;
height: 90%;
margin: 1.5em auto;
display: flex;
align-items: center;
justify-content: center;
}
#face {
border-radius: 78px;
max-width: 100%;
max-height: 100%;
min-width: 100%;
min-height: 100%;
}
#statusBar {
border-radius: 50px;
padding: 1em;
margin: 6em auto 0 auto;
display: flex;
width: 90%;
background-color: rgb(220, 219, 226);
}
#interact {
text-align: center;
width: 80%;
}
#interact-header {
margin-top: 0em;
font-size: 2rem;
font-weight: 400;
}
#stats {
padding-left: 1.5em;
width: 20%;
border-left: 2px solid;
border-image: linear-gradient(to bottom, rgba(196, 195, 208, 0) 0%, rgba(196, 195, 208, 1) 50%, rgba(196, 195, 208, 0) 100%) 5;
}
#searchbar {
height: 15%;
}
/* Info Styling */
#disp {
background-color: rgba(0, 0, 0, 0.1);
border-radius: 78px;
max-width: 100%;
max-height: 100%;
min-width: 100%;
min-height: 100%;
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(6,1fr);
padding: 0px;
overflow-y: hidden;
}
.box {
padding: 1rem;
}
#disp-poster {
grid-column: 1 / 3;
grid-row: 1 / 5;
border-top-left-radius: 78px;
}
#disp-title {
font-size: 2.5em;
grid-column: 3 / 6;
padding-left: 5px;
border-top-right-radius: 78px;
text-align: left;
font-weight: bold;
}
.year {
font-size: 0.6em;
color: grey;
font-weight: normal;
font-style: italic;
padding-left: 8px;
}
#disp-mediafacts {
grid-column: 3 / 6;
grid-row: 2 / 5;
padding-top: 0px;
padding-left: 5px;
}
#disp-synop {
grid-column: 1/ 6;
grid-row: 5 / 7;
border-bottom-left-radius: 78px;
border-bottom-right-radius: 78px;
text-indent: 1.5em;
font-style: italic;
}
#disp-poster img {
border-radius: 20px;
border-top-left-radius: 68px;
max-width: 100%;
height: 100%;
} | 0.549882 | 0.158793 |
height: 92px;
width: 272px;
background-color: white;
display: block;
margin: auto;
padding-top: 156px;
}
#search_form {
width: 584px;
height: 36px;
display: block;
margin: auto;
position: relative;
border: 1px solid #C9C9C9;
margin-top: 30px;
}
form #text_box {
width: 525px;
height: 26px;
display: inline-block;
position: absolute;
top: 3px;
left: 6px;
font-family: '.HelveticaNeueDeskInterface-Regular';
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
line-height: normal;
border: none;
outline: none;
}
#search_form img { /* mic. image for voice search in the search box */
height: 24px;
width: 24px;
display: inline-block;
float: right;
bottom: 108px;
right: 8px;
position: relative;
}
.search_button, .feeling_lucky_button {
background-color: #f2f2f2;
border: 1px solid #f2f2f2;
border-radius: 2px;
color: #757575;
cursor: default;
font-family: arial, sans-serif;
font-size: 13px;
font-weight: bold;
margin: 32px 4px 11px 4px;
height: 36px;
padding: 0px 16px 0px 16px;
text-align: center;
}
.search_button {
margin-left: 150px;
}
.feeling_lucky_button {
margin-right: 150px;
}
#footer {
background-color: #f2f2f2;
border-top: 1px solid #e4e4e4;
height: 40px;
width:100%;
display: block;
position: absolute;
bottom:0;
left:0;
font-size: 10pt;
}
#footer ul, #header ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#footer ul li {
display: inline-block;
margin: 13px 25px 5px 5px;
}
#footer #left_menu_items {
float: left;
margin-left: 25px;
}
#footer #right_menu_items {
float: right;
}
#footer a, #header a {
font-family: arial;
text-decoration: none;
color: #606060;
}
#footer a:hover, #header a:hover {
text-decoration: underline;
}
#header {
width: 100%;
height: 40px;
top: 0px;
font-size: 13px;
position: relative;
}
#header ul {
float: right;
margin-right: 145px;
}
#header ul li {
display: inline-block;
margin: 13px 15px 5px 5px;
}
#header #apps {
height: 16px;
width: 16px;
display: inline-block;
position: absolute;
right: 120px;
top: 12px;
}
#header #other {
display: inline-block;
position: absolute;
right: 12px;
} | assets/stylesheets/main.css | height: 92px;
width: 272px;
background-color: white;
display: block;
margin: auto;
padding-top: 156px;
}
#search_form {
width: 584px;
height: 36px;
display: block;
margin: auto;
position: relative;
border: 1px solid #C9C9C9;
margin-top: 30px;
}
form #text_box {
width: 525px;
height: 26px;
display: inline-block;
position: absolute;
top: 3px;
left: 6px;
font-family: '.HelveticaNeueDeskInterface-Regular';
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
line-height: normal;
border: none;
outline: none;
}
#search_form img { /* mic. image for voice search in the search box */
height: 24px;
width: 24px;
display: inline-block;
float: right;
bottom: 108px;
right: 8px;
position: relative;
}
.search_button, .feeling_lucky_button {
background-color: #f2f2f2;
border: 1px solid #f2f2f2;
border-radius: 2px;
color: #757575;
cursor: default;
font-family: arial, sans-serif;
font-size: 13px;
font-weight: bold;
margin: 32px 4px 11px 4px;
height: 36px;
padding: 0px 16px 0px 16px;
text-align: center;
}
.search_button {
margin-left: 150px;
}
.feeling_lucky_button {
margin-right: 150px;
}
#footer {
background-color: #f2f2f2;
border-top: 1px solid #e4e4e4;
height: 40px;
width:100%;
display: block;
position: absolute;
bottom:0;
left:0;
font-size: 10pt;
}
#footer ul, #header ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#footer ul li {
display: inline-block;
margin: 13px 25px 5px 5px;
}
#footer #left_menu_items {
float: left;
margin-left: 25px;
}
#footer #right_menu_items {
float: right;
}
#footer a, #header a {
font-family: arial;
text-decoration: none;
color: #606060;
}
#footer a:hover, #header a:hover {
text-decoration: underline;
}
#header {
width: 100%;
height: 40px;
top: 0px;
font-size: 13px;
position: relative;
}
#header ul {
float: right;
margin-right: 145px;
}
#header ul li {
display: inline-block;
margin: 13px 15px 5px 5px;
}
#header #apps {
height: 16px;
width: 16px;
display: inline-block;
position: absolute;
right: 120px;
top: 12px;
}
#header #other {
display: inline-block;
position: absolute;
right: 12px;
} | 0.427158 | 0.069069 |
.sv-color--white-1 {
color: #ffffff;
}
.sv-bg-color--white-1 {
background-color: #ffffff !important;
}
.sv-bd-color--white-1 {
border-color: #ffffff !important;
}
.sv-color--black-1 {
color: #000000;
}
.sv-bg-color--black-1 {
background-color: #000000 !important;
}
.sv-bd-color--black-1 {
border-color: #000000 !important;
}
.sv-color--blue-brand {
color: #0060aa;
}
.sv-bg-color--blue-brand {
background-color: #0060aa !important;
}
.sv-bd-color--blue-brand {
border-color: #0060aa !important;
}
.sv-color--blue-synchro {
color: #0060aa;
}
.sv-bg-color--blue-synchro {
background-color: #0060aa !important;
}
.sv-bd-color--blue-synchro {
border-color: #0060aa !important;
}
.sv-color--text-color {
color: #4c6a94;
}
.sv-bg-color--text-color {
background-color: #4c6a94 !important;
}
.sv-bd-color--text-color {
border-color: #4c6a94 !important;
}
.sv-color--link-color {
color: #0070d2;
}
.sv-bg-color--link-color {
background-color: #0070d2 !important;
}
.sv-bd-color--link-color {
border-color: #0070d2 !important;
}
.sv-color--link-color-hover {
color: #002a54;
}
.sv-bg-color--link-color-hover {
background-color: #002a54 !important;
}
.sv-bd-color--link-color-hover {
border-color: #002a54 !important;
}
.sv-color--code-color {
color: #d33682;
}
.sv-bg-color--code-color {
background-color: #d33682 !important;
}
.sv-bd-color--code-color {
border-color: #d33682 !important;
}
.sv-color--red-1 {
color: #f44336;
}
.sv-bg-color--red-1 {
background-color: #f44336 !important;
}
.sv-bd-color--red-1 {
border-color: #f44336 !important;
}
.sv-color--red-50 {
color: #ffebee;
}
.sv-bg-color--red-50 {
background-color: #ffebee !important;
}
.sv-bd-color--red-50 {
border-color: #ffebee !important;
}
.sv-color--red-100 {
color: #ffcdd2;
}
.sv-bg-color--red-100 {
background-color: #ffcdd2 !important;
}
.sv-bd-color--red-100 {
border-color: #ffcdd2 !important;
}
.sv-color--red-200 {
color: #ef9a9a;
}
.sv-bg-color--red-200 {
background-color: #ef9a9a !important;
}
.sv-bd-color--red-200 {
border-color: #ef9a9a !important;
}
.sv-color--red-300 {
color: #e57373;
}
.sv-bg-color--red-300 {
background-color: #e57373 !important;
}
.sv-bd-color--red-300 {
border-color: #e57373 !important;
}
.sv-color--red-400 {
color: #ef5350;
}
.sv-bg-color--red-400 {
background-color: #ef5350 !important;
}
.sv-bd-color--red-400 {
border-color: #ef5350 !important;
}
.sv-color--red-500 {
color: #f44336;
}
.sv-bg-color--red-500 {
background-color: #f44336 !important;
}
.sv-bd-color--red-500 {
border-color: #f44336 !important;
}
.sv-color--red-600 {
color: #e53935;
}
.sv-bg-color--red-600 {
background-color: #e53935 !important;
}
.sv-bd-color--red-600 {
border-color: #e53935 !important;
}
.sv-color--red-700 {
color: #d32f2f;
}
.sv-bg-color--red-700 {
background-color: #d32f2f !important;
}
.sv-bd-color--red-700 {
border-color: #d32f2f !important;
}
.sv-color--red-800 {
color: #c62828;
}
.sv-bg-color--red-800 {
background-color: #c62828 !important;
}
.sv-bd-color--red-800 {
border-color: #c62828 !important;
}
.sv-color--red-900 {
color: #b71c1c;
}
.sv-bg-color--red-900 {
background-color: #b71c1c !important;
}
.sv-bd-color--red-900 {
border-color: #b71c1c !important;
}
.sv-color--blue-1 {
color: #2196f3;
}
.sv-bg-color--blue-1 {
background-color: #2196f3 !important;
}
.sv-bd-color--blue-1 {
border-color: #2196f3 !important;
}
.sv-color--blue-50 {
color: #e3f2fd;
}
.sv-bg-color--blue-50 {
background-color: #e3f2fd !important;
}
.sv-bd-color--blue-50 {
border-color: #e3f2fd !important;
}
.sv-color--blue-100 {
color: #bbdefb;
}
.sv-bg-color--blue-100 {
background-color: #bbdefb !important;
}
.sv-bd-color--blue-100 {
border-color: #bbdefb !important;
}
.sv-color--blue-200 {
color: #90caf9;
}
.sv-bg-color--blue-200 {
background-color: #90caf9 !important;
}
.sv-bd-color--blue-200 {
border-color: #90caf9 !important;
}
.sv-color--blue-300 {
color: #64b5f6;
}
.sv-bg-color--blue-300 {
background-color: #64b5f6 !important;
}
.sv-bd-color--blue-300 {
border-color: #64b5f6 !important;
}
.sv-color--blue-400 {
color: #42a5f5;
}
.sv-bg-color--blue-400 {
background-color: #42a5f5 !important;
}
.sv-bd-color--blue-400 {
border-color: #42a5f5 !important;
}
.sv-color--blue-500 {
color: #2196f3;
}
.sv-bg-color--blue-500 {
background-color: #2196f3 !important;
}
.sv-bd-color--blue-500 {
border-color: #2196f3 !important;
}
.sv-color--blue-600 {
color: #1e88e5;
}
.sv-bg-color--blue-600 {
background-color: #1e88e5 !important;
}
.sv-bd-color--blue-600 {
border-color: #1e88e5 !important;
}
.sv-color--blue-700 {
color: #1976d2;
}
.sv-bg-color--blue-700 {
background-color: #1976d2 !important;
}
.sv-bd-color--blue-700 {
border-color: #1976d2 !important;
}
.sv-color--blue-800 {
color: #1565c0;
}
.sv-bg-color--blue-800 {
background-color: #1565c0 !important;
}
.sv-bd-color--blue-800 {
border-color: #1565c0 !important;
}
.sv-color--blue-900 {
color: #0d47a1;
}
.sv-bg-color--blue-900 {
background-color: #0d47a1 !important;
}
.sv-bd-color--blue-900 {
border-color: #0d47a1 !important;
}
.sv-color--green-1 {
color: #4caf50;
}
.sv-bg-color--green-1 {
background-color: #4caf50 !important;
}
.sv-bd-color--green-1 {
border-color: #4caf50 !important;
}
.sv-color--green-50 {
color: #e8f5e9;
}
.sv-bg-color--green-50 {
background-color: #e8f5e9 !important;
}
.sv-bd-color--green-50 {
border-color: #e8f5e9 !important;
}
.sv-color--green-100 {
color: #c8e6c9;
}
.sv-bg-color--green-100 {
background-color: #c8e6c9 !important;
}
.sv-bd-color--green-100 {
border-color: #c8e6c9 !important;
}
.sv-color--green-200 {
color: #a5d6a7;
}
.sv-bg-color--green-200 {
background-color: #a5d6a7 !important;
}
.sv-bd-color--green-200 {
border-color: #a5d6a7 !important;
}
.sv-color--green-300 {
color: #81c784;
}
.sv-bg-color--green-300 {
background-color: #81c784 !important;
}
.sv-bd-color--green-300 {
border-color: #81c784 !important;
}
.sv-color--green-400 {
color: #66bb6a;
}
.sv-bg-color--green-400 {
background-color: #66bb6a !important;
}
.sv-bd-color--green-400 {
border-color: #66bb6a !important;
}
.sv-color--green-500 {
color: #4caf50;
}
.sv-bg-color--green-500 {
background-color: #4caf50 !important;
}
.sv-bd-color--green-500 {
border-color: #4caf50 !important;
}
.sv-color--green-600 {
color: #43a047;
}
.sv-bg-color--green-600 {
background-color: #43a047 !important;
}
.sv-bd-color--green-600 {
border-color: #43a047 !important;
}
.sv-color--green-700 {
color: #388e3c;
}
.sv-bg-color--green-700 {
background-color: #388e3c !important;
}
.sv-bd-color--green-700 {
border-color: #388e3c !important;
}
.sv-color--green-800 {
color: #2e7d32;
}
.sv-bg-color--green-800 {
background-color: #2e7d32 !important;
}
.sv-bd-color--green-800 {
border-color: #2e7d32 !important;
}
.sv-color--green-900 {
color: #1b5e20;
}
.sv-bg-color--green-900 {
background-color: #1b5e20 !important;
}
.sv-bd-color--green-900 {
border-color: #1b5e20 !important;
}
.sv-color--yellow-1 {
color: #ffeb3b;
}
.sv-bg-color--yellow-1 {
background-color: #ffeb3b !important;
}
.sv-bd-color--yellow-1 {
border-color: #ffeb3b !important;
}
.sv-color--yellow-50 {
color: #fffde7;
}
.sv-bg-color--yellow-50 {
background-color: #fffde7 !important;
}
.sv-bd-color--yellow-50 {
border-color: #fffde7 !important;
}
.sv-color--yellow-100 {
color: #fff9c4;
}
.sv-bg-color--yellow-100 {
background-color: #fff9c4 !important;
}
.sv-bd-color--yellow-100 {
border-color: #fff9c4 !important;
}
.sv-color--yellow-200 {
color: #fff59d;
}
.sv-bg-color--yellow-200 {
background-color: #fff59d !important;
}
.sv-bd-color--yellow-200 {
border-color: #fff59d !important;
}
.sv-color--yellow-300 {
color: #fff176;
}
.sv-bg-color--yellow-300 {
background-color: #fff176 !important;
}
.sv-bd-color--yellow-300 {
border-color: #fff176 !important;
}
.sv-color--yellow-400 {
color: #ffee58;
}
.sv-bg-color--yellow-400 {
background-color: #ffee58 !important;
}
.sv-bd-color--yellow-400 {
border-color: #ffee58 !important;
}
.sv-color--yellow-500 {
color: #ffeb3b;
}
.sv-bg-color--yellow-500 {
background-color: #ffeb3b !important;
}
.sv-bd-color--yellow-500 {
border-color: #ffeb3b !important;
}
.sv-color--yellow-600 {
color: #fdd835;
}
.sv-bg-color--yellow-600 {
background-color: #fdd835 !important;
}
.sv-bd-color--yellow-600 {
border-color: #fdd835 !important;
}
.sv-color--yellow-700 {
color: #fbc02d;
}
.sv-bg-color--yellow-700 {
background-color: #fbc02d !important;
}
.sv-bd-color--yellow-700 {
border-color: #fbc02d !important;
}
.sv-color--yellow-800 {
color: #f9a825;
}
.sv-bg-color--yellow-800 {
background-color: #f9a825 !important;
}
.sv-bd-color--yellow-800 {
border-color: #f9a825 !important;
}
.sv-color--yellow-900 {
color: #f57f17;
}
.sv-bg-color--yellow-900 {
background-color: #f57f17 !important;
}
.sv-bd-color--yellow-900 {
border-color: #f57f17 !important;
}
.sv-color--orange-1 {
color: #ff9800;
}
.sv-bg-color--orange-1 {
background-color: #ff9800 !important;
}
.sv-bd-color--orange-1 {
border-color: #ff9800 !important;
}
.sv-color--orange-50 {
color: #fff3e0;
}
.sv-bg-color--orange-50 {
background-color: #fff3e0 !important;
}
.sv-bd-color--orange-50 {
border-color: #fff3e0 !important;
}
.sv-color--orange-100 {
color: #ffe0b2;
}
.sv-bg-color--orange-100 {
background-color: #ffe0b2 !important;
}
.sv-bd-color--orange-100 {
border-color: #ffe0b2 !important;
}
.sv-color--orange-200 {
color: #ffcc80;
}
.sv-bg-color--orange-200 {
background-color: #ffcc80 !important;
}
.sv-bd-color--orange-200 {
border-color: #ffcc80 !important;
}
.sv-color--orange-300 {
color: #ffb74d;
}
.sv-bg-color--orange-300 {
background-color: #ffb74d !important;
}
.sv-bd-color--orange-300 {
border-color: #ffb74d !important;
}
.sv-color--orange-400 {
color: #ffa726;
}
.sv-bg-color--orange-400 {
background-color: #ffa726 !important;
}
.sv-bd-color--orange-400 {
border-color: #ffa726 !important;
}
.sv-color--orange-500 {
color: #ff9800;
}
.sv-bg-color--orange-500 {
background-color: #ff9800 !important;
}
.sv-bd-color--orange-500 {
border-color: #ff9800 !important;
}
.sv-color--orange-600 {
color: #fb8c00;
}
.sv-bg-color--orange-600 {
background-color: #fb8c00 !important;
}
.sv-bd-color--orange-600 {
border-color: #fb8c00 !important;
}
.sv-color--orange-700 {
color: #f57c00;
}
.sv-bg-color--orange-700 {
background-color: #f57c00 !important;
}
.sv-bd-color--orange-700 {
border-color: #f57c00 !important;
}
.sv-color--orange-800 {
color: #ef6c00;
}
.sv-bg-color--orange-800 {
background-color: #ef6c00 !important;
}
.sv-bd-color--orange-800 {
border-color: #ef6c00 !important;
}
.sv-color--orange-900 {
color: #e65100;
}
.sv-bg-color--orange-900 {
background-color: #e65100 !important;
}
.sv-bd-color--orange-900 {
border-color: #e65100 !important;
}
.sv-color--gray-1 {
color: #9e9e9e;
}
.sv-bg-color--gray-1 {
background-color: #9e9e9e !important;
}
.sv-bd-color--gray-1 {
border-color: #9e9e9e !important;
}
.sv-color--gray-50 {
color: #fafafa;
}
.sv-bg-color--gray-50 {
background-color: #fafafa !important;
}
.sv-bd-color--gray-50 {
border-color: #fafafa !important;
}
.sv-color--gray-100 {
color: #f5f5f5;
}
.sv-bg-color--gray-100 {
background-color: #f5f5f5 !important;
}
.sv-bd-color--gray-100 {
border-color: #f5f5f5 !important;
}
.sv-color--gray-200 {
color: #eeeeee;
}
.sv-bg-color--gray-200 {
background-color: #eeeeee !important;
}
.sv-bd-color--gray-200 {
border-color: #eeeeee !important;
}
.sv-color--gray-300 {
color: #d9d9d9;
}
.sv-bg-color--gray-300 {
background-color: #d9d9d9 !important;
}
.sv-bd-color--gray-300 {
border-color: #d9d9d9 !important;
}
.sv-color--gray-400 {
color: #bdbdbd;
}
.sv-bg-color--gray-400 {
background-color: #bdbdbd !important;
}
.sv-bd-color--gray-400 {
border-color: #bdbdbd !important;
}
.sv-color--gray-500 {
color: #9e9e9e;
}
.sv-bg-color--gray-500 {
background-color: #9e9e9e !important;
}
.sv-bd-color--gray-500 {
border-color: #9e9e9e !important;
}
.sv-color--gray-600 {
color: #757575;
}
.sv-bg-color--gray-600 {
background-color: #757575 !important;
}
.sv-bd-color--gray-600 {
border-color: #757575 !important;
}
.sv-color--gray-700 {
color: #616161;
}
.sv-bg-color--gray-700 {
background-color: #616161 !important;
}
.sv-bd-color--gray-700 {
border-color: #616161 !important;
}
.sv-color--gray-800 {
color: #424242;
}
.sv-bg-color--gray-800 {
background-color: #424242 !important;
}
.sv-bd-color--gray-800 {
border-color: #424242 !important;
}
.sv-color--gray-900 {
color: #212121;
}
.sv-bg-color--gray-900 {
background-color: #212121 !important;
}
.sv-bd-color--gray-900 {
border-color: #212121 !important;
}
.sv-color--blue-gray-1 {
color: #607d8b;
}
.sv-bg-color--blue-gray-1 {
background-color: #607d8b !important;
}
.sv-bd-color--blue-gray-1 {
border-color: #607d8b !important;
}
.sv-color--blue-gray-50 {
color: #eceff1;
}
.sv-bg-color--blue-gray-50 {
background-color: #eceff1 !important;
}
.sv-bd-color--blue-gray-50 {
border-color: #eceff1 !important;
}
.sv-color--blue-gray-100 {
color: #cfd8dc;
}
.sv-bg-color--blue-gray-100 {
background-color: #cfd8dc !important;
}
.sv-bd-color--blue-gray-100 {
border-color: #cfd8dc !important;
}
.sv-color--blue-gray-200 {
color: #b0bec5;
}
.sv-bg-color--blue-gray-200 {
background-color: #b0bec5 !important;
}
.sv-bd-color--blue-gray-200 {
border-color: #b0bec5 !important;
}
.sv-color--blue-gray-300 {
color: #90a4ae;
}
.sv-bg-color--blue-gray-300 {
background-color: #90a4ae !important;
}
.sv-bd-color--blue-gray-300 {
border-color: #90a4ae !important;
}
.sv-color--blue-gray-400 {
color: #78909c;
}
.sv-bg-color--blue-gray-400 {
background-color: #78909c !important;
}
.sv-bd-color--blue-gray-400 {
border-color: #78909c !important;
}
.sv-color--blue-gray-500 {
color: #607d8b;
}
.sv-bg-color--blue-gray-500 {
background-color: #607d8b !important;
}
.sv-bd-color--blue-gray-500 {
border-color: #607d8b !important;
}
.sv-color--blue-gray-600 {
color: #546e7a;
}
.sv-bg-color--blue-gray-600 {
background-color: #546e7a !important;
}
.sv-bd-color--blue-gray-600 {
border-color: #546e7a !important;
}
.sv-color--blue-gray-700 {
color: #455a64;
}
.sv-bg-color--blue-gray-700 {
background-color: #455a64 !important;
}
.sv-bd-color--blue-gray-700 {
border-color: #455a64 !important;
}
.sv-color--blue-gray-800 {
color: #37474f;
}
.sv-bg-color--blue-gray-800 {
background-color: #37474f !important;
}
.sv-bd-color--blue-gray-800 {
border-color: #37474f !important;
}
.sv-color--blue-gray-900 {
color: #263238;
}
.sv-bg-color--blue-gray-900 {
background-color: #263238 !important;
}
.sv-bd-color--blue-gray-900 {
border-color: #263238 !important;
}
.sv-color--steel-1 {
color: #C0CCDA;
}
.sv-bg-color--steel-1 {
background-color: #C0CCDA !important;
}
.sv-bd-color--steel-1 {
border-color: #C0CCDA !important;
}
.sv-color--steel-50 {
color: #F9FAFC;
}
.sv-bg-color--steel-50 {
background-color: #F9FAFC !important;
}
.sv-bd-color--steel-50 {
border-color: #F9FAFC !important;
}
.sv-color--steel-100 {
color: #EFF2F7;
}
.sv-bg-color--steel-100 {
background-color: #EFF2F7 !important;
}
.sv-bd-color--steel-100 {
border-color: #EFF2F7 !important;
}
.sv-color--steel-200 {
color: #E5E9F2;
}
.sv-bg-color--steel-200 {
background-color: #E5E9F2 !important;
}
.sv-bd-color--steel-200 {
border-color: #E5E9F2 !important;
}
.sv-color--steel-300 {
color: #E0E6ED;
}
.sv-bg-color--steel-300 {
background-color: #E0E6ED !important;
}
.sv-bd-color--steel-300 {
border-color: #E0E6ED !important;
}
.sv-color--steel-400 {
color: #D3DCE6;
}
.sv-bg-color--steel-400 {
background-color: #D3DCE6 !important;
}
.sv-bd-color--steel-400 {
border-color: #D3DCE6 !important;
}
.sv-color--steel-500 {
color: #C0CCDA;
}
.sv-bg-color--steel-500 {
background-color: #C0CCDA !important;
}
.sv-bd-color--steel-500 {
border-color: #C0CCDA !important;
}
.sv-color--steel-600 {
color: #8492A6;
}
.sv-bg-color--steel-600 {
background-color: #8492A6 !important;
}
.sv-bd-color--steel-600 {
border-color: #8492A6 !important;
}
.sv-color--steel-700 {
color: #3C4858;
}
.sv-bg-color--steel-700 {
background-color: #3C4858 !important;
}
.sv-bd-color--steel-700 {
border-color: #3C4858 !important;
}
.sv-color--steel-800 {
color: #273444;
}
.sv-bg-color--steel-800 {
background-color: #273444 !important;
}
.sv-bd-color--steel-800 {
border-color: #273444 !important;
}
.sv-color--steel-900 {
color: #1F2D3D;
}
.sv-bg-color--steel-900 {
background-color: #1F2D3D !important;
}
.sv-bd-color--steel-900 {
border-color: #1F2D3D !important;
}
/*--------------------------------------------------------
POSICIONAMENTOS
--------------------------------------------------------*/
.sv-pull-left {
float: left !important;
}
.sv-pull-right {
float: right !important;
}
/*--------------------------------------------------------
ALINHAMENTO DE TEXTO
--------------------------------------------------------*/
.sv-text-left {
text-align: left !important;
}
.sv-text-right {
text-align: right !important;
}
.sv-text-center {
text-align: center !important;
}
.sv-text-justify {
text-align: justify !important;
}
/*--------------------------------------------------------
POSICIONAMENTO DE ELEMENTOS COM DISPLAY FLEX
--------------------------------------------------------*/
.sv-flex-left {
justify-content: flex-start !important;
}
.sv-flex-right {
justify-content: flex-end !important;
}
.sv-flex-center {
justify-content: center !important;
}
.sv-flex-justify {
justify-content: space-between !important;
}
.sv-hidden {
display: none !important;
}
.sv-fixed {
position: fixed !important;
}
/*--------------------------------------------------------
LINHAS
--------------------------------------------------------*/
.sv-line {
border-top: none;
border-bottom: 1px solid;
margin: 1rem 0;
}
.sv-line--dashed {
border-top: none;
border-bottom: 1px dashed;
margin: 0 0 1rem;
}
/*--------------------------------------------------------
CLEAR
--------------------------------------------------------*/
.sv-clear:before,
.sv-clear:after {
content: " ";
display: table;
}
.sv-clear:after {
clear: both;
}
/*--------------------------------------------------------
POINTER
--------------------------------------------------------*/
.sv-pointer {
cursor: pointer !important;
}
/*--------------------------------------------------------
BORDER RADIUS
--------------------------------------------------------*/
.sv-br--0 {
border-radius: 0 !important;
}
.sv-br--1 {
border-radius: 2px !important;
}
.sv-br--2 {
border-radius: 5px !important;
}
.sv-br--3 {
border-radius: 8px !important;
}
.sv-br--4 {
border-radius: 12px !important;
}
.sv-brtr--0 {
border-top-right-radius: 0 !important;
}
.sv-brtr--1 {
border-top-right-radius: 2px !important;
}
.sv-brtr--2 {
border-top-right-radius: 5px !important;
}
.sv-brtr--3 {
border-top-right-radius: 8px !important;
}
.sv-brtr--4 {
border-top-right-radius: 12px !important;
}
.sv-brbr--0 {
border-bottom-right-radius: 0 !important;
}
.sv-brbr--1 {
border-bottom-right-radius: 2px !important;
}
.sv-brbr--2 {
border-bottom-right-radius: 5px !important;
}
.sv-brbr--3 {
border-bottom-right-radius: 8px !important;
}
.sv-brbr--4 {
border-bottom-right-radius: 12px !important;
}
.sv-brbl--0 {
border-bottom-left-radius: 0 !important;
}
.sv-brbl--1 {
border-bottom-left-radius: 2px !important;
}
.sv-brbl--2 {
border-bottom-left-radius: 5px !important;
}
.sv-brbl--3 {
border-bottom-left-radius: 8px !important;
}
.sv-brbl--4 {
border-bottom-left-radius: 12px !important;
}
.sv-brtl--0 {
border-top-left-radius: 0 !important;
}
.sv-brtl--1 {
border-top-left-radius: 2px !important;
}
.sv-brtl--2 {
border-top-left-radius: 5px !important;
}
.sv-brtl--3 {
border-top-left-radius: 8px !important;
}
.sv-brtl--4 {
border-top-left-radius: 12px !important;
}
.sv-brt--0 {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.sv-brr--0 {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.sv-brb--0 {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.sv-brl--0 {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.sv-brt--1 {
border-top-left-radius: 2px !important;
border-top-right-radius: 2px !important;
}
.sv-brr--1 {
border-top-right-radius: 2px !important;
border-bottom-right-radius: 2px !important;
}
.sv-brb--1 {
border-bottom-left-radius: 2px !important;
border-bottom-right-radius: 2px !important;
}
.sv-brl--1 {
border-bottom-left-radius: 2px !important;
border-top-left-radius: 2px !important;
}
.sv-brt--2 {
border-top-left-radius: 5px !important;
border-top-right-radius: 5px !important;
}
.sv-brr--2 {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
.sv-brb--2 {
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
.sv-brl--2 {
border-bottom-left-radius: 5px !important;
border-top-left-radius: 5px !important;
}
.sv-brt--3 {
border-top-left-radius: 8px !important;
border-top-right-radius: 8px !important;
}
.sv-brr--3 {
border-top-right-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.sv-brb--3 {
border-bottom-left-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.sv-brl--3 {
border-bottom-left-radius: 8px !important;
border-top-left-radius: 8px !important;
}
.sv-brt--4 {
border-top-left-radius: 12px !important;
border-top-right-radius: 12px !important;
}
.sv-brr--4 {
border-top-right-radius: 12px !important;
border-bottom-right-radius: 12px !important;
}
.sv-brb--4 {
border-bottom-left-radius: 12px !important;
border-bottom-right-radius: 12px !important;
}
.sv-brl--4 {
border-bottom-left-radius: 12px !important;
border-top-left-radius: 12px !important;
}
/*--------------------------------------------------------
BORDERS
--------------------------------------------------------*/
.sv-bws--1 {
border: 1px solid !important;
}
.sv-bws--2 {
border: 2px solid !important;
}
.sv-bws--3 {
border: 3px solid !important;
}
.sv-bws--4 {
border: 4px solid !important;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */
}
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
display: none;
}
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none;
}
*,
*:after,
*:before {
box-sizing: border-box;
margin: 0;
outline-style: none;
padding: 0;
}
*:focus {
outline: none;
}
html {
font-size: 14px;
background-color: black;
}
body {
color: #4c6a94;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: grayscale;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: transparent;
}
body, button, html, input, select, textarea {
text-rendering: optimizeLegibility;
}
hr {
background-image: linear-gradient(to left, #EFF2F7, #C0CCDA, #C0CCDA, #EFF2F7);
border: 0;
height: 1px;
margin: 0 0 2rem 0;
}
.base-button, .sv-button, .sv-bt-animated {
background-color: transparent;
border: 1px solid transparent;
border-radius: 2px;
cursor: pointer;
display: inline-block;
height: 32px;
line-height: 32px;
font-size: 0.85rem;
font-stretch: normal;
font-weight: 600;
outline: none;
padding: 0 1rem;
text-align: center;
text-decoration: none;
vertical-align: middle;
white-space: nowrap;
text-transform: uppercase;
}
.base-button-variants.danger, .danger.sv-button, .danger.sv-bt-animated {
background-color: #ef5350;
color: #ffffff;
}
.base-button-variants.danger:hover, .danger.sv-button:hover, .danger.sv-bt-animated:hover {
background-color: #de1814;
}
.base-button-variants.danger[disabled], .danger[disabled].sv-button, .danger[disabled].sv-bt-animated {
background-color: #f6c6c6;
color: white;
cursor: not-allowed;
}
.base-button-variants.primary, .primary.sv-button, .primary.sv-bt-animated {
background-color: #66bb6a;
color: #ffffff;
}
.base-button-variants.primary:hover, .primary.sv-button:hover, .primary.sv-bt-animated:hover {
background-color: #419345;
}
.base-button-variants.primary[disabled], .primary[disabled].sv-button, .primary[disabled].sv-bt-animated {
background-color: #c8e6c9;
color: white;
cursor: not-allowed;
}
.base-button-variants.info, .info.sv-button, .info.sv-bt-animated {
background-color: #42a5f5;
color: #ffffff;
}
.base-button-variants.info:hover, .info.sv-button:hover, .info.sv-bt-animated:hover {
background-color: #0c80df;
}
.base-button-variants.info[disabled], .info[disabled].sv-button, .info[disabled].sv-bt-animated {
background-color: #c0e1fc;
color: white;
cursor: not-allowed;
}
.base-button-variants.default, .default.sv-button, .default.sv-bt-animated {
background-color: #D3DCE6;
color: #3C4858;
}
.base-button-variants.default:hover, .default.sv-button:hover, .default.sv-bt-animated:hover {
background-color: #a2b5ca;
}
.base-button-variants.default[disabled], .default[disabled].sv-button, .default[disabled].sv-bt-animated {
background-color: #f4f6f8;
color: #657a95;
cursor: not-allowed;
}
.base-button-variants.warning, .warning.sv-button, .warning.sv-bt-animated {
background-color: #ffeb3b;
color: #f57f17;
}
.base-button-variants.warning:hover, .warning.sv-button:hover, .warning.sv-bt-animated:hover {
background-color: #f3da00;
}
.base-button-variants.warning[disabled], .warning[disabled].sv-button, .warning[disabled].sv-bt-animated {
background-color: #fff6a9;
color: #f9b579;
cursor: not-allowed;
}
.base-button-variants-outlined.out-primary, .out-primary.sv-button {
background-color: transparent;
color: #66bb6a;
border: 1px solid #66bb6a;
}
.base-button-variants-outlined.out-primary:hover, .out-primary.sv-button:hover {
background-color: #e8f5e9;
color: #43a047;
}
.base-button-variants-outlined.out-info, .out-info.sv-button {
background-color: transparent;
color: #42a5f5;
border: 1px solid #42a5f5;
}
.base-button-variants-outlined.out-info:hover, .out-info.sv-button:hover {
background-color: #e3f2fd;
color: #1e88e5;
}
.base-button-variants-outlined.out-danger, .out-danger.sv-button {
background-color: transparent;
color: #ef5350;
border: 1px solid #ef5350;
}
.base-button-variants-outlined.out-danger:hover, .out-danger.sv-button:hover {
background-color: #ffebee;
color: #e53935;
}
.base-button-variants-outlined.out-default, .out-default.sv-button {
background-color: transparent;
color: #8492A6;
border: 1px solid #8492A6;
}
.base-button-variants-outlined.out-default:hover, .out-default.sv-button:hover {
background-color: #F9FAFC;
color: #3C4858;
}
.base-button-variants-outlined.out-warning, .out-warning.sv-button {
background-color: transparent;
color: #fbc02d;
border: 1px solid #fbc02d;
}
.base-button-variants-outlined.out-warning:hover, .out-warning.sv-button:hover {
background-color: #fffde7;
color: #f9a825;
}
.sv-button {
transition: all .2s;
}
.sv-button.icon-before i {
margin: 0 4px 0 -5px;
}
.sv-button.icon-after i {
margin: 0 -5px 0 4px;
}
.sv-button.small {
font-size: 0.75rem;
height: 28px;
line-height: 28px;
padding: 0 0.75rem;
}
.sv-button.full {
display: block;
margin-top: 0.2rem;
width: 100%;
}
.sv-button.circle {
border-radius: 50%;
height: 32px;
line-height: 32px;
padding: 0;
width: 32px;
}
.sv-button.link {
border-radius: 0;
color: #0070d2;
font-weight: 600;
display: inline-block;
}
.sv-button.link.small {
font-size: 0.75rem;
height: 28px;
padding: 0 0.75rem;
}
.sv-button.link:active, .sv-button.link.active, .sv-button.link[disabled],
fieldset[disabled] .sv-button.link {
background-color: transparent;
}
.sv-button.link:hover, .sv-button.link:active, .sv-button.link:hover {
background-color: transparent;
color: #00559f;
}
.sv-button.link[disabled] {
background-color: transparent;
cursor: not-allowed;
color: #39a3ff;
}
.sv-button.link.link-danger {
color: #f44336;
}
.sv-button.link.link-danger:hover {
color: #ea1c0d;
}
.sv-button.link.link-danger[disabled] {
background-color: transparent;
color: #f99d97;
}
.sv-button.link.link-primary {
color: #43a047;
}
.sv-button.link.link-primary:hover {
color: #347c37;
}
.sv-button.link.link-primary[disabled] {
background-color: transparent;
color: #7fca83;
}
.sv-button.link.link-info {
color: #0070d2;
}
.sv-button.link.link-info:hover {
color: #00559f;
}
.sv-button.link.link-info[disabled] {
background-color: transparent;
color: #39a3ff;
}
.sv-button.link.link-warning {
color: #f9a825;
}
.sv-button.link.link-warning:hover {
color: #e59006;
}
.sv-button.link.link-warning[disabled] {
background-color: transparent;
color: #fcd088;
}
.sv-button.link.link-default {
color: #8492A6;
}
.sv-button.link.link-default:hover {
color: #68788f;
}
.sv-button.link.link-default[disabled] {
background-color: transparent;
color: #bfc6d1;
}
.base-animation, .sv-bt-animated.mail, .sv-bt-animated.delete, .sv-bt-animated.exit, .sv-bt-animated.search, .sv-bt-animated.open, .sv-bt-animated.view, .sv-bt-animated.upload, .sv-bt-animated.download {
position: relative;
overflow: hidden;
}
.base-animation span, .sv-bt-animated.mail span, .sv-bt-animated.delete span, .sv-bt-animated.exit span, .sv-bt-animated.search span, .sv-bt-animated.open span, .sv-bt-animated.view span, .sv-bt-animated.upload span, .sv-bt-animated.download span {
display: block;
position: relative;
bottom: 0;
}
.base-animation:before, .sv-bt-animated.mail:before, .sv-bt-animated.delete:before, .sv-bt-animated.exit:before, .sv-bt-animated.search:before, .sv-bt-animated.open:before, .sv-bt-animated.view:before, .sv-bt-animated.upload:before, .sv-bt-animated.download:before {
font-family: FontAwesome;
display: block;
width: 100%;
height: 100%;
padding: 0 1rem;
top: -100%;
left: 0;
position: absolute;
}
.base-animation:hover span, .sv-bt-animated.mail:hover span, .sv-bt-animated.delete:hover span, .sv-bt-animated.exit:hover span, .sv-bt-animated.search:hover span, .sv-bt-animated.open:hover span, .sv-bt-animated.view:hover span, .sv-bt-animated.upload:hover span, .sv-bt-animated.download:hover span {
bottom: -56px;
}
.base-animation:hover:before, .sv-bt-animated.mail:hover:before, .sv-bt-animated.delete:hover:before, .sv-bt-animated.exit:hover:before, .sv-bt-animated.search:hover:before, .sv-bt-animated.open:hover:before, .sv-bt-animated.view:hover:before, .sv-bt-animated.upload:hover:before, .sv-bt-animated.download:hover:before {
top: 0;
}
.sv-bt-animated:before, .sv-bt-animated:after, .sv-bt-animated span {
transition: .25s ease-in-out;
}
.sv-bt-animated.mail:before {
content: '\f1d8';
}
.sv-bt-animated.delete:before {
content: '\f1f8';
}
.sv-bt-animated.exit:before {
content: '\f08b';
}
.sv-bt-animated.search:before {
content: '\f002';
}
.sv-bt-animated.open:before {
content: '\f08e';
}
.sv-bt-animated.view:before {
content: '\f06e';
}
.sv-bt-animated.upload:before {
content: '\f093';
}
.sv-bt-animated.download:before {
content: '\f019';
}
/*--------------------------------------------------------
UL LIST
--------------------------------------------------------*/
ul {
list-style: none;
}
ul.sv-list-styled {
list-style: circle;
}
ul.sv-list-inline {
display: table;
min-width: 100%;
width: 100%;
}
ul.sv-list-inline li {
display: table-cell;
}
/*--------------------------------------------------------
DL STYLES
--------------------------------------------------------*/
dl dt {
font-weight: 600;
}
dl dd {
margin-bottom: 0.5rem;
}
ol {
list-style-position: inside;
}
/*--------------------------------------------------------
OL LIST STYLES
--------------------------------------------------------*/
.sv-ol {
margin: 0;
padding: 0;
list-style-type: none;
}
.sv-ol li {
counter-increment: step-counter;
margin-bottom: 10px;
line-height: 1.5;
}
.sv-ol li::before {
content: counter(step-counter);
margin-right: 0.5rem;
font-size: 90%;
background-color: #f5f5f5;
color: inherit;
font-weight: bold;
padding: 2px 8px;
border-radius: 3px;
}
a {
color: #0070d2;
cursor: pointer;
font-weight: 400;
text-decoration: none;
transition: all .1s linear;
}
a:hover, a:active {
color: #002a54;
}
.sv-row, .sv-row--with-gutter {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 10px;
}
.sv-column {
flex-basis: 100%;
transition: all 0.3s;
}
.sv-row--with-gutter .sv-column {
flex-basis: 100%;
transition: all 0.3s;
}
@media screen and (min-width: 736px) {
.sv-column {
flex: 1;
}
._20 {
flex: 2;
}
._25 {
flex: 2.5;
}
._40 {
flex: 4;
}
._60 {
flex: 6;
}
._75 {
flex: 7.5;
}
._80 {
flex: 8;
}
._100--fixed {
flex: none;
width: 100px;
}
._150--fixed {
flex: none;
width: 150px;
}
._200--fixed {
flex: none;
width: 200px;
}
._210--fixed {
flex: none;
width: 210px;
}
._250--fixed {
flex: none;
width: 250px;
}
._300--fixed {
flex: none;
width: 300px;
}
.sv-row--with-gutter .sv-column {
flex: 1;
margin-right: 0.5rem;
}
.sv-row--with-gutter .sv-column:last-of-type {
margin-right: 0;
}
.sv-row--with-gutter ._20 {
flex: 2;
}
.sv-row--with-gutter ._25 {
flex: 2.5;
}
.sv-row--with-gutter ._40 {
flex: 4.05;
}
.sv-row--with-gutter ._60 {
flex: 6;
}
.sv-row--with-gutter ._75 {
flex: 7.5;
}
.sv-row--with-gutter ._80 {
flex: 8;
}
}
.with--shadow {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sv-simple-table {
border-collapse: collapse;
border: 1px solid #E0E6ED;
width: 100%;
max-width: 100%;
overflow-x: auto;
}
.sv-simple-table tr th {
background-color: rgba(224, 230, 237, 0.3);
vertical-align: middle;
text-align: center;
padding: 3px;
border-bottom: 1px solid #E0E6ED;
border-left: 1px solid #E0E6ED;
}
.sv-simple-table tr td {
text-align: center;
vertical-align: middle;
padding: 3px;
border-bottom: 1px solid #E0E6ED;
border-left: 1px solid #E0E6ED;
}
.sv-table {
background-color: #ffffff;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 2rem;
max-width: 100%;
width: 100%;
}
.sv-table > caption {
text-align: inherit;
}
.sv-table > thead > tr,
.sv-table > tbody > tr,
.sv-table > tfoot > tr {
@transition (all .3s ease);
}
.sv-table > thead > tr > th,
.sv-table > thead > tr > td,
.sv-table > tbody > tr > th,
.sv-table > tbody > tr > td,
.sv-table > tfoot > tr > th,
.sv-table > tfoot > tr > td {
text-align: left;
padding: 0.5rem;
border-top: 0;
@transition (all .3s ease);
}
.sv-table > thead > tr {
border-bottom: 2px solid #E0E6ED;
}
.sv-table > thead > tr > th {
background-color: #EFF2F7;
color: #607d8b;
font-weight: 600;
vertical-align: bottom;
text-transform: uppercase;
border-top: 2px solid #E0E6ED !important;
font-size: .9rem;
}
.sv-table > thead > tr > th a {
color: #607d8b;
}
.sv-table > thead > tr > th a:hover {
color: #37474f;
}
.sv-table > thead > tr > th i.sv-sort {
margin-right: 0.5rem;
cursor: pointer;
}
.sv-table > thead > tr > th i.sv-sort.is--active {
color: #2196f3;
}
.sv-table > caption + thead > tr:first-child > th,
.sv-table > caption + thead > tr:first-child > td,
.sv-table > colgroup + thead > tr:first-child > th,
.sv-table > colgroup + thead > tr:first-child > td,
.sv-table > thead:first-child > tr:first-child > th,
.sv-table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.sv-table > tbody + tbody {
border-top: 1px solid #E0E6ED;
}
.sv-table .sv-table {
background-color: #ffffff;
}
.sv-table .--no-border {
border: 0;
}
.with--condensed > thead > tr > th,
.with--condensed > thead > tr > td,
.with--condensed > tbody > tr > th,
.with--condensed > tbody > tr > td,
.with--condensed > tfoot > tr > th,
.with--condensed > tfoot > tr > td {
padding: 0.33333rem;
font-size: .9rem;
}
.with--space > thead > tr > th,
.with--space > thead > tr > td,
.with--space > tbody > tr > th,
.with--space > tbody > tr > td,
.with--space > tfoot > tr > th,
.with--space > tfoot > tr > td {
padding: 1rem;
}
.with--hover > tbody > tr:hover > td,
.with--hover > tbody > tr:hover > th {
background-color: rgba(224, 230, 237, 0.3);
}
.with--borders {
border: 0;
}
.with--borders > tbody > tr > th,
.with--borders > tbody > tr > td,
.with--borders > tfoot > tr > th,
.with--borders > tfoot > tr > td {
border: 0;
border-bottom: 1px solid #E0E6ED;
}
.with--borders > thead > tr > th,
.with--borders > thead > tr > td {
border: none;
}
.with--stripes > tbody > tr:nth-child(even) > td,
.with--stripes > tbody > tr:nth-child(even) > th {
background-color: rgba(224, 230, 237, 0.3);
}
.with--grid th {
font-family: Arial;
font-weight: 400;
}
.with--grid th, .with--grid td {
border: 1px solid #E0E6ED;
}
@media screen and (max-width: 768px) {
.sv-table-responsive-vertical > .sv-table {
margin-bottom: 0;
background-color: transparent;
}
.sv-table-responsive-vertical > .sv-table > thead {
display: none;
}
.sv-table-responsive-vertical > .sv-table > tbody {
display: block;
}
.sv-table-responsive-vertical > .sv-table > tbody > tr {
display: block;
border: 1px solid #E0E6ED;
border-radius: 2px;
margin-bottom: 0.5rem;
}
.sv-table-responsive-vertical > .sv-table > tbody > tr > td {
background-color: #ffffff;
display: block;
vertical-align: middle;
text-align: right;
}
.sv-table-responsive-vertical > .sv-table > tbody > tr > td[data-title]:before {
content: attr(data-title);
float: left;
font-size: inherit;
font-weight: 600;
color: #3C4858;
}
.sv-table-responsive-vertical > .with--borders {
border: 0;
}
.sv-table-responsive-vertical > .with--borders > tbody > tr > td {
border: 0;
border-bottom: 1px solid #E0E6ED;
}
.sv-table-responsive-vertical > .with--borders > tbody > tr > td:last-child {
border-bottom: 0;
}
.sv-table-responsive-vertical > .with--stripes > tbody > tr > td,
.sv-table-responsive-vertical > .with--stripes > tbody > tr:nth-child(odd) {
background-color: #ffffff;
}
.sv-table-responsive-vertical > .with--stripes > tbody > tr > td:nth-child(odd) {
background-color: rgba(224, 230, 237, 0.3);
}
.sv-table-responsive-vertical > .with--hover > tbody > tr:hover > td,
.sv-table-responsive-vertical > .with--hover > tbody > tr:hover {
background-color: #ffffff;
}
.sv-table-responsive-vertical > .with--hover > tbody > tr > td:hover {
background-color: rgba(224, 230, 237, 0.3);
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: inherit;
font-weight: 600;
line-height: 1;
padding: 0.5rem 0;
margin: 0.25rem 0;
width: 100%;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.8rem;
}
h3 {
font-size: 1.6rem;
}
h4 {
font-size: 1.4rem;
}
h5 {
font-size: 1.2rem;
}
h6 {
font-size: 1.1rem;
}
p {
margin: 0 0 0.75rem;
display: block;
}
p.sv-text-large {
margin: 0 0 1.5rem;
}
p img {
vertical-align: middle;
}
/*--------------------------------------------------------
CODE
--------------------------------------------------------*/
.sv-code {
font-family: monospace;
padding: 0 0.25rem;
background-color: #EFF2F7;
color: #d33682;
border-radius: 2px;
}
code, kbd, pre, samp {
font-family: monospace;
}
/*--------------------------------------------------------
TEXT SIZE
--------------------------------------------------------*/
.sv-text-small {
font-size: 0.85rem;
}
.sv-text-smaller {
font-size: 0.75rem;
}
.sv-text-large {
font-size: 1.2rem;
}
/*--------------------------------------------------------
FONT WEIGHT
--------------------------------------------------------*/
.sv-fw-thin {
font-weight: 300;
}
.sv-fw-normal {
font-weight: 400;
}
.sv-fw-bold {
font-weight: 600;
}
/*--------------------------------------------------------
TEXT STYLES
--------------------------------------------------------*/
.sv-ts-i {
font-style: italic;
}
.sv-ts-u {
text-decoration: underline;
}
.sv-ts-lt {
text-decoration: line-through;
}
/*--------------------------------------------------------
TEXT TRANSFORMS
--------------------------------------------------------*/
.sv-tt-u {
text-transform: uppercase;
}
.sv-tt-l {
text-transform: lowercase;
}
.sv-tt-c {
text-transform: capitalize;
}
.sv-card {
box-shadow: 0 1px 3px 0 #E0E6ED, 0 0 0 1px #E0E6ED;
background-color: #ffffff;
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin: 0.25rem;
}
.sv-card header {
display: flex;
padding: 1.5rem;
}
.sv-card header h1,
.sv-card header h2,
.sv-card header h3,
.sv-card header h4,
.sv-card header h5,
.sv-card header h6 {
font-weight: 600;
margin: 0;
padding: 0;
}
.sv-card header.big-header {
height: 150px;
}
.sv-card header.big-header h1,
.sv-card header.big-header h2,
.sv-card header.big-header h3,
.sv-card header.big-header h4,
.sv-card header.big-header h5,
.sv-card header.big-header h6 {
align-self: flex-end;
margin-bottom: 0;
padding: 0;
}
.sv-card main {
display: block;
padding: 1rem 1.5rem;
}
.sv-card footer {
display: flex;
font-weight: 600;
padding: 1rem 1.5rem;
}
.sv-segment {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
background: #ffffff;
border: 1px solid #E0E6ED;
border-radius: 2px;
position: relative;
z-index: auto;
}
.sv-form.sv-compact label, .sv-compact.sv-form--inline label {
margin-bottom: 0;
}
.sv-form.sv-compact label span, .sv-compact.sv-form--inline label span {
margin-bottom: 0;
}
.sv-form.sv-compact .sv-select, .sv-compact.sv-form--inline .sv-select {
margin: 0;
}
.sv-form .sv-form-action, .sv-form--inline .sv-form-action {
margin-top: 1rem;
display: flex;
align-items: center;
justify-content: flex-end;
}
.sv-form ::-webkit-input-placeholder, .sv-form--inline ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #b0bec5;
}
.sv-form ::-moz-placeholder, .sv-form--inline ::-moz-placeholder {
/* Firefox 19+ */
color: #b0bec5;
}
.sv-form :-ms-input-placeholder, .sv-form--inline :-ms-input-placeholder {
/* IE 10+ */
color: #b0bec5;
}
.sv-form :-moz-placeholder, .sv-form--inline :-moz-placeholder {
/* Firefox 18- */
color: #b0bec5;
}
.sv-form input[type="email"]:read-only, .sv-form--inline input[type="email"]:read-only,
.sv-form input[type="number"]:read-only, .sv-form--inline input[type="number"]:read-only,
.sv-form input[type="search"]:read-only, .sv-form--inline input[type="search"]:read-only,
.sv-form input[type="text"]:read-only, .sv-form--inline input[type="text"]:read-only,
.sv-form input[type="tel"]:read-only, .sv-form--inline input[type="tel"]:read-only,
.sv-form input[type="url"]:read-only, .sv-form--inline input[type="url"]:read-only,
.sv-form input[type="password"]:read-only, .sv-form--inline input[type="password"]:read-only,
.sv-form textarea:read-only, .sv-form--inline textarea:read-only {
background-color: #E5E9F2;
}
.sv-form input[type="email"], .sv-form--inline input[type="email"],
.sv-form input[type="number"], .sv-form--inline input[type="number"],
.sv-form input[type="search"], .sv-form--inline input[type="search"],
.sv-form input[type="text"], .sv-form--inline input[type="text"],
.sv-form input[type="tel"], .sv-form--inline input[type="tel"],
.sv-form input[type="url"], .sv-form--inline input[type="url"],
.sv-form input[type="password"], .sv-form--inline input[type="password"],
.sv-form textarea, .sv-form--inline textarea,
.sv-form select, .sv-form--inline select {
background-color: #ffffff;
border: 1px solid #C0CCDA;
border-radius: 2px;
color: inherit;
font-size: inherit;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
height: 32px;
padding: 4px 8px;
vertical-align: middle;
box-shadow: inset 0 0 3px #E0E6ED;
width: 100%;
-moz-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.sv-form input[type="email"].code, .sv-form--inline input[type="email"].code,
.sv-form input[type="number"].code, .sv-form--inline input[type="number"].code,
.sv-form input[type="search"].code, .sv-form--inline input[type="search"].code,
.sv-form input[type="text"].code, .sv-form--inline input[type="text"].code,
.sv-form input[type="tel"].code, .sv-form--inline input[type="tel"].code,
.sv-form input[type="url"].code, .sv-form--inline input[type="url"].code,
.sv-form input[type="password"].code, .sv-form--inline input[type="password"].code,
.sv-form textarea.code, .sv-form--inline textarea.code,
.sv-form select.code, .sv-form--inline select.code {
font-family: monospace !important;
}
.sv-form input[type="email"]:disabled, .sv-form--inline input[type="email"]:disabled,
.sv-form input[type="number"]:disabled, .sv-form--inline input[type="number"]:disabled,
.sv-form input[type="search"]:disabled, .sv-form--inline input[type="search"]:disabled,
.sv-form input[type="text"]:disabled, .sv-form--inline input[type="text"]:disabled,
.sv-form input[type="tel"]:disabled, .sv-form--inline input[type="tel"]:disabled,
.sv-form input[type="url"]:disabled, .sv-form--inline input[type="url"]:disabled,
.sv-form input[type="password"]:disabled, .sv-form--inline input[type="password"]:disabled,
.sv-form textarea:disabled, .sv-form--inline textarea:disabled,
.sv-form select:disabled, .sv-form--inline select:disabled {
background-color: #E5E9F2;
}
.sv-form input[type="email"].is--valid, .sv-form--inline input[type="email"].is--valid,
.sv-form input[type="number"].is--valid, .sv-form--inline input[type="number"].is--valid,
.sv-form input[type="search"].is--valid, .sv-form--inline input[type="search"].is--valid,
.sv-form input[type="text"].is--valid, .sv-form--inline input[type="text"].is--valid,
.sv-form input[type="tel"].is--valid, .sv-form--inline input[type="tel"].is--valid,
.sv-form input[type="url"].is--valid, .sv-form--inline input[type="url"].is--valid,
.sv-form input[type="password"].is--valid, .sv-form--inline input[type="password"].is--valid,
.sv-form textarea.is--valid, .sv-form--inline textarea.is--valid,
.sv-form select.is--valid, .sv-form--inline select.is--valid {
border-color: #81c784;
outline: 0;
}
.sv-form input[type="email"].is--invalid, .sv-form--inline input[type="email"].is--invalid,
.sv-form input[type="number"].is--invalid, .sv-form--inline input[type="number"].is--invalid,
.sv-form input[type="search"].is--invalid, .sv-form--inline input[type="search"].is--invalid,
.sv-form input[type="text"].is--invalid, .sv-form--inline input[type="text"].is--invalid,
.sv-form input[type="tel"].is--invalid, .sv-form--inline input[type="tel"].is--invalid,
.sv-form input[type="url"].is--invalid, .sv-form--inline input[type="url"].is--invalid,
.sv-form input[type="password"].is--invalid, .sv-form--inline input[type="password"].is--invalid,
.sv-form textarea.is--invalid, .sv-form--inline textarea.is--invalid,
.sv-form select.is--invalid, .sv-form--inline select.is--invalid {
border-color: #e57373;
outline: 0;
}
.sv-form progress, .sv-form--inline progress {
-webkit-appearance: none;
-moz-appearance: none;
background: #ffffff;
border: 1px solid #C0CCDA;
border-radius: 2px;
box-shadow: inset 0 0 3px #E0E6ED;
height: 32px;
padding: 4px;
width: 100%;
}
.sv-form progress::-webkit-progress-bar, .sv-form--inline progress::-webkit-progress-bar {
background: #ffffff;
border-radius: 2px;
}
.sv-form progress::-webkit-progress-value, .sv-form--inline progress::-webkit-progress-value {
background: repeating-linear-gradient(-55deg, #64b5f6, #64b5f6 10px, #90caf9 10px, #90caf9 20px);
border-radius: 2px;
}
.sv-form progress::-moz-progress-bar, .sv-form--inline progress::-moz-progress-bar {
background: repeating-linear-gradient(-55deg, #64b5f6, #64b5f6 10px, #90caf9 10px, #90caf9 20px);
border-radius: 2px;
}
.sv-form .is--10-of-100, .sv-form--inline .is--10-of-100 {
width: calc(10% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--15-of-100, .sv-form--inline .is--15-of-100 {
width: calc(15% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--20-of-100, .sv-form--inline .is--20-of-100 {
width: calc(20% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--25-of-100, .sv-form--inline .is--25-of-100 {
width: calc(25% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--30-of-100, .sv-form--inline .is--30-of-100 {
width: calc(30% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--35-of-100, .sv-form--inline .is--35-of-100 {
width: calc(35% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--40-of-100, .sv-form--inline .is--40-of-100 {
width: calc(40% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--45-of-100, .sv-form--inline .is--45-of-100 {
width: calc(45% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--50-of-100, .sv-form--inline .is--50-of-100 {
width: calc(50% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--55-of-100, .sv-form--inline .is--55-of-100 {
width: calc(55% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--60-of-100, .sv-form--inline .is--60-of-100 {
width: calc(60% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--65-of-100, .sv-form--inline .is--65-of-100 {
width: calc(65% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--70-of-100, .sv-form--inline .is--70-of-100 {
width: calc(70% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--75-of-100, .sv-form--inline .is--75-of-100 {
width: calc(75% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--80-of-100, .sv-form--inline .is--80-of-100 {
width: calc(80% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--85-of-100, .sv-form--inline .is--85-of-100 {
width: calc(85% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--90-of-100, .sv-form--inline .is--90-of-100 {
width: calc(90% - 10px) !important;
margin-right: 10px;
}
.sv-form legend, .sv-form--inline legend {
font-size: 400;
font-weight: 600;
margin: 1rem 0;
width: 100%;
text-transform: uppercase;
}
.sv-form label, .sv-form--inline label {
display: block;
margin-bottom: 10px;
}
.sv-form label span, .sv-form--inline label span {
display: block;
margin-bottom: 0.15rem;
font-weight: 400;
color: #5576a5;
}
.sv-form label span[data-info]:not([data-info='']):after, .sv-form--inline label span[data-info]:not([data-info='']):after {
content: attr(data-info);
font-size: small;
margin: 0 0.5rem;
color: #7591b8;
}
.sv-form label span[data-error]:not([data-error='']):after, .sv-form--inline label span[data-error]:not([data-error='']):after {
content: attr(data-error);
font-size: small;
margin: 0 0.5rem;
color: #f44336;
}
.sv-form label span[data-info][data-error]:not([data-info='']):not([data-error='']):after, .sv-form--inline label span[data-info][data-error]:not([data-info='']):not([data-error='']):after {
content: attr(data-info) " - " attr(data-error);
font-size: small;
margin: 0 0.5rem;
color: #f44336;
}
.sv-form fieldset, .sv-form--inline fieldset {
border-width: 0;
display: block;
padding: 0;
margin: 1rem 0;
}
.sv-form fieldset.bordered, .sv-form--inline fieldset.bordered {
padding: 46px 15px 15px 15px;
border: 1px solid #E0E6ED;
position: relative;
}
.sv-form fieldset.bordered legend, .sv-form--inline fieldset.bordered legend {
position: absolute;
background: transparent;
top: 15px;
margin: 0 0 10px 0;
}
.sv-form input[type="email"], .sv-form--inline input[type="email"],
.sv-form input[type="number"], .sv-form--inline input[type="number"],
.sv-form input[type="search"], .sv-form--inline input[type="search"],
.sv-form input[type="text"], .sv-form--inline input[type="text"],
.sv-form input[type="tel"], .sv-form--inline input[type="tel"],
.sv-form input[type="url"], .sv-form--inline input[type="url"],
.sv-form input[type="password"], .sv-form--inline input[type="password"],
.sv-form textarea, .sv-form--inline textarea {
appearance: none;
}
.sv-form textarea, .sv-form--inline textarea {
min-height: 65px;
padding: 4px 8px;
}
.sv-form input[type="email"]:focus, .sv-form--inline input[type="email"]:focus,
.sv-form input[type="number"]:focus, .sv-form--inline input[type="number"]:focus,
.sv-form input[type="search"]:focus, .sv-form--inline input[type="search"]:focus,
.sv-form input[type="text"]:focus, .sv-form--inline input[type="text"]:focus,
.sv-form input[type="tel"]:focus, .sv-form--inline input[type="tel"]:focus,
.sv-form input[type="url"]:focus, .sv-form--inline input[type="url"]:focus,
.sv-form input[type="password"]:focus, .sv-form--inline input[type="password"]:focus,
.sv-form textarea:focus, .sv-form--inline textarea:focus,
.sv-form select:focus, .sv-form--inline select:focus {
box-shadow: inset 0 0 3px #90caf9;
border-color: #64b5f6;
outline: 0;
transition: border 200ms linear;
}
.sv-form input[type="email"]:focus.is--valid, .sv-form--inline input[type="email"]:focus.is--valid,
.sv-form input[type="number"]:focus.is--valid, .sv-form--inline input[type="number"]:focus.is--valid,
.sv-form input[type="search"]:focus.is--valid, .sv-form--inline input[type="search"]:focus.is--valid,
.sv-form input[type="text"]:focus.is--valid, .sv-form--inline input[type="text"]:focus.is--valid,
.sv-form input[type="tel"]:focus.is--valid, .sv-form--inline input[type="tel"]:focus.is--valid,
.sv-form input[type="url"]:focus.is--valid, .sv-form--inline input[type="url"]:focus.is--valid,
.sv-form input[type="password"]:focus.is--valid, .sv-form--inline input[type="password"]:focus.is--valid,
.sv-form textarea:focus.is--valid, .sv-form--inline textarea:focus.is--valid,
.sv-form select:focus.is--valid, .sv-form--inline select:focus.is--valid {
border-color: #81c784;
box-shadow: inset 0 0 3px #a5d6a7;
}
.sv-form input[type="email"]:focus.is--invalid, .sv-form--inline input[type="email"]:focus.is--invalid,
.sv-form input[type="number"]:focus.is--invalid, .sv-form--inline input[type="number"]:focus.is--invalid,
.sv-form input[type="search"]:focus.is--invalid, .sv-form--inline input[type="search"]:focus.is--invalid,
.sv-form input[type="text"]:focus.is--invalid, .sv-form--inline input[type="text"]:focus.is--invalid,
.sv-form input[type="tel"]:focus.is--invalid, .sv-form--inline input[type="tel"]:focus.is--invalid,
.sv-form input[type="url"]:focus.is--invalid, .sv-form--inline input[type="url"]:focus.is--invalid,
.sv-form input[type="password"]:focus.is--invalid, .sv-form--inline input[type="password"]:focus.is--invalid,
.sv-form textarea:focus.is--invalid, .sv-form--inline textarea:focus.is--invalid,
.sv-form select:focus.is--invalid, .sv-form--inline select:focus.is--invalid {
border-color: #e57373;
box-shadow: inset 0 0 3px #ef9a9a;
}
.sv-form input[type="checkbox"], .sv-form--inline input[type="checkbox"],
.sv-form input[type="radio"], .sv-form--inline input[type="radio"] {
apparence: none;
}
.sv-form .sv-label--group, .sv-form--inline .sv-label--group {
display: block;
margin-bottom: 0;
}
.sv-form .sv-label--checkbox, .sv-form--inline .sv-label--checkbox,
.sv-form .sv-label--radio, .sv-form--inline .sv-label--radio {
display: inline-block;
position: relative;
margin: .5rem;
line-height: 1.5;
cursor: pointer;
}
.sv-form .sv-checkbox, .sv-form--inline .sv-checkbox {
position: relative;
top: -0.07143/pxrem;
margin: 0 1rem 0 0;
cursor: pointer;
}
.sv-form .sv-checkbox:before, .sv-form--inline .sv-checkbox:before {
transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
transform: rotate(-45deg) scale(0, 0);
content: "";
position: absolute;
left: 0.14286/pxrem;
top: 0.07143/pxrem;
z-index: 1;
width: 0.85714/pxrem;
height: 0.42857/pxrem;
border: 2px solid #4caf50;
border-top-style: none;
border-right-style: none;
}
.sv-form .sv-checkbox:checked:before, .sv-form--inline .sv-checkbox:checked:before {
transform: rotate(-45deg) scale(1, 1);
}
.sv-form .sv-checkbox:after, .sv-form--inline .sv-checkbox:after {
content: "";
position: absolute;
top: -0.14286/pxrem;
left: 0;
width: 1rem;
height: 1rem;
background: #fff;
border: 2px solid #bdbdbd;
cursor: pointer;
}
.sv-form .sv-radio, .sv-form--inline .sv-radio {
position: relative;
margin: 0 1rem 0 0;
cursor: pointer;
}
.sv-form .sv-radio:before, .sv-form--inline .sv-radio:before {
transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
transform: scale(0, 0);
content: "";
position: absolute;
top: 0.14286/pxrem;
left: 0.07143/pxrem;
z-index: 1;
width: 0.64286/pxrem;
height: 0.64286/pxrem;
background: #4caf50;
border-radius: 50%;
}
.sv-form .sv-radio:checked:before, .sv-form--inline .sv-radio:checked:before {
transform: scale(1, 1);
}
.sv-form .sv-radio:after, .sv-form--inline .sv-radio:after {
content: "";
position: absolute;
top: -0.07143/pxrem;
left: -0.14286/pxrem;
width: 1rem;
height: 1rem;
background: #fff;
border: 2px solid #bdbdbd;
border-radius: 50%;
}
.sv-form .label, .sv-form--inline .label, .sv-form .label-action, .sv-form--inline .label-action {
border-radius: 2px;
border: 1px solid #C0CCDA;
height: 32px;
line-height: 32px;
font-size: inherit;
font-stretch: normal;
font-weight: 500;
outline: none;
padding: 0 0.75rem;
vertical-align: middle;
position: relative;
background-color: #EFF2F7;
color: #8492A6;
}
.sv-form .label-action, .sv-form--inline .label-action {
background-color: #ffffff;
cursor: pointer;
user-select: none;
}
.sv-form .label-action:hover, .sv-form--inline .label-action:hover {
color: #273444;
}
.sv-form .label-action.active i, .sv-form--inline .label-action.active i {
color: #2196f3;
}
.sv-form .label-action:hover + .action-container, .sv-form--inline .label-action:hover + .action-container,
.sv-form .label-action:focus + .action-container, .sv-form--inline .label-action:focus + .action-container {
display: block;
}
.sv-form .sv-select, .sv-form--inline .sv-select {
margin: 0 0 6px;
position: relative;
}
.sv-form .sv-select label, .sv-form--inline .sv-select label {
position: absolute;
top: 0;
bottom: 0;
right: 10px;
line-height: 32px;
color: #39464e;
cursor: default;
display: block;
font-size: inherit;
height: 32px;
list-style: none outside none;
pointer-events: none;
text-align: left;
width: 19px;
margin: 0;
outline: none;
}
.sv-form .sv-select label:focus, .sv-form--inline .sv-select label:focus {
outline: none;
}
.sv-form .sv-select label::-moz-focus-inner, .sv-form--inline .sv-select label::-moz-focus-inner {
border: 0;
}
.sv-form .sv-select select, .sv-form--inline .sv-select select {
width: 100%;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
outline-color: transparent;
}
.sv-form .sv-select select option, .sv-form--inline .sv-select select option {
outline-color: transparent;
}
.sv-form .sv-select select option:focus, .sv-form--inline .sv-select select option:focus {
outline: none;
}
.sv-form .sv-select select option::-moz-focus-inner, .sv-form--inline .sv-select select option::-moz-focus-inner {
border: 0;
}
.sv-form .sv-select select::-moz-focus-inner, .sv-form--inline .sv-select select::-moz-focus-inner {
border: 0;
}
.sv-form .sv-select select:focus, .sv-form--inline .sv-select select:focus {
outline: none;
}
.sv-form .sv-select select:-moz-focusring, .sv-form--inline .sv-select select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.sv-triangle {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #C0CCDA;
position: absolute;
z-index: 99;
}
.sv-triangle.on-right {
right: 15px;
top: 0;
}
.action-container {
display: none;
position: absolute;
top: 34px;
padding: 0.5rem;
right: 0;
z-index: 98;
width: inherit;
}
.action-container:hover {
display: block;
}
.action-container--content {
padding: 1rem;
background-color: #ffffff;
border: 1px solid #C0CCDA;
border-radius: 2px;
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.action-container--content footer {
height: 38px;
border-top: 1px solid #EFF2F7;
padding: 0.5rem 0;
}
.on-center {
border-radius: 0 !important;
}
.at-first {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
border-right: none !important;
}
.at-last {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.sv-form--inline input[type="email"],
.sv-form--inline input[type="number"],
.sv-form--inline input[type="search"],
.sv-form--inline input[type="text"],
.sv-form--inline input[type="tel"],
.sv-form--inline input[type="url"],
.sv-form--inline input[type="password"],
.sv-form--inline textarea,
.sv-form--inline select {
margin: 0 0.5rem 0 0;
}
.sv-form--inline label {
display: inline-block;
margin-right: 0.2rem;
}
.sv-form--inline label span {
display: inline-block;
margin-right: 0.2rem;
}
.sv-input-group {
display: inline-flex !important;
width: 100%;
position: relative;
}
.sv-input-group input[type="email"],
.sv-input-group input[type="number"],
.sv-input-group input[type="search"],
.sv-input-group input[type="text"],
.sv-input-group input[type="tel"],
.sv-input-group input[type="url"],
.sv-input-group input[type="password"],
.sv-input-group select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
flex-grow: 1;
flex-shrink: 0;
flex-basis: auto;
width: auto;
}
.sv-input-group .sv-button {
border-radius: 0;
border-left: 1px solid rgba(255, 255, 255, 0.6);
border-right: 1px solid rgba(255, 255, 255, 0.6);
display: inline-flex;
flex: 0 0 auto;
}
.sv-input-group .sv-button:first-of-type {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border: 0;
}
.sv-input-group .sv-button:last-of-type {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border: 0;
}
.sv-messagebox {
position: relative;
margin: 0.75rem 0;
padding: 0.5rem;
}
.sv-messagebox::after {
clear: both;
content: '';
display: table;
}
.sv-messagebox .sv-messagebox__close {
background: none;
border: none;
position: absolute;
padding: 2px 8px;
top: 0;
right: 0;
font-size: 1.4rem;
cursor: pointer;
}
.sv-messagebox header h1,
.sv-messagebox header h2,
.sv-messagebox header h3,
.sv-messagebox header h4,
.sv-messagebox header h5,
.sv-messagebox header h6 {
margin: 0 1rem;
font-weight: 700;
}
.sv-messagebox main {
margin: 0 1rem;
}
.sv-messagebox.info {
background-color: #64b5f6;
color: #ffffff;
}
.sv-messagebox.info .sv-messagebox__close {
color: #ffffff;
background-color: #2196f3;
}
.sv-messagebox.success {
background-color: #81c784;
color: #ffffff;
}
.sv-messagebox.success .sv-messagebox__close {
color: #ffffff;
background-color: #4caf50;
}
.sv-messagebox.error {
background-color: #e57373;
color: #ffffff;
}
.sv-messagebox.error .sv-messagebox__close {
color: #ffffff;
background-color: #e53935;
}
.sv-messagebox.warning {
background-color: #fff59d;
color: #f57f17;
}
.sv-messagebox.warning .sv-messagebox__close {
color: #ffffff;
background-color: #fbc02d;
}
.sv-breadcrumb--thin {
margin-bottom: 0.2rem;
display: flex;
flex-direction: row;
list-style: none;
padding: 0;
}
.sv-breadcrumb--thin li {
max-width: 25vw;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sv-breadcrumb--thin li:last-child {
overflow: hidden;
}
.sv-breadcrumb--thin li:last-child a {
pointer-events: none;
color: #4c6a94;
overflow: hidden;
text-overflow: ellipsis;
}
.sv-breadcrumb--thin li:first-child {
overflow: visible;
}
.sv-breadcrumb--thin li a {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sv-breadcrumb--thin li + li:before {
content: "\A0\A0/\A0\A0";
}
@media only screen and (max-width: 640px) {
.sv-breadcrumb--thin li {
display: none;
}
.sv-breadcrumb--thin li:first-child {
display: flex;
}
.sv-breadcrumb--thin li:last-child {
max-width: 75vw;
display: block;
}
}
.sv-breadcrumb {
list-style: none;
display: block;
overflow: hidden;
width: 100%;
margin-bottom: 0.5rem;
}
.sv-breadcrumb li {
float: left;
display: none;
}
@media screen and (min-width: 1200px) {
.sv-breadcrumb li {
display: block;
}
}
.sv-breadcrumb li:first-of-type {
display: block;
}
.sv-breadcrumb li:first-of-type a {
background-color: #E5E9F2;
}
.sv-breadcrumb li:first-of-type a:after {
border-left-color: #E5E9F2;
}
.sv-breadcrumb li:last-of-type {
background: transparent;
display: block;
}
.sv-breadcrumb li a {
display: block;
text-decoration: none;
position: relative;
height: 40px;
line-height: 40px;
padding: 0 10px 0 5px;
text-align: center;
margin-right: 23px;
transition: 0s;
}
.sv-breadcrumb li a {
background-color: #F9FAFC;
}
.sv-breadcrumb li a:before {
border-color: #F9FAFC;
border-left-color: transparent;
}
.sv-breadcrumb li a:after {
border-left-color: #F9FAFC;
}
.sv-breadcrumb li:first-child a {
padding-left: 15px;
}
.sv-breadcrumb li:first-child a:before {
border: none;
}
.sv-breadcrumb li:last-child a {
padding-right: 15px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-o-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
background: transparent;
pointer-events: none;
color: #4c6a94;
}
.sv-breadcrumb li:last-child a:before {
border: none;
}
.sv-breadcrumb li:last-child a:after {
border: none;
}
.sv-breadcrumb li:last-child a:hover {
background: transparent;
}
.sv-breadcrumb li a:before, .sv-breadcrumb li a:after {
content: "";
position: absolute;
top: 0;
border: 0 solid #F9FAFC;
border-width: 20px 10px;
width: 0;
height: 0;
}
.sv-breadcrumb li a:before {
left: -20px;
border-left-color: transparent;
}
.sv-breadcrumb li a:after {
left: 100%;
border-color: transparent;
border-left-color: #F9FAFC;
}
.sv-breadcrumb li a:hover, .sv-breadcrumb li a:active {
background-color: #D3DCE6;
}
.sv-breadcrumb li a:hover:before, .sv-breadcrumb li a:active:before {
border-color: #D3DCE6;
border-left-color: transparent;
}
.sv-breadcrumb li a:hover:after, .sv-breadcrumb li a:active:after {
border-left-color: #D3DCE6;
}
.sv-bar-loader {
animation: typing 1s linear infinite alternate;
height: 8px;
position: relative;
width: 8px;
display: inline-block;
}
.sv-bar-loader.large {
animation: typingLarge 1s linear infinite alternate;
height: 16px;
width: 16px;
}
.sv-spin-loader {
animation: spin 400ms linear infinite;
border: 3px solid #bdbdbd;
border-top: 3px solid #42a5f5;
border-radius: 50%;
height: 28px;
width: 28px;
display: inline-block;
}
.sv-spin-loader.large {
height: 32px;
width: 32px;
}
@-webkit-keyframes spin {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes typing {
0% {
background-color: #2196f3;
box-shadow: 12px 0 0 0 rgba(33, 150, 243, 0.2), 24px 0 0 0 rgba(33, 150, 243, 0.2);
}
25% {
background-color: rgba(33, 150, 243, 0.4);
box-shadow: 12px 0 0 0 rgba(33, 150, 243, 0.2), 24px 0 0 0 rgba(33, 150, 243, 0.2);
}
75% {
background-color: rgba(33, 150, 243, 0.4);
box-shadow: 12px 0 0 0 rgba(33, 150, 243, 0.2), 24px 0 0 0 #2196f3;
}
}
@keyframes typingLarge {
0% {
background-color: #2196f3;
box-shadow: 24px 0 0 0 rgba(33, 150, 243, 0.2), 48px 0 0 0 rgba(33, 150, 243, 0.2);
}
25% {
background-color: rgba(33, 150, 243, 0.4);
box-shadow: 24px 0 0 0 rgba(33, 150, 243, 0.2), 48px 0 0 0 rgba(33, 150, 243, 0.2);
}
75% {
background-color: rgba(33, 150, 243, 0.4);
box-shadow: 24px 0 0 0 rgba(33, 150, 243, 0.2), 48px 0 0 0 #2196f3;
}
}
.sv-tag {
border-radius: 2px;
display: inline-flex;
font-size: .8em;
margin: 0 0.25rem 0.25rem 0;
}
.sv-tag .sv-tag__content {
display: flex;
justify-content: center;
/* align horizontal */
align-items: center;
padding: 0.25rem;
}
.sv-tag .sv-tag__close {
padding: 0.25rem;
display: flex;
justify-content: center;
/* align horizontal */
align-items: center;
user-select: none;
}
.sv-tag .sv-tag__close:hover {
cursor: pointer;
}
.sv-tag.danger {
background-color: #ffebee;
border: 1px solid #e57373;
color: #e53935;
}
.sv-tag.danger .sv-tag__content {
border-left: 1px solid #e57373;
}
.sv-tag.danger .sv-tag__close:hover {
background-color: #ffcdd2;
}
.sv-tag.primary {
background-color: #e8f5e9;
border: 1px solid #81c784;
color: #43a047;
}
.sv-tag.primary .sv-tag__content {
border-left: 1px solid #81c784;
}
.sv-tag.primary .sv-tag__close:hover {
background-color: #c8e6c9;
}
.sv-tag.info {
background-color: #e3f2fd;
border: 1px solid #64b5f6;
color: #1e88e5;
}
.sv-tag.info .sv-tag__content {
border-left: 1px solid #64b5f6;
}
.sv-tag.info .sv-tag__close:hover {
background-color: #bbdefb;
}
.sv-tag.default {
background-color: #F9FAFC;
border: 1px solid #E0E6ED;
color: #8492A6;
}
.sv-tag.default .sv-tag__content {
border-left: 1px solid #E0E6ED;
}
.sv-tag.default .sv-tag__close:hover {
background-color: #EFF2F7;
}
.sv-tag.warning {
background-color: #fffde7;
border: 1px solid #ffeb3b;
color: #f57f17;
}
.sv-tag.warning .sv-tag__content {
border-left: 1px solid #ffeb3b;
}
.sv-tag.warning .sv-tag__close:hover {
background-color: #fff9c4;
}
.sv-paginate {
text-align: center;
}
.sv-paginate a {
padding: 0.5rem 0.75rem;
}
.sv-paginate button:first-child i {
margin: 0 0.5rem 0 0;
}
.sv-paginate button:last-child i {
margin: 0 0 0 0.5rem;
}
.sv-paginate span {
color: #9e9e9e;
}
.sv-paginate em {
border-radius: 2px;
background-color: #64b5f6;
color: #ffffff;
font-style: normal;
padding: 0.5rem 0.75rem;
}
.sv-pl--0 {
padding-left: 0 !important;
}
.sv-pr--0 {
padding-right: 0 !important;
}
.sv-pt--0 {
padding-top: 0 !important;
}
.sv-pb--0 {
padding-bottom: 0 !important;
}
.sv-pv--0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.sv-ph--0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.sv-pa--0 {
padding: 0 !important;
}
.sv-ml--0 {
margin-left: 0 !important;
}
.sv-mr--0 {
margin-right: 0 !important;
}
.sv-mt--0 {
margin-top: 0 !important;
}
.sv-mb--0 {
margin-bottom: 0 !important;
}
.sv-mv--0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.sv-mh--0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.sv-ma--0 {
margin: 0 !important;
}
.sv-pl--5 {
padding-left: 5px !important;
}
.sv-pr--5 {
padding-right: 5px !important;
}
.sv-pt--5 {
padding-top: 5px !important;
}
.sv-pb--5 {
padding-bottom: 5px !important;
}
.sv-pv--5 {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.sv-ph--5 {
padding-right: 5px !important;
padding-left: 5px !important;
}
.sv-pa--5 {
padding: 5px !important;
}
.sv-ml--5 {
margin-left: 5px !important;
}
.sv-mr--5 {
margin-right: 5px !important;
}
.sv-mt--5 {
margin-top: 5px !important;
}
.sv-mb--5 {
margin-bottom: 5px !important;
}
.sv-mv--5 {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.sv-mh--5 {
margin-right: 5px !important;
margin-left: 5px !important;
}
.sv-ma--5 {
margin: 5px !important;
}
.sv-pl--10 {
padding-left: 10px !important;
}
.sv-pr--10 {
padding-right: 10px !important;
}
.sv-pt--10 {
padding-top: 10px !important;
}
.sv-pb--10 {
padding-bottom: 10px !important;
}
.sv-pv--10 {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.sv-ph--10 {
padding-right: 10px !important;
padding-left: 10px !important;
}
.sv-pa--10 {
padding: 10px !important;
}
.sv-ml--10 {
margin-left: 10px !important;
}
.sv-mr--10 {
margin-right: 10px !important;
}
.sv-mt--10 {
margin-top: 10px !important;
}
.sv-mb--10 {
margin-bottom: 10px !important;
}
.sv-mv--10 {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.sv-mh--10 {
margin-right: 10px !important;
margin-left: 10px !important;
}
.sv-ma--10 {
margin: 10px !important;
}
.sv-pl--15 {
padding-left: 15px !important;
}
.sv-pr--15 {
padding-right: 15px !important;
}
.sv-pt--15 {
padding-top: 15px !important;
}
.sv-pb--15 {
padding-bottom: 15px !important;
}
.sv-pv--15 {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.sv-ph--15 {
padding-right: 15px !important;
padding-left: 15px !important;
}
.sv-pa--15 {
padding: 15px !important;
}
.sv-ml--15 {
margin-left: 15px !important;
}
.sv-mr--15 {
margin-right: 15px !important;
}
.sv-mt--15 {
margin-top: 15px !important;
}
.sv-mb--15 {
margin-bottom: 15px !important;
}
.sv-mv--15 {
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.sv-mh--15 {
margin-right: 15px !important;
margin-left: 15px !important;
}
.sv-ma--15 {
margin: 15px !important;
}
.sv-pl--20 {
padding-left: 20px !important;
}
.sv-pr--20 {
padding-right: 20px !important;
}
.sv-pt--20 {
padding-top: 20px !important;
}
.sv-pb--20 {
padding-bottom: 20px !important;
}
.sv-pv--20 {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.sv-ph--20 {
padding-right: 20px !important;
padding-left: 20px !important;
}
.sv-pa--20 {
padding: 20px !important;
}
.sv-ml--20 {
margin-left: 20px !important;
}
.sv-mr--20 {
margin-right: 20px !important;
}
.sv-mt--20 {
margin-top: 20px !important;
}
.sv-mb--20 {
margin-bottom: 20px !important;
}
.sv-mv--20 {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.sv-mh--20 {
margin-right: 20px !important;
margin-left: 20px !important;
}
.sv-ma--20 {
margin: 20px !important;
}
.sv-pl--25 {
padding-left: 25px !important;
}
.sv-pr--25 {
padding-right: 25px !important;
}
.sv-pt--25 {
padding-top: 25px !important;
}
.sv-pb--25 {
padding-bottom: 25px !important;
}
.sv-pv--25 {
padding-top: 25px !important;
padding-bottom: 25px !important;
}
.sv-ph--25 {
padding-right: 25px !important;
padding-left: 25px !important;
}
.sv-pa--25 {
padding: 25px !important;
}
.sv-ml--25 {
margin-left: 25px !important;
}
.sv-mr--25 {
margin-right: 25px !important;
}
.sv-mt--25 {
margin-top: 25px !important;
}
.sv-mb--25 {
margin-bottom: 25px !important;
}
.sv-mv--25 {
margin-top: 25px !important;
margin-bottom: 25px !important;
}
.sv-mh--25 {
margin-right: 25px !important;
margin-left: 25px !important;
}
.sv-ma--25 {
margin: 25px !important;
}
.sv-pl--30 {
padding-left: 30px !important;
}
.sv-pr--30 {
padding-right: 30px !important;
}
.sv-pt--30 {
padding-top: 30px !important;
}
.sv-pb--30 {
padding-bottom: 30px !important;
}
.sv-pv--30 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.sv-ph--30 {
padding-right: 30px !important;
padding-left: 30px !important;
}
.sv-pa--30 {
padding: 30px !important;
}
.sv-ml--30 {
margin-left: 30px !important;
}
.sv-mr--30 {
margin-right: 30px !important;
}
.sv-mt--30 {
margin-top: 30px !important;
}
.sv-mb--30 {
margin-bottom: 30px !important;
}
.sv-mv--30 {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
.sv-mh--30 {
margin-right: 30px !important;
margin-left: 30px !important;
}
.sv-ma--30 {
margin: 30px !important;
}
.sv-pl--35 {
padding-left: 35px !important;
}
.sv-pr--35 {
padding-right: 35px !important;
}
.sv-pt--35 {
padding-top: 35px !important;
}
.sv-pb--35 {
padding-bottom: 35px !important;
}
.sv-pv--35 {
padding-top: 35px !important;
padding-bottom: 35px !important;
}
.sv-ph--35 {
padding-right: 35px !important;
padding-left: 35px !important;
}
.sv-pa--35 {
padding: 35px !important;
}
.sv-ml--35 {
margin-left: 35px !important;
}
.sv-mr--35 {
margin-right: 35px !important;
}
.sv-mt--35 {
margin-top: 35px !important;
}
.sv-mb--35 {
margin-bottom: 35px !important;
}
.sv-mv--35 {
margin-top: 35px !important;
margin-bottom: 35px !important;
}
.sv-mh--35 {
margin-right: 35px !important;
margin-left: 35px !important;
}
.sv-ma--35 {
margin: 35px !important;
}
.sv-pl--40 {
padding-left: 40px !important;
}
.sv-pr--40 {
padding-right: 40px !important;
}
.sv-pt--40 {
padding-top: 40px !important;
}
.sv-pb--40 {
padding-bottom: 40px !important;
}
.sv-pv--40 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.sv-ph--40 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.sv-pa--40 {
padding: 40px !important;
}
.sv-ml--40 {
margin-left: 40px !important;
}
.sv-mr--40 {
margin-right: 40px !important;
}
.sv-mt--40 {
margin-top: 40px !important;
}
.sv-mb--40 {
margin-bottom: 40px !important;
}
.sv-mv--40 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.sv-mh--40 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.sv-ma--40 {
margin: 40px !important;
}
.sv-pl--45 {
padding-left: 45px !important;
}
.sv-pr--45 {
padding-right: 45px !important;
}
.sv-pt--45 {
padding-top: 45px !important;
}
.sv-pb--45 {
padding-bottom: 45px !important;
}
.sv-pv--45 {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.sv-ph--45 {
padding-right: 45px !important;
padding-left: 45px !important;
}
.sv-pa--45 {
padding: 45px !important;
}
.sv-ml--45 {
margin-left: 45px !important;
}
.sv-mr--45 {
margin-right: 45px !important;
}
.sv-mt--45 {
margin-top: 45px !important;
}
.sv-mb--45 {
margin-bottom: 45px !important;
}
.sv-mv--45 {
margin-top: 45px !important;
margin-bottom: 45px !important;
}
.sv-mh--45 {
margin-right: 45px !important;
margin-left: 45px !important;
}
.sv-ma--45 {
margin: 45px !important;
}
.sv-pl--50 {
padding-left: 50px !important;
}
.sv-pr--50 {
padding-right: 50px !important;
}
.sv-pt--50 {
padding-top: 50px !important;
}
.sv-pb--50 {
padding-bottom: 50px !important;
}
.sv-pv--50 {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.sv-ph--50 {
padding-right: 50px !important;
padding-left: 50px !important;
}
.sv-pa--50 {
padding: 50px !important;
}
.sv-ml--50 {
margin-left: 50px !important;
}
.sv-mr--50 {
margin-right: 50px !important;
}
.sv-mt--50 {
margin-top: 50px !important;
}
.sv-mb--50 {
margin-bottom: 50px !important;
}
.sv-mv--50 {
margin-top: 50px !important;
margin-bottom: 50px !important;
}
.sv-mh--50 {
margin-right: 50px !important;
margin-left: 50px !important;
}
.sv-ma--50 {
margin: 50px !important;
}
.sv-pl--60 {
padding-left: 60px !important;
}
.sv-pr--60 {
padding-right: 60px !important;
}
.sv-pt--60 {
padding-top: 60px !important;
}
.sv-pb--60 {
padding-bottom: 60px !important;
}
.sv-pv--60 {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.sv-ph--60 {
padding-right: 60px !important;
padding-left: 60px !important;
}
.sv-pa--60 {
padding: 60px !important;
}
.sv-ml--60 {
margin-left: 60px !important;
}
.sv-mr--60 {
margin-right: 60px !important;
}
.sv-mt--60 {
margin-top: 60px !important;
}
.sv-mb--60 {
margin-bottom: 60px !important;
}
.sv-mv--60 {
margin-top: 60px !important;
margin-bottom: 60px !important;
}
.sv-mh--60 {
margin-right: 60px !important;
margin-left: 60px !important;
}
.sv-ma--60 {
margin: 60px !important;
}
.sv-pl--70 {
padding-left: 70px !important;
}
.sv-pr--70 {
padding-right: 70px !important;
}
.sv-pt--70 {
padding-top: 70px !important;
}
.sv-pb--70 {
padding-bottom: 70px !important;
}
.sv-pv--70 {
padding-top: 70px !important;
padding-bottom: 70px !important;
}
.sv-ph--70 {
padding-right: 70px !important;
padding-left: 70px !important;
}
.sv-pa--70 {
padding: 70px !important;
}
.sv-ml--70 {
margin-left: 70px !important;
}
.sv-mr--70 {
margin-right: 70px !important;
}
.sv-mt--70 {
margin-top: 70px !important;
}
.sv-mb--70 {
margin-bottom: 70px !important;
}
.sv-mv--70 {
margin-top: 70px !important;
margin-bottom: 70px !important;
}
.sv-mh--70 {
margin-right: 70px !important;
margin-left: 70px !important;
}
.sv-ma--70 {
margin: 70px !important;
}
.sv-pl--80 {
padding-left: 80px !important;
}
.sv-pr--80 {
padding-right: 80px !important;
}
.sv-pt--80 {
padding-top: 80px !important;
}
.sv-pb--80 {
padding-bottom: 80px !important;
}
.sv-pv--80 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.sv-ph--80 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.sv-pa--80 {
padding: 80px !important;
}
.sv-ml--80 {
margin-left: 80px !important;
}
.sv-mr--80 {
margin-right: 80px !important;
}
.sv-mt--80 {
margin-top: 80px !important;
}
.sv-mb--80 {
margin-bottom: 80px !important;
}
.sv-mv--80 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.sv-mh--80 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.sv-ma--80 {
margin: 80px !important;
}
.sv-pl--100 {
padding-left: 100px !important;
}
.sv-pr--100 {
padding-right: 100px !important;
}
.sv-pt--100 {
padding-top: 100px !important;
}
.sv-pb--100 {
padding-bottom: 100px !important;
}
.sv-pv--100 {
padding-top: 100px !important;
padding-bottom: 100px !important;
}
.sv-ph--100 {
padding-right: 100px !important;
padding-left: 100px !important;
}
.sv-pa--100 {
padding: 100px !important;
}
.sv-ml--100 {
margin-left: 100px !important;
}
.sv-mr--100 {
margin-right: 100px !important;
}
.sv-mt--100 {
margin-top: 100px !important;
}
.sv-mb--100 {
margin-bottom: 100px !important;
}
.sv-mv--100 {
margin-top: 100px !important;
margin-bottom: 100px !important;
}
.sv-mh--100 {
margin-right: 100px !important;
margin-left: 100px !important;
}
.sv-ma--100 {
margin: 100px !important;
}
/*# sourceMappingURL=saturn-v.css.map */ | css/saturn-v.css | .sv-color--white-1 {
color: #ffffff;
}
.sv-bg-color--white-1 {
background-color: #ffffff !important;
}
.sv-bd-color--white-1 {
border-color: #ffffff !important;
}
.sv-color--black-1 {
color: #000000;
}
.sv-bg-color--black-1 {
background-color: #000000 !important;
}
.sv-bd-color--black-1 {
border-color: #000000 !important;
}
.sv-color--blue-brand {
color: #0060aa;
}
.sv-bg-color--blue-brand {
background-color: #0060aa !important;
}
.sv-bd-color--blue-brand {
border-color: #0060aa !important;
}
.sv-color--blue-synchro {
color: #0060aa;
}
.sv-bg-color--blue-synchro {
background-color: #0060aa !important;
}
.sv-bd-color--blue-synchro {
border-color: #0060aa !important;
}
.sv-color--text-color {
color: #4c6a94;
}
.sv-bg-color--text-color {
background-color: #4c6a94 !important;
}
.sv-bd-color--text-color {
border-color: #4c6a94 !important;
}
.sv-color--link-color {
color: #0070d2;
}
.sv-bg-color--link-color {
background-color: #0070d2 !important;
}
.sv-bd-color--link-color {
border-color: #0070d2 !important;
}
.sv-color--link-color-hover {
color: #002a54;
}
.sv-bg-color--link-color-hover {
background-color: #002a54 !important;
}
.sv-bd-color--link-color-hover {
border-color: #002a54 !important;
}
.sv-color--code-color {
color: #d33682;
}
.sv-bg-color--code-color {
background-color: #d33682 !important;
}
.sv-bd-color--code-color {
border-color: #d33682 !important;
}
.sv-color--red-1 {
color: #f44336;
}
.sv-bg-color--red-1 {
background-color: #f44336 !important;
}
.sv-bd-color--red-1 {
border-color: #f44336 !important;
}
.sv-color--red-50 {
color: #ffebee;
}
.sv-bg-color--red-50 {
background-color: #ffebee !important;
}
.sv-bd-color--red-50 {
border-color: #ffebee !important;
}
.sv-color--red-100 {
color: #ffcdd2;
}
.sv-bg-color--red-100 {
background-color: #ffcdd2 !important;
}
.sv-bd-color--red-100 {
border-color: #ffcdd2 !important;
}
.sv-color--red-200 {
color: #ef9a9a;
}
.sv-bg-color--red-200 {
background-color: #ef9a9a !important;
}
.sv-bd-color--red-200 {
border-color: #ef9a9a !important;
}
.sv-color--red-300 {
color: #e57373;
}
.sv-bg-color--red-300 {
background-color: #e57373 !important;
}
.sv-bd-color--red-300 {
border-color: #e57373 !important;
}
.sv-color--red-400 {
color: #ef5350;
}
.sv-bg-color--red-400 {
background-color: #ef5350 !important;
}
.sv-bd-color--red-400 {
border-color: #ef5350 !important;
}
.sv-color--red-500 {
color: #f44336;
}
.sv-bg-color--red-500 {
background-color: #f44336 !important;
}
.sv-bd-color--red-500 {
border-color: #f44336 !important;
}
.sv-color--red-600 {
color: #e53935;
}
.sv-bg-color--red-600 {
background-color: #e53935 !important;
}
.sv-bd-color--red-600 {
border-color: #e53935 !important;
}
.sv-color--red-700 {
color: #d32f2f;
}
.sv-bg-color--red-700 {
background-color: #d32f2f !important;
}
.sv-bd-color--red-700 {
border-color: #d32f2f !important;
}
.sv-color--red-800 {
color: #c62828;
}
.sv-bg-color--red-800 {
background-color: #c62828 !important;
}
.sv-bd-color--red-800 {
border-color: #c62828 !important;
}
.sv-color--red-900 {
color: #b71c1c;
}
.sv-bg-color--red-900 {
background-color: #b71c1c !important;
}
.sv-bd-color--red-900 {
border-color: #b71c1c !important;
}
.sv-color--blue-1 {
color: #2196f3;
}
.sv-bg-color--blue-1 {
background-color: #2196f3 !important;
}
.sv-bd-color--blue-1 {
border-color: #2196f3 !important;
}
.sv-color--blue-50 {
color: #e3f2fd;
}
.sv-bg-color--blue-50 {
background-color: #e3f2fd !important;
}
.sv-bd-color--blue-50 {
border-color: #e3f2fd !important;
}
.sv-color--blue-100 {
color: #bbdefb;
}
.sv-bg-color--blue-100 {
background-color: #bbdefb !important;
}
.sv-bd-color--blue-100 {
border-color: #bbdefb !important;
}
.sv-color--blue-200 {
color: #90caf9;
}
.sv-bg-color--blue-200 {
background-color: #90caf9 !important;
}
.sv-bd-color--blue-200 {
border-color: #90caf9 !important;
}
.sv-color--blue-300 {
color: #64b5f6;
}
.sv-bg-color--blue-300 {
background-color: #64b5f6 !important;
}
.sv-bd-color--blue-300 {
border-color: #64b5f6 !important;
}
.sv-color--blue-400 {
color: #42a5f5;
}
.sv-bg-color--blue-400 {
background-color: #42a5f5 !important;
}
.sv-bd-color--blue-400 {
border-color: #42a5f5 !important;
}
.sv-color--blue-500 {
color: #2196f3;
}
.sv-bg-color--blue-500 {
background-color: #2196f3 !important;
}
.sv-bd-color--blue-500 {
border-color: #2196f3 !important;
}
.sv-color--blue-600 {
color: #1e88e5;
}
.sv-bg-color--blue-600 {
background-color: #1e88e5 !important;
}
.sv-bd-color--blue-600 {
border-color: #1e88e5 !important;
}
.sv-color--blue-700 {
color: #1976d2;
}
.sv-bg-color--blue-700 {
background-color: #1976d2 !important;
}
.sv-bd-color--blue-700 {
border-color: #1976d2 !important;
}
.sv-color--blue-800 {
color: #1565c0;
}
.sv-bg-color--blue-800 {
background-color: #1565c0 !important;
}
.sv-bd-color--blue-800 {
border-color: #1565c0 !important;
}
.sv-color--blue-900 {
color: #0d47a1;
}
.sv-bg-color--blue-900 {
background-color: #0d47a1 !important;
}
.sv-bd-color--blue-900 {
border-color: #0d47a1 !important;
}
.sv-color--green-1 {
color: #4caf50;
}
.sv-bg-color--green-1 {
background-color: #4caf50 !important;
}
.sv-bd-color--green-1 {
border-color: #4caf50 !important;
}
.sv-color--green-50 {
color: #e8f5e9;
}
.sv-bg-color--green-50 {
background-color: #e8f5e9 !important;
}
.sv-bd-color--green-50 {
border-color: #e8f5e9 !important;
}
.sv-color--green-100 {
color: #c8e6c9;
}
.sv-bg-color--green-100 {
background-color: #c8e6c9 !important;
}
.sv-bd-color--green-100 {
border-color: #c8e6c9 !important;
}
.sv-color--green-200 {
color: #a5d6a7;
}
.sv-bg-color--green-200 {
background-color: #a5d6a7 !important;
}
.sv-bd-color--green-200 {
border-color: #a5d6a7 !important;
}
.sv-color--green-300 {
color: #81c784;
}
.sv-bg-color--green-300 {
background-color: #81c784 !important;
}
.sv-bd-color--green-300 {
border-color: #81c784 !important;
}
.sv-color--green-400 {
color: #66bb6a;
}
.sv-bg-color--green-400 {
background-color: #66bb6a !important;
}
.sv-bd-color--green-400 {
border-color: #66bb6a !important;
}
.sv-color--green-500 {
color: #4caf50;
}
.sv-bg-color--green-500 {
background-color: #4caf50 !important;
}
.sv-bd-color--green-500 {
border-color: #4caf50 !important;
}
.sv-color--green-600 {
color: #43a047;
}
.sv-bg-color--green-600 {
background-color: #43a047 !important;
}
.sv-bd-color--green-600 {
border-color: #43a047 !important;
}
.sv-color--green-700 {
color: #388e3c;
}
.sv-bg-color--green-700 {
background-color: #388e3c !important;
}
.sv-bd-color--green-700 {
border-color: #388e3c !important;
}
.sv-color--green-800 {
color: #2e7d32;
}
.sv-bg-color--green-800 {
background-color: #2e7d32 !important;
}
.sv-bd-color--green-800 {
border-color: #2e7d32 !important;
}
.sv-color--green-900 {
color: #1b5e20;
}
.sv-bg-color--green-900 {
background-color: #1b5e20 !important;
}
.sv-bd-color--green-900 {
border-color: #1b5e20 !important;
}
.sv-color--yellow-1 {
color: #ffeb3b;
}
.sv-bg-color--yellow-1 {
background-color: #ffeb3b !important;
}
.sv-bd-color--yellow-1 {
border-color: #ffeb3b !important;
}
.sv-color--yellow-50 {
color: #fffde7;
}
.sv-bg-color--yellow-50 {
background-color: #fffde7 !important;
}
.sv-bd-color--yellow-50 {
border-color: #fffde7 !important;
}
.sv-color--yellow-100 {
color: #fff9c4;
}
.sv-bg-color--yellow-100 {
background-color: #fff9c4 !important;
}
.sv-bd-color--yellow-100 {
border-color: #fff9c4 !important;
}
.sv-color--yellow-200 {
color: #fff59d;
}
.sv-bg-color--yellow-200 {
background-color: #fff59d !important;
}
.sv-bd-color--yellow-200 {
border-color: #fff59d !important;
}
.sv-color--yellow-300 {
color: #fff176;
}
.sv-bg-color--yellow-300 {
background-color: #fff176 !important;
}
.sv-bd-color--yellow-300 {
border-color: #fff176 !important;
}
.sv-color--yellow-400 {
color: #ffee58;
}
.sv-bg-color--yellow-400 {
background-color: #ffee58 !important;
}
.sv-bd-color--yellow-400 {
border-color: #ffee58 !important;
}
.sv-color--yellow-500 {
color: #ffeb3b;
}
.sv-bg-color--yellow-500 {
background-color: #ffeb3b !important;
}
.sv-bd-color--yellow-500 {
border-color: #ffeb3b !important;
}
.sv-color--yellow-600 {
color: #fdd835;
}
.sv-bg-color--yellow-600 {
background-color: #fdd835 !important;
}
.sv-bd-color--yellow-600 {
border-color: #fdd835 !important;
}
.sv-color--yellow-700 {
color: #fbc02d;
}
.sv-bg-color--yellow-700 {
background-color: #fbc02d !important;
}
.sv-bd-color--yellow-700 {
border-color: #fbc02d !important;
}
.sv-color--yellow-800 {
color: #f9a825;
}
.sv-bg-color--yellow-800 {
background-color: #f9a825 !important;
}
.sv-bd-color--yellow-800 {
border-color: #f9a825 !important;
}
.sv-color--yellow-900 {
color: #f57f17;
}
.sv-bg-color--yellow-900 {
background-color: #f57f17 !important;
}
.sv-bd-color--yellow-900 {
border-color: #f57f17 !important;
}
.sv-color--orange-1 {
color: #ff9800;
}
.sv-bg-color--orange-1 {
background-color: #ff9800 !important;
}
.sv-bd-color--orange-1 {
border-color: #ff9800 !important;
}
.sv-color--orange-50 {
color: #fff3e0;
}
.sv-bg-color--orange-50 {
background-color: #fff3e0 !important;
}
.sv-bd-color--orange-50 {
border-color: #fff3e0 !important;
}
.sv-color--orange-100 {
color: #ffe0b2;
}
.sv-bg-color--orange-100 {
background-color: #ffe0b2 !important;
}
.sv-bd-color--orange-100 {
border-color: #ffe0b2 !important;
}
.sv-color--orange-200 {
color: #ffcc80;
}
.sv-bg-color--orange-200 {
background-color: #ffcc80 !important;
}
.sv-bd-color--orange-200 {
border-color: #ffcc80 !important;
}
.sv-color--orange-300 {
color: #ffb74d;
}
.sv-bg-color--orange-300 {
background-color: #ffb74d !important;
}
.sv-bd-color--orange-300 {
border-color: #ffb74d !important;
}
.sv-color--orange-400 {
color: #ffa726;
}
.sv-bg-color--orange-400 {
background-color: #ffa726 !important;
}
.sv-bd-color--orange-400 {
border-color: #ffa726 !important;
}
.sv-color--orange-500 {
color: #ff9800;
}
.sv-bg-color--orange-500 {
background-color: #ff9800 !important;
}
.sv-bd-color--orange-500 {
border-color: #ff9800 !important;
}
.sv-color--orange-600 {
color: #fb8c00;
}
.sv-bg-color--orange-600 {
background-color: #fb8c00 !important;
}
.sv-bd-color--orange-600 {
border-color: #fb8c00 !important;
}
.sv-color--orange-700 {
color: #f57c00;
}
.sv-bg-color--orange-700 {
background-color: #f57c00 !important;
}
.sv-bd-color--orange-700 {
border-color: #f57c00 !important;
}
.sv-color--orange-800 {
color: #ef6c00;
}
.sv-bg-color--orange-800 {
background-color: #ef6c00 !important;
}
.sv-bd-color--orange-800 {
border-color: #ef6c00 !important;
}
.sv-color--orange-900 {
color: #e65100;
}
.sv-bg-color--orange-900 {
background-color: #e65100 !important;
}
.sv-bd-color--orange-900 {
border-color: #e65100 !important;
}
.sv-color--gray-1 {
color: #9e9e9e;
}
.sv-bg-color--gray-1 {
background-color: #9e9e9e !important;
}
.sv-bd-color--gray-1 {
border-color: #9e9e9e !important;
}
.sv-color--gray-50 {
color: #fafafa;
}
.sv-bg-color--gray-50 {
background-color: #fafafa !important;
}
.sv-bd-color--gray-50 {
border-color: #fafafa !important;
}
.sv-color--gray-100 {
color: #f5f5f5;
}
.sv-bg-color--gray-100 {
background-color: #f5f5f5 !important;
}
.sv-bd-color--gray-100 {
border-color: #f5f5f5 !important;
}
.sv-color--gray-200 {
color: #eeeeee;
}
.sv-bg-color--gray-200 {
background-color: #eeeeee !important;
}
.sv-bd-color--gray-200 {
border-color: #eeeeee !important;
}
.sv-color--gray-300 {
color: #d9d9d9;
}
.sv-bg-color--gray-300 {
background-color: #d9d9d9 !important;
}
.sv-bd-color--gray-300 {
border-color: #d9d9d9 !important;
}
.sv-color--gray-400 {
color: #bdbdbd;
}
.sv-bg-color--gray-400 {
background-color: #bdbdbd !important;
}
.sv-bd-color--gray-400 {
border-color: #bdbdbd !important;
}
.sv-color--gray-500 {
color: #9e9e9e;
}
.sv-bg-color--gray-500 {
background-color: #9e9e9e !important;
}
.sv-bd-color--gray-500 {
border-color: #9e9e9e !important;
}
.sv-color--gray-600 {
color: #757575;
}
.sv-bg-color--gray-600 {
background-color: #757575 !important;
}
.sv-bd-color--gray-600 {
border-color: #757575 !important;
}
.sv-color--gray-700 {
color: #616161;
}
.sv-bg-color--gray-700 {
background-color: #616161 !important;
}
.sv-bd-color--gray-700 {
border-color: #616161 !important;
}
.sv-color--gray-800 {
color: #424242;
}
.sv-bg-color--gray-800 {
background-color: #424242 !important;
}
.sv-bd-color--gray-800 {
border-color: #424242 !important;
}
.sv-color--gray-900 {
color: #212121;
}
.sv-bg-color--gray-900 {
background-color: #212121 !important;
}
.sv-bd-color--gray-900 {
border-color: #212121 !important;
}
.sv-color--blue-gray-1 {
color: #607d8b;
}
.sv-bg-color--blue-gray-1 {
background-color: #607d8b !important;
}
.sv-bd-color--blue-gray-1 {
border-color: #607d8b !important;
}
.sv-color--blue-gray-50 {
color: #eceff1;
}
.sv-bg-color--blue-gray-50 {
background-color: #eceff1 !important;
}
.sv-bd-color--blue-gray-50 {
border-color: #eceff1 !important;
}
.sv-color--blue-gray-100 {
color: #cfd8dc;
}
.sv-bg-color--blue-gray-100 {
background-color: #cfd8dc !important;
}
.sv-bd-color--blue-gray-100 {
border-color: #cfd8dc !important;
}
.sv-color--blue-gray-200 {
color: #b0bec5;
}
.sv-bg-color--blue-gray-200 {
background-color: #b0bec5 !important;
}
.sv-bd-color--blue-gray-200 {
border-color: #b0bec5 !important;
}
.sv-color--blue-gray-300 {
color: #90a4ae;
}
.sv-bg-color--blue-gray-300 {
background-color: #90a4ae !important;
}
.sv-bd-color--blue-gray-300 {
border-color: #90a4ae !important;
}
.sv-color--blue-gray-400 {
color: #78909c;
}
.sv-bg-color--blue-gray-400 {
background-color: #78909c !important;
}
.sv-bd-color--blue-gray-400 {
border-color: #78909c !important;
}
.sv-color--blue-gray-500 {
color: #607d8b;
}
.sv-bg-color--blue-gray-500 {
background-color: #607d8b !important;
}
.sv-bd-color--blue-gray-500 {
border-color: #607d8b !important;
}
.sv-color--blue-gray-600 {
color: #546e7a;
}
.sv-bg-color--blue-gray-600 {
background-color: #546e7a !important;
}
.sv-bd-color--blue-gray-600 {
border-color: #546e7a !important;
}
.sv-color--blue-gray-700 {
color: #455a64;
}
.sv-bg-color--blue-gray-700 {
background-color: #455a64 !important;
}
.sv-bd-color--blue-gray-700 {
border-color: #455a64 !important;
}
.sv-color--blue-gray-800 {
color: #37474f;
}
.sv-bg-color--blue-gray-800 {
background-color: #37474f !important;
}
.sv-bd-color--blue-gray-800 {
border-color: #37474f !important;
}
.sv-color--blue-gray-900 {
color: #263238;
}
.sv-bg-color--blue-gray-900 {
background-color: #263238 !important;
}
.sv-bd-color--blue-gray-900 {
border-color: #263238 !important;
}
.sv-color--steel-1 {
color: #C0CCDA;
}
.sv-bg-color--steel-1 {
background-color: #C0CCDA !important;
}
.sv-bd-color--steel-1 {
border-color: #C0CCDA !important;
}
.sv-color--steel-50 {
color: #F9FAFC;
}
.sv-bg-color--steel-50 {
background-color: #F9FAFC !important;
}
.sv-bd-color--steel-50 {
border-color: #F9FAFC !important;
}
.sv-color--steel-100 {
color: #EFF2F7;
}
.sv-bg-color--steel-100 {
background-color: #EFF2F7 !important;
}
.sv-bd-color--steel-100 {
border-color: #EFF2F7 !important;
}
.sv-color--steel-200 {
color: #E5E9F2;
}
.sv-bg-color--steel-200 {
background-color: #E5E9F2 !important;
}
.sv-bd-color--steel-200 {
border-color: #E5E9F2 !important;
}
.sv-color--steel-300 {
color: #E0E6ED;
}
.sv-bg-color--steel-300 {
background-color: #E0E6ED !important;
}
.sv-bd-color--steel-300 {
border-color: #E0E6ED !important;
}
.sv-color--steel-400 {
color: #D3DCE6;
}
.sv-bg-color--steel-400 {
background-color: #D3DCE6 !important;
}
.sv-bd-color--steel-400 {
border-color: #D3DCE6 !important;
}
.sv-color--steel-500 {
color: #C0CCDA;
}
.sv-bg-color--steel-500 {
background-color: #C0CCDA !important;
}
.sv-bd-color--steel-500 {
border-color: #C0CCDA !important;
}
.sv-color--steel-600 {
color: #8492A6;
}
.sv-bg-color--steel-600 {
background-color: #8492A6 !important;
}
.sv-bd-color--steel-600 {
border-color: #8492A6 !important;
}
.sv-color--steel-700 {
color: #3C4858;
}
.sv-bg-color--steel-700 {
background-color: #3C4858 !important;
}
.sv-bd-color--steel-700 {
border-color: #3C4858 !important;
}
.sv-color--steel-800 {
color: #273444;
}
.sv-bg-color--steel-800 {
background-color: #273444 !important;
}
.sv-bd-color--steel-800 {
border-color: #273444 !important;
}
.sv-color--steel-900 {
color: #1F2D3D;
}
.sv-bg-color--steel-900 {
background-color: #1F2D3D !important;
}
.sv-bd-color--steel-900 {
border-color: #1F2D3D !important;
}
/*--------------------------------------------------------
POSICIONAMENTOS
--------------------------------------------------------*/
.sv-pull-left {
float: left !important;
}
.sv-pull-right {
float: right !important;
}
/*--------------------------------------------------------
ALINHAMENTO DE TEXTO
--------------------------------------------------------*/
.sv-text-left {
text-align: left !important;
}
.sv-text-right {
text-align: right !important;
}
.sv-text-center {
text-align: center !important;
}
.sv-text-justify {
text-align: justify !important;
}
/*--------------------------------------------------------
POSICIONAMENTO DE ELEMENTOS COM DISPLAY FLEX
--------------------------------------------------------*/
.sv-flex-left {
justify-content: flex-start !important;
}
.sv-flex-right {
justify-content: flex-end !important;
}
.sv-flex-center {
justify-content: center !important;
}
.sv-flex-justify {
justify-content: space-between !important;
}
.sv-hidden {
display: none !important;
}
.sv-fixed {
position: fixed !important;
}
/*--------------------------------------------------------
LINHAS
--------------------------------------------------------*/
.sv-line {
border-top: none;
border-bottom: 1px solid;
margin: 1rem 0;
}
.sv-line--dashed {
border-top: none;
border-bottom: 1px dashed;
margin: 0 0 1rem;
}
/*--------------------------------------------------------
CLEAR
--------------------------------------------------------*/
.sv-clear:before,
.sv-clear:after {
content: " ";
display: table;
}
.sv-clear:after {
clear: both;
}
/*--------------------------------------------------------
POINTER
--------------------------------------------------------*/
.sv-pointer {
cursor: pointer !important;
}
/*--------------------------------------------------------
BORDER RADIUS
--------------------------------------------------------*/
.sv-br--0 {
border-radius: 0 !important;
}
.sv-br--1 {
border-radius: 2px !important;
}
.sv-br--2 {
border-radius: 5px !important;
}
.sv-br--3 {
border-radius: 8px !important;
}
.sv-br--4 {
border-radius: 12px !important;
}
.sv-brtr--0 {
border-top-right-radius: 0 !important;
}
.sv-brtr--1 {
border-top-right-radius: 2px !important;
}
.sv-brtr--2 {
border-top-right-radius: 5px !important;
}
.sv-brtr--3 {
border-top-right-radius: 8px !important;
}
.sv-brtr--4 {
border-top-right-radius: 12px !important;
}
.sv-brbr--0 {
border-bottom-right-radius: 0 !important;
}
.sv-brbr--1 {
border-bottom-right-radius: 2px !important;
}
.sv-brbr--2 {
border-bottom-right-radius: 5px !important;
}
.sv-brbr--3 {
border-bottom-right-radius: 8px !important;
}
.sv-brbr--4 {
border-bottom-right-radius: 12px !important;
}
.sv-brbl--0 {
border-bottom-left-radius: 0 !important;
}
.sv-brbl--1 {
border-bottom-left-radius: 2px !important;
}
.sv-brbl--2 {
border-bottom-left-radius: 5px !important;
}
.sv-brbl--3 {
border-bottom-left-radius: 8px !important;
}
.sv-brbl--4 {
border-bottom-left-radius: 12px !important;
}
.sv-brtl--0 {
border-top-left-radius: 0 !important;
}
.sv-brtl--1 {
border-top-left-radius: 2px !important;
}
.sv-brtl--2 {
border-top-left-radius: 5px !important;
}
.sv-brtl--3 {
border-top-left-radius: 8px !important;
}
.sv-brtl--4 {
border-top-left-radius: 12px !important;
}
.sv-brt--0 {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.sv-brr--0 {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.sv-brb--0 {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.sv-brl--0 {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.sv-brt--1 {
border-top-left-radius: 2px !important;
border-top-right-radius: 2px !important;
}
.sv-brr--1 {
border-top-right-radius: 2px !important;
border-bottom-right-radius: 2px !important;
}
.sv-brb--1 {
border-bottom-left-radius: 2px !important;
border-bottom-right-radius: 2px !important;
}
.sv-brl--1 {
border-bottom-left-radius: 2px !important;
border-top-left-radius: 2px !important;
}
.sv-brt--2 {
border-top-left-radius: 5px !important;
border-top-right-radius: 5px !important;
}
.sv-brr--2 {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
.sv-brb--2 {
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
.sv-brl--2 {
border-bottom-left-radius: 5px !important;
border-top-left-radius: 5px !important;
}
.sv-brt--3 {
border-top-left-radius: 8px !important;
border-top-right-radius: 8px !important;
}
.sv-brr--3 {
border-top-right-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.sv-brb--3 {
border-bottom-left-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.sv-brl--3 {
border-bottom-left-radius: 8px !important;
border-top-left-radius: 8px !important;
}
.sv-brt--4 {
border-top-left-radius: 12px !important;
border-top-right-radius: 12px !important;
}
.sv-brr--4 {
border-top-right-radius: 12px !important;
border-bottom-right-radius: 12px !important;
}
.sv-brb--4 {
border-bottom-left-radius: 12px !important;
border-bottom-right-radius: 12px !important;
}
.sv-brl--4 {
border-bottom-left-radius: 12px !important;
border-top-left-radius: 12px !important;
}
/*--------------------------------------------------------
BORDERS
--------------------------------------------------------*/
.sv-bws--1 {
border: 1px solid !important;
}
.sv-bws--2 {
border: 2px solid !important;
}
.sv-bws--3 {
border: 3px solid !important;
}
.sv-bws--4 {
border: 4px solid !important;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */
}
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
display: none;
}
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none;
}
*,
*:after,
*:before {
box-sizing: border-box;
margin: 0;
outline-style: none;
padding: 0;
}
*:focus {
outline: none;
}
html {
font-size: 14px;
background-color: black;
}
body {
color: #4c6a94;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: grayscale;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: transparent;
}
body, button, html, input, select, textarea {
text-rendering: optimizeLegibility;
}
hr {
background-image: linear-gradient(to left, #EFF2F7, #C0CCDA, #C0CCDA, #EFF2F7);
border: 0;
height: 1px;
margin: 0 0 2rem 0;
}
.base-button, .sv-button, .sv-bt-animated {
background-color: transparent;
border: 1px solid transparent;
border-radius: 2px;
cursor: pointer;
display: inline-block;
height: 32px;
line-height: 32px;
font-size: 0.85rem;
font-stretch: normal;
font-weight: 600;
outline: none;
padding: 0 1rem;
text-align: center;
text-decoration: none;
vertical-align: middle;
white-space: nowrap;
text-transform: uppercase;
}
.base-button-variants.danger, .danger.sv-button, .danger.sv-bt-animated {
background-color: #ef5350;
color: #ffffff;
}
.base-button-variants.danger:hover, .danger.sv-button:hover, .danger.sv-bt-animated:hover {
background-color: #de1814;
}
.base-button-variants.danger[disabled], .danger[disabled].sv-button, .danger[disabled].sv-bt-animated {
background-color: #f6c6c6;
color: white;
cursor: not-allowed;
}
.base-button-variants.primary, .primary.sv-button, .primary.sv-bt-animated {
background-color: #66bb6a;
color: #ffffff;
}
.base-button-variants.primary:hover, .primary.sv-button:hover, .primary.sv-bt-animated:hover {
background-color: #419345;
}
.base-button-variants.primary[disabled], .primary[disabled].sv-button, .primary[disabled].sv-bt-animated {
background-color: #c8e6c9;
color: white;
cursor: not-allowed;
}
.base-button-variants.info, .info.sv-button, .info.sv-bt-animated {
background-color: #42a5f5;
color: #ffffff;
}
.base-button-variants.info:hover, .info.sv-button:hover, .info.sv-bt-animated:hover {
background-color: #0c80df;
}
.base-button-variants.info[disabled], .info[disabled].sv-button, .info[disabled].sv-bt-animated {
background-color: #c0e1fc;
color: white;
cursor: not-allowed;
}
.base-button-variants.default, .default.sv-button, .default.sv-bt-animated {
background-color: #D3DCE6;
color: #3C4858;
}
.base-button-variants.default:hover, .default.sv-button:hover, .default.sv-bt-animated:hover {
background-color: #a2b5ca;
}
.base-button-variants.default[disabled], .default[disabled].sv-button, .default[disabled].sv-bt-animated {
background-color: #f4f6f8;
color: #657a95;
cursor: not-allowed;
}
.base-button-variants.warning, .warning.sv-button, .warning.sv-bt-animated {
background-color: #ffeb3b;
color: #f57f17;
}
.base-button-variants.warning:hover, .warning.sv-button:hover, .warning.sv-bt-animated:hover {
background-color: #f3da00;
}
.base-button-variants.warning[disabled], .warning[disabled].sv-button, .warning[disabled].sv-bt-animated {
background-color: #fff6a9;
color: #f9b579;
cursor: not-allowed;
}
.base-button-variants-outlined.out-primary, .out-primary.sv-button {
background-color: transparent;
color: #66bb6a;
border: 1px solid #66bb6a;
}
.base-button-variants-outlined.out-primary:hover, .out-primary.sv-button:hover {
background-color: #e8f5e9;
color: #43a047;
}
.base-button-variants-outlined.out-info, .out-info.sv-button {
background-color: transparent;
color: #42a5f5;
border: 1px solid #42a5f5;
}
.base-button-variants-outlined.out-info:hover, .out-info.sv-button:hover {
background-color: #e3f2fd;
color: #1e88e5;
}
.base-button-variants-outlined.out-danger, .out-danger.sv-button {
background-color: transparent;
color: #ef5350;
border: 1px solid #ef5350;
}
.base-button-variants-outlined.out-danger:hover, .out-danger.sv-button:hover {
background-color: #ffebee;
color: #e53935;
}
.base-button-variants-outlined.out-default, .out-default.sv-button {
background-color: transparent;
color: #8492A6;
border: 1px solid #8492A6;
}
.base-button-variants-outlined.out-default:hover, .out-default.sv-button:hover {
background-color: #F9FAFC;
color: #3C4858;
}
.base-button-variants-outlined.out-warning, .out-warning.sv-button {
background-color: transparent;
color: #fbc02d;
border: 1px solid #fbc02d;
}
.base-button-variants-outlined.out-warning:hover, .out-warning.sv-button:hover {
background-color: #fffde7;
color: #f9a825;
}
.sv-button {
transition: all .2s;
}
.sv-button.icon-before i {
margin: 0 4px 0 -5px;
}
.sv-button.icon-after i {
margin: 0 -5px 0 4px;
}
.sv-button.small {
font-size: 0.75rem;
height: 28px;
line-height: 28px;
padding: 0 0.75rem;
}
.sv-button.full {
display: block;
margin-top: 0.2rem;
width: 100%;
}
.sv-button.circle {
border-radius: 50%;
height: 32px;
line-height: 32px;
padding: 0;
width: 32px;
}
.sv-button.link {
border-radius: 0;
color: #0070d2;
font-weight: 600;
display: inline-block;
}
.sv-button.link.small {
font-size: 0.75rem;
height: 28px;
padding: 0 0.75rem;
}
.sv-button.link:active, .sv-button.link.active, .sv-button.link[disabled],
fieldset[disabled] .sv-button.link {
background-color: transparent;
}
.sv-button.link:hover, .sv-button.link:active, .sv-button.link:hover {
background-color: transparent;
color: #00559f;
}
.sv-button.link[disabled] {
background-color: transparent;
cursor: not-allowed;
color: #39a3ff;
}
.sv-button.link.link-danger {
color: #f44336;
}
.sv-button.link.link-danger:hover {
color: #ea1c0d;
}
.sv-button.link.link-danger[disabled] {
background-color: transparent;
color: #f99d97;
}
.sv-button.link.link-primary {
color: #43a047;
}
.sv-button.link.link-primary:hover {
color: #347c37;
}
.sv-button.link.link-primary[disabled] {
background-color: transparent;
color: #7fca83;
}
.sv-button.link.link-info {
color: #0070d2;
}
.sv-button.link.link-info:hover {
color: #00559f;
}
.sv-button.link.link-info[disabled] {
background-color: transparent;
color: #39a3ff;
}
.sv-button.link.link-warning {
color: #f9a825;
}
.sv-button.link.link-warning:hover {
color: #e59006;
}
.sv-button.link.link-warning[disabled] {
background-color: transparent;
color: #fcd088;
}
.sv-button.link.link-default {
color: #8492A6;
}
.sv-button.link.link-default:hover {
color: #68788f;
}
.sv-button.link.link-default[disabled] {
background-color: transparent;
color: #bfc6d1;
}
.base-animation, .sv-bt-animated.mail, .sv-bt-animated.delete, .sv-bt-animated.exit, .sv-bt-animated.search, .sv-bt-animated.open, .sv-bt-animated.view, .sv-bt-animated.upload, .sv-bt-animated.download {
position: relative;
overflow: hidden;
}
.base-animation span, .sv-bt-animated.mail span, .sv-bt-animated.delete span, .sv-bt-animated.exit span, .sv-bt-animated.search span, .sv-bt-animated.open span, .sv-bt-animated.view span, .sv-bt-animated.upload span, .sv-bt-animated.download span {
display: block;
position: relative;
bottom: 0;
}
.base-animation:before, .sv-bt-animated.mail:before, .sv-bt-animated.delete:before, .sv-bt-animated.exit:before, .sv-bt-animated.search:before, .sv-bt-animated.open:before, .sv-bt-animated.view:before, .sv-bt-animated.upload:before, .sv-bt-animated.download:before {
font-family: FontAwesome;
display: block;
width: 100%;
height: 100%;
padding: 0 1rem;
top: -100%;
left: 0;
position: absolute;
}
.base-animation:hover span, .sv-bt-animated.mail:hover span, .sv-bt-animated.delete:hover span, .sv-bt-animated.exit:hover span, .sv-bt-animated.search:hover span, .sv-bt-animated.open:hover span, .sv-bt-animated.view:hover span, .sv-bt-animated.upload:hover span, .sv-bt-animated.download:hover span {
bottom: -56px;
}
.base-animation:hover:before, .sv-bt-animated.mail:hover:before, .sv-bt-animated.delete:hover:before, .sv-bt-animated.exit:hover:before, .sv-bt-animated.search:hover:before, .sv-bt-animated.open:hover:before, .sv-bt-animated.view:hover:before, .sv-bt-animated.upload:hover:before, .sv-bt-animated.download:hover:before {
top: 0;
}
.sv-bt-animated:before, .sv-bt-animated:after, .sv-bt-animated span {
transition: .25s ease-in-out;
}
.sv-bt-animated.mail:before {
content: '\f1d8';
}
.sv-bt-animated.delete:before {
content: '\f1f8';
}
.sv-bt-animated.exit:before {
content: '\f08b';
}
.sv-bt-animated.search:before {
content: '\f002';
}
.sv-bt-animated.open:before {
content: '\f08e';
}
.sv-bt-animated.view:before {
content: '\f06e';
}
.sv-bt-animated.upload:before {
content: '\f093';
}
.sv-bt-animated.download:before {
content: '\f019';
}
/*--------------------------------------------------------
UL LIST
--------------------------------------------------------*/
ul {
list-style: none;
}
ul.sv-list-styled {
list-style: circle;
}
ul.sv-list-inline {
display: table;
min-width: 100%;
width: 100%;
}
ul.sv-list-inline li {
display: table-cell;
}
/*--------------------------------------------------------
DL STYLES
--------------------------------------------------------*/
dl dt {
font-weight: 600;
}
dl dd {
margin-bottom: 0.5rem;
}
ol {
list-style-position: inside;
}
/*--------------------------------------------------------
OL LIST STYLES
--------------------------------------------------------*/
.sv-ol {
margin: 0;
padding: 0;
list-style-type: none;
}
.sv-ol li {
counter-increment: step-counter;
margin-bottom: 10px;
line-height: 1.5;
}
.sv-ol li::before {
content: counter(step-counter);
margin-right: 0.5rem;
font-size: 90%;
background-color: #f5f5f5;
color: inherit;
font-weight: bold;
padding: 2px 8px;
border-radius: 3px;
}
a {
color: #0070d2;
cursor: pointer;
font-weight: 400;
text-decoration: none;
transition: all .1s linear;
}
a:hover, a:active {
color: #002a54;
}
.sv-row, .sv-row--with-gutter {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 10px;
}
.sv-column {
flex-basis: 100%;
transition: all 0.3s;
}
.sv-row--with-gutter .sv-column {
flex-basis: 100%;
transition: all 0.3s;
}
@media screen and (min-width: 736px) {
.sv-column {
flex: 1;
}
._20 {
flex: 2;
}
._25 {
flex: 2.5;
}
._40 {
flex: 4;
}
._60 {
flex: 6;
}
._75 {
flex: 7.5;
}
._80 {
flex: 8;
}
._100--fixed {
flex: none;
width: 100px;
}
._150--fixed {
flex: none;
width: 150px;
}
._200--fixed {
flex: none;
width: 200px;
}
._210--fixed {
flex: none;
width: 210px;
}
._250--fixed {
flex: none;
width: 250px;
}
._300--fixed {
flex: none;
width: 300px;
}
.sv-row--with-gutter .sv-column {
flex: 1;
margin-right: 0.5rem;
}
.sv-row--with-gutter .sv-column:last-of-type {
margin-right: 0;
}
.sv-row--with-gutter ._20 {
flex: 2;
}
.sv-row--with-gutter ._25 {
flex: 2.5;
}
.sv-row--with-gutter ._40 {
flex: 4.05;
}
.sv-row--with-gutter ._60 {
flex: 6;
}
.sv-row--with-gutter ._75 {
flex: 7.5;
}
.sv-row--with-gutter ._80 {
flex: 8;
}
}
.with--shadow {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sv-simple-table {
border-collapse: collapse;
border: 1px solid #E0E6ED;
width: 100%;
max-width: 100%;
overflow-x: auto;
}
.sv-simple-table tr th {
background-color: rgba(224, 230, 237, 0.3);
vertical-align: middle;
text-align: center;
padding: 3px;
border-bottom: 1px solid #E0E6ED;
border-left: 1px solid #E0E6ED;
}
.sv-simple-table tr td {
text-align: center;
vertical-align: middle;
padding: 3px;
border-bottom: 1px solid #E0E6ED;
border-left: 1px solid #E0E6ED;
}
.sv-table {
background-color: #ffffff;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 2rem;
max-width: 100%;
width: 100%;
}
.sv-table > caption {
text-align: inherit;
}
.sv-table > thead > tr,
.sv-table > tbody > tr,
.sv-table > tfoot > tr {
@transition (all .3s ease);
}
.sv-table > thead > tr > th,
.sv-table > thead > tr > td,
.sv-table > tbody > tr > th,
.sv-table > tbody > tr > td,
.sv-table > tfoot > tr > th,
.sv-table > tfoot > tr > td {
text-align: left;
padding: 0.5rem;
border-top: 0;
@transition (all .3s ease);
}
.sv-table > thead > tr {
border-bottom: 2px solid #E0E6ED;
}
.sv-table > thead > tr > th {
background-color: #EFF2F7;
color: #607d8b;
font-weight: 600;
vertical-align: bottom;
text-transform: uppercase;
border-top: 2px solid #E0E6ED !important;
font-size: .9rem;
}
.sv-table > thead > tr > th a {
color: #607d8b;
}
.sv-table > thead > tr > th a:hover {
color: #37474f;
}
.sv-table > thead > tr > th i.sv-sort {
margin-right: 0.5rem;
cursor: pointer;
}
.sv-table > thead > tr > th i.sv-sort.is--active {
color: #2196f3;
}
.sv-table > caption + thead > tr:first-child > th,
.sv-table > caption + thead > tr:first-child > td,
.sv-table > colgroup + thead > tr:first-child > th,
.sv-table > colgroup + thead > tr:first-child > td,
.sv-table > thead:first-child > tr:first-child > th,
.sv-table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.sv-table > tbody + tbody {
border-top: 1px solid #E0E6ED;
}
.sv-table .sv-table {
background-color: #ffffff;
}
.sv-table .--no-border {
border: 0;
}
.with--condensed > thead > tr > th,
.with--condensed > thead > tr > td,
.with--condensed > tbody > tr > th,
.with--condensed > tbody > tr > td,
.with--condensed > tfoot > tr > th,
.with--condensed > tfoot > tr > td {
padding: 0.33333rem;
font-size: .9rem;
}
.with--space > thead > tr > th,
.with--space > thead > tr > td,
.with--space > tbody > tr > th,
.with--space > tbody > tr > td,
.with--space > tfoot > tr > th,
.with--space > tfoot > tr > td {
padding: 1rem;
}
.with--hover > tbody > tr:hover > td,
.with--hover > tbody > tr:hover > th {
background-color: rgba(224, 230, 237, 0.3);
}
.with--borders {
border: 0;
}
.with--borders > tbody > tr > th,
.with--borders > tbody > tr > td,
.with--borders > tfoot > tr > th,
.with--borders > tfoot > tr > td {
border: 0;
border-bottom: 1px solid #E0E6ED;
}
.with--borders > thead > tr > th,
.with--borders > thead > tr > td {
border: none;
}
.with--stripes > tbody > tr:nth-child(even) > td,
.with--stripes > tbody > tr:nth-child(even) > th {
background-color: rgba(224, 230, 237, 0.3);
}
.with--grid th {
font-family: Arial;
font-weight: 400;
}
.with--grid th, .with--grid td {
border: 1px solid #E0E6ED;
}
@media screen and (max-width: 768px) {
.sv-table-responsive-vertical > .sv-table {
margin-bottom: 0;
background-color: transparent;
}
.sv-table-responsive-vertical > .sv-table > thead {
display: none;
}
.sv-table-responsive-vertical > .sv-table > tbody {
display: block;
}
.sv-table-responsive-vertical > .sv-table > tbody > tr {
display: block;
border: 1px solid #E0E6ED;
border-radius: 2px;
margin-bottom: 0.5rem;
}
.sv-table-responsive-vertical > .sv-table > tbody > tr > td {
background-color: #ffffff;
display: block;
vertical-align: middle;
text-align: right;
}
.sv-table-responsive-vertical > .sv-table > tbody > tr > td[data-title]:before {
content: attr(data-title);
float: left;
font-size: inherit;
font-weight: 600;
color: #3C4858;
}
.sv-table-responsive-vertical > .with--borders {
border: 0;
}
.sv-table-responsive-vertical > .with--borders > tbody > tr > td {
border: 0;
border-bottom: 1px solid #E0E6ED;
}
.sv-table-responsive-vertical > .with--borders > tbody > tr > td:last-child {
border-bottom: 0;
}
.sv-table-responsive-vertical > .with--stripes > tbody > tr > td,
.sv-table-responsive-vertical > .with--stripes > tbody > tr:nth-child(odd) {
background-color: #ffffff;
}
.sv-table-responsive-vertical > .with--stripes > tbody > tr > td:nth-child(odd) {
background-color: rgba(224, 230, 237, 0.3);
}
.sv-table-responsive-vertical > .with--hover > tbody > tr:hover > td,
.sv-table-responsive-vertical > .with--hover > tbody > tr:hover {
background-color: #ffffff;
}
.sv-table-responsive-vertical > .with--hover > tbody > tr > td:hover {
background-color: rgba(224, 230, 237, 0.3);
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: inherit;
font-weight: 600;
line-height: 1;
padding: 0.5rem 0;
margin: 0.25rem 0;
width: 100%;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.8rem;
}
h3 {
font-size: 1.6rem;
}
h4 {
font-size: 1.4rem;
}
h5 {
font-size: 1.2rem;
}
h6 {
font-size: 1.1rem;
}
p {
margin: 0 0 0.75rem;
display: block;
}
p.sv-text-large {
margin: 0 0 1.5rem;
}
p img {
vertical-align: middle;
}
/*--------------------------------------------------------
CODE
--------------------------------------------------------*/
.sv-code {
font-family: monospace;
padding: 0 0.25rem;
background-color: #EFF2F7;
color: #d33682;
border-radius: 2px;
}
code, kbd, pre, samp {
font-family: monospace;
}
/*--------------------------------------------------------
TEXT SIZE
--------------------------------------------------------*/
.sv-text-small {
font-size: 0.85rem;
}
.sv-text-smaller {
font-size: 0.75rem;
}
.sv-text-large {
font-size: 1.2rem;
}
/*--------------------------------------------------------
FONT WEIGHT
--------------------------------------------------------*/
.sv-fw-thin {
font-weight: 300;
}
.sv-fw-normal {
font-weight: 400;
}
.sv-fw-bold {
font-weight: 600;
}
/*--------------------------------------------------------
TEXT STYLES
--------------------------------------------------------*/
.sv-ts-i {
font-style: italic;
}
.sv-ts-u {
text-decoration: underline;
}
.sv-ts-lt {
text-decoration: line-through;
}
/*--------------------------------------------------------
TEXT TRANSFORMS
--------------------------------------------------------*/
.sv-tt-u {
text-transform: uppercase;
}
.sv-tt-l {
text-transform: lowercase;
}
.sv-tt-c {
text-transform: capitalize;
}
.sv-card {
box-shadow: 0 1px 3px 0 #E0E6ED, 0 0 0 1px #E0E6ED;
background-color: #ffffff;
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin: 0.25rem;
}
.sv-card header {
display: flex;
padding: 1.5rem;
}
.sv-card header h1,
.sv-card header h2,
.sv-card header h3,
.sv-card header h4,
.sv-card header h5,
.sv-card header h6 {
font-weight: 600;
margin: 0;
padding: 0;
}
.sv-card header.big-header {
height: 150px;
}
.sv-card header.big-header h1,
.sv-card header.big-header h2,
.sv-card header.big-header h3,
.sv-card header.big-header h4,
.sv-card header.big-header h5,
.sv-card header.big-header h6 {
align-self: flex-end;
margin-bottom: 0;
padding: 0;
}
.sv-card main {
display: block;
padding: 1rem 1.5rem;
}
.sv-card footer {
display: flex;
font-weight: 600;
padding: 1rem 1.5rem;
}
.sv-segment {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
background: #ffffff;
border: 1px solid #E0E6ED;
border-radius: 2px;
position: relative;
z-index: auto;
}
.sv-form.sv-compact label, .sv-compact.sv-form--inline label {
margin-bottom: 0;
}
.sv-form.sv-compact label span, .sv-compact.sv-form--inline label span {
margin-bottom: 0;
}
.sv-form.sv-compact .sv-select, .sv-compact.sv-form--inline .sv-select {
margin: 0;
}
.sv-form .sv-form-action, .sv-form--inline .sv-form-action {
margin-top: 1rem;
display: flex;
align-items: center;
justify-content: flex-end;
}
.sv-form ::-webkit-input-placeholder, .sv-form--inline ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #b0bec5;
}
.sv-form ::-moz-placeholder, .sv-form--inline ::-moz-placeholder {
/* Firefox 19+ */
color: #b0bec5;
}
.sv-form :-ms-input-placeholder, .sv-form--inline :-ms-input-placeholder {
/* IE 10+ */
color: #b0bec5;
}
.sv-form :-moz-placeholder, .sv-form--inline :-moz-placeholder {
/* Firefox 18- */
color: #b0bec5;
}
.sv-form input[type="email"]:read-only, .sv-form--inline input[type="email"]:read-only,
.sv-form input[type="number"]:read-only, .sv-form--inline input[type="number"]:read-only,
.sv-form input[type="search"]:read-only, .sv-form--inline input[type="search"]:read-only,
.sv-form input[type="text"]:read-only, .sv-form--inline input[type="text"]:read-only,
.sv-form input[type="tel"]:read-only, .sv-form--inline input[type="tel"]:read-only,
.sv-form input[type="url"]:read-only, .sv-form--inline input[type="url"]:read-only,
.sv-form input[type="password"]:read-only, .sv-form--inline input[type="password"]:read-only,
.sv-form textarea:read-only, .sv-form--inline textarea:read-only {
background-color: #E5E9F2;
}
.sv-form input[type="email"], .sv-form--inline input[type="email"],
.sv-form input[type="number"], .sv-form--inline input[type="number"],
.sv-form input[type="search"], .sv-form--inline input[type="search"],
.sv-form input[type="text"], .sv-form--inline input[type="text"],
.sv-form input[type="tel"], .sv-form--inline input[type="tel"],
.sv-form input[type="url"], .sv-form--inline input[type="url"],
.sv-form input[type="password"], .sv-form--inline input[type="password"],
.sv-form textarea, .sv-form--inline textarea,
.sv-form select, .sv-form--inline select {
background-color: #ffffff;
border: 1px solid #C0CCDA;
border-radius: 2px;
color: inherit;
font-size: inherit;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
height: 32px;
padding: 4px 8px;
vertical-align: middle;
box-shadow: inset 0 0 3px #E0E6ED;
width: 100%;
-moz-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.sv-form input[type="email"].code, .sv-form--inline input[type="email"].code,
.sv-form input[type="number"].code, .sv-form--inline input[type="number"].code,
.sv-form input[type="search"].code, .sv-form--inline input[type="search"].code,
.sv-form input[type="text"].code, .sv-form--inline input[type="text"].code,
.sv-form input[type="tel"].code, .sv-form--inline input[type="tel"].code,
.sv-form input[type="url"].code, .sv-form--inline input[type="url"].code,
.sv-form input[type="password"].code, .sv-form--inline input[type="password"].code,
.sv-form textarea.code, .sv-form--inline textarea.code,
.sv-form select.code, .sv-form--inline select.code {
font-family: monospace !important;
}
.sv-form input[type="email"]:disabled, .sv-form--inline input[type="email"]:disabled,
.sv-form input[type="number"]:disabled, .sv-form--inline input[type="number"]:disabled,
.sv-form input[type="search"]:disabled, .sv-form--inline input[type="search"]:disabled,
.sv-form input[type="text"]:disabled, .sv-form--inline input[type="text"]:disabled,
.sv-form input[type="tel"]:disabled, .sv-form--inline input[type="tel"]:disabled,
.sv-form input[type="url"]:disabled, .sv-form--inline input[type="url"]:disabled,
.sv-form input[type="password"]:disabled, .sv-form--inline input[type="password"]:disabled,
.sv-form textarea:disabled, .sv-form--inline textarea:disabled,
.sv-form select:disabled, .sv-form--inline select:disabled {
background-color: #E5E9F2;
}
.sv-form input[type="email"].is--valid, .sv-form--inline input[type="email"].is--valid,
.sv-form input[type="number"].is--valid, .sv-form--inline input[type="number"].is--valid,
.sv-form input[type="search"].is--valid, .sv-form--inline input[type="search"].is--valid,
.sv-form input[type="text"].is--valid, .sv-form--inline input[type="text"].is--valid,
.sv-form input[type="tel"].is--valid, .sv-form--inline input[type="tel"].is--valid,
.sv-form input[type="url"].is--valid, .sv-form--inline input[type="url"].is--valid,
.sv-form input[type="password"].is--valid, .sv-form--inline input[type="password"].is--valid,
.sv-form textarea.is--valid, .sv-form--inline textarea.is--valid,
.sv-form select.is--valid, .sv-form--inline select.is--valid {
border-color: #81c784;
outline: 0;
}
.sv-form input[type="email"].is--invalid, .sv-form--inline input[type="email"].is--invalid,
.sv-form input[type="number"].is--invalid, .sv-form--inline input[type="number"].is--invalid,
.sv-form input[type="search"].is--invalid, .sv-form--inline input[type="search"].is--invalid,
.sv-form input[type="text"].is--invalid, .sv-form--inline input[type="text"].is--invalid,
.sv-form input[type="tel"].is--invalid, .sv-form--inline input[type="tel"].is--invalid,
.sv-form input[type="url"].is--invalid, .sv-form--inline input[type="url"].is--invalid,
.sv-form input[type="password"].is--invalid, .sv-form--inline input[type="password"].is--invalid,
.sv-form textarea.is--invalid, .sv-form--inline textarea.is--invalid,
.sv-form select.is--invalid, .sv-form--inline select.is--invalid {
border-color: #e57373;
outline: 0;
}
.sv-form progress, .sv-form--inline progress {
-webkit-appearance: none;
-moz-appearance: none;
background: #ffffff;
border: 1px solid #C0CCDA;
border-radius: 2px;
box-shadow: inset 0 0 3px #E0E6ED;
height: 32px;
padding: 4px;
width: 100%;
}
.sv-form progress::-webkit-progress-bar, .sv-form--inline progress::-webkit-progress-bar {
background: #ffffff;
border-radius: 2px;
}
.sv-form progress::-webkit-progress-value, .sv-form--inline progress::-webkit-progress-value {
background: repeating-linear-gradient(-55deg, #64b5f6, #64b5f6 10px, #90caf9 10px, #90caf9 20px);
border-radius: 2px;
}
.sv-form progress::-moz-progress-bar, .sv-form--inline progress::-moz-progress-bar {
background: repeating-linear-gradient(-55deg, #64b5f6, #64b5f6 10px, #90caf9 10px, #90caf9 20px);
border-radius: 2px;
}
.sv-form .is--10-of-100, .sv-form--inline .is--10-of-100 {
width: calc(10% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--15-of-100, .sv-form--inline .is--15-of-100 {
width: calc(15% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--20-of-100, .sv-form--inline .is--20-of-100 {
width: calc(20% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--25-of-100, .sv-form--inline .is--25-of-100 {
width: calc(25% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--30-of-100, .sv-form--inline .is--30-of-100 {
width: calc(30% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--35-of-100, .sv-form--inline .is--35-of-100 {
width: calc(35% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--40-of-100, .sv-form--inline .is--40-of-100 {
width: calc(40% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--45-of-100, .sv-form--inline .is--45-of-100 {
width: calc(45% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--50-of-100, .sv-form--inline .is--50-of-100 {
width: calc(50% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--55-of-100, .sv-form--inline .is--55-of-100 {
width: calc(55% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--60-of-100, .sv-form--inline .is--60-of-100 {
width: calc(60% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--65-of-100, .sv-form--inline .is--65-of-100 {
width: calc(65% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--70-of-100, .sv-form--inline .is--70-of-100 {
width: calc(70% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--75-of-100, .sv-form--inline .is--75-of-100 {
width: calc(75% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--80-of-100, .sv-form--inline .is--80-of-100 {
width: calc(80% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--85-of-100, .sv-form--inline .is--85-of-100 {
width: calc(85% - 10px) !important;
margin-right: 10px;
}
.sv-form .is--90-of-100, .sv-form--inline .is--90-of-100 {
width: calc(90% - 10px) !important;
margin-right: 10px;
}
.sv-form legend, .sv-form--inline legend {
font-size: 400;
font-weight: 600;
margin: 1rem 0;
width: 100%;
text-transform: uppercase;
}
.sv-form label, .sv-form--inline label {
display: block;
margin-bottom: 10px;
}
.sv-form label span, .sv-form--inline label span {
display: block;
margin-bottom: 0.15rem;
font-weight: 400;
color: #5576a5;
}
.sv-form label span[data-info]:not([data-info='']):after, .sv-form--inline label span[data-info]:not([data-info='']):after {
content: attr(data-info);
font-size: small;
margin: 0 0.5rem;
color: #7591b8;
}
.sv-form label span[data-error]:not([data-error='']):after, .sv-form--inline label span[data-error]:not([data-error='']):after {
content: attr(data-error);
font-size: small;
margin: 0 0.5rem;
color: #f44336;
}
.sv-form label span[data-info][data-error]:not([data-info='']):not([data-error='']):after, .sv-form--inline label span[data-info][data-error]:not([data-info='']):not([data-error='']):after {
content: attr(data-info) " - " attr(data-error);
font-size: small;
margin: 0 0.5rem;
color: #f44336;
}
.sv-form fieldset, .sv-form--inline fieldset {
border-width: 0;
display: block;
padding: 0;
margin: 1rem 0;
}
.sv-form fieldset.bordered, .sv-form--inline fieldset.bordered {
padding: 46px 15px 15px 15px;
border: 1px solid #E0E6ED;
position: relative;
}
.sv-form fieldset.bordered legend, .sv-form--inline fieldset.bordered legend {
position: absolute;
background: transparent;
top: 15px;
margin: 0 0 10px 0;
}
.sv-form input[type="email"], .sv-form--inline input[type="email"],
.sv-form input[type="number"], .sv-form--inline input[type="number"],
.sv-form input[type="search"], .sv-form--inline input[type="search"],
.sv-form input[type="text"], .sv-form--inline input[type="text"],
.sv-form input[type="tel"], .sv-form--inline input[type="tel"],
.sv-form input[type="url"], .sv-form--inline input[type="url"],
.sv-form input[type="password"], .sv-form--inline input[type="password"],
.sv-form textarea, .sv-form--inline textarea {
appearance: none;
}
.sv-form textarea, .sv-form--inline textarea {
min-height: 65px;
padding: 4px 8px;
}
.sv-form input[type="email"]:focus, .sv-form--inline input[type="email"]:focus,
.sv-form input[type="number"]:focus, .sv-form--inline input[type="number"]:focus,
.sv-form input[type="search"]:focus, .sv-form--inline input[type="search"]:focus,
.sv-form input[type="text"]:focus, .sv-form--inline input[type="text"]:focus,
.sv-form input[type="tel"]:focus, .sv-form--inline input[type="tel"]:focus,
.sv-form input[type="url"]:focus, .sv-form--inline input[type="url"]:focus,
.sv-form input[type="password"]:focus, .sv-form--inline input[type="password"]:focus,
.sv-form textarea:focus, .sv-form--inline textarea:focus,
.sv-form select:focus, .sv-form--inline select:focus {
box-shadow: inset 0 0 3px #90caf9;
border-color: #64b5f6;
outline: 0;
transition: border 200ms linear;
}
.sv-form input[type="email"]:focus.is--valid, .sv-form--inline input[type="email"]:focus.is--valid,
.sv-form input[type="number"]:focus.is--valid, .sv-form--inline input[type="number"]:focus.is--valid,
.sv-form input[type="search"]:focus.is--valid, .sv-form--inline input[type="search"]:focus.is--valid,
.sv-form input[type="text"]:focus.is--valid, .sv-form--inline input[type="text"]:focus.is--valid,
.sv-form input[type="tel"]:focus.is--valid, .sv-form--inline input[type="tel"]:focus.is--valid,
.sv-form input[type="url"]:focus.is--valid, .sv-form--inline input[type="url"]:focus.is--valid,
.sv-form input[type="password"]:focus.is--valid, .sv-form--inline input[type="password"]:focus.is--valid,
.sv-form textarea:focus.is--valid, .sv-form--inline textarea:focus.is--valid,
.sv-form select:focus.is--valid, .sv-form--inline select:focus.is--valid {
border-color: #81c784;
box-shadow: inset 0 0 3px #a5d6a7;
}
.sv-form input[type="email"]:focus.is--invalid, .sv-form--inline input[type="email"]:focus.is--invalid,
.sv-form input[type="number"]:focus.is--invalid, .sv-form--inline input[type="number"]:focus.is--invalid,
.sv-form input[type="search"]:focus.is--invalid, .sv-form--inline input[type="search"]:focus.is--invalid,
.sv-form input[type="text"]:focus.is--invalid, .sv-form--inline input[type="text"]:focus.is--invalid,
.sv-form input[type="tel"]:focus.is--invalid, .sv-form--inline input[type="tel"]:focus.is--invalid,
.sv-form input[type="url"]:focus.is--invalid, .sv-form--inline input[type="url"]:focus.is--invalid,
.sv-form input[type="password"]:focus.is--invalid, .sv-form--inline input[type="password"]:focus.is--invalid,
.sv-form textarea:focus.is--invalid, .sv-form--inline textarea:focus.is--invalid,
.sv-form select:focus.is--invalid, .sv-form--inline select:focus.is--invalid {
border-color: #e57373;
box-shadow: inset 0 0 3px #ef9a9a;
}
.sv-form input[type="checkbox"], .sv-form--inline input[type="checkbox"],
.sv-form input[type="radio"], .sv-form--inline input[type="radio"] {
apparence: none;
}
.sv-form .sv-label--group, .sv-form--inline .sv-label--group {
display: block;
margin-bottom: 0;
}
.sv-form .sv-label--checkbox, .sv-form--inline .sv-label--checkbox,
.sv-form .sv-label--radio, .sv-form--inline .sv-label--radio {
display: inline-block;
position: relative;
margin: .5rem;
line-height: 1.5;
cursor: pointer;
}
.sv-form .sv-checkbox, .sv-form--inline .sv-checkbox {
position: relative;
top: -0.07143/pxrem;
margin: 0 1rem 0 0;
cursor: pointer;
}
.sv-form .sv-checkbox:before, .sv-form--inline .sv-checkbox:before {
transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
transform: rotate(-45deg) scale(0, 0);
content: "";
position: absolute;
left: 0.14286/pxrem;
top: 0.07143/pxrem;
z-index: 1;
width: 0.85714/pxrem;
height: 0.42857/pxrem;
border: 2px solid #4caf50;
border-top-style: none;
border-right-style: none;
}
.sv-form .sv-checkbox:checked:before, .sv-form--inline .sv-checkbox:checked:before {
transform: rotate(-45deg) scale(1, 1);
}
.sv-form .sv-checkbox:after, .sv-form--inline .sv-checkbox:after {
content: "";
position: absolute;
top: -0.14286/pxrem;
left: 0;
width: 1rem;
height: 1rem;
background: #fff;
border: 2px solid #bdbdbd;
cursor: pointer;
}
.sv-form .sv-radio, .sv-form--inline .sv-radio {
position: relative;
margin: 0 1rem 0 0;
cursor: pointer;
}
.sv-form .sv-radio:before, .sv-form--inline .sv-radio:before {
transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
transform: scale(0, 0);
content: "";
position: absolute;
top: 0.14286/pxrem;
left: 0.07143/pxrem;
z-index: 1;
width: 0.64286/pxrem;
height: 0.64286/pxrem;
background: #4caf50;
border-radius: 50%;
}
.sv-form .sv-radio:checked:before, .sv-form--inline .sv-radio:checked:before {
transform: scale(1, 1);
}
.sv-form .sv-radio:after, .sv-form--inline .sv-radio:after {
content: "";
position: absolute;
top: -0.07143/pxrem;
left: -0.14286/pxrem;
width: 1rem;
height: 1rem;
background: #fff;
border: 2px solid #bdbdbd;
border-radius: 50%;
}
.sv-form .label, .sv-form--inline .label, .sv-form .label-action, .sv-form--inline .label-action {
border-radius: 2px;
border: 1px solid #C0CCDA;
height: 32px;
line-height: 32px;
font-size: inherit;
font-stretch: normal;
font-weight: 500;
outline: none;
padding: 0 0.75rem;
vertical-align: middle;
position: relative;
background-color: #EFF2F7;
color: #8492A6;
}
.sv-form .label-action, .sv-form--inline .label-action {
background-color: #ffffff;
cursor: pointer;
user-select: none;
}
.sv-form .label-action:hover, .sv-form--inline .label-action:hover {
color: #273444;
}
.sv-form .label-action.active i, .sv-form--inline .label-action.active i {
color: #2196f3;
}
.sv-form .label-action:hover + .action-container, .sv-form--inline .label-action:hover + .action-container,
.sv-form .label-action:focus + .action-container, .sv-form--inline .label-action:focus + .action-container {
display: block;
}
.sv-form .sv-select, .sv-form--inline .sv-select {
margin: 0 0 6px;
position: relative;
}
.sv-form .sv-select label, .sv-form--inline .sv-select label {
position: absolute;
top: 0;
bottom: 0;
right: 10px;
line-height: 32px;
color: #39464e;
cursor: default;
display: block;
font-size: inherit;
height: 32px;
list-style: none outside none;
pointer-events: none;
text-align: left;
width: 19px;
margin: 0;
outline: none;
}
.sv-form .sv-select label:focus, .sv-form--inline .sv-select label:focus {
outline: none;
}
.sv-form .sv-select label::-moz-focus-inner, .sv-form--inline .sv-select label::-moz-focus-inner {
border: 0;
}
.sv-form .sv-select select, .sv-form--inline .sv-select select {
width: 100%;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
outline-color: transparent;
}
.sv-form .sv-select select option, .sv-form--inline .sv-select select option {
outline-color: transparent;
}
.sv-form .sv-select select option:focus, .sv-form--inline .sv-select select option:focus {
outline: none;
}
.sv-form .sv-select select option::-moz-focus-inner, .sv-form--inline .sv-select select option::-moz-focus-inner {
border: 0;
}
.sv-form .sv-select select::-moz-focus-inner, .sv-form--inline .sv-select select::-moz-focus-inner {
border: 0;
}
.sv-form .sv-select select:focus, .sv-form--inline .sv-select select:focus {
outline: none;
}
.sv-form .sv-select select:-moz-focusring, .sv-form--inline .sv-select select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.sv-triangle {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #C0CCDA;
position: absolute;
z-index: 99;
}
.sv-triangle.on-right {
right: 15px;
top: 0;
}
.action-container {
display: none;
position: absolute;
top: 34px;
padding: 0.5rem;
right: 0;
z-index: 98;
width: inherit;
}
.action-container:hover {
display: block;
}
.action-container--content {
padding: 1rem;
background-color: #ffffff;
border: 1px solid #C0CCDA;
border-radius: 2px;
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.action-container--content footer {
height: 38px;
border-top: 1px solid #EFF2F7;
padding: 0.5rem 0;
}
.on-center {
border-radius: 0 !important;
}
.at-first {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
border-right: none !important;
}
.at-last {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.sv-form--inline input[type="email"],
.sv-form--inline input[type="number"],
.sv-form--inline input[type="search"],
.sv-form--inline input[type="text"],
.sv-form--inline input[type="tel"],
.sv-form--inline input[type="url"],
.sv-form--inline input[type="password"],
.sv-form--inline textarea,
.sv-form--inline select {
margin: 0 0.5rem 0 0;
}
.sv-form--inline label {
display: inline-block;
margin-right: 0.2rem;
}
.sv-form--inline label span {
display: inline-block;
margin-right: 0.2rem;
}
.sv-input-group {
display: inline-flex !important;
width: 100%;
position: relative;
}
.sv-input-group input[type="email"],
.sv-input-group input[type="number"],
.sv-input-group input[type="search"],
.sv-input-group input[type="text"],
.sv-input-group input[type="tel"],
.sv-input-group input[type="url"],
.sv-input-group input[type="password"],
.sv-input-group select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
flex-grow: 1;
flex-shrink: 0;
flex-basis: auto;
width: auto;
}
.sv-input-group .sv-button {
border-radius: 0;
border-left: 1px solid rgba(255, 255, 255, 0.6);
border-right: 1px solid rgba(255, 255, 255, 0.6);
display: inline-flex;
flex: 0 0 auto;
}
.sv-input-group .sv-button:first-of-type {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border: 0;
}
.sv-input-group .sv-button:last-of-type {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border: 0;
}
.sv-messagebox {
position: relative;
margin: 0.75rem 0;
padding: 0.5rem;
}
.sv-messagebox::after {
clear: both;
content: '';
display: table;
}
.sv-messagebox .sv-messagebox__close {
background: none;
border: none;
position: absolute;
padding: 2px 8px;
top: 0;
right: 0;
font-size: 1.4rem;
cursor: pointer;
}
.sv-messagebox header h1,
.sv-messagebox header h2,
.sv-messagebox header h3,
.sv-messagebox header h4,
.sv-messagebox header h5,
.sv-messagebox header h6 {
margin: 0 1rem;
font-weight: 700;
}
.sv-messagebox main {
margin: 0 1rem;
}
.sv-messagebox.info {
background-color: #64b5f6;
color: #ffffff;
}
.sv-messagebox.info .sv-messagebox__close {
color: #ffffff;
background-color: #2196f3;
}
.sv-messagebox.success {
background-color: #81c784;
color: #ffffff;
}
.sv-messagebox.success .sv-messagebox__close {
color: #ffffff;
background-color: #4caf50;
}
.sv-messagebox.error {
background-color: #e57373;
color: #ffffff;
}
.sv-messagebox.error .sv-messagebox__close {
color: #ffffff;
background-color: #e53935;
}
.sv-messagebox.warning {
background-color: #fff59d;
color: #f57f17;
}
.sv-messagebox.warning .sv-messagebox__close {
color: #ffffff;
background-color: #fbc02d;
}
.sv-breadcrumb--thin {
margin-bottom: 0.2rem;
display: flex;
flex-direction: row;
list-style: none;
padding: 0;
}
.sv-breadcrumb--thin li {
max-width: 25vw;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sv-breadcrumb--thin li:last-child {
overflow: hidden;
}
.sv-breadcrumb--thin li:last-child a {
pointer-events: none;
color: #4c6a94;
overflow: hidden;
text-overflow: ellipsis;
}
.sv-breadcrumb--thin li:first-child {
overflow: visible;
}
.sv-breadcrumb--thin li a {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sv-breadcrumb--thin li + li:before {
content: "\A0\A0/\A0\A0";
}
@media only screen and (max-width: 640px) {
.sv-breadcrumb--thin li {
display: none;
}
.sv-breadcrumb--thin li:first-child {
display: flex;
}
.sv-breadcrumb--thin li:last-child {
max-width: 75vw;
display: block;
}
}
.sv-breadcrumb {
list-style: none;
display: block;
overflow: hidden;
width: 100%;
margin-bottom: 0.5rem;
}
.sv-breadcrumb li {
float: left;
display: none;
}
@media screen and (min-width: 1200px) {
.sv-breadcrumb li {
display: block;
}
}
.sv-breadcrumb li:first-of-type {
display: block;
}
.sv-breadcrumb li:first-of-type a {
background-color: #E5E9F2;
}
.sv-breadcrumb li:first-of-type a:after {
border-left-color: #E5E9F2;
}
.sv-breadcrumb li:last-of-type {
background: transparent;
display: block;
}
.sv-breadcrumb li a {
display: block;
text-decoration: none;
position: relative;
height: 40px;
line-height: 40px;
padding: 0 10px 0 5px;
text-align: center;
margin-right: 23px;
transition: 0s;
}
.sv-breadcrumb li a {
background-color: #F9FAFC;
}
.sv-breadcrumb li a:before {
border-color: #F9FAFC;
border-left-color: transparent;
}
.sv-breadcrumb li a:after {
border-left-color: #F9FAFC;
}
.sv-breadcrumb li:first-child a {
padding-left: 15px;
}
.sv-breadcrumb li:first-child a:before {
border: none;
}
.sv-breadcrumb li:last-child a {
padding-right: 15px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-o-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
background: transparent;
pointer-events: none;
color: #4c6a94;
}
.sv-breadcrumb li:last-child a:before {
border: none;
}
.sv-breadcrumb li:last-child a:after {
border: none;
}
.sv-breadcrumb li:last-child a:hover {
background: transparent;
}
.sv-breadcrumb li a:before, .sv-breadcrumb li a:after {
content: "";
position: absolute;
top: 0;
border: 0 solid #F9FAFC;
border-width: 20px 10px;
width: 0;
height: 0;
}
.sv-breadcrumb li a:before {
left: -20px;
border-left-color: transparent;
}
.sv-breadcrumb li a:after {
left: 100%;
border-color: transparent;
border-left-color: #F9FAFC;
}
.sv-breadcrumb li a:hover, .sv-breadcrumb li a:active {
background-color: #D3DCE6;
}
.sv-breadcrumb li a:hover:before, .sv-breadcrumb li a:active:before {
border-color: #D3DCE6;
border-left-color: transparent;
}
.sv-breadcrumb li a:hover:after, .sv-breadcrumb li a:active:after {
border-left-color: #D3DCE6;
}
.sv-bar-loader {
animation: typing 1s linear infinite alternate;
height: 8px;
position: relative;
width: 8px;
display: inline-block;
}
.sv-bar-loader.large {
animation: typingLarge 1s linear infinite alternate;
height: 16px;
width: 16px;
}
.sv-spin-loader {
animation: spin 400ms linear infinite;
border: 3px solid #bdbdbd;
border-top: 3px solid #42a5f5;
border-radius: 50%;
height: 28px;
width: 28px;
display: inline-block;
}
.sv-spin-loader.large {
height: 32px;
width: 32px;
}
@-webkit-keyframes spin {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes typing {
0% {
background-color: #2196f3;
box-shadow: 12px 0 0 0 rgba(33, 150, 243, 0.2), 24px 0 0 0 rgba(33, 150, 243, 0.2);
}
25% {
background-color: rgba(33, 150, 243, 0.4);
box-shadow: 12px 0 0 0 rgba(33, 150, 243, 0.2), 24px 0 0 0 rgba(33, 150, 243, 0.2);
}
75% {
background-color: rgba(33, 150, 243, 0.4);
box-shadow: 12px 0 0 0 rgba(33, 150, 243, 0.2), 24px 0 0 0 #2196f3;
}
}
@keyframes typingLarge {
0% {
background-color: #2196f3;
box-shadow: 24px 0 0 0 rgba(33, 150, 243, 0.2), 48px 0 0 0 rgba(33, 150, 243, 0.2);
}
25% {
background-color: rgba(33, 150, 243, 0.4);
box-shadow: 24px 0 0 0 rgba(33, 150, 243, 0.2), 48px 0 0 0 rgba(33, 150, 243, 0.2);
}
75% {
background-color: rgba(33, 150, 243, 0.4);
box-shadow: 24px 0 0 0 rgba(33, 150, 243, 0.2), 48px 0 0 0 #2196f3;
}
}
.sv-tag {
border-radius: 2px;
display: inline-flex;
font-size: .8em;
margin: 0 0.25rem 0.25rem 0;
}
.sv-tag .sv-tag__content {
display: flex;
justify-content: center;
/* align horizontal */
align-items: center;
padding: 0.25rem;
}
.sv-tag .sv-tag__close {
padding: 0.25rem;
display: flex;
justify-content: center;
/* align horizontal */
align-items: center;
user-select: none;
}
.sv-tag .sv-tag__close:hover {
cursor: pointer;
}
.sv-tag.danger {
background-color: #ffebee;
border: 1px solid #e57373;
color: #e53935;
}
.sv-tag.danger .sv-tag__content {
border-left: 1px solid #e57373;
}
.sv-tag.danger .sv-tag__close:hover {
background-color: #ffcdd2;
}
.sv-tag.primary {
background-color: #e8f5e9;
border: 1px solid #81c784;
color: #43a047;
}
.sv-tag.primary .sv-tag__content {
border-left: 1px solid #81c784;
}
.sv-tag.primary .sv-tag__close:hover {
background-color: #c8e6c9;
}
.sv-tag.info {
background-color: #e3f2fd;
border: 1px solid #64b5f6;
color: #1e88e5;
}
.sv-tag.info .sv-tag__content {
border-left: 1px solid #64b5f6;
}
.sv-tag.info .sv-tag__close:hover {
background-color: #bbdefb;
}
.sv-tag.default {
background-color: #F9FAFC;
border: 1px solid #E0E6ED;
color: #8492A6;
}
.sv-tag.default .sv-tag__content {
border-left: 1px solid #E0E6ED;
}
.sv-tag.default .sv-tag__close:hover {
background-color: #EFF2F7;
}
.sv-tag.warning {
background-color: #fffde7;
border: 1px solid #ffeb3b;
color: #f57f17;
}
.sv-tag.warning .sv-tag__content {
border-left: 1px solid #ffeb3b;
}
.sv-tag.warning .sv-tag__close:hover {
background-color: #fff9c4;
}
.sv-paginate {
text-align: center;
}
.sv-paginate a {
padding: 0.5rem 0.75rem;
}
.sv-paginate button:first-child i {
margin: 0 0.5rem 0 0;
}
.sv-paginate button:last-child i {
margin: 0 0 0 0.5rem;
}
.sv-paginate span {
color: #9e9e9e;
}
.sv-paginate em {
border-radius: 2px;
background-color: #64b5f6;
color: #ffffff;
font-style: normal;
padding: 0.5rem 0.75rem;
}
.sv-pl--0 {
padding-left: 0 !important;
}
.sv-pr--0 {
padding-right: 0 !important;
}
.sv-pt--0 {
padding-top: 0 !important;
}
.sv-pb--0 {
padding-bottom: 0 !important;
}
.sv-pv--0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.sv-ph--0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.sv-pa--0 {
padding: 0 !important;
}
.sv-ml--0 {
margin-left: 0 !important;
}
.sv-mr--0 {
margin-right: 0 !important;
}
.sv-mt--0 {
margin-top: 0 !important;
}
.sv-mb--0 {
margin-bottom: 0 !important;
}
.sv-mv--0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.sv-mh--0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.sv-ma--0 {
margin: 0 !important;
}
.sv-pl--5 {
padding-left: 5px !important;
}
.sv-pr--5 {
padding-right: 5px !important;
}
.sv-pt--5 {
padding-top: 5px !important;
}
.sv-pb--5 {
padding-bottom: 5px !important;
}
.sv-pv--5 {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.sv-ph--5 {
padding-right: 5px !important;
padding-left: 5px !important;
}
.sv-pa--5 {
padding: 5px !important;
}
.sv-ml--5 {
margin-left: 5px !important;
}
.sv-mr--5 {
margin-right: 5px !important;
}
.sv-mt--5 {
margin-top: 5px !important;
}
.sv-mb--5 {
margin-bottom: 5px !important;
}
.sv-mv--5 {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.sv-mh--5 {
margin-right: 5px !important;
margin-left: 5px !important;
}
.sv-ma--5 {
margin: 5px !important;
}
.sv-pl--10 {
padding-left: 10px !important;
}
.sv-pr--10 {
padding-right: 10px !important;
}
.sv-pt--10 {
padding-top: 10px !important;
}
.sv-pb--10 {
padding-bottom: 10px !important;
}
.sv-pv--10 {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.sv-ph--10 {
padding-right: 10px !important;
padding-left: 10px !important;
}
.sv-pa--10 {
padding: 10px !important;
}
.sv-ml--10 {
margin-left: 10px !important;
}
.sv-mr--10 {
margin-right: 10px !important;
}
.sv-mt--10 {
margin-top: 10px !important;
}
.sv-mb--10 {
margin-bottom: 10px !important;
}
.sv-mv--10 {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.sv-mh--10 {
margin-right: 10px !important;
margin-left: 10px !important;
}
.sv-ma--10 {
margin: 10px !important;
}
.sv-pl--15 {
padding-left: 15px !important;
}
.sv-pr--15 {
padding-right: 15px !important;
}
.sv-pt--15 {
padding-top: 15px !important;
}
.sv-pb--15 {
padding-bottom: 15px !important;
}
.sv-pv--15 {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.sv-ph--15 {
padding-right: 15px !important;
padding-left: 15px !important;
}
.sv-pa--15 {
padding: 15px !important;
}
.sv-ml--15 {
margin-left: 15px !important;
}
.sv-mr--15 {
margin-right: 15px !important;
}
.sv-mt--15 {
margin-top: 15px !important;
}
.sv-mb--15 {
margin-bottom: 15px !important;
}
.sv-mv--15 {
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.sv-mh--15 {
margin-right: 15px !important;
margin-left: 15px !important;
}
.sv-ma--15 {
margin: 15px !important;
}
.sv-pl--20 {
padding-left: 20px !important;
}
.sv-pr--20 {
padding-right: 20px !important;
}
.sv-pt--20 {
padding-top: 20px !important;
}
.sv-pb--20 {
padding-bottom: 20px !important;
}
.sv-pv--20 {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.sv-ph--20 {
padding-right: 20px !important;
padding-left: 20px !important;
}
.sv-pa--20 {
padding: 20px !important;
}
.sv-ml--20 {
margin-left: 20px !important;
}
.sv-mr--20 {
margin-right: 20px !important;
}
.sv-mt--20 {
margin-top: 20px !important;
}
.sv-mb--20 {
margin-bottom: 20px !important;
}
.sv-mv--20 {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.sv-mh--20 {
margin-right: 20px !important;
margin-left: 20px !important;
}
.sv-ma--20 {
margin: 20px !important;
}
.sv-pl--25 {
padding-left: 25px !important;
}
.sv-pr--25 {
padding-right: 25px !important;
}
.sv-pt--25 {
padding-top: 25px !important;
}
.sv-pb--25 {
padding-bottom: 25px !important;
}
.sv-pv--25 {
padding-top: 25px !important;
padding-bottom: 25px !important;
}
.sv-ph--25 {
padding-right: 25px !important;
padding-left: 25px !important;
}
.sv-pa--25 {
padding: 25px !important;
}
.sv-ml--25 {
margin-left: 25px !important;
}
.sv-mr--25 {
margin-right: 25px !important;
}
.sv-mt--25 {
margin-top: 25px !important;
}
.sv-mb--25 {
margin-bottom: 25px !important;
}
.sv-mv--25 {
margin-top: 25px !important;
margin-bottom: 25px !important;
}
.sv-mh--25 {
margin-right: 25px !important;
margin-left: 25px !important;
}
.sv-ma--25 {
margin: 25px !important;
}
.sv-pl--30 {
padding-left: 30px !important;
}
.sv-pr--30 {
padding-right: 30px !important;
}
.sv-pt--30 {
padding-top: 30px !important;
}
.sv-pb--30 {
padding-bottom: 30px !important;
}
.sv-pv--30 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.sv-ph--30 {
padding-right: 30px !important;
padding-left: 30px !important;
}
.sv-pa--30 {
padding: 30px !important;
}
.sv-ml--30 {
margin-left: 30px !important;
}
.sv-mr--30 {
margin-right: 30px !important;
}
.sv-mt--30 {
margin-top: 30px !important;
}
.sv-mb--30 {
margin-bottom: 30px !important;
}
.sv-mv--30 {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
.sv-mh--30 {
margin-right: 30px !important;
margin-left: 30px !important;
}
.sv-ma--30 {
margin: 30px !important;
}
.sv-pl--35 {
padding-left: 35px !important;
}
.sv-pr--35 {
padding-right: 35px !important;
}
.sv-pt--35 {
padding-top: 35px !important;
}
.sv-pb--35 {
padding-bottom: 35px !important;
}
.sv-pv--35 {
padding-top: 35px !important;
padding-bottom: 35px !important;
}
.sv-ph--35 {
padding-right: 35px !important;
padding-left: 35px !important;
}
.sv-pa--35 {
padding: 35px !important;
}
.sv-ml--35 {
margin-left: 35px !important;
}
.sv-mr--35 {
margin-right: 35px !important;
}
.sv-mt--35 {
margin-top: 35px !important;
}
.sv-mb--35 {
margin-bottom: 35px !important;
}
.sv-mv--35 {
margin-top: 35px !important;
margin-bottom: 35px !important;
}
.sv-mh--35 {
margin-right: 35px !important;
margin-left: 35px !important;
}
.sv-ma--35 {
margin: 35px !important;
}
.sv-pl--40 {
padding-left: 40px !important;
}
.sv-pr--40 {
padding-right: 40px !important;
}
.sv-pt--40 {
padding-top: 40px !important;
}
.sv-pb--40 {
padding-bottom: 40px !important;
}
.sv-pv--40 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.sv-ph--40 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.sv-pa--40 {
padding: 40px !important;
}
.sv-ml--40 {
margin-left: 40px !important;
}
.sv-mr--40 {
margin-right: 40px !important;
}
.sv-mt--40 {
margin-top: 40px !important;
}
.sv-mb--40 {
margin-bottom: 40px !important;
}
.sv-mv--40 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.sv-mh--40 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.sv-ma--40 {
margin: 40px !important;
}
.sv-pl--45 {
padding-left: 45px !important;
}
.sv-pr--45 {
padding-right: 45px !important;
}
.sv-pt--45 {
padding-top: 45px !important;
}
.sv-pb--45 {
padding-bottom: 45px !important;
}
.sv-pv--45 {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.sv-ph--45 {
padding-right: 45px !important;
padding-left: 45px !important;
}
.sv-pa--45 {
padding: 45px !important;
}
.sv-ml--45 {
margin-left: 45px !important;
}
.sv-mr--45 {
margin-right: 45px !important;
}
.sv-mt--45 {
margin-top: 45px !important;
}
.sv-mb--45 {
margin-bottom: 45px !important;
}
.sv-mv--45 {
margin-top: 45px !important;
margin-bottom: 45px !important;
}
.sv-mh--45 {
margin-right: 45px !important;
margin-left: 45px !important;
}
.sv-ma--45 {
margin: 45px !important;
}
.sv-pl--50 {
padding-left: 50px !important;
}
.sv-pr--50 {
padding-right: 50px !important;
}
.sv-pt--50 {
padding-top: 50px !important;
}
.sv-pb--50 {
padding-bottom: 50px !important;
}
.sv-pv--50 {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.sv-ph--50 {
padding-right: 50px !important;
padding-left: 50px !important;
}
.sv-pa--50 {
padding: 50px !important;
}
.sv-ml--50 {
margin-left: 50px !important;
}
.sv-mr--50 {
margin-right: 50px !important;
}
.sv-mt--50 {
margin-top: 50px !important;
}
.sv-mb--50 {
margin-bottom: 50px !important;
}
.sv-mv--50 {
margin-top: 50px !important;
margin-bottom: 50px !important;
}
.sv-mh--50 {
margin-right: 50px !important;
margin-left: 50px !important;
}
.sv-ma--50 {
margin: 50px !important;
}
.sv-pl--60 {
padding-left: 60px !important;
}
.sv-pr--60 {
padding-right: 60px !important;
}
.sv-pt--60 {
padding-top: 60px !important;
}
.sv-pb--60 {
padding-bottom: 60px !important;
}
.sv-pv--60 {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.sv-ph--60 {
padding-right: 60px !important;
padding-left: 60px !important;
}
.sv-pa--60 {
padding: 60px !important;
}
.sv-ml--60 {
margin-left: 60px !important;
}
.sv-mr--60 {
margin-right: 60px !important;
}
.sv-mt--60 {
margin-top: 60px !important;
}
.sv-mb--60 {
margin-bottom: 60px !important;
}
.sv-mv--60 {
margin-top: 60px !important;
margin-bottom: 60px !important;
}
.sv-mh--60 {
margin-right: 60px !important;
margin-left: 60px !important;
}
.sv-ma--60 {
margin: 60px !important;
}
.sv-pl--70 {
padding-left: 70px !important;
}
.sv-pr--70 {
padding-right: 70px !important;
}
.sv-pt--70 {
padding-top: 70px !important;
}
.sv-pb--70 {
padding-bottom: 70px !important;
}
.sv-pv--70 {
padding-top: 70px !important;
padding-bottom: 70px !important;
}
.sv-ph--70 {
padding-right: 70px !important;
padding-left: 70px !important;
}
.sv-pa--70 {
padding: 70px !important;
}
.sv-ml--70 {
margin-left: 70px !important;
}
.sv-mr--70 {
margin-right: 70px !important;
}
.sv-mt--70 {
margin-top: 70px !important;
}
.sv-mb--70 {
margin-bottom: 70px !important;
}
.sv-mv--70 {
margin-top: 70px !important;
margin-bottom: 70px !important;
}
.sv-mh--70 {
margin-right: 70px !important;
margin-left: 70px !important;
}
.sv-ma--70 {
margin: 70px !important;
}
.sv-pl--80 {
padding-left: 80px !important;
}
.sv-pr--80 {
padding-right: 80px !important;
}
.sv-pt--80 {
padding-top: 80px !important;
}
.sv-pb--80 {
padding-bottom: 80px !important;
}
.sv-pv--80 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.sv-ph--80 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.sv-pa--80 {
padding: 80px !important;
}
.sv-ml--80 {
margin-left: 80px !important;
}
.sv-mr--80 {
margin-right: 80px !important;
}
.sv-mt--80 {
margin-top: 80px !important;
}
.sv-mb--80 {
margin-bottom: 80px !important;
}
.sv-mv--80 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.sv-mh--80 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.sv-ma--80 {
margin: 80px !important;
}
.sv-pl--100 {
padding-left: 100px !important;
}
.sv-pr--100 {
padding-right: 100px !important;
}
.sv-pt--100 {
padding-top: 100px !important;
}
.sv-pb--100 {
padding-bottom: 100px !important;
}
.sv-pv--100 {
padding-top: 100px !important;
padding-bottom: 100px !important;
}
.sv-ph--100 {
padding-right: 100px !important;
padding-left: 100px !important;
}
.sv-pa--100 {
padding: 100px !important;
}
.sv-ml--100 {
margin-left: 100px !important;
}
.sv-mr--100 {
margin-right: 100px !important;
}
.sv-mt--100 {
margin-top: 100px !important;
}
.sv-mb--100 {
margin-bottom: 100px !important;
}
.sv-mv--100 {
margin-top: 100px !important;
margin-bottom: 100px !important;
}
.sv-mh--100 {
margin-right: 100px !important;
margin-left: 100px !important;
}
.sv-ma--100 {
margin: 100px !important;
}
/*# sourceMappingURL=saturn-v.css.map */ | 0.377426 | 0.075927 |
.manage-posted{
display: block;
margin: 0 auto;
width: 500px;
height: 80px;
line-height: 2;
background-color: #A8CEFF;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
color: #0F1544;
margin-top: 10px;
}
.manage-posted-link{
text-decoration: none;
margin-left: 5px;
background-color: #3F62FF;
color: white;
border-radius: 5px;
padding: 0 5px;
transition: all 0.2s linear;
}
.post{
--number-column: 4;
width: calc(calc(100% / var(--number-column)) - 15px);
display:flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction:column;
border: 1px solid #0F1544;
border-radius: 5px;
margin-left: 15px;
margin-bottom: 15px;
background-color: #FBFDFF;
padding: 15px 15px;
text-decoration: none;
color: #0F1544;
transition: all 0.2s linear;
position: relative;
}
.post-thumb{
width: 100%;
height: 100%;
align-self: center;
}
.post-thumb img{
width: 100%;
height: 100%;
border-radius: 5px;
object-fit: cover;
}
.post-header{
text-align: left;
font-size: 30px;
line-height: 1.4;
}
.post-body{
}
.post-body-content{
font-size: 18px;
display:-webkit-box;
-webkit-line-clamp:5;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
line-height: 1.4;
}
.post-body-sign{
color: #03045e;
}
.post-footer{
display: flex;
align-items: center;
font-size: 18px;
margin-top: 5px;
}
.post-footer .heart-icon{
display: flex;
justify-content: center;
align-items: center;
}
.post-footer .watch-icoin{
display: flex;
justify-content: center;
align-items: center;
margin-left: 5px;
}
.post-footer .comemnt{
margin-left: clamp(100px,5vw,180px);
/* padding-right: 50px; */
flex: 1;
}
.paginate .pager{
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
margin-top: 10px;
margin-bottom: 20px;
}
.paginate .button{
margin-left: auto;
margin-right: auto;
width:400px;
height: 50px;
background-color: #e76f51;
border-radius: 5px;
color: #03045e;
align-items: center;
font-size: 30px;
transition: all 0.2s linear;
}
.paginate a{
text-decoration: none;
width: 100px;
height: 50px;
background-color: #3F62FF;
border-radius: 5px;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
margin-left: 15px;
transition: all 0.2s linear;
}
.paginate .disabled{
display: none!important;
}
.post:hover{
box-shadow: 0px 0px 10px 0px #0F1544;
}
.paginate a:hover{
background-color: #4062FF;
opacity: 0.6;
}
.manage-posted-link:hover{
background-color: #4062FF;
opacity: 0.6;
}
@media screen and (max-width: 1079px) {
.post{
--number-column: 4;
}
}
@media screen and (max-width: 1023px) {
.post{
--number-column: 3;
}
}
@media screen and (max-width: 767px) {
.post{
--number-column: 2;
}
}
@media screen and (max-width: 479px) {
.post{
--number-column: 1;
}
.manage-posted{
width: 369px;
font-size: 20px;
}
.paginate .button{
width: 300px !important;
}
} | public/template/css/posts.css | .manage-posted{
display: block;
margin: 0 auto;
width: 500px;
height: 80px;
line-height: 2;
background-color: #A8CEFF;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
color: #0F1544;
margin-top: 10px;
}
.manage-posted-link{
text-decoration: none;
margin-left: 5px;
background-color: #3F62FF;
color: white;
border-radius: 5px;
padding: 0 5px;
transition: all 0.2s linear;
}
.post{
--number-column: 4;
width: calc(calc(100% / var(--number-column)) - 15px);
display:flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction:column;
border: 1px solid #0F1544;
border-radius: 5px;
margin-left: 15px;
margin-bottom: 15px;
background-color: #FBFDFF;
padding: 15px 15px;
text-decoration: none;
color: #0F1544;
transition: all 0.2s linear;
position: relative;
}
.post-thumb{
width: 100%;
height: 100%;
align-self: center;
}
.post-thumb img{
width: 100%;
height: 100%;
border-radius: 5px;
object-fit: cover;
}
.post-header{
text-align: left;
font-size: 30px;
line-height: 1.4;
}
.post-body{
}
.post-body-content{
font-size: 18px;
display:-webkit-box;
-webkit-line-clamp:5;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
line-height: 1.4;
}
.post-body-sign{
color: #03045e;
}
.post-footer{
display: flex;
align-items: center;
font-size: 18px;
margin-top: 5px;
}
.post-footer .heart-icon{
display: flex;
justify-content: center;
align-items: center;
}
.post-footer .watch-icoin{
display: flex;
justify-content: center;
align-items: center;
margin-left: 5px;
}
.post-footer .comemnt{
margin-left: clamp(100px,5vw,180px);
/* padding-right: 50px; */
flex: 1;
}
.paginate .pager{
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
margin-top: 10px;
margin-bottom: 20px;
}
.paginate .button{
margin-left: auto;
margin-right: auto;
width:400px;
height: 50px;
background-color: #e76f51;
border-radius: 5px;
color: #03045e;
align-items: center;
font-size: 30px;
transition: all 0.2s linear;
}
.paginate a{
text-decoration: none;
width: 100px;
height: 50px;
background-color: #3F62FF;
border-radius: 5px;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
margin-left: 15px;
transition: all 0.2s linear;
}
.paginate .disabled{
display: none!important;
}
.post:hover{
box-shadow: 0px 0px 10px 0px #0F1544;
}
.paginate a:hover{
background-color: #4062FF;
opacity: 0.6;
}
.manage-posted-link:hover{
background-color: #4062FF;
opacity: 0.6;
}
@media screen and (max-width: 1079px) {
.post{
--number-column: 4;
}
}
@media screen and (max-width: 1023px) {
.post{
--number-column: 3;
}
}
@media screen and (max-width: 767px) {
.post{
--number-column: 2;
}
}
@media screen and (max-width: 479px) {
.post{
--number-column: 1;
}
.manage-posted{
width: 369px;
font-size: 20px;
}
.paginate .button{
width: 300px !important;
}
} | 0.350533 | 0.078749 |
body {
background-color: #075078;
}
.container-fluid {
background:none;
height: 100%;
}
h1,h2 {
color:white;
font-family: "Bevan",sans-serif;
}
#raffle-time {
width: 100%;
}
/*
.roller {
text-align: center;
overflow: hidden;
border: 1px solid #ccc;
background-color: #fff;
position: relative;
font-size: 100px;
line-height: 100px;
height: 100px;
}
*/
/*
.numwrapper{
margin-top: 0;
width: 100px;
}
.numwrapper:after,.numwrapper:before {
content: " ";
display: block;
height: 50px;
left: 0;
position: absolute;
width: 100%;
}
.numwrapper:after {
bottom: 0;
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(204,204,204,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}
.numwrapper:before {
top: 0;
background: rgba(204,204,204,1);
background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,204,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0 );
}
*/ | css/main.css | body {
background-color: #075078;
}
.container-fluid {
background:none;
height: 100%;
}
h1,h2 {
color:white;
font-family: "Bevan",sans-serif;
}
#raffle-time {
width: 100%;
}
/*
.roller {
text-align: center;
overflow: hidden;
border: 1px solid #ccc;
background-color: #fff;
position: relative;
font-size: 100px;
line-height: 100px;
height: 100px;
}
*/
/*
.numwrapper{
margin-top: 0;
width: 100px;
}
.numwrapper:after,.numwrapper:before {
content: " ";
display: block;
height: 50px;
left: 0;
position: absolute;
width: 100%;
}
.numwrapper:after {
bottom: 0;
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(204,204,204,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(204,204,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 );
}
.numwrapper:before {
top: 0;
background: rgba(204,204,204,1);
background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,204,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0 );
}
*/ | 0.410047 | 0.065128 |
body {
margin:0px;
background-color:rgba(105, 177, 245, 1);
background-image:none;
position:static;
left:auto;
width:375px;
margin-left:0;
margin-right:0;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u22_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:249px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
border:none;
border-radius:10px;
-moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
box-shadow:5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}
#u22 {
border-width:0px;
position:absolute;
left:37px;
top:256px;
width:300px;
height:249px;
display:flex;
}
#u22 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u22_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u23_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:271px;
height:77px;
}
#u23 {
border-width:0px;
position:absolute;
left:69px;
top:181px;
width:236px;
height:67px;
display:flex;
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:45px;
color:#FFFFFF;
}
#u23 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u23_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u24_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u24 {
border-width:0px;
position:absolute;
left:49px;
top:426px;
width:1px;
height:16px;
display:flex;
}
#u24 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u24_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
visibility:hidden;
}
#u25_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:208px;
height:31px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(0, 0, 0, 1);
border-radius:5px;
-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u25 {
border-width:0px;
position:absolute;
left:83px;
top:328px;
width:208px;
height:31px;
display:flex;
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u25 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u25_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u26_img {
border-width:0px;
position:absolute;
left:-4px;
top:-4px;
width:218px;
height:41px;
}
#u26 {
border-width:0px;
position:absolute;
left:83px;
top:467px;
width:208px;
height:31px;
display:flex;
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u26 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u26_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u27_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:208px;
height:31px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(0, 0, 0, 1);
border-radius:5px;
-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u27 {
border-width:0px;
position:absolute;
left:83px;
top:365px;
width:208px;
height:31px;
display:flex;
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u27 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u27_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u28_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:162px;
height:162px;
}
#u28 {
border-width:0px;
position:absolute;
left:106px;
top:26px;
width:162px;
height:162px;
display:flex;
}
#u28 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u28_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u29_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:262px;
height:44px;
background:inherit;
background-color:rgba(196, 255, 222, 1);
border:none;
border-radius:0px;
-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.349019607843137);
box-shadow:2px 2px 5px rgba(0, 0, 0, 0.349019607843137);
}
#u29 {
border-width:0px;
position:absolute;
left:56px;
top:267px;
width:262px;
height:44px;
display:flex;
}
#u29 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u29_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u30_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:253px;
height:27px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Poppins';
font-style:normal;
font-size:18px;
}
#u30 {
border-width:0px;
position:absolute;
left:63px;
top:278px;
width:253px;
height:27px;
display:flex;
font-family:'Poppins';
font-style:normal;
font-size:18px;
}
#u30 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u30_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u31_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:158px;
height:2px;
}
#u31 {
border-width:0px;
position:absolute;
left:109px;
top:456px;
width:157px;
height:1px;
display:flex;
}
#u31 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u31_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u32_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:208px;
height:31px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(0, 0, 0, 1);
border-radius:5px;
-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u32 {
border-width:0px;
position:absolute;
left:83px;
top:403px;
width:208px;
height:31px;
display:flex;
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u32 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u32_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
} | static/files/teacher-home/styles.css | body {
margin:0px;
background-color:rgba(105, 177, 245, 1);
background-image:none;
position:static;
left:auto;
width:375px;
margin-left:0;
margin-right:0;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u22_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:300px;
height:249px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
border:none;
border-radius:10px;
-moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
box-shadow:5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}
#u22 {
border-width:0px;
position:absolute;
left:37px;
top:256px;
width:300px;
height:249px;
display:flex;
}
#u22 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u22_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u23_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:271px;
height:77px;
}
#u23 {
border-width:0px;
position:absolute;
left:69px;
top:181px;
width:236px;
height:67px;
display:flex;
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:45px;
color:#FFFFFF;
}
#u23 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u23_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u24_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u24 {
border-width:0px;
position:absolute;
left:49px;
top:426px;
width:1px;
height:16px;
display:flex;
}
#u24 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u24_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
visibility:hidden;
}
#u25_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:208px;
height:31px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(0, 0, 0, 1);
border-radius:5px;
-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u25 {
border-width:0px;
position:absolute;
left:83px;
top:328px;
width:208px;
height:31px;
display:flex;
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u25 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u25_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u26_img {
border-width:0px;
position:absolute;
left:-4px;
top:-4px;
width:218px;
height:41px;
}
#u26 {
border-width:0px;
position:absolute;
left:83px;
top:467px;
width:208px;
height:31px;
display:flex;
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u26 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u26_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u27_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:208px;
height:31px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(0, 0, 0, 1);
border-radius:5px;
-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u27 {
border-width:0px;
position:absolute;
left:83px;
top:365px;
width:208px;
height:31px;
display:flex;
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u27 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u27_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u28_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:162px;
height:162px;
}
#u28 {
border-width:0px;
position:absolute;
left:106px;
top:26px;
width:162px;
height:162px;
display:flex;
}
#u28 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u28_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u29_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:262px;
height:44px;
background:inherit;
background-color:rgba(196, 255, 222, 1);
border:none;
border-radius:0px;
-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.349019607843137);
box-shadow:2px 2px 5px rgba(0, 0, 0, 0.349019607843137);
}
#u29 {
border-width:0px;
position:absolute;
left:56px;
top:267px;
width:262px;
height:44px;
display:flex;
}
#u29 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u29_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u30_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:253px;
height:27px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Poppins';
font-style:normal;
font-size:18px;
}
#u30 {
border-width:0px;
position:absolute;
left:63px;
top:278px;
width:253px;
height:27px;
display:flex;
font-family:'Poppins';
font-style:normal;
font-size:18px;
}
#u30 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u30_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u31_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:158px;
height:2px;
}
#u31 {
border-width:0px;
position:absolute;
left:109px;
top:456px;
width:157px;
height:1px;
display:flex;
}
#u31 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u31_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u32_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:208px;
height:31px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(0, 0, 0, 1);
border-radius:5px;
-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
box-shadow:1px 1px 5px rgba(0, 0, 0, 0.349019607843137);
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u32 {
border-width:0px;
position:absolute;
left:83px;
top:403px;
width:208px;
height:31px;
display:flex;
font-family:'Poppins Bold', 'Poppins';
font-weight:700;
font-style:normal;
font-size:18px;
color:#000000;
}
#u32 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u32_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
} | 0.304042 | 0.061989 |
.container{position:relative;width:1200px;margin:0 auto;padding:0;}
.container .column,
.container .columns{float:left;display:inline;margin-left:10px;margin-right:10px;}
.row{margin-bottom:20px;}
.column.alpha, .columns.alpha{margin-left:0;}
.column.omega, .columns.omega{margin-right:0;}
.container .one.column,
.container .one.columns{width:55px;}
.container .two.columns{width:130px;}
.container .three.columns{width:205px;}
.container .four.columns{width:280px;}
.container .five.columns{width:355px;}
.container .six.columns{width:430px;}
.container .seven.columns{width:505px;}
.container .eight.columns{width:580px;}
.container .nine.columns{width:655px;}
.container .ten.columns{width:730px;}
.container .eleven.columns{width:805px;}
.container .twelve.columns{width:880px;}
.container .thirteen.columns{width:955px;}
.container .fourteen.columns{width:1030px;}
.container .fifteen.columns{width:1105px;}
.container .sixteen.columns{width:1180px;}
.container .one-third.columns{width:380px;}
.container .one-third.column{width:380px;}
.container .two-thirds.columns{width:780px;}
.container .two-thirds.column{width:780px;}
.container .half.columns{width:48.7%}
body.boxed{width:1340px;}
.left-sidebar .eleven.columns{float:right;}
@media only screen and (min-width:1289px) and (max-width:1360px){body.boxed{width:100%;}
}
@media only screen and (min-width:960px) and (max-width:1289px){.container{position:relative;width:960px;margin:0 auto;padding:0;}
.container .column,
.container .columns{float:left;display:inline;margin-left:10px;margin-right:10px;}
.row{margin-bottom:20px;}
.column.alpha, .columns.alpha{margin-left:0;}
.column.omega, .columns.omega{margin-right:0;}
.container .one.column,
.container .one.columns{width:40px;}
.container .two.columns{width:100px;}
.container .three.columns{width:160px;}
.container .four.columns{width:220px;}
.container .five.columns{width:280px;}
.container .six.columns{width:340px;}
.container .seven.columns{width:400px;}
.container .eight.columns{width:460px;}
.container .nine.columns{width:520px;}
.container .ten.columns{width:580px;}
.container .eleven.columns{width:640px;}
.container .twelve.columns{width:700px;}
.container .thirteen.columns{width:760px;}
.container .fourteen.columns{width:820px;}
.container .fifteen.columns{width:880px;}
.container .sixteen.columns{width:940px;}
.container .half.columns{width:48.4%}
.container .one-third.columns{width:300px;}
.container .one-third.column{width:300px;}
.container .two-thirds.columns{width:620px;}
.container .two-thirds.column{width:620px;}
body.boxed{width:1060px;}
}
@media only screen and (max-width:1080px){body.boxed{width:100%;}
}
@media only screen and (min-width:768px) and (max-width:990px){.container{width:768px;}
.container .column,
.container .columns{margin-left:10px;margin-right:10px;}
.column.alpha, .columns.alpha{margin-left:0;margin-right:10px;}
.column.omega, .columns.omega{margin-right:0;margin-left:10px;}
.alpha.omega{margin-left:0;margin-right:0;}
.container .one.column,
.container .one.columns{width:28px;}
.container .two.columns{width:76px;}
.container .three.columns{width:124px;}
.container .four.columns{width:172px;}
.container .five.columns{width:220px;}
.container .six.columns{width:268px;}
.container .seven.columns{width:316px;}
.container .eight.columns{width:364px;}
.container .nine.columns{width:412px;}
.container .ten.columns{width:460px;}
.container .eleven.columns{width:508px;}
.container .twelve.columns{width:556px;}
.container .thirteen.columns{width:604px;}
.container .fourteen.columns{width:652px;}
.container .fifteen.columns{width:700px;}
.container .sixteen.columns{width:748px;}
.container .half.columns{width:48%}
.container .one-third.columns{width:236px;}
.container .one-third.column{width:236px;}
.container .two-thirds.columns{width:492px;}
.container .two-thirds.column{width:492px;}
}
@media only screen and (max-width:767px){.container{width:300px;}
.container .columns,
.container .column{margin:0;}
.container .half.columns{width:100%;}
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column,
.container .one-third.columns,
.container .two-thirds.columns,
.container .twelve.sidebar-right.columns,
.container .twelve.sidebar-left.columns,
.container .five.sidebar-right.columns,
.container .eleven.sidebar-right.columns{width:300px;}
}
@media only screen and (min-width:480px) and (max-width:767px){.container{width:420px;}
.container .columns,
.container .column{margin:0;}
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column,
.container .one-third.columns,
.container .two-thirds.columns,
.container .twelve.sidebar-right.columns,
.container .twelve.sidebar-left.columns,
.container .five.sidebar-right.columns,
.container .eleven.sidebar-right.columns{width:420px;}
}
.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.row:after,
.clearfix:after{clear:both;}
.row,
.clearfix{zoom:1;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;} | public/css/responsive.min.css | .container{position:relative;width:1200px;margin:0 auto;padding:0;}
.container .column,
.container .columns{float:left;display:inline;margin-left:10px;margin-right:10px;}
.row{margin-bottom:20px;}
.column.alpha, .columns.alpha{margin-left:0;}
.column.omega, .columns.omega{margin-right:0;}
.container .one.column,
.container .one.columns{width:55px;}
.container .two.columns{width:130px;}
.container .three.columns{width:205px;}
.container .four.columns{width:280px;}
.container .five.columns{width:355px;}
.container .six.columns{width:430px;}
.container .seven.columns{width:505px;}
.container .eight.columns{width:580px;}
.container .nine.columns{width:655px;}
.container .ten.columns{width:730px;}
.container .eleven.columns{width:805px;}
.container .twelve.columns{width:880px;}
.container .thirteen.columns{width:955px;}
.container .fourteen.columns{width:1030px;}
.container .fifteen.columns{width:1105px;}
.container .sixteen.columns{width:1180px;}
.container .one-third.columns{width:380px;}
.container .one-third.column{width:380px;}
.container .two-thirds.columns{width:780px;}
.container .two-thirds.column{width:780px;}
.container .half.columns{width:48.7%}
body.boxed{width:1340px;}
.left-sidebar .eleven.columns{float:right;}
@media only screen and (min-width:1289px) and (max-width:1360px){body.boxed{width:100%;}
}
@media only screen and (min-width:960px) and (max-width:1289px){.container{position:relative;width:960px;margin:0 auto;padding:0;}
.container .column,
.container .columns{float:left;display:inline;margin-left:10px;margin-right:10px;}
.row{margin-bottom:20px;}
.column.alpha, .columns.alpha{margin-left:0;}
.column.omega, .columns.omega{margin-right:0;}
.container .one.column,
.container .one.columns{width:40px;}
.container .two.columns{width:100px;}
.container .three.columns{width:160px;}
.container .four.columns{width:220px;}
.container .five.columns{width:280px;}
.container .six.columns{width:340px;}
.container .seven.columns{width:400px;}
.container .eight.columns{width:460px;}
.container .nine.columns{width:520px;}
.container .ten.columns{width:580px;}
.container .eleven.columns{width:640px;}
.container .twelve.columns{width:700px;}
.container .thirteen.columns{width:760px;}
.container .fourteen.columns{width:820px;}
.container .fifteen.columns{width:880px;}
.container .sixteen.columns{width:940px;}
.container .half.columns{width:48.4%}
.container .one-third.columns{width:300px;}
.container .one-third.column{width:300px;}
.container .two-thirds.columns{width:620px;}
.container .two-thirds.column{width:620px;}
body.boxed{width:1060px;}
}
@media only screen and (max-width:1080px){body.boxed{width:100%;}
}
@media only screen and (min-width:768px) and (max-width:990px){.container{width:768px;}
.container .column,
.container .columns{margin-left:10px;margin-right:10px;}
.column.alpha, .columns.alpha{margin-left:0;margin-right:10px;}
.column.omega, .columns.omega{margin-right:0;margin-left:10px;}
.alpha.omega{margin-left:0;margin-right:0;}
.container .one.column,
.container .one.columns{width:28px;}
.container .two.columns{width:76px;}
.container .three.columns{width:124px;}
.container .four.columns{width:172px;}
.container .five.columns{width:220px;}
.container .six.columns{width:268px;}
.container .seven.columns{width:316px;}
.container .eight.columns{width:364px;}
.container .nine.columns{width:412px;}
.container .ten.columns{width:460px;}
.container .eleven.columns{width:508px;}
.container .twelve.columns{width:556px;}
.container .thirteen.columns{width:604px;}
.container .fourteen.columns{width:652px;}
.container .fifteen.columns{width:700px;}
.container .sixteen.columns{width:748px;}
.container .half.columns{width:48%}
.container .one-third.columns{width:236px;}
.container .one-third.column{width:236px;}
.container .two-thirds.columns{width:492px;}
.container .two-thirds.column{width:492px;}
}
@media only screen and (max-width:767px){.container{width:300px;}
.container .columns,
.container .column{margin:0;}
.container .half.columns{width:100%;}
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column,
.container .one-third.columns,
.container .two-thirds.columns,
.container .twelve.sidebar-right.columns,
.container .twelve.sidebar-left.columns,
.container .five.sidebar-right.columns,
.container .eleven.sidebar-right.columns{width:300px;}
}
@media only screen and (min-width:480px) and (max-width:767px){.container{width:420px;}
.container .columns,
.container .column{margin:0;}
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column,
.container .one-third.columns,
.container .two-thirds.columns,
.container .twelve.sidebar-right.columns,
.container .twelve.sidebar-left.columns,
.container .five.sidebar-right.columns,
.container .eleven.sidebar-right.columns{width:420px;}
}
.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.row:after,
.clearfix:after{clear:both;}
.row,
.clearfix{zoom:1;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;} | 0.187207 | 0.06256 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(../chamilo/fonts/OpenSans-Light.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(../chamilo/fonts/OpenSans.woff2) format('woff2'), url(../chamilo/fonts/OpenSans.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../chamilo/fonts/OpenSans-Semibold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Bold.woff) format('woff');
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}
a:hover{
color: #F12312;
text-decoration: none;
}
header{
background: url("images/background.png") repeat-x center -30px;
}
.navbar-default {
background: #45484d;
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
background: -o-linear-gradient(top, #45484d 0%,#000000 100%);
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%);
background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
border-right: none;
border-left: none;
border-top: none;
border-bottom: 3px solid #FF0000;
}
.navbar-default .navbar-brand {
color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #ededed;
}
.navbar-default .navbar-text {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #FFFFFF;
background: #ff3019;
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}
.navbar-default .navbar-nav > li > .dropdown-menu {
background-color: #020202;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
color: #ededed;
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
background-color: #0099c0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background: #ff3019;
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #FFFFFF;
background: #020202;
}
.navbar-default .navbar-toggle {
border-color: #0099c0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #0099c0;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #ffffff;
}
.navbar-default .navbar-link {
color: #ffffff;
}
.navbar-default .navbar-link:hover {
color: #ededed;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ededed;
}
.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: #ededed;
background-color: #0099c0;
}
}
footer.bgfooter{
background: #000000;
color: #FF0000;
border-top: 4px solid #FF0000;
}
footer.bgfooter a{
color: #ffffff;
}
footer.bgfooter a:hover{
color: #CCC;
}
.nav li a:hover{
background: none;
}
.breadcrumb{
padding: 8px 15px;
margin-bottom: 21px;
list-style: outside none none;
background-color: #ECF0F1;
}
.breadcrumb > .active{
color: #95a5a6;
}
.panel-default{
border-color: #ECF0F1;
}
.panel-default .panel-heading{
color: #2c3e50;
background-color:#ECF0F1;
border-color: #ECF0F1;
} | public/web/css/themes/chamilo_sport_red/default.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(../chamilo/fonts/OpenSans-Light.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(../chamilo/fonts/OpenSans.woff2) format('woff2'), url(../chamilo/fonts/OpenSans.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../chamilo/fonts/OpenSans-Semibold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(../chamilo/fonts/OpenSans-Bold.woff) format('woff');
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
position: relative;
}
body {
margin: 0 0 60px;
font-family: 'Open Sans', sans-serif;
line-height: 1.72222;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
a{
color: #666666;
}
a:hover{
color: #F12312;
text-decoration: none;
}
header{
background: url("images/background.png") repeat-x center -30px;
}
.navbar-default {
background: #45484d;
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
background: -o-linear-gradient(top, #45484d 0%,#000000 100%);
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%);
background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
border-right: none;
border-left: none;
border-top: none;
border-bottom: 3px solid #FF0000;
}
.navbar-default .navbar-brand {
color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #ededed;
}
.navbar-default .navbar-text {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #FFFFFF;
background: #ff3019;
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}
.navbar-default .navbar-nav > li > .dropdown-menu {
background-color: #020202;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
color: #ededed;
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
background-color: #0099c0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background: #ff3019;
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #FFFFFF;
background: #020202;
}
.navbar-default .navbar-toggle {
border-color: #0099c0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #0099c0;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #ffffff;
}
.navbar-default .navbar-link {
color: #ffffff;
}
.navbar-default .navbar-link:hover {
color: #ededed;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ededed;
}
.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: #ededed;
background-color: #0099c0;
}
}
footer.bgfooter{
background: #000000;
color: #FF0000;
border-top: 4px solid #FF0000;
}
footer.bgfooter a{
color: #ffffff;
}
footer.bgfooter a:hover{
color: #CCC;
}
.nav li a:hover{
background: none;
}
.breadcrumb{
padding: 8px 15px;
margin-bottom: 21px;
list-style: outside none none;
background-color: #ECF0F1;
}
.breadcrumb > .active{
color: #95a5a6;
}
.panel-default{
border-color: #ECF0F1;
}
.panel-default .panel-heading{
color: #2c3e50;
background-color:#ECF0F1;
border-color: #ECF0F1;
} | 0.332202 | 0.057546 |
.navigation {
background: #087aaf;
height: 60px;
}
.navContainer {
max-width: 1400px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
.logo-wrapper {
font-size: 20px;
}
.logo {
width: 150px;
}
.icon-wrapper {
padding-right: 20px;
display: flex;
}
.icon {
height: 30px;
}
.icon-wrapper a {
text-decoration: none;
padding: 0 10px;
}
.search-icon {
width: 20px;
}
.input-group {
display: flex;
border-radius: 20px;
background: #f8f8f8;
border: solid 1px #e2e2e2;
position: relative;
overflow: hidden;
align-items: center;
width: 375px;
max-width: 375px;
height: 40px;
}
.input-group input {
border-radius: 5px 0 0 5px;
border: unset;
padding: 5px 5px 5px 20px;
width: 375px;
max-width: 375px;
height: 55px;
font-size: larger;
}
.input-group-btn button {
border-radius: 0 5px 5px 0;
border: solid 1px white;
background: white;
padding: 5px 10px 5px 5px;
height: 55px;
}
/* dropdown */
/* The dropdown container */
.dropdown {
overflow: hidden;
}
/* Dropdown button */
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
background-color: inherit;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}
/* Add a red background color to navbar links on hover */
.icon-wrapper a:hover,
.dropdown:hover .dropbtn {
background-color: #066188;
}
/* speechbubble */
.sb1::before {
content: "";
position: absolute;
border-right: 10px solid #087aaf;
border-left: 10px solid transparent;
border-bottom: 10px solid #087aaf;
border-top: 10px solid transparent;
top: 10px;
left: 80%;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
display: none;
position: absolute;
background-color: transparent;
/* min-width: 160px; */
width: 250px;
z-index: 1;
right: 10px;
left: auto;
padding-top: 20px;
padding-right: 20px;
}
/* Links inside the dropdown */
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: flex;
text-align: left;
position: relative;
background-color: #087aaf;
}
.dropdown-content a p {
color: #ffffff;
margin-left: 20px;
margin-top: 9px;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
background-color: #63BEE8;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/*Icons size in the dropdown menu*/
.icon_dropbtn {
width: 30px;
height: 30px;
} | src/main/resources/static/css/navigation.css | .navigation {
background: #087aaf;
height: 60px;
}
.navContainer {
max-width: 1400px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
.logo-wrapper {
font-size: 20px;
}
.logo {
width: 150px;
}
.icon-wrapper {
padding-right: 20px;
display: flex;
}
.icon {
height: 30px;
}
.icon-wrapper a {
text-decoration: none;
padding: 0 10px;
}
.search-icon {
width: 20px;
}
.input-group {
display: flex;
border-radius: 20px;
background: #f8f8f8;
border: solid 1px #e2e2e2;
position: relative;
overflow: hidden;
align-items: center;
width: 375px;
max-width: 375px;
height: 40px;
}
.input-group input {
border-radius: 5px 0 0 5px;
border: unset;
padding: 5px 5px 5px 20px;
width: 375px;
max-width: 375px;
height: 55px;
font-size: larger;
}
.input-group-btn button {
border-radius: 0 5px 5px 0;
border: solid 1px white;
background: white;
padding: 5px 10px 5px 5px;
height: 55px;
}
/* dropdown */
/* The dropdown container */
.dropdown {
overflow: hidden;
}
/* Dropdown button */
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
background-color: inherit;
font-family: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
}
/* Add a red background color to navbar links on hover */
.icon-wrapper a:hover,
.dropdown:hover .dropbtn {
background-color: #066188;
}
/* speechbubble */
.sb1::before {
content: "";
position: absolute;
border-right: 10px solid #087aaf;
border-left: 10px solid transparent;
border-bottom: 10px solid #087aaf;
border-top: 10px solid transparent;
top: 10px;
left: 80%;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
display: none;
position: absolute;
background-color: transparent;
/* min-width: 160px; */
width: 250px;
z-index: 1;
right: 10px;
left: auto;
padding-top: 20px;
padding-right: 20px;
}
/* Links inside the dropdown */
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: flex;
text-align: left;
position: relative;
background-color: #087aaf;
}
.dropdown-content a p {
color: #ffffff;
margin-left: 20px;
margin-top: 9px;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
background-color: #63BEE8;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/*Icons size in the dropdown menu*/
.icon_dropbtn {
width: 30px;
height: 30px;
} | 0.396652 | 0.078008 |
.dload{
width:100%;
}
.dload .download_intro{
background: url(../../images/download/down_bg.png) no-repeat bottom;
width:1004px;
height:580px;
margin:0 auto;
position:relative;
}
.intro1 .bk1{
width:565px;
height:461px;
}
.intro1 .text_01{
background:url(../../images/download/text_01.png) no-repeat;
position:absolute;
height:80px;
width:388px;
top:155px;
left:600px;
}
.intro1 .img_bk1{
margin-top:119px;
}
.intro1 .code_img{
background:url(../../images/download/code_img.png) no-repeat;
height:171px;
width:171px;
position:absolute;
left:622px;
top:321px;
}
.intro1 .code_app{
background:url(../../images/download/app_down.png) no-repeat 0 0;
height:62px;
width:190px;
position:absolute;
left:830px;
top:331px;
}
.intro1 .code_app:hover{
background:url(../../images/download/app_down.png) no-repeat 0 -62px;
height:62px;
width:190px;
position:absolute;
left:830px;
top:331px;
}
.intro1 .code_android{
background:url(../../images/download/app_down.png) no-repeat 0 -124px;
height:62px;
width:190px;
position:absolute;
left:830px;
top:430px;
}
.intro1 .code_android:hover{
background:url(../../images/download/app_down.png) no-repeat 0 -186px;
height:62px;
width:190px;
position:absolute;
left:830px;
top:430px;
}
.intro2 .img_bk2{
float:right;
margin-right:-90px;
margin-top:-1px;
}
.intro2 .texts{
padding-top:115px;
}
.intro2 .texts .text_020{
background:url(../../images/download/text_020.png) no-repeat;
height:38px;
width:448px;
}
.intro2 .texts .text_021{
background:url(../../images/download/text_021.png) no-repeat;
height:174px;
width:464px;
margin-top:67px;
}
.intro2 .line_01{
background:url(../../images/download/line_01.png) no-repeat;
position:absolute;
top:178px;
right:165px;
height:17px;
width:292px;
}
.intro2 .interest_icon{
background:url(../../images/download/interest_icon.png) no-repeat;
position:absolute;
top:108px;
right:330px;
height:68px;
width:128px;
}
.intro2 .line_02{
background:url(../../images/download/line_02.png) no-repeat;
position:absolute;
top:532px;
right:230px;
height:16px;
width:222px;
}
.intro2 .percent_icon{
background:url(../../images/download/percent_icon.png) no-repeat;
position:absolute;
top:452px;
right:320px;
height:82px;
width:135px;
}
.intro3 .img_bk3{
float:left;
margin-top:86px;
}
.intro3 .texts_02{
position:absolute;
height:200px;
width:490px;
top:163px;
right:-60px;
}
.texts_02 .text_030{
background:url(../../images/download/text_030.png) no-repeat;
height:38px;
width:448px;
}
.texts_02 .text_031{
background:url(../../images/download/text_031.png) no-repeat;
height:88px;
width:490px;
margin-top:73px;
}
.intro4 .img_bk4{
float:right;
margin-right:-70px;
}
.intro4 .texts {
padding-top:145px;
}
.intro4 .texts .text_040{
background:url(../../images/download/text_040.png) no-repeat;
height:62px;
width:492px;
}
.intro4 .texts .text_041{
background:url(../../images/download/text_041.png) no-repeat;
height:84px;
width:392px;
margin-top:73px;
}
.intro5 .img_bk5{
margin-top:119px;
float:left;
}
.intro5 .texts {
padding-top:240px;
padding-left:650px;
}
.intro5 .texts .text_050{
background:url(../../images/download/text_050.png) no-repeat;
height:48px;
width:417px;
}
.intro5 .texts .text_051{
background:url(../../images/download/text_051.png) no-repeat;
height:79px;
width:417px;
margin-top:73px;
}
.download_way{
width:1004px;
height:580px;
margin:0 auto;
margin-bottom:60px;
}
._way{
padding-top:65px;
padding-left:200px;
}
.text_06{
background:url(../../images/download/text_06.png) no-repeat;
height:60px;
width:632px;
}
.img_bk6{
margin-top:56px;
margin-left:120px;
} | demo_libraries/gold/statics/styles/layouts/download.css | .dload{
width:100%;
}
.dload .download_intro{
background: url(../../images/download/down_bg.png) no-repeat bottom;
width:1004px;
height:580px;
margin:0 auto;
position:relative;
}
.intro1 .bk1{
width:565px;
height:461px;
}
.intro1 .text_01{
background:url(../../images/download/text_01.png) no-repeat;
position:absolute;
height:80px;
width:388px;
top:155px;
left:600px;
}
.intro1 .img_bk1{
margin-top:119px;
}
.intro1 .code_img{
background:url(../../images/download/code_img.png) no-repeat;
height:171px;
width:171px;
position:absolute;
left:622px;
top:321px;
}
.intro1 .code_app{
background:url(../../images/download/app_down.png) no-repeat 0 0;
height:62px;
width:190px;
position:absolute;
left:830px;
top:331px;
}
.intro1 .code_app:hover{
background:url(../../images/download/app_down.png) no-repeat 0 -62px;
height:62px;
width:190px;
position:absolute;
left:830px;
top:331px;
}
.intro1 .code_android{
background:url(../../images/download/app_down.png) no-repeat 0 -124px;
height:62px;
width:190px;
position:absolute;
left:830px;
top:430px;
}
.intro1 .code_android:hover{
background:url(../../images/download/app_down.png) no-repeat 0 -186px;
height:62px;
width:190px;
position:absolute;
left:830px;
top:430px;
}
.intro2 .img_bk2{
float:right;
margin-right:-90px;
margin-top:-1px;
}
.intro2 .texts{
padding-top:115px;
}
.intro2 .texts .text_020{
background:url(../../images/download/text_020.png) no-repeat;
height:38px;
width:448px;
}
.intro2 .texts .text_021{
background:url(../../images/download/text_021.png) no-repeat;
height:174px;
width:464px;
margin-top:67px;
}
.intro2 .line_01{
background:url(../../images/download/line_01.png) no-repeat;
position:absolute;
top:178px;
right:165px;
height:17px;
width:292px;
}
.intro2 .interest_icon{
background:url(../../images/download/interest_icon.png) no-repeat;
position:absolute;
top:108px;
right:330px;
height:68px;
width:128px;
}
.intro2 .line_02{
background:url(../../images/download/line_02.png) no-repeat;
position:absolute;
top:532px;
right:230px;
height:16px;
width:222px;
}
.intro2 .percent_icon{
background:url(../../images/download/percent_icon.png) no-repeat;
position:absolute;
top:452px;
right:320px;
height:82px;
width:135px;
}
.intro3 .img_bk3{
float:left;
margin-top:86px;
}
.intro3 .texts_02{
position:absolute;
height:200px;
width:490px;
top:163px;
right:-60px;
}
.texts_02 .text_030{
background:url(../../images/download/text_030.png) no-repeat;
height:38px;
width:448px;
}
.texts_02 .text_031{
background:url(../../images/download/text_031.png) no-repeat;
height:88px;
width:490px;
margin-top:73px;
}
.intro4 .img_bk4{
float:right;
margin-right:-70px;
}
.intro4 .texts {
padding-top:145px;
}
.intro4 .texts .text_040{
background:url(../../images/download/text_040.png) no-repeat;
height:62px;
width:492px;
}
.intro4 .texts .text_041{
background:url(../../images/download/text_041.png) no-repeat;
height:84px;
width:392px;
margin-top:73px;
}
.intro5 .img_bk5{
margin-top:119px;
float:left;
}
.intro5 .texts {
padding-top:240px;
padding-left:650px;
}
.intro5 .texts .text_050{
background:url(../../images/download/text_050.png) no-repeat;
height:48px;
width:417px;
}
.intro5 .texts .text_051{
background:url(../../images/download/text_051.png) no-repeat;
height:79px;
width:417px;
margin-top:73px;
}
.download_way{
width:1004px;
height:580px;
margin:0 auto;
margin-bottom:60px;
}
._way{
padding-top:65px;
padding-left:200px;
}
.text_06{
background:url(../../images/download/text_06.png) no-repeat;
height:60px;
width:632px;
}
.img_bk6{
margin-top:56px;
margin-left:120px;
} | 0.337749 | 0.06724 |
.admin-bar .navbar-sticky.sticky {
margin-top: 30px; }
/* Image */
.alignright.size-thumbnail.wp-image-827 {
margin-bottom: 40px;
display: inline-block; }
img, figure {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle; }
img[class*="wp-image-"] {
margin-top: 10px;
margin-bottom: 10px; }
.wp-caption img[class*="wp-image-"] {
display: block; }
.wp-caption {
margin-bottom: 8px;
max-width: 100%;
border-radius: 0;
padding: 0;
clear: both; }
.wp-caption.aligncenter {
margin-bottom: 10px;
text-align: center;
margin: 0 auto; }
.wp-caption .wp-caption-text {
text-align: center;
margin-top: 4px;
font-style: italic;
color: #a9a9a9;
margin-bottom: 30px; }
.aligncenter {
clear: both;
display: block;
margin: 0 auto; }
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
/*-- HTML Formate --*/
/* table */
table, iframe {
border: 1px solid #fbfbfb;
border-collapse: separate;
border-spacing: 0;
width: 100%;
margin: 20px 0; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
border-top: 1px solid #e7e7e7; }
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: 10px 10px;
border: 1px solid #EDEDED;
text-align: center; }
div#calendar_wrap caption {
margin: 10px 10px 0;
padding-bottom: 0; }
div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
padding: 0; }
.widget_calendar td {
line-height: 2em; }
.widget_calendar td#today {
background: #fc4a00;
color: #fff; }
.widget_calendar table th, .widget_calendar table td {
padding: 0 !important; }
.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
border: 1px solid #e7e7e7; }
dt {
font-weight: bold;
margin: 6px; }
/* Gallery item */
.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%; }
.gallery-columns-1 .gallery-item {
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
max-width: 100%; }
.gallery-item a img {
display: block;
-webkit-transition: -webkit-filter 0.2s ease-in;
transition: -webkit-filter 0.2s ease-in;
-o-transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.gallery-item a:hover img,
.gallery-item a:focus img {
-webkit-filter: opacity(60%);
filter: opacity(60%); }
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0; }
.gallery-size-thumbnail .gallery-caption {
display: inline-block;
max-width: 200px;
margin-top: 5px; }
.gallery-size-thumbnail .gallery-item > div > a {
display: inline-block; }
.wp-caption,
.gallery-caption {
color: #666;
font-size: 13px;
font-style: italic;
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.alignnone {
margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto; }
.alignleft {
float: left;
margin: 5px 20px 20px 0; }
a img.alignright {
float: right;
margin: 5px 0 20px 20px; }
a img.alignnone {
margin: 5px 20px 20px 0; }
a img.alignleft {
float: left;
margin: 5px 20px 20px 0; }
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption.alignnone {
margin: 5px 20px 20px 0; }
.wp-caption.alignleft {
margin: 5px 20px 20px 0; }
.wp-caption.alignright {
margin: 5px 0 20px 20px; }
@media screen and (min-width: 30em) {
/* Gallery Columns */
.gallery-item {
max-width: 25%; }
.gallery-columns-1 .gallery-item {
max-width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; } }
/* Theme check */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.gallery-caption,
.bypostauthor {
display: block; }
code {
overflow: auto;
max-width: 100%;
padding: 0 1em;
border: 1px solid #ddd;
background-color: #f9f9f9;
display: inline-block;
vertical-align: middle;
word-wrap: break-word;
color: #fc4a00; }
a code {
color: #fc4a00; }
p {
margin: 0 0 25px; }
p img.alignleft {
clear: both;
margin-bottom: 30px; }
select {
max-width: 100%; }
.post-password-form input[type="password"] {
padding: 5px 15px;
margin-left: 10px; }
.post-password-form input[type='submit'] {
background-color: #fc4a00;
border: none;
padding: 7px 55px;
color: #fff;
cursor: pointer; }
/*============================
post
=============================== */
.post .post-media,
.post-wrapper .post-media {
width: calc(100% - 0px);
position: relative;
overflow: hidden; }
.post .post-media .video-link-btn,
.post-wrapper .post-media .video-link-btn {
position: absolute;
right: 0;
bottom: 0; }
.post .post-media .video-link-btn a,
.post-wrapper .post-media .video-link-btn a {
background: #fc4a00;
padding: 15px 20px;
display: inline-block;
color: #fff;
font-size: 25px; }
.post .post-body,
.post-wrapper .post-body {
background: #f9f8fd;
padding: 40px; }
.post .entry-header .entry-title,
.post .entry-header .post-title.lg,
.post-wrapper .entry-header .entry-title,
.post-wrapper .entry-header .post-title.lg {
margin-bottom: 20px;
word-wrap: break-word; }
.post .entry-header .entry-title a,
.post .entry-header .post-title.lg a,
.post-wrapper .entry-header .entry-title a,
.post-wrapper .entry-header .post-title.lg a {
color: #222222; }
.post .entry-header .entry-title a:hover,
.post .entry-header .post-title.lg a:hover,
.post-wrapper .entry-header .entry-title a:hover,
.post-wrapper .entry-header .post-title.lg a:hover {
color: #fc4a00; }
.post .entry-header .post-meta,
.post-wrapper .entry-header .post-meta {
margin-bottom: 25px;
padding-left: 0; }
.post .entry-header .post-meta li,
.post-wrapper .entry-header .post-meta li {
display: inline-block;
margin-right: 20px; }
.post .entry-header .post-meta li:last-child,
.post-wrapper .entry-header .post-meta li:last-child {
margin-right: 0; }
.post .entry-header .post-meta li i,
.post-wrapper .entry-header .post-meta li i {
vertical-align: middle; }
.post .entry-header .post-meta span,
.post-wrapper .entry-header .post-meta span {
display: inline-block;
margin-right: 28px;
color: #666666;
font-size: 14px; }
.post .entry-header .post-meta span i,
.post-wrapper .entry-header .post-meta span i {
margin-right: 6px; }
.post .post-footer,
.post-wrapper .post-footer {
clear: both; }
.post .post-footer .readmore,
.post-wrapper .post-footer .readmore {
font-weight: 700;
padding: 10px 20px 10px 20px;
background: #fc4a00;
color: #fff;
display: inline-block; }
.post .post-footer .readmore i,
.post-wrapper .post-footer .readmore i {
vertical-align: middle; }
.post .post-footer .readmore:hover,
.post-wrapper .post-footer .readmore:hover {
background: #000; }
.post .post-footer.readmore-btn-area,
.post-wrapper .post-footer.readmore-btn-area {
margin-bottom: 0; }
.post.sticky .meta-featured-post,
.post-wrapper.sticky .meta-featured-post {
display: block;
position: absolute;
right: -20px;
top: 18px;
background: #fc4a00;
width: auto;
height: auto;
padding: 12px 45px;
color: #fff;
display: inline-block;
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size: 12px;
font-weight: 700;
-webkit-transform: rotate(45deg);
z-index: 1; }
.post.sticky .post-body,
.post-wrapper.sticky .post-body {
overflow: hidden;
position: relative; }
.post.post-wrapper,
.post-wrapper.post-wrapper {
margin-bottom: 40px;
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
overflow: hidden; }
.post.post-wrapper h2.entry-title,
.post-wrapper.post-wrapper h2.entry-title {
font-size: 24px;
line-height: 32px; }
.post.sticky .post-block-style {
overflow: hidden;
position: relative;
background: #f9f9f9;
padding: 30px; }
.xs-page-header {
margin-bottom: 30px; }
/*=========================== ===========
sidebar
========================================*/
.sidebar .widget {
margin-bottom: 40px; }
.sidebar .widget .widget-title {
font-size: 16px;
font-weight: 700;
position: relative;
margin: 0 0 30px; }
.sidebar .widget.widget_media_image img {
margin-top: 0; }
.sidebar .widget.widget_search {
padding: 0;
border: 0; }
.sidebar .widget.widget_search .form-control {
font-style: italic;
font-weight: 600;
border-radius: 0; }
.sidebar .widget.widget_search .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #fc4a00; }
.sidebar .widget.widget_search .input-group-btn {
background: #fc4a00;
color: #fff;
padding: 0 20px;
cursor: pointer;
border: none; }
.sidebar .widget.widget_search .input-group-btn i {
line-height: 52px; }
.sidebar .widget.widget-tags ul li {
display: inline-block;
margin-bottom: 8px;
margin-right: 4px; }
.sidebar .widget.widget-tags ul li a {
display: block;
padding: 5px 20px;
border: 1px solid #eee;
color: #666;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.sidebar .widget.widget-tags ul li a:hover {
background: #fc4a00;
color: #fff;
-webkit-transition: all ease 500ms;
-o-transition: all ease 500ms;
transition: all ease 500ms; }
.sidebar .widget.widget-tags ul li:last-child {
margin-bottom: 0; }
.sidebar .widget .block-title {
margin-bottom: 30px; }
.sidebar ul {
border: 0;
padding: 0;
list-style: none; }
.sidebar ul li {
border-bottom: 1px dashed #eeeeee;
padding-bottom: 10px;
margin-bottom: 10px; }
.sidebar ul li:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0; }
.sidebar ul li a {
color: #666; }
.sidebar ul li a:hover {
color: #fc4a00; }
.sidebar ul li a.url, .sidebar ul li a.rsswidget {
color: #222222; }
.sidebar ul li a.rsswidget {
font-weight: 600; }
.sidebar ul li cite {
font-style: normal; }
.sidebar ul.sub-menu, .sidebar ul.children {
padding: 10px 0px 0 20px; }
.sidebar ul.children {
padding-bottom: 0; }
ul#recentcomments li a.url {
font-weight: 600; }
.tag-lists a,
.tagcloud a {
border: 1px solid #3a3a3a;
color: #232323;
display: inline-block;
font-size: 14px !important;
padding: 4px 13px;
margin-left: 3px;
margin-bottom: 10px;
border-radius: 36px;
-webkit-border-radius: 36px;
-ms-border-radius: 36px; }
.tag-lists a:hover,
.tagcloud a:hover {
background: #fc4a00;
color: #fff;
border-color: #fc4a00; }
.textwidget img {
margin: 10px 0; }
.page-links .page-link {
display: inline-block; }
/*=======================================
Post Comments section
========================================*/
.blog-post-comment .comment-title {
font-size: 24px; }
.blog-post-comment .comment-info [class*=col-md-] {
margin-bottom: 15px;
position: inherit; }
.blog-post-comment .comment-content > h3 {
margin-bottom: .5rem; }
.blog-post-comment .comment-respond {
margin-bottom: 40px;
margin-top: 40px; }
.blog-post-comment .comment-respond .comment-reply-title {
font-size: 24px; }
.blog-post-comment .comment-respond .comment-form .form-control {
border-radius: 0;
height: 45px;
margin-bottom: 15px; }
.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
height: 245px; }
.blog-post-comment .comment-respond .comment-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #fc4a00; }
.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
display: none; }
.blog-post-comment .comment-respond .comment-form .comment-notes {
font-style: italic; }
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
margin-top: 40px; }
.blog-post-comment .comments-list .trackback .comment-body {
margin-left: 0; }
.loginformuser .form-control {
height: 100%;
resize: none; }
.loginformuser .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #fc4a00; }
/* Common */
.pingback p, .pingback .says {
display: none; }
.comments-list .pingback .comment-body {
margin-left: 0; }
.comments-list {
list-style: none;
margin: 0;
padding: 20px 0; }
.comments-list .comment {
list-style: none; }
.comments-list .comment .last {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0; }
.comments-list .comment-author {
margin-bottom: 0;
margin-top: 0;
font-weight: 700;
font-size: 15px;
color: #1c1c24;
font-style: normal; }
.comments-list .comment-author a {
color: #1c1c24; }
.comments-list .comment-author a:hover {
color: #fc4a00; }
.comments-list .comment-author cite {
font-style: normal; }
.comments-list .comment-date {
font-size: 14px;
display: block;
margin-top: -5px; }
.comments-list .comment-content {
margin: 15px 0; }
.comments-list .comment-body {
border-bottom: 1px solid #eeeeee;
padding-bottom: 20px;
margin-bottom: 30px;
margin-left: 110px; }
.comments-list img.comment-avatar {
width: 80px;
height: 80px;
border-radius: 100%;
margin-right: 30px; }
.comments-list .comment-reply-link {
color: #252a37;
font-weight: 400;
font-size: 14px; }
.comments-list .comment-reply-link i {
margin-right: 5px; }
.comments-list .comment-reply-link:hover {
color: #fc4a00; }
.comments-counter {
font-size: 18px; }
.comments-counter a {
color: #666; }
.comments-reply {
list-style: none;
margin: 0 0 0 70px; }
#cancel-comment-reply-link {
float: right;
color: #000; }
#cancel-comment-reply-link:hover {
color: #fc4a00; }
.not-found h1 {
margin-bottom: 20px; }
.not-found .input-group-btn {
background: #fc4a00;
color: #fff;
padding: 0 20px;
border: none;
cursor: pointer; }
.not-found .input-group-btn i {
line-height: 48px; }
.not-found .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #fc4a00; }
.not-found p {
line-height: 1.1;
margin-bottom: 25px; }
.not-found p small {
display: block; }
article.page .post-meta {
margin-bottom: 15px; }
/*===========================
author box
=============================*/
.author-box {
padding: 40px 40px 20px;
margin-bottom: 40px; }
.author-box .author-img img {
width: 70px;
height: 70px;
border-radius: 50%; }
.author-box .author-info {
margin-left: 90px; }
.author-box .author-info > h3 {
margin-bottom: 4px; }
.author-box .author-url {
margin-bottom: 12px; }
.author-box .author-url a {
color: #666666;
font-size: 14px; }
/*=============================
pagination nav
=============================*/
.post-navigation {
margin-bottom: 40px;
padding: 15px 0; }
.post-navigation .post-previous, .post-navigation .post-next {
padding: 0 40px;
width: 50%;
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
display: table-cell;
position: relative;
vertical-align: middle; }
.post-navigation .post-previous img, .post-navigation .post-next img {
width: 95px;
height: 75px;
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px; }
.post-navigation .post-previous a p, .post-navigation .post-next a p {
line-height: 1.2;
font-weight: 400;
font-size: 14px;
margin-bottom: 0;
color: #333333; }
.post-navigation span:hover, .post-navigation h3:hover {
color: #fc4a00; }
.post-navigation h3 {
font-size: 17px;
line-height: 26px;
margin: 5px 0;
font-weight: bold;
ms-word-wrap: break-word;
word-wrap: break-word; }
.post-navigation span {
font-size: 16px;
display: block;
margin-bottom: 5px;
font-weight: 600;
color: #232323;
text-transform: capitalize; }
.post-navigation i {
margin: 0 5px;
color: #a9a9a9; }
.post-navigation .post-previous {
text-align: left;
float: left;
border-left: 0 none;
border-right: 0 none;
padding: 0 40px 0 0; }
.post-navigation .post-previous img {
float: left;
margin-right: 15px; }
.post-navigation .post-next {
text-align: right;
float: right;
border-right: 0 none;
padding: 0 0 0 40px; }
.post-navigation .post-next img {
float: right;
margin-left: 15px; }
/*==============================
pagination
============================*/
.pagination {
margin: 0; }
.pagination li a, .pagination li span {
margin-right: 8px;
width: 40px;
height: 40px;
line-height: 40px;
border: 1px solid #dadada;
text-align: center;
display: inline-block;
color: #666;
border-radius: 3px;
padding: 0; }
.pagination li a i, .pagination li span i {
line-height: 40px; }
.pagination li.active a, .pagination li:hover a {
color: #fff;
background: #fc4a00;
border: 1px solid transparent; }
.pagination li.active a:hover, .pagination li:hover a:hover {
background: #fc4a00; }
.pagination li.pagination-dots {
margin: 0 15px 0 10px; }
.main-container.blog .pagination {
margin-bottom: 30px; }
.entry-content .page-links {
color: #10100E;
margin-left: 5px;
overflow: hidden;
width: 100%;
margin-top: 50px; }
.entry-content .page-links span {
display: inline-block; }
.entry-content .page-links span.page-link {
color: #10100E;
margin-right: 5px; }
.entry-content .page-links .page-link-text {
margin-right: 10px; }
/*=======================
blog details
========================*/
.blog-single .post .post-media {
margin-bottom: 30px;
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px; }
.blog-single .post .post-body {
background: #fff;
border: 0;
padding: 0; }
.blog-single .embed-responsive {
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
overflow: hidden; }
@media (min-width: 1025px) {
.blog-single .embed-responsive {
height: 550px; } }
.blog-single .embed-responsive .embed-responsive-item {
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
overflow: hidden;
margin: 0; }
.breadcrumb {
background: transparent;
padding: 25px 0 17px;
margin-bottom: 0; }
.breadcrumb li {
padding-right: 10px;
color: #777777;
font-size: 14px;
font-weight: 400;
line-height: 22px; }
.breadcrumb li a {
padding: 0 9px; }
.breadcrumb li:last-child i {
padding-right: 10px; }
.single-post .post .entry-header .post-meta span {
margin-right: 0; }
.sidebar-active .alignfull {
left: auto;
right: auto;
margin-left: 0;
margin-right: 0;
width: auto; }
.sidebar-active .alignfull img {
width: 100%; }
article.tag-html.tag-layout.tag-title .post-title a {
word-break: break-all; } | front-end/src/assets/css/blog.css | .admin-bar .navbar-sticky.sticky {
margin-top: 30px; }
/* Image */
.alignright.size-thumbnail.wp-image-827 {
margin-bottom: 40px;
display: inline-block; }
img, figure {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle; }
img[class*="wp-image-"] {
margin-top: 10px;
margin-bottom: 10px; }
.wp-caption img[class*="wp-image-"] {
display: block; }
.wp-caption {
margin-bottom: 8px;
max-width: 100%;
border-radius: 0;
padding: 0;
clear: both; }
.wp-caption.aligncenter {
margin-bottom: 10px;
text-align: center;
margin: 0 auto; }
.wp-caption .wp-caption-text {
text-align: center;
margin-top: 4px;
font-style: italic;
color: #a9a9a9;
margin-bottom: 30px; }
.aligncenter {
clear: both;
display: block;
margin: 0 auto; }
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
/*-- HTML Formate --*/
/* table */
table, iframe {
border: 1px solid #fbfbfb;
border-collapse: separate;
border-spacing: 0;
width: 100%;
margin: 20px 0; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
border-top: 1px solid #e7e7e7; }
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: 10px 10px;
border: 1px solid #EDEDED;
text-align: center; }
div#calendar_wrap caption {
margin: 10px 10px 0;
padding-bottom: 0; }
div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
padding: 0; }
.widget_calendar td {
line-height: 2em; }
.widget_calendar td#today {
background: #fc4a00;
color: #fff; }
.widget_calendar table th, .widget_calendar table td {
padding: 0 !important; }
.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
border: 1px solid #e7e7e7; }
dt {
font-weight: bold;
margin: 6px; }
/* Gallery item */
.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%; }
.gallery-columns-1 .gallery-item {
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
max-width: 100%; }
.gallery-item a img {
display: block;
-webkit-transition: -webkit-filter 0.2s ease-in;
transition: -webkit-filter 0.2s ease-in;
-o-transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.gallery-item a:hover img,
.gallery-item a:focus img {
-webkit-filter: opacity(60%);
filter: opacity(60%); }
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0; }
.gallery-size-thumbnail .gallery-caption {
display: inline-block;
max-width: 200px;
margin-top: 5px; }
.gallery-size-thumbnail .gallery-item > div > a {
display: inline-block; }
.wp-caption,
.gallery-caption {
color: #666;
font-size: 13px;
font-style: italic;
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.alignnone {
margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto; }
.alignleft {
float: left;
margin: 5px 20px 20px 0; }
a img.alignright {
float: right;
margin: 5px 0 20px 20px; }
a img.alignnone {
margin: 5px 20px 20px 0; }
a img.alignleft {
float: left;
margin: 5px 20px 20px 0; }
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption.alignnone {
margin: 5px 20px 20px 0; }
.wp-caption.alignleft {
margin: 5px 20px 20px 0; }
.wp-caption.alignright {
margin: 5px 0 20px 20px; }
@media screen and (min-width: 30em) {
/* Gallery Columns */
.gallery-item {
max-width: 25%; }
.gallery-columns-1 .gallery-item {
max-width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; } }
/* Theme check */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.gallery-caption,
.bypostauthor {
display: block; }
code {
overflow: auto;
max-width: 100%;
padding: 0 1em;
border: 1px solid #ddd;
background-color: #f9f9f9;
display: inline-block;
vertical-align: middle;
word-wrap: break-word;
color: #fc4a00; }
a code {
color: #fc4a00; }
p {
margin: 0 0 25px; }
p img.alignleft {
clear: both;
margin-bottom: 30px; }
select {
max-width: 100%; }
.post-password-form input[type="password"] {
padding: 5px 15px;
margin-left: 10px; }
.post-password-form input[type='submit'] {
background-color: #fc4a00;
border: none;
padding: 7px 55px;
color: #fff;
cursor: pointer; }
/*============================
post
=============================== */
.post .post-media,
.post-wrapper .post-media {
width: calc(100% - 0px);
position: relative;
overflow: hidden; }
.post .post-media .video-link-btn,
.post-wrapper .post-media .video-link-btn {
position: absolute;
right: 0;
bottom: 0; }
.post .post-media .video-link-btn a,
.post-wrapper .post-media .video-link-btn a {
background: #fc4a00;
padding: 15px 20px;
display: inline-block;
color: #fff;
font-size: 25px; }
.post .post-body,
.post-wrapper .post-body {
background: #f9f8fd;
padding: 40px; }
.post .entry-header .entry-title,
.post .entry-header .post-title.lg,
.post-wrapper .entry-header .entry-title,
.post-wrapper .entry-header .post-title.lg {
margin-bottom: 20px;
word-wrap: break-word; }
.post .entry-header .entry-title a,
.post .entry-header .post-title.lg a,
.post-wrapper .entry-header .entry-title a,
.post-wrapper .entry-header .post-title.lg a {
color: #222222; }
.post .entry-header .entry-title a:hover,
.post .entry-header .post-title.lg a:hover,
.post-wrapper .entry-header .entry-title a:hover,
.post-wrapper .entry-header .post-title.lg a:hover {
color: #fc4a00; }
.post .entry-header .post-meta,
.post-wrapper .entry-header .post-meta {
margin-bottom: 25px;
padding-left: 0; }
.post .entry-header .post-meta li,
.post-wrapper .entry-header .post-meta li {
display: inline-block;
margin-right: 20px; }
.post .entry-header .post-meta li:last-child,
.post-wrapper .entry-header .post-meta li:last-child {
margin-right: 0; }
.post .entry-header .post-meta li i,
.post-wrapper .entry-header .post-meta li i {
vertical-align: middle; }
.post .entry-header .post-meta span,
.post-wrapper .entry-header .post-meta span {
display: inline-block;
margin-right: 28px;
color: #666666;
font-size: 14px; }
.post .entry-header .post-meta span i,
.post-wrapper .entry-header .post-meta span i {
margin-right: 6px; }
.post .post-footer,
.post-wrapper .post-footer {
clear: both; }
.post .post-footer .readmore,
.post-wrapper .post-footer .readmore {
font-weight: 700;
padding: 10px 20px 10px 20px;
background: #fc4a00;
color: #fff;
display: inline-block; }
.post .post-footer .readmore i,
.post-wrapper .post-footer .readmore i {
vertical-align: middle; }
.post .post-footer .readmore:hover,
.post-wrapper .post-footer .readmore:hover {
background: #000; }
.post .post-footer.readmore-btn-area,
.post-wrapper .post-footer.readmore-btn-area {
margin-bottom: 0; }
.post.sticky .meta-featured-post,
.post-wrapper.sticky .meta-featured-post {
display: block;
position: absolute;
right: -20px;
top: 18px;
background: #fc4a00;
width: auto;
height: auto;
padding: 12px 45px;
color: #fff;
display: inline-block;
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size: 12px;
font-weight: 700;
-webkit-transform: rotate(45deg);
z-index: 1; }
.post.sticky .post-body,
.post-wrapper.sticky .post-body {
overflow: hidden;
position: relative; }
.post.post-wrapper,
.post-wrapper.post-wrapper {
margin-bottom: 40px;
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
overflow: hidden; }
.post.post-wrapper h2.entry-title,
.post-wrapper.post-wrapper h2.entry-title {
font-size: 24px;
line-height: 32px; }
.post.sticky .post-block-style {
overflow: hidden;
position: relative;
background: #f9f9f9;
padding: 30px; }
.xs-page-header {
margin-bottom: 30px; }
/*=========================== ===========
sidebar
========================================*/
.sidebar .widget {
margin-bottom: 40px; }
.sidebar .widget .widget-title {
font-size: 16px;
font-weight: 700;
position: relative;
margin: 0 0 30px; }
.sidebar .widget.widget_media_image img {
margin-top: 0; }
.sidebar .widget.widget_search {
padding: 0;
border: 0; }
.sidebar .widget.widget_search .form-control {
font-style: italic;
font-weight: 600;
border-radius: 0; }
.sidebar .widget.widget_search .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #fc4a00; }
.sidebar .widget.widget_search .input-group-btn {
background: #fc4a00;
color: #fff;
padding: 0 20px;
cursor: pointer;
border: none; }
.sidebar .widget.widget_search .input-group-btn i {
line-height: 52px; }
.sidebar .widget.widget-tags ul li {
display: inline-block;
margin-bottom: 8px;
margin-right: 4px; }
.sidebar .widget.widget-tags ul li a {
display: block;
padding: 5px 20px;
border: 1px solid #eee;
color: #666;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.sidebar .widget.widget-tags ul li a:hover {
background: #fc4a00;
color: #fff;
-webkit-transition: all ease 500ms;
-o-transition: all ease 500ms;
transition: all ease 500ms; }
.sidebar .widget.widget-tags ul li:last-child {
margin-bottom: 0; }
.sidebar .widget .block-title {
margin-bottom: 30px; }
.sidebar ul {
border: 0;
padding: 0;
list-style: none; }
.sidebar ul li {
border-bottom: 1px dashed #eeeeee;
padding-bottom: 10px;
margin-bottom: 10px; }
.sidebar ul li:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0; }
.sidebar ul li a {
color: #666; }
.sidebar ul li a:hover {
color: #fc4a00; }
.sidebar ul li a.url, .sidebar ul li a.rsswidget {
color: #222222; }
.sidebar ul li a.rsswidget {
font-weight: 600; }
.sidebar ul li cite {
font-style: normal; }
.sidebar ul.sub-menu, .sidebar ul.children {
padding: 10px 0px 0 20px; }
.sidebar ul.children {
padding-bottom: 0; }
ul#recentcomments li a.url {
font-weight: 600; }
.tag-lists a,
.tagcloud a {
border: 1px solid #3a3a3a;
color: #232323;
display: inline-block;
font-size: 14px !important;
padding: 4px 13px;
margin-left: 3px;
margin-bottom: 10px;
border-radius: 36px;
-webkit-border-radius: 36px;
-ms-border-radius: 36px; }
.tag-lists a:hover,
.tagcloud a:hover {
background: #fc4a00;
color: #fff;
border-color: #fc4a00; }
.textwidget img {
margin: 10px 0; }
.page-links .page-link {
display: inline-block; }
/*=======================================
Post Comments section
========================================*/
.blog-post-comment .comment-title {
font-size: 24px; }
.blog-post-comment .comment-info [class*=col-md-] {
margin-bottom: 15px;
position: inherit; }
.blog-post-comment .comment-content > h3 {
margin-bottom: .5rem; }
.blog-post-comment .comment-respond {
margin-bottom: 40px;
margin-top: 40px; }
.blog-post-comment .comment-respond .comment-reply-title {
font-size: 24px; }
.blog-post-comment .comment-respond .comment-form .form-control {
border-radius: 0;
height: 45px;
margin-bottom: 15px; }
.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
height: 245px; }
.blog-post-comment .comment-respond .comment-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #fc4a00; }
.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
display: none; }
.blog-post-comment .comment-respond .comment-form .comment-notes {
font-style: italic; }
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
margin-top: 40px; }
.blog-post-comment .comments-list .trackback .comment-body {
margin-left: 0; }
.loginformuser .form-control {
height: 100%;
resize: none; }
.loginformuser .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #fc4a00; }
/* Common */
.pingback p, .pingback .says {
display: none; }
.comments-list .pingback .comment-body {
margin-left: 0; }
.comments-list {
list-style: none;
margin: 0;
padding: 20px 0; }
.comments-list .comment {
list-style: none; }
.comments-list .comment .last {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0; }
.comments-list .comment-author {
margin-bottom: 0;
margin-top: 0;
font-weight: 700;
font-size: 15px;
color: #1c1c24;
font-style: normal; }
.comments-list .comment-author a {
color: #1c1c24; }
.comments-list .comment-author a:hover {
color: #fc4a00; }
.comments-list .comment-author cite {
font-style: normal; }
.comments-list .comment-date {
font-size: 14px;
display: block;
margin-top: -5px; }
.comments-list .comment-content {
margin: 15px 0; }
.comments-list .comment-body {
border-bottom: 1px solid #eeeeee;
padding-bottom: 20px;
margin-bottom: 30px;
margin-left: 110px; }
.comments-list img.comment-avatar {
width: 80px;
height: 80px;
border-radius: 100%;
margin-right: 30px; }
.comments-list .comment-reply-link {
color: #252a37;
font-weight: 400;
font-size: 14px; }
.comments-list .comment-reply-link i {
margin-right: 5px; }
.comments-list .comment-reply-link:hover {
color: #fc4a00; }
.comments-counter {
font-size: 18px; }
.comments-counter a {
color: #666; }
.comments-reply {
list-style: none;
margin: 0 0 0 70px; }
#cancel-comment-reply-link {
float: right;
color: #000; }
#cancel-comment-reply-link:hover {
color: #fc4a00; }
.not-found h1 {
margin-bottom: 20px; }
.not-found .input-group-btn {
background: #fc4a00;
color: #fff;
padding: 0 20px;
border: none;
cursor: pointer; }
.not-found .input-group-btn i {
line-height: 48px; }
.not-found .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #fc4a00; }
.not-found p {
line-height: 1.1;
margin-bottom: 25px; }
.not-found p small {
display: block; }
article.page .post-meta {
margin-bottom: 15px; }
/*===========================
author box
=============================*/
.author-box {
padding: 40px 40px 20px;
margin-bottom: 40px; }
.author-box .author-img img {
width: 70px;
height: 70px;
border-radius: 50%; }
.author-box .author-info {
margin-left: 90px; }
.author-box .author-info > h3 {
margin-bottom: 4px; }
.author-box .author-url {
margin-bottom: 12px; }
.author-box .author-url a {
color: #666666;
font-size: 14px; }
/*=============================
pagination nav
=============================*/
.post-navigation {
margin-bottom: 40px;
padding: 15px 0; }
.post-navigation .post-previous, .post-navigation .post-next {
padding: 0 40px;
width: 50%;
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
display: table-cell;
position: relative;
vertical-align: middle; }
.post-navigation .post-previous img, .post-navigation .post-next img {
width: 95px;
height: 75px;
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px; }
.post-navigation .post-previous a p, .post-navigation .post-next a p {
line-height: 1.2;
font-weight: 400;
font-size: 14px;
margin-bottom: 0;
color: #333333; }
.post-navigation span:hover, .post-navigation h3:hover {
color: #fc4a00; }
.post-navigation h3 {
font-size: 17px;
line-height: 26px;
margin: 5px 0;
font-weight: bold;
ms-word-wrap: break-word;
word-wrap: break-word; }
.post-navigation span {
font-size: 16px;
display: block;
margin-bottom: 5px;
font-weight: 600;
color: #232323;
text-transform: capitalize; }
.post-navigation i {
margin: 0 5px;
color: #a9a9a9; }
.post-navigation .post-previous {
text-align: left;
float: left;
border-left: 0 none;
border-right: 0 none;
padding: 0 40px 0 0; }
.post-navigation .post-previous img {
float: left;
margin-right: 15px; }
.post-navigation .post-next {
text-align: right;
float: right;
border-right: 0 none;
padding: 0 0 0 40px; }
.post-navigation .post-next img {
float: right;
margin-left: 15px; }
/*==============================
pagination
============================*/
.pagination {
margin: 0; }
.pagination li a, .pagination li span {
margin-right: 8px;
width: 40px;
height: 40px;
line-height: 40px;
border: 1px solid #dadada;
text-align: center;
display: inline-block;
color: #666;
border-radius: 3px;
padding: 0; }
.pagination li a i, .pagination li span i {
line-height: 40px; }
.pagination li.active a, .pagination li:hover a {
color: #fff;
background: #fc4a00;
border: 1px solid transparent; }
.pagination li.active a:hover, .pagination li:hover a:hover {
background: #fc4a00; }
.pagination li.pagination-dots {
margin: 0 15px 0 10px; }
.main-container.blog .pagination {
margin-bottom: 30px; }
.entry-content .page-links {
color: #10100E;
margin-left: 5px;
overflow: hidden;
width: 100%;
margin-top: 50px; }
.entry-content .page-links span {
display: inline-block; }
.entry-content .page-links span.page-link {
color: #10100E;
margin-right: 5px; }
.entry-content .page-links .page-link-text {
margin-right: 10px; }
/*=======================
blog details
========================*/
.blog-single .post .post-media {
margin-bottom: 30px;
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px; }
.blog-single .post .post-body {
background: #fff;
border: 0;
padding: 0; }
.blog-single .embed-responsive {
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
overflow: hidden; }
@media (min-width: 1025px) {
.blog-single .embed-responsive {
height: 550px; } }
.blog-single .embed-responsive .embed-responsive-item {
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
overflow: hidden;
margin: 0; }
.breadcrumb {
background: transparent;
padding: 25px 0 17px;
margin-bottom: 0; }
.breadcrumb li {
padding-right: 10px;
color: #777777;
font-size: 14px;
font-weight: 400;
line-height: 22px; }
.breadcrumb li a {
padding: 0 9px; }
.breadcrumb li:last-child i {
padding-right: 10px; }
.single-post .post .entry-header .post-meta span {
margin-right: 0; }
.sidebar-active .alignfull {
left: auto;
right: auto;
margin-left: 0;
margin-right: 0;
width: auto; }
.sidebar-active .alignfull img {
width: 100%; }
article.tag-html.tag-layout.tag-title .post-title a {
word-break: break-all; } | 0.306216 | 0.075858 |
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
nav ul a,
nav .brand-logo {
color: #444;
}
.modal .modal-content {
padding: 24px;
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
}
.modal {
width: 30% !important;
}
.adjust>li {
list-style-type: none;
font-weight: 100;
word-spacing: 0px;
line-height: 17px;
color: rgba(0, 0, 0, 0.87);
}
.li.adjust2 {
list-style: square;
}
.light1 {
font-weight: 300;
text-align: justify;
line-height: 17px;
word-spacing: 0px;
}
p {
line-height: 2rem;
}
.sidenav-trigger {
color: #26a69a;
}
.parallax-container {
min-height: 380px;
line-height: 0;
height: auto;
color: rgba(255, 255, 255, .9);
}
.parallax-container .section {
width: 100%;
}
@media only screen and (max-width : 992px) {
.parallax-container .section {
top: 40%;
}
#index-banner .section {
top: 10%;
}
}
@media only screen and (max-width : 600px) {
#index-banner .section {
top: 0;
}
#logo-container1 {
width: 71px;
height: 56px;
}
.row .col.s4 {
/* width: 33.3333333333%; */
width: 98%;
margin-left: auto;
left: auto;
right: auto;
}
#properly {
margin-top: 100px;
}
}
@media only screen and (max-width: 600px) {
.row .col.s6 {
width: 98%;
margin-left: auto;
left: auto;
right: auto;
}
#abc {
width: 293px;
}
.row .col.s2 {
width: 40%;
margin-left: 10%;
/* left: auto; */
/* right: auto; */
}
}
@media only screen and (max-width: 992px) {
.parallax-container .section {
top: 40%;
}
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
footer.page-footer {
margin: 0;
}
label {
color: black;
}
nav .brand-logo {
color: #444;
font-weight: 500;
font-style: oblique;
}
nav ul a {
color: #444;
font-weight: 500;
}
input {
border-radius: 4px !important;
border: 1px solid black !important;
}
.modal .modal-content {
padding: 24px;
}
.modal .modal-footer {
border-radius: 0 0 2px 2px;
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
padding: 4px 6px;
border: 1px solid white;
border-radius: 9px;
height: 56px;
width: 100%;
text-align: center
}
.modal .modal-footer .btn-flat {
margin: 6px 0;
background: blue;
color: white;
border-radius: 4px;
}
.modal .modal-footer .btn-flat:hover {
background: cornflowerblue !important;
}
.modal {
border-radius: 14px;
width: 80%;
}
a.waves-effect.waves-light.btn:visited {
background: #158140 !important;
}
a.waves-effect.waves-light.btn:active {
background-color: pink;
}
a.waves-effect.waves-light.btn.modal-trigger:hover {
background: black !important;
box-shadow: #fff !important;
color: azure;
text-decoration: none !important;
}
.popup-content h3 {
font-size: 1.2em;
margin-top: -8px;
}
.input-field>label {
padding: 3px;
}
.button:hover {
text-decoration: underline;
}
.buttonps:hover {
text-decoration: underline;
}
a.waves-effect.waves-light.btn:hover {
text-decoration: underline;
}
.popup {
left: 0;
position: fixed;
top: 20%;
transition: left .5s ease;
z-index: 1000;
}
.popupps {
left: 0;
position: fixed;
top: 55%;
transition: left .5s ease;
z-index: 1000;
}
.popup-content {
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
box-sizing: border-box;
border-radius:10px;
color: white;
float: left;
height: 185px;
padding: 10px;
width: 275px;
font-size: 12px;
;
}
.closepopup {
left: -275px;
}
.button {
background-color: red;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
height: 93px;
padding-top: 0.5em;
width: 38px;
font-weight: 500;
color: white !important;
font-size: 15px;
line-height: 15px;
animation: example 2s linear infinite;
animation: horizontal left 2s ease infinite;
}
@keyframes example {
from {background-color: red;}
to {background-color: yellow;}
25% {top:-100px;}
}
@keyframes example1 {
from {background-color: yellow;}
to {background-color: red;}
}
.button::after {
content: "▶";
color: white;
cursor: pointer;
font-size: 1em;
padding: 5px;
}
.button-closed::after {
content: "◀";
color: white;
cursor: pointer;
font-size: 1em;
}
.buttonps {
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
height: 97px;
padding-top: 0.5rem;
width: 38px;
font-weight: 500;
color: white !important;
font-size: 15px;
line-height: 15px;
animation: example1 2s linear infinite;
animation: horizontal left 2s ease infinite;
}
.buttonps::after {
content: "▶";
color: white;
cursor: pointer;
font-size: 1em;
padding: 5px;
}
.button-closed1::after {
content: "◀";
color: white;
cursor: pointer;
font-size: 1em;
}
.btn-group button {
width: 200px !important;
color: #fff !important;
padding: 5px !important;
background-color: #158140 !important;
margin-left: 24px;
border-radius: 5px;
margin-bottom: 10px;
height: 34px;
font-size: 16px;
border: none;
}
.inputGroup2 input {
margin-bottom: 1px !important;
}
.input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
background-color: white;
border: none;
border: 1px solid #9e9e9e !important;
border-radius: 0;
outline: none;
height: 2rem;
width: 100%;
font-size: 12px;
margin: 0 0 8px 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-transition: border .3s, -webkit-box-shadow .3s;
transition: border .3s, -webkit-box-shadow .3s;
transition: box-shadow .3s, border .3s;
transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}
.sidenav-overlay {
background-color: rgba(0, 0, 0, 0) !important;
}
#hi :hover {
background-color: yellow;
}
#hii {
font-weight: 500;
font-size: 20px;
color: #0af90afc;
border: 2px solid brown;
padding: 6px;
border-radius: 4px;
background: azure;
font-family: monospace;
}
.card {
box-shadow: 0 -2px 16px 1px rgba(0, 0, 0, .27);
}
#aminitiescol {
margin-left: 83px;
}
.parallax-container {
color: #5d5d5d;
}
.open-button {
background-color: #ff3d00;
color: white;
padding: 11px 9px 9px 0px;
z-index: 1;
border: none;
border-radius: 2px;
opacity: 1.8;
position: fixed;
top: 150px;
width: 53px;
font-weight: 900;
text-align: inline-block;
height: 121px;
writing-mode: vertical-rl;
border-bottom-right-radius: 5px;
border-top-right-radius: 7px;
}
.open-button1 {
background-color: #3d5afe;
color: white;
padding: 11px 9px 9px 0px;
z-index: 1;
border: none;
border-radius: 2px;
opacity: 1.8;
position: fixed;
top: 400px;
width: 53px;
font-weight: 900;
text-align: inline-block;
height: 121px;
writing-mode: vertical-rl;
border-bottom-right-radius: 5px;
border-top-right-radius: 7px;
}
.img-left{
width:90%;
height:60vh;
}
#Download {
writing-mode: vertical-rl;
}
.containerabc{
display: grid;
grid-template-columns: 1fr 1fr;
padding:40px
}
@media only screen and (max-width: 600px) {
.vintage {
min-height: 614px;
}
.img-left {
width: 100%;
height: 51vh;
}
.containerabc {
display: block;
/* grid-template-columns: 1fr 1fr; */
/* padding: 40px; */
}
#finalalign{
margin-left: 10px !important
}
#download-button{
width:250px;
}
.modal {
width: 80% !important;
}
.popup-content h3 {
font-size: 1.2em;
margin-top: 0px;
}
#trans-Form {
display: none;
}
#comming1 {
width: 273px;
}
#aminitiescol {
margin-left: 0px;
}
.parallax-container .section {
top: 0%;
}
h2 {
font-size: 1.56rem;
line-height: 110%;
margin: 2.3733333333rem 0 1.424rem 0;
}
h4 {
font-size: 1.28rem;
line-height: 110%;
margin: 1.52rem 0 0.912rem 0;
}
img {
width: 312px;
}
.btn {
padding: 0px;
font-size: 12px;
font-weight: 4s00 !important;
}
.classic {
width: 58px;
margin-left: 20px;
}
h5.uniform {
font-size: 15px;
color: #5d5d5d;
}
#location {
margin-top: -30px;
margin-bottom: -180px;
}
nav .brand-logo {
left: 49%;
font-size: larger;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media only screen and (min-width: 993px) {
.container {
width: 93%;
}
}
.phonelink {
position: fixed;
/* Lock location always on the scree */
bottom: 0;
/* Set to the bottom */
right: 0;
/* Set to the right */
margin: 22px;
/* Add space around background */
}
.phoneicon {
width: 49px;
/* Set width of icon */
height: 49px;
/* Set height of icon */
}
@media screen and (max-width: 480px) {
.lgscreenphone {
display: none;
/* On small screens make phone icon disappear */
}
.mbscreenphone {
display: block;
/* On small screens make phone icon appear */
}
}
@media screen and (min-width: 481px) {
.mbscreenphone {
display: none;
/* On large screens make phone icon disappear */
}
.lgscreenphone {
display: block;
/* On large screens make phone icon appear */
}
}
@media only screen and (min-width: 601px) {
nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i {
height: 70px;
line-height: 64px;
}
}
#trans-Form {
bottom: 0;
background: rgb(0, 0, 0);
/* Fallback color */
background: rgba(0, 0, 0, 0.4);
/* Black background with 0.5 opacity */
color: #f1f1f1;
/* width: 100%; */
padding: 20px;
border-radius: 20px;
margin: 40px;
}
a#download-button.btn-small.waves-effect.waves-light.teal.lighten-1:hover {
background: tomato !important;
}
a#download-button.btn-small.waves-effect.waves-light.teal.lighten-1.btn.modal-trigger.faa-horizontal.animated {
animation: horizontal 2s ease infinite;
}
button.btn-small.waves-effect.waves-light.teal.lighten-1:hover {
background: tomato !important;
}
.teal.lighten-1 {
background-color: #ED2A28 !important;
}
.teal.lighten-1:hover {
background: tomato;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
transform: translateY(-10px );
}
@media only screen and (max-width: 600px) {
.row .col.s3 {
width: 48%;
margin-left: auto;
left: auto;
right: auto;
}
.btn {
padding: 0px;
font-size: 12px;
width: 103px;
margin-top: 19px;
font-weight: 400 !important;
}
#beauty {
margin-top: -50px;
}
a.waves-effect.waves-light.btn.modal-trigger {
background: #158140 !important;
box-shadow: #fff !important;
text-decoration: none !important;
}
}
.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover>.faa-horizontal {
-webkit-animation: horizontal 2s ease infinite;
animation: horizontal 2s ease infinite;
} | css/style.css | * Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
nav ul a,
nav .brand-logo {
color: #444;
}
.modal .modal-content {
padding: 24px;
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
}
.modal {
width: 30% !important;
}
.adjust>li {
list-style-type: none;
font-weight: 100;
word-spacing: 0px;
line-height: 17px;
color: rgba(0, 0, 0, 0.87);
}
.li.adjust2 {
list-style: square;
}
.light1 {
font-weight: 300;
text-align: justify;
line-height: 17px;
word-spacing: 0px;
}
p {
line-height: 2rem;
}
.sidenav-trigger {
color: #26a69a;
}
.parallax-container {
min-height: 380px;
line-height: 0;
height: auto;
color: rgba(255, 255, 255, .9);
}
.parallax-container .section {
width: 100%;
}
@media only screen and (max-width : 992px) {
.parallax-container .section {
top: 40%;
}
#index-banner .section {
top: 10%;
}
}
@media only screen and (max-width : 600px) {
#index-banner .section {
top: 0;
}
#logo-container1 {
width: 71px;
height: 56px;
}
.row .col.s4 {
/* width: 33.3333333333%; */
width: 98%;
margin-left: auto;
left: auto;
right: auto;
}
#properly {
margin-top: 100px;
}
}
@media only screen and (max-width: 600px) {
.row .col.s6 {
width: 98%;
margin-left: auto;
left: auto;
right: auto;
}
#abc {
width: 293px;
}
.row .col.s2 {
width: 40%;
margin-left: 10%;
/* left: auto; */
/* right: auto; */
}
}
@media only screen and (max-width: 992px) {
.parallax-container .section {
top: 40%;
}
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
footer.page-footer {
margin: 0;
}
label {
color: black;
}
nav .brand-logo {
color: #444;
font-weight: 500;
font-style: oblique;
}
nav ul a {
color: #444;
font-weight: 500;
}
input {
border-radius: 4px !important;
border: 1px solid black !important;
}
.modal .modal-content {
padding: 24px;
}
.modal .modal-footer {
border-radius: 0 0 2px 2px;
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
padding: 4px 6px;
border: 1px solid white;
border-radius: 9px;
height: 56px;
width: 100%;
text-align: center
}
.modal .modal-footer .btn-flat {
margin: 6px 0;
background: blue;
color: white;
border-radius: 4px;
}
.modal .modal-footer .btn-flat:hover {
background: cornflowerblue !important;
}
.modal {
border-radius: 14px;
width: 80%;
}
a.waves-effect.waves-light.btn:visited {
background: #158140 !important;
}
a.waves-effect.waves-light.btn:active {
background-color: pink;
}
a.waves-effect.waves-light.btn.modal-trigger:hover {
background: black !important;
box-shadow: #fff !important;
color: azure;
text-decoration: none !important;
}
.popup-content h3 {
font-size: 1.2em;
margin-top: -8px;
}
.input-field>label {
padding: 3px;
}
.button:hover {
text-decoration: underline;
}
.buttonps:hover {
text-decoration: underline;
}
a.waves-effect.waves-light.btn:hover {
text-decoration: underline;
}
.popup {
left: 0;
position: fixed;
top: 20%;
transition: left .5s ease;
z-index: 1000;
}
.popupps {
left: 0;
position: fixed;
top: 55%;
transition: left .5s ease;
z-index: 1000;
}
.popup-content {
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
box-sizing: border-box;
border-radius:10px;
color: white;
float: left;
height: 185px;
padding: 10px;
width: 275px;
font-size: 12px;
;
}
.closepopup {
left: -275px;
}
.button {
background-color: red;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
height: 93px;
padding-top: 0.5em;
width: 38px;
font-weight: 500;
color: white !important;
font-size: 15px;
line-height: 15px;
animation: example 2s linear infinite;
animation: horizontal left 2s ease infinite;
}
@keyframes example {
from {background-color: red;}
to {background-color: yellow;}
25% {top:-100px;}
}
@keyframes example1 {
from {background-color: yellow;}
to {background-color: red;}
}
.button::after {
content: "▶";
color: white;
cursor: pointer;
font-size: 1em;
padding: 5px;
}
.button-closed::after {
content: "◀";
color: white;
cursor: pointer;
font-size: 1em;
}
.buttonps {
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
height: 97px;
padding-top: 0.5rem;
width: 38px;
font-weight: 500;
color: white !important;
font-size: 15px;
line-height: 15px;
animation: example1 2s linear infinite;
animation: horizontal left 2s ease infinite;
}
.buttonps::after {
content: "▶";
color: white;
cursor: pointer;
font-size: 1em;
padding: 5px;
}
.button-closed1::after {
content: "◀";
color: white;
cursor: pointer;
font-size: 1em;
}
.btn-group button {
width: 200px !important;
color: #fff !important;
padding: 5px !important;
background-color: #158140 !important;
margin-left: 24px;
border-radius: 5px;
margin-bottom: 10px;
height: 34px;
font-size: 16px;
border: none;
}
.inputGroup2 input {
margin-bottom: 1px !important;
}
.input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
background-color: white;
border: none;
border: 1px solid #9e9e9e !important;
border-radius: 0;
outline: none;
height: 2rem;
width: 100%;
font-size: 12px;
margin: 0 0 8px 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-transition: border .3s, -webkit-box-shadow .3s;
transition: border .3s, -webkit-box-shadow .3s;
transition: box-shadow .3s, border .3s;
transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}
.sidenav-overlay {
background-color: rgba(0, 0, 0, 0) !important;
}
#hi :hover {
background-color: yellow;
}
#hii {
font-weight: 500;
font-size: 20px;
color: #0af90afc;
border: 2px solid brown;
padding: 6px;
border-radius: 4px;
background: azure;
font-family: monospace;
}
.card {
box-shadow: 0 -2px 16px 1px rgba(0, 0, 0, .27);
}
#aminitiescol {
margin-left: 83px;
}
.parallax-container {
color: #5d5d5d;
}
.open-button {
background-color: #ff3d00;
color: white;
padding: 11px 9px 9px 0px;
z-index: 1;
border: none;
border-radius: 2px;
opacity: 1.8;
position: fixed;
top: 150px;
width: 53px;
font-weight: 900;
text-align: inline-block;
height: 121px;
writing-mode: vertical-rl;
border-bottom-right-radius: 5px;
border-top-right-radius: 7px;
}
.open-button1 {
background-color: #3d5afe;
color: white;
padding: 11px 9px 9px 0px;
z-index: 1;
border: none;
border-radius: 2px;
opacity: 1.8;
position: fixed;
top: 400px;
width: 53px;
font-weight: 900;
text-align: inline-block;
height: 121px;
writing-mode: vertical-rl;
border-bottom-right-radius: 5px;
border-top-right-radius: 7px;
}
.img-left{
width:90%;
height:60vh;
}
#Download {
writing-mode: vertical-rl;
}
.containerabc{
display: grid;
grid-template-columns: 1fr 1fr;
padding:40px
}
@media only screen and (max-width: 600px) {
.vintage {
min-height: 614px;
}
.img-left {
width: 100%;
height: 51vh;
}
.containerabc {
display: block;
/* grid-template-columns: 1fr 1fr; */
/* padding: 40px; */
}
#finalalign{
margin-left: 10px !important
}
#download-button{
width:250px;
}
.modal {
width: 80% !important;
}
.popup-content h3 {
font-size: 1.2em;
margin-top: 0px;
}
#trans-Form {
display: none;
}
#comming1 {
width: 273px;
}
#aminitiescol {
margin-left: 0px;
}
.parallax-container .section {
top: 0%;
}
h2 {
font-size: 1.56rem;
line-height: 110%;
margin: 2.3733333333rem 0 1.424rem 0;
}
h4 {
font-size: 1.28rem;
line-height: 110%;
margin: 1.52rem 0 0.912rem 0;
}
img {
width: 312px;
}
.btn {
padding: 0px;
font-size: 12px;
font-weight: 4s00 !important;
}
.classic {
width: 58px;
margin-left: 20px;
}
h5.uniform {
font-size: 15px;
color: #5d5d5d;
}
#location {
margin-top: -30px;
margin-bottom: -180px;
}
nav .brand-logo {
left: 49%;
font-size: larger;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media only screen and (min-width: 993px) {
.container {
width: 93%;
}
}
.phonelink {
position: fixed;
/* Lock location always on the scree */
bottom: 0;
/* Set to the bottom */
right: 0;
/* Set to the right */
margin: 22px;
/* Add space around background */
}
.phoneicon {
width: 49px;
/* Set width of icon */
height: 49px;
/* Set height of icon */
}
@media screen and (max-width: 480px) {
.lgscreenphone {
display: none;
/* On small screens make phone icon disappear */
}
.mbscreenphone {
display: block;
/* On small screens make phone icon appear */
}
}
@media screen and (min-width: 481px) {
.mbscreenphone {
display: none;
/* On large screens make phone icon disappear */
}
.lgscreenphone {
display: block;
/* On large screens make phone icon appear */
}
}
@media only screen and (min-width: 601px) {
nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i {
height: 70px;
line-height: 64px;
}
}
#trans-Form {
bottom: 0;
background: rgb(0, 0, 0);
/* Fallback color */
background: rgba(0, 0, 0, 0.4);
/* Black background with 0.5 opacity */
color: #f1f1f1;
/* width: 100%; */
padding: 20px;
border-radius: 20px;
margin: 40px;
}
a#download-button.btn-small.waves-effect.waves-light.teal.lighten-1:hover {
background: tomato !important;
}
a#download-button.btn-small.waves-effect.waves-light.teal.lighten-1.btn.modal-trigger.faa-horizontal.animated {
animation: horizontal 2s ease infinite;
}
button.btn-small.waves-effect.waves-light.teal.lighten-1:hover {
background: tomato !important;
}
.teal.lighten-1 {
background-color: #ED2A28 !important;
}
.teal.lighten-1:hover {
background: tomato;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
transform: translateY(-10px );
}
@media only screen and (max-width: 600px) {
.row .col.s3 {
width: 48%;
margin-left: auto;
left: auto;
right: auto;
}
.btn {
padding: 0px;
font-size: 12px;
width: 103px;
margin-top: 19px;
font-weight: 400 !important;
}
#beauty {
margin-top: -50px;
}
a.waves-effect.waves-light.btn.modal-trigger {
background: #158140 !important;
box-shadow: #fff !important;
text-decoration: none !important;
}
}
.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover>.faa-horizontal {
-webkit-animation: horizontal 2s ease infinite;
animation: horizontal 2s ease infinite;
} | 0.570331 | 0.095349 |
p {
margin: 1.5em 0;
color: #aaa;
}
img {
max-height: 50vh;
}
a {
color: inherit;
}
a:hover {
color: #bbb;
}
.italic {
font-style: italic;
}
.small {
font-size: 0.8em;
}
.lightbox {
display: none;
position: fixed;
z-index: 999;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 1em;
background: rgba(0, 0, 0, 0.8);
}
.lightbox:target {
display: block;
}
.lightbox span {
display: block;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.card {
height: 500px;
}
header {
width: 100%;
height: 100px;
background: #181817;
}
header .logo {
margin-top: 40px;
float: left;
}
.themeNote {
max-height: 45px;
overflow: hidden;
word-wrap: anywhere;
}
#block {
padding-top: 5px;
min-height: 100px;
height: 130px;
margin-bottom: 10px;
overflow: hidden;
font-size: 14px;
}
header nav {
float: right;
}
header nav ul {
margin-top: 40px;
list-style: none;
overflow: hidden;
float: left;
}
header nav ul li {
float: left;
margin-left: 50px;
}
header nav ul li a, header nav .login_btn {
text-decoration: none;
color: #fff;
font-family: "lato-regular", Helvetica, Arial, sans-serif;
font-size: 16px;
letter-spacing: 1px;
}
header nav .login_btn {
float: right;
margin: 30px 5px 0 5px;
padding: 10px 30px 11px 30px;
border: 2px solid #ffffff;
background: transparent;
transition: all .1s linear;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
}
header nav .login_btn:hover {
background: #ffffff;
color: #1c3655;
}
.jumbotron {
margin-bottom: 0;
}
.wrapper {
height: 100px;
}
.text-logo {
font-size: 30px;
color: white;
float: left;
margin: 27px 0 0 50px;
background: transparent;
transition: all .2s linear;
}
.text-logo:hover {
color: orange;
text-decoration: none;
}
.figure-delete {
transition: all .1s linear;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
}
.figure-delete:hover {
border: 10px solid #ff0000;
background: #f60000;
}
.card-img-top {
height: 225px;
width: 100%;
display: block;
}
.container {
margin: auto;
/*display: table-cell;*/
vertical-align: middle;
}
.response-block {
margin-bottom: 10px
}
#response {
width: 100px;
height: 100px;
}
@media (min-width: 767px) {
.col-md-6 {
flex: auto;
max-width: 100%;
}
}
@media (min-width: 992px) {
.col-md-6 {
max-width: 50%;
}
} | public/css/header.css | p {
margin: 1.5em 0;
color: #aaa;
}
img {
max-height: 50vh;
}
a {
color: inherit;
}
a:hover {
color: #bbb;
}
.italic {
font-style: italic;
}
.small {
font-size: 0.8em;
}
.lightbox {
display: none;
position: fixed;
z-index: 999;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 1em;
background: rgba(0, 0, 0, 0.8);
}
.lightbox:target {
display: block;
}
.lightbox span {
display: block;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.card {
height: 500px;
}
header {
width: 100%;
height: 100px;
background: #181817;
}
header .logo {
margin-top: 40px;
float: left;
}
.themeNote {
max-height: 45px;
overflow: hidden;
word-wrap: anywhere;
}
#block {
padding-top: 5px;
min-height: 100px;
height: 130px;
margin-bottom: 10px;
overflow: hidden;
font-size: 14px;
}
header nav {
float: right;
}
header nav ul {
margin-top: 40px;
list-style: none;
overflow: hidden;
float: left;
}
header nav ul li {
float: left;
margin-left: 50px;
}
header nav ul li a, header nav .login_btn {
text-decoration: none;
color: #fff;
font-family: "lato-regular", Helvetica, Arial, sans-serif;
font-size: 16px;
letter-spacing: 1px;
}
header nav .login_btn {
float: right;
margin: 30px 5px 0 5px;
padding: 10px 30px 11px 30px;
border: 2px solid #ffffff;
background: transparent;
transition: all .1s linear;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
}
header nav .login_btn:hover {
background: #ffffff;
color: #1c3655;
}
.jumbotron {
margin-bottom: 0;
}
.wrapper {
height: 100px;
}
.text-logo {
font-size: 30px;
color: white;
float: left;
margin: 27px 0 0 50px;
background: transparent;
transition: all .2s linear;
}
.text-logo:hover {
color: orange;
text-decoration: none;
}
.figure-delete {
transition: all .1s linear;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
}
.figure-delete:hover {
border: 10px solid #ff0000;
background: #f60000;
}
.card-img-top {
height: 225px;
width: 100%;
display: block;
}
.container {
margin: auto;
/*display: table-cell;*/
vertical-align: middle;
}
.response-block {
margin-bottom: 10px
}
#response {
width: 100px;
height: 100px;
}
@media (min-width: 767px) {
.col-md-6 {
flex: auto;
max-width: 100%;
}
}
@media (min-width: 992px) {
.col-md-6 {
max-width: 50%;
}
} | 0.503906 | 0.194616 |
.example-class-selector {
margin-top: 2em;
}
/* applies to any <p> descendants of an element of class "example-class-selector" */
.example-class-selector p {
/* Colors are in hexadecimal: http://www.colorpicker.com/ */
color: #CC00AA;
}
/* this style exists to make it obvious that you've successfully linked
the CSS to the page. feel free to remove it once the link is working. */
/*
body {
border: 1px dotted gray;
padding: 20px;
}
*/
.jumbotron {
padding: 10px 0;
border-bottom: 1px dashed;
}
/*
.jumbotron:after {
content:"";
background: url("../images/lorempixel.jumbotron.jpeg");
opacity: 0.2;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}
*/
.jumbotron p {
color: #6e6e6e;
}
.project a {
text-align: center;
}
.jumbotron p.active {
color: #1f6ddd;
}
.jumbotron-title {
color: #000000;
/* left: 50%; */
position: relative;
text-align: center;
}
.jumbotron-menu {
padding-left: 10px;
height: 48px;
vertical-align: middle;
/* display: block; */
position: absolute;
left: 5%;
}
.jumbotron-back {
padding-right: 10px;
height: 48px;
vertical-align: middle;
/* display: block; */
position: absolute;
right: 5%;
}
.wrapper {
background:#EFEFEF;
box-shadow: 1px 1px 10px #999;
margin: auto;
text-align: center;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 20px !important;
width: 800px;
padding-top: 5px;
}
.scrolls {
overflow-x: scroll;
overflow-y: hidden;
height: 80px;
white-space:nowrap
}
.imageDiv img {
box-shadow: 1px 1px 10px #999;
margin: 2px;
max-height: 50px;
cursor: pointer;
display:inline-block;
vertical-align:top;
}
.image {
position: relative;
}
.browsebottom {
position: fixed;
left: 0;
bottom: 0;
right: 0;
z-index: 99;
}
.acceptbutton {
position: absolute;
height: 39px;
padding: 0 12px;
font-size: 15px;
line-height: 38px;
color: white;
background-color: green;
border: 1px solid #c8c8c8;
border-radius: 4px;
resize: none;
left: 5%;
width: 100px;
}
.declinebutton {
position: absolute;
height: 39px;
padding: 0 12px;
font-size: 15px;
line-height: 38px;
color: white;
background-color: red;
border: 1px solid #c8c8c8;
border-radius: 4px;
resize: none;
right: 5%;
width: 100px;
}
.container {
padding-left: 10px;
padding-right: 10px;
}
#like {
position: absolute;
height: 39px;
width: 100px;
left: 5%;
}
#dislike {
position: absolute;
height: 39px;
width: 100px;
right: 5%;
}
.btn-group {
position: static;
}
.list-group {
background-color: white;
}
.list-group-item {
color: black;
}
.item img {
height: 200px;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 80%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s
}
/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
/* Add Animation */
@-webkit-keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0; opacity: 1}
}
@keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0; opacity: 1}
}
.modal-header {
padding: 2px 16px;
background-color: #5cb85c;
color: white;
}
/* Modal Body */
.modal-body {padding: 2px 16px;}
/* Modal Footer */
.modal-footer {
padding: 2px 16px;
background-color: #5cb85c;
color: white;
}
.test + .tooltip > .tooltip-inner {
background-color: #73AD21;
color: #FFFFFF;
border: 1px solid green;
padding: 15px;
font-size: 20px;
}
/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
border-top: 5px solid green;
}
.btn-lg {
margin-top: 30;
height: 50;
width: 100%;
}
#myPost {
margin-top: 20;
}
#browse {
margin-top: 20;
}
#match {
margin-top: 20;
} | public/css/browse.css | .example-class-selector {
margin-top: 2em;
}
/* applies to any <p> descendants of an element of class "example-class-selector" */
.example-class-selector p {
/* Colors are in hexadecimal: http://www.colorpicker.com/ */
color: #CC00AA;
}
/* this style exists to make it obvious that you've successfully linked
the CSS to the page. feel free to remove it once the link is working. */
/*
body {
border: 1px dotted gray;
padding: 20px;
}
*/
.jumbotron {
padding: 10px 0;
border-bottom: 1px dashed;
}
/*
.jumbotron:after {
content:"";
background: url("../images/lorempixel.jumbotron.jpeg");
opacity: 0.2;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}
*/
.jumbotron p {
color: #6e6e6e;
}
.project a {
text-align: center;
}
.jumbotron p.active {
color: #1f6ddd;
}
.jumbotron-title {
color: #000000;
/* left: 50%; */
position: relative;
text-align: center;
}
.jumbotron-menu {
padding-left: 10px;
height: 48px;
vertical-align: middle;
/* display: block; */
position: absolute;
left: 5%;
}
.jumbotron-back {
padding-right: 10px;
height: 48px;
vertical-align: middle;
/* display: block; */
position: absolute;
right: 5%;
}
.wrapper {
background:#EFEFEF;
box-shadow: 1px 1px 10px #999;
margin: auto;
text-align: center;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 20px !important;
width: 800px;
padding-top: 5px;
}
.scrolls {
overflow-x: scroll;
overflow-y: hidden;
height: 80px;
white-space:nowrap
}
.imageDiv img {
box-shadow: 1px 1px 10px #999;
margin: 2px;
max-height: 50px;
cursor: pointer;
display:inline-block;
vertical-align:top;
}
.image {
position: relative;
}
.browsebottom {
position: fixed;
left: 0;
bottom: 0;
right: 0;
z-index: 99;
}
.acceptbutton {
position: absolute;
height: 39px;
padding: 0 12px;
font-size: 15px;
line-height: 38px;
color: white;
background-color: green;
border: 1px solid #c8c8c8;
border-radius: 4px;
resize: none;
left: 5%;
width: 100px;
}
.declinebutton {
position: absolute;
height: 39px;
padding: 0 12px;
font-size: 15px;
line-height: 38px;
color: white;
background-color: red;
border: 1px solid #c8c8c8;
border-radius: 4px;
resize: none;
right: 5%;
width: 100px;
}
.container {
padding-left: 10px;
padding-right: 10px;
}
#like {
position: absolute;
height: 39px;
width: 100px;
left: 5%;
}
#dislike {
position: absolute;
height: 39px;
width: 100px;
right: 5%;
}
.btn-group {
position: static;
}
.list-group {
background-color: white;
}
.list-group-item {
color: black;
}
.item img {
height: 200px;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 80%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s
}
/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
/* Add Animation */
@-webkit-keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0; opacity: 1}
}
@keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0; opacity: 1}
}
.modal-header {
padding: 2px 16px;
background-color: #5cb85c;
color: white;
}
/* Modal Body */
.modal-body {padding: 2px 16px;}
/* Modal Footer */
.modal-footer {
padding: 2px 16px;
background-color: #5cb85c;
color: white;
}
.test + .tooltip > .tooltip-inner {
background-color: #73AD21;
color: #FFFFFF;
border: 1px solid green;
padding: 15px;
font-size: 20px;
}
/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
border-top: 5px solid green;
}
.btn-lg {
margin-top: 30;
height: 50;
width: 100%;
}
#myPost {
margin-top: 20;
}
#browse {
margin-top: 20;
}
#match {
margin-top: 20;
} | 0.426799 | 0.085213 |
.container {
/* position: relative; */
width: 1180px;
margin: 0 auto;
}
/* 顶部导航开始 */
.top-nav {
height: 55px;
}
.top-nav img {
float: left;
width: 121px;
height: 30px;
margin-top: calc((55px - 30px) / 2);
}
.top-nav .top-nav-left {
float: left;
width: 110px;
height: 55px;
font-size: 16px;
text-align: center;
line-height: 55px;
}
.top-nav a:nth-child(2) {
color: #fff;
background-color: #169af3;
margin-left: 11px;
}
.top-nav .top-nav-left:hover {
color: #fff;
background-color: #169af3;
}
.top-nav-right {
float: right;
width: 65px;
height: 33px;
color: #fff;
font-size: 16px;
text-align: center;
line-height: 33px;
background-color: #169af3;
margin-top: calc((55px - 33px) / 2);
}
.top-nav-right:hover {
color: #fff;
}
.top-nav a:nth-last-child(2) {
margin-left: 12px;
margin-right: 50px;
}
/* 顶部导航结束 */
/* 中心图片开始 */
.center-picture {
position: relative;
height: 790px;
}
.center-picture img {
width: 100%;
height: 790px;
}
.center-picture .school-recruit {
display: inline-block;
position: absolute;
top: 552px;
left: 50%;
margin-left: -248px;
width: 200px;
height: 50px;
background-color: rgb(255, 234, 55);
font-size: 18px;
text-align: center;
line-height: 50px;
z-index: 2;
border-radius: 25px;
}
.center-picture .social-recruit {
display: inline-block;
position: absolute;
top: 552px;
left: 50%;
margin-left: 48px;
width: 200px;
height: 50px;
background-color: rgb(255, 234, 55);
font-size: 18px;
text-align: center;
line-height: 50px;
z-index: 2;
border-radius: 25px;
}
.center-picture a:hover {
background-color: #ffcf4e;
}
/* 中心图片结束 */
/* 底部导航开始 */
.bottom-nav {
height: 121px;
color: #999;
font-size: 14px;
background-color: #eee;
text-align: center;
}
.bottom-nav a {
display: inline-block;
color: #999;
font-size: 14px;
margin-top: 21px;
}
.bottom-nav p:nth-last-child(2) {
margin: 16px 0;
}
/* 底部导航结束 */ | css/Join-us.css | .container {
/* position: relative; */
width: 1180px;
margin: 0 auto;
}
/* 顶部导航开始 */
.top-nav {
height: 55px;
}
.top-nav img {
float: left;
width: 121px;
height: 30px;
margin-top: calc((55px - 30px) / 2);
}
.top-nav .top-nav-left {
float: left;
width: 110px;
height: 55px;
font-size: 16px;
text-align: center;
line-height: 55px;
}
.top-nav a:nth-child(2) {
color: #fff;
background-color: #169af3;
margin-left: 11px;
}
.top-nav .top-nav-left:hover {
color: #fff;
background-color: #169af3;
}
.top-nav-right {
float: right;
width: 65px;
height: 33px;
color: #fff;
font-size: 16px;
text-align: center;
line-height: 33px;
background-color: #169af3;
margin-top: calc((55px - 33px) / 2);
}
.top-nav-right:hover {
color: #fff;
}
.top-nav a:nth-last-child(2) {
margin-left: 12px;
margin-right: 50px;
}
/* 顶部导航结束 */
/* 中心图片开始 */
.center-picture {
position: relative;
height: 790px;
}
.center-picture img {
width: 100%;
height: 790px;
}
.center-picture .school-recruit {
display: inline-block;
position: absolute;
top: 552px;
left: 50%;
margin-left: -248px;
width: 200px;
height: 50px;
background-color: rgb(255, 234, 55);
font-size: 18px;
text-align: center;
line-height: 50px;
z-index: 2;
border-radius: 25px;
}
.center-picture .social-recruit {
display: inline-block;
position: absolute;
top: 552px;
left: 50%;
margin-left: 48px;
width: 200px;
height: 50px;
background-color: rgb(255, 234, 55);
font-size: 18px;
text-align: center;
line-height: 50px;
z-index: 2;
border-radius: 25px;
}
.center-picture a:hover {
background-color: #ffcf4e;
}
/* 中心图片结束 */
/* 底部导航开始 */
.bottom-nav {
height: 121px;
color: #999;
font-size: 14px;
background-color: #eee;
text-align: center;
}
.bottom-nav a {
display: inline-block;
color: #999;
font-size: 14px;
margin-top: 21px;
}
.bottom-nav p:nth-last-child(2) {
margin: 16px 0;
}
/* 底部导航结束 */ | 0.304869 | 0.061565 |
::-webkit-scrollbar {/*Can't be applying on Firefox*/
width: 15px;
}
::-webkit-scrollbar-track {/*Can't be applyed on Firefox*/
box-shadow: inset 0 0 5px grey;
border-radius: 20px;
}
::-webkit-scrollbar-thumb {/*Can't be applying on Firefox*/
background: #007bff;/*#007bff = variable named "primary"*/
border-radius: 20px;
}
/************************************************************
******************** Visibility features ********************
************************************************************/
.estCache{
display:none;
}
.estMontre{
display:show;
}
/******************************************************
******************** Menu features ********************
******************************************************/
.btn-topMenu-active{
background:#fefe6644 !important;
border-radius:5px;
}
/*****************************************************************
******************** Decoration of components ********************
*****************************************************************/
h3{
font-size: 1.2rem !important;
font-weight: 500 !important;
font-variant-caps: petite-caps !important;
}
.panneauDescription-titre{
background: #17a2b8; /*#17a2b8 = variable named "info"*/
border-radius: 15px 15px 0 0;
margin-bottom:0;
padding: 5px 5px 10px 5px;
}
.panneauDescription-contenu-wrapper{
background: #dedede;
border-radius: 0px 0px 5px 5px;
margin-top:0;
padding: 10px 5px 5px 5px;
}
.panneauDescription-contenu-interneScrollable{
max-height: 75vh;
overflow-y: scroll;
}
/***************************************************************************
******************** Decoration of bootstrap components ********************
***************************************************************************/
.card{
border-radius: 15px 15px 0 0;
}
/*Used with cards which use 'accordion' or 'collapse' classes*/
.card-header{
box-shadow: 0px -5px 5px 1px grey !important;
margin-top: 10px;
margin-bottom: 10px;
background: forestGreen;
}
/***********************************************************
******************** Animation features ********************
***********************************************************/
.animate-collapseUI-plier
{
transform: rotateZ(0deg);
}
.animate-collapseUI-deplier
{
transform: rotateZ(90deg);
} | src/assets/public/global.css | ::-webkit-scrollbar {/*Can't be applying on Firefox*/
width: 15px;
}
::-webkit-scrollbar-track {/*Can't be applyed on Firefox*/
box-shadow: inset 0 0 5px grey;
border-radius: 20px;
}
::-webkit-scrollbar-thumb {/*Can't be applying on Firefox*/
background: #007bff;/*#007bff = variable named "primary"*/
border-radius: 20px;
}
/************************************************************
******************** Visibility features ********************
************************************************************/
.estCache{
display:none;
}
.estMontre{
display:show;
}
/******************************************************
******************** Menu features ********************
******************************************************/
.btn-topMenu-active{
background:#fefe6644 !important;
border-radius:5px;
}
/*****************************************************************
******************** Decoration of components ********************
*****************************************************************/
h3{
font-size: 1.2rem !important;
font-weight: 500 !important;
font-variant-caps: petite-caps !important;
}
.panneauDescription-titre{
background: #17a2b8; /*#17a2b8 = variable named "info"*/
border-radius: 15px 15px 0 0;
margin-bottom:0;
padding: 5px 5px 10px 5px;
}
.panneauDescription-contenu-wrapper{
background: #dedede;
border-radius: 0px 0px 5px 5px;
margin-top:0;
padding: 10px 5px 5px 5px;
}
.panneauDescription-contenu-interneScrollable{
max-height: 75vh;
overflow-y: scroll;
}
/***************************************************************************
******************** Decoration of bootstrap components ********************
***************************************************************************/
.card{
border-radius: 15px 15px 0 0;
}
/*Used with cards which use 'accordion' or 'collapse' classes*/
.card-header{
box-shadow: 0px -5px 5px 1px grey !important;
margin-top: 10px;
margin-bottom: 10px;
background: forestGreen;
}
/***********************************************************
******************** Animation features ********************
***********************************************************/
.animate-collapseUI-plier
{
transform: rotateZ(0deg);
}
.animate-collapseUI-deplier
{
transform: rotateZ(90deg);
} | 0.212395 | 0.044618 |
.home_page{
height: 100%;
overflow: hidden;
}
.middle_section{
display: flex;
height: 100%;
width: 100%;
position: fixed;
}
/*=========================================================================================*/
/*When there is no group joined */
.noGroupFound{
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
background-color: #CAF0F8;
/*justify-content: center;*/
align-items: center;
color: #023E8A;
}
.noGroupHeading{
margin-bottom: 150px;
margin-top: 50px;
font-size: 48px;
}
.buttonGroup{
height: 36px;
width:20em;
border-radius:5px;
font-size: 22px;
background-color: #023E8A;
color: #90E0EF;
border: 1px solid #023E8A;
}
.buttonGroup:hover{
background-color: #90E0EF;
color: #023E8A;
}
/*=========================================================================================*/
/*explore section*/
.explore_section{
display: flex;
justify-content: center;
height: 100%;
background-color: #ADE8F4;
position: sticky;
}
.explore_div{
background-color: #CAF0F8;
border-left: 1px solid #90E0EF;
border-right: 1px solid #90E0EF;
width: 60%;
overflow-y: auto;
}
.explore_ul{
list-style-type: none;
width:100%;
margin: 0;
padding:0;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 60px;
}
.explore_heading{
font-size: 60px;
color: #0077B6;
}
.div_section_explore_list{
display: inline-flex;
width: 100%;
justify-content: center;
align-items: center;
}
.explore_li{
width:95%;
background-color:#90E0EF;
height:200px;
margin-bottom: 40px;
border-radius: 9px;
border: 1px solid #48CAE4;
box-shadow: 3px 3px 3px 3px #ADE8F4;
padding: 10px;
}
.explore_li:hover{
background-color: #ADE8F4;
}
.group_heading_div{
/*background-color: red;*/
text-align: center;
width: 50%;
}
.explore_option_logo{
position: relative;
left: 20%;
}
#addUserSVG, #userAddedSVG{
width: 30px;
height: 30px;
}
#addUserSVG:hover, #userAddedSVG:hover{
cursor: pointer;
}
#addUserSVG{
fill: #0077B6;
}
#userAddedSVG{
fill: #079465;
}
.groups_list_description{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 16px;
margin-top: 15px;
/*background-color: red;*/
text-align: center;
}
.tags_list_ul{
list-style-type: none;
display: flex;
flex-direction: row;
/*background-color: yellowgreen;*/
padding: 0;
margin-top: 15px;
justify-content: center;
align-items: center;
}
.tags_list_li{
padding:5px;
margin: 5px;
border: 1px solid #079465;
border-radius: 5px;
}
/*============ explore section ends =======================================================*/
/*=========================================================================================*/
/*css for the popup*/
/*parent of popup page*/
.popup_parent{
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/*background blur using a div*/
.background_blur{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
/* Add the blur effect */
backdrop-filter: blur(5px);
filter: blur(10px);
-webkit-filter: blur(10px);
}
.popup_page{
position: absolute;
background-color: #CAF0F8;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid #48CAE4;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 60%;
height: 95%;
overflow-y: scroll;
}
/*inlines the heading and close button in popup page*/
.inline_elements{
display: flex;
flex-direction: row-reverse;
align-items: center;
margin-top: 30px;
margin-bottom: 50px;
}
.heading_popup_page{
font-size: 45px;
position: absolute;
left: 385px;
color: #03045E;
}
/*css for close button*/
.close_button{
height: 30px;
width: 40px;
color: #023E8A;
}
.close_button:hover{
/*background-color:yellowgreen;*/
color: #03045E;
}
#categories_restriction_warning{
color:#a32f3f;
font-size: 20px;
text-align: center;
margin:0;
padding:0;
}
.create_group_form{
display:flex;
flex-direction: column;
margin-top: 20px;
}
#label_create_group{
font-size: 18px;
margin-top: 50px;
color:#03045E;
margin-bottom: 20px;
margin-left: 70px;
}
#group_name_input, #description_textarea{
width:70%;
border: 2px solid #03045E;
background-color: #ADE8F4;
font-size: 16px;
margin-left: 72px;
}
#group_name_input{
height: 30px;
}
#description_textarea{
height:200px;
}
.category_ul{
display:flex;
justify-content: space-evenly;
flex-wrap: wrap;
list-style-type: none;
width: 80%;
}
/*each individual category*/
.category_li{
background-color: white;
padding: 10px;
margin-right: 20px;
margin-top: 20px;
border-radius: 8px;
background-color:#ADE8F4;
border:1px solid #90E0EF;
color: #023E8A;
}
.category_li:hover{
cursor: pointer;
border:1px solid #023E8A;
background-color: #90E0EF;
color: #023E8A;
}
.create_group_submit_button{
width:50%;
height: 35px;
margin-top: 50px;
font-size: 17px;
border: 1px solid #023E8A ;
background-color: #90E0EF;
border-radius: 10px;
text-align: center;
position: absolute;
bottom: 80px;
right: 30%;
}
.create_group_submit_button:hover{
background-color: #00B4D8;
border: 1px solid #03045E;
color: #03045E;
}
/*=========================================================================================*/
/*================ Css for ChatArea ======================================================*/
.message_ul{
display: flex;
flex-direction: column;
width: 100%;
height: 82%;
margin:0;
padding:0;
margin-bottom: 20px;
list-style-type: none;
/*position: relative;*/
overflow-y: auto;
position: relative;
}
.message_ul > :first-child {
margin-top: auto !important;
/* use !important to prevent breakage from child margin settings */
}
.message_box_self, .message_box_other{
display: flex;
flex-direction: column;
position: relative;
width: 37%;
font-size: 19px;
border-radius: 19px;
margin: 15px;
}
.message_box_self{
background-color: #023E8A;
color:white;
left: 55%;
}
.message_box_other{
background-color: white;
color:#023E8A;
}
.message_li{
position: relative;
padding: 19px;
font-family: Arial, Helvetica, sans-serif;
word-break: normal;
word-spacing: 2px;
white-space: pre-line;
}
.message_metadata_ul{
display: flex;
flex-direction: row;
justify-content: space-between;
list-style-type: none;
font-size: 13px;
padding: 5px 19px 0px 19px;
}
.chatArea{
display: flex;
flex-direction: column;
height: 100%;
width: 70%;
background-color: #CAF0F8;
align-items: center;
}
.chatAreaForm{
display: inline-flex;
background-color: white;
width: 100%;
height: 10%;
}
.inputMessage{
overflow: auto;
resize: none;
height: 90%;
width: 90%;
font-size: 18px;
border: 1px solid #90E0EF;
padding-top: 10px;
padding-left: 20px;
}
.inputMessage:focus{
outline: none;
border: 4px solid #90E0EF;
}
.sendBtn{
height: 110px;
width: 129px;
border: 3px solid #90E0EF;
color: #0077B6;
background-color: #CAF0F8;
font-size: 16px;
font-weight: 600;
}
.sendBtn:hover{
background-color: #0077B6;
color: #CAF0F8;
} | frontend/src/components/home_page/home_page.css | .home_page{
height: 100%;
overflow: hidden;
}
.middle_section{
display: flex;
height: 100%;
width: 100%;
position: fixed;
}
/*=========================================================================================*/
/*When there is no group joined */
.noGroupFound{
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
background-color: #CAF0F8;
/*justify-content: center;*/
align-items: center;
color: #023E8A;
}
.noGroupHeading{
margin-bottom: 150px;
margin-top: 50px;
font-size: 48px;
}
.buttonGroup{
height: 36px;
width:20em;
border-radius:5px;
font-size: 22px;
background-color: #023E8A;
color: #90E0EF;
border: 1px solid #023E8A;
}
.buttonGroup:hover{
background-color: #90E0EF;
color: #023E8A;
}
/*=========================================================================================*/
/*explore section*/
.explore_section{
display: flex;
justify-content: center;
height: 100%;
background-color: #ADE8F4;
position: sticky;
}
.explore_div{
background-color: #CAF0F8;
border-left: 1px solid #90E0EF;
border-right: 1px solid #90E0EF;
width: 60%;
overflow-y: auto;
}
.explore_ul{
list-style-type: none;
width:100%;
margin: 0;
padding:0;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 60px;
}
.explore_heading{
font-size: 60px;
color: #0077B6;
}
.div_section_explore_list{
display: inline-flex;
width: 100%;
justify-content: center;
align-items: center;
}
.explore_li{
width:95%;
background-color:#90E0EF;
height:200px;
margin-bottom: 40px;
border-radius: 9px;
border: 1px solid #48CAE4;
box-shadow: 3px 3px 3px 3px #ADE8F4;
padding: 10px;
}
.explore_li:hover{
background-color: #ADE8F4;
}
.group_heading_div{
/*background-color: red;*/
text-align: center;
width: 50%;
}
.explore_option_logo{
position: relative;
left: 20%;
}
#addUserSVG, #userAddedSVG{
width: 30px;
height: 30px;
}
#addUserSVG:hover, #userAddedSVG:hover{
cursor: pointer;
}
#addUserSVG{
fill: #0077B6;
}
#userAddedSVG{
fill: #079465;
}
.groups_list_description{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 16px;
margin-top: 15px;
/*background-color: red;*/
text-align: center;
}
.tags_list_ul{
list-style-type: none;
display: flex;
flex-direction: row;
/*background-color: yellowgreen;*/
padding: 0;
margin-top: 15px;
justify-content: center;
align-items: center;
}
.tags_list_li{
padding:5px;
margin: 5px;
border: 1px solid #079465;
border-radius: 5px;
}
/*============ explore section ends =======================================================*/
/*=========================================================================================*/
/*css for the popup*/
/*parent of popup page*/
.popup_parent{
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/*background blur using a div*/
.background_blur{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
/* Add the blur effect */
backdrop-filter: blur(5px);
filter: blur(10px);
-webkit-filter: blur(10px);
}
.popup_page{
position: absolute;
background-color: #CAF0F8;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid #48CAE4;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 60%;
height: 95%;
overflow-y: scroll;
}
/*inlines the heading and close button in popup page*/
.inline_elements{
display: flex;
flex-direction: row-reverse;
align-items: center;
margin-top: 30px;
margin-bottom: 50px;
}
.heading_popup_page{
font-size: 45px;
position: absolute;
left: 385px;
color: #03045E;
}
/*css for close button*/
.close_button{
height: 30px;
width: 40px;
color: #023E8A;
}
.close_button:hover{
/*background-color:yellowgreen;*/
color: #03045E;
}
#categories_restriction_warning{
color:#a32f3f;
font-size: 20px;
text-align: center;
margin:0;
padding:0;
}
.create_group_form{
display:flex;
flex-direction: column;
margin-top: 20px;
}
#label_create_group{
font-size: 18px;
margin-top: 50px;
color:#03045E;
margin-bottom: 20px;
margin-left: 70px;
}
#group_name_input, #description_textarea{
width:70%;
border: 2px solid #03045E;
background-color: #ADE8F4;
font-size: 16px;
margin-left: 72px;
}
#group_name_input{
height: 30px;
}
#description_textarea{
height:200px;
}
.category_ul{
display:flex;
justify-content: space-evenly;
flex-wrap: wrap;
list-style-type: none;
width: 80%;
}
/*each individual category*/
.category_li{
background-color: white;
padding: 10px;
margin-right: 20px;
margin-top: 20px;
border-radius: 8px;
background-color:#ADE8F4;
border:1px solid #90E0EF;
color: #023E8A;
}
.category_li:hover{
cursor: pointer;
border:1px solid #023E8A;
background-color: #90E0EF;
color: #023E8A;
}
.create_group_submit_button{
width:50%;
height: 35px;
margin-top: 50px;
font-size: 17px;
border: 1px solid #023E8A ;
background-color: #90E0EF;
border-radius: 10px;
text-align: center;
position: absolute;
bottom: 80px;
right: 30%;
}
.create_group_submit_button:hover{
background-color: #00B4D8;
border: 1px solid #03045E;
color: #03045E;
}
/*=========================================================================================*/
/*================ Css for ChatArea ======================================================*/
.message_ul{
display: flex;
flex-direction: column;
width: 100%;
height: 82%;
margin:0;
padding:0;
margin-bottom: 20px;
list-style-type: none;
/*position: relative;*/
overflow-y: auto;
position: relative;
}
.message_ul > :first-child {
margin-top: auto !important;
/* use !important to prevent breakage from child margin settings */
}
.message_box_self, .message_box_other{
display: flex;
flex-direction: column;
position: relative;
width: 37%;
font-size: 19px;
border-radius: 19px;
margin: 15px;
}
.message_box_self{
background-color: #023E8A;
color:white;
left: 55%;
}
.message_box_other{
background-color: white;
color:#023E8A;
}
.message_li{
position: relative;
padding: 19px;
font-family: Arial, Helvetica, sans-serif;
word-break: normal;
word-spacing: 2px;
white-space: pre-line;
}
.message_metadata_ul{
display: flex;
flex-direction: row;
justify-content: space-between;
list-style-type: none;
font-size: 13px;
padding: 5px 19px 0px 19px;
}
.chatArea{
display: flex;
flex-direction: column;
height: 100%;
width: 70%;
background-color: #CAF0F8;
align-items: center;
}
.chatAreaForm{
display: inline-flex;
background-color: white;
width: 100%;
height: 10%;
}
.inputMessage{
overflow: auto;
resize: none;
height: 90%;
width: 90%;
font-size: 18px;
border: 1px solid #90E0EF;
padding-top: 10px;
padding-left: 20px;
}
.inputMessage:focus{
outline: none;
border: 4px solid #90E0EF;
}
.sendBtn{
height: 110px;
width: 129px;
border: 3px solid #90E0EF;
color: #0077B6;
background-color: #CAF0F8;
font-size: 16px;
font-weight: 600;
}
.sendBtn:hover{
background-color: #0077B6;
color: #CAF0F8;
} | 0.23467 | 0.040827 |
.container{
display: grid;
text-align: left;
display: grid;
grid-auto-columns: 200px;
grid-template-rows: auto;
background-color: #d6c168;
color: #1f1f1f;
}
.mapa {
display: inline;
}
body {
background-color: #1f1f1f;
font-family: Georgia, 'Times New Roman', Times, serif;
margin: 0;
color: #d6c168;
}
nav ul {
background-color: #d6c168;
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
nav ul li {
display: inline;
}
nav ul li a {
padding: 10px;
display: inline-block;
background-color: #d6c168;
color: #ffffff;
text-decoration: none;
}
nav ul li a:hover {
background-color: #1f1f1f;
color: #d6c168;
border-bottom: 3px solid #ffffff;
}
article {
width: 100%;
}
article > img {
width: 60%;
}
article, header {
margin: 1px;
}
footer {
font-style: italic;
text-align: center;
color: #ffffff;
clear: both;
}
header img#logo {
width: 229px;
height: 87px;
}
article > img {
width: 480px;
height: 360px;
margin-right: 10px;
float: left;
}
table {
border-collapse: collapse;
width: 80%;
margin-right: auto;
margin-left: auto;
}
th, td {
padding: 10px;
text-align: center;
}
thead tr {
border-bottom: solid 3px #d6c168;
background-color: #1f1f1f
}
tbody tr:hover {
background-color: #d6c168;
color: #1f1f1f
}
tfoot {
background-color: #d6c168;
color: #1f1f1f;
font-weight: bold;
font-style: italic;
}
@media screen and (max-width: 900px) {
.mapa {
display: inline;
}
body {
background-color: #1f1f1f;
color: #d6c168;
}
body {
background-color: #1f1f1f;
}
article {
width: 100%;
}
article > img {
width: 60%
}
@media screen and (max-width: 480px) {
.mapa {
display: none;
}
body {
background-color: #1f1f1f;
color: #d6c168
}
}
} | CSS/estilos.css | .container{
display: grid;
text-align: left;
display: grid;
grid-auto-columns: 200px;
grid-template-rows: auto;
background-color: #d6c168;
color: #1f1f1f;
}
.mapa {
display: inline;
}
body {
background-color: #1f1f1f;
font-family: Georgia, 'Times New Roman', Times, serif;
margin: 0;
color: #d6c168;
}
nav ul {
background-color: #d6c168;
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
nav ul li {
display: inline;
}
nav ul li a {
padding: 10px;
display: inline-block;
background-color: #d6c168;
color: #ffffff;
text-decoration: none;
}
nav ul li a:hover {
background-color: #1f1f1f;
color: #d6c168;
border-bottom: 3px solid #ffffff;
}
article {
width: 100%;
}
article > img {
width: 60%;
}
article, header {
margin: 1px;
}
footer {
font-style: italic;
text-align: center;
color: #ffffff;
clear: both;
}
header img#logo {
width: 229px;
height: 87px;
}
article > img {
width: 480px;
height: 360px;
margin-right: 10px;
float: left;
}
table {
border-collapse: collapse;
width: 80%;
margin-right: auto;
margin-left: auto;
}
th, td {
padding: 10px;
text-align: center;
}
thead tr {
border-bottom: solid 3px #d6c168;
background-color: #1f1f1f
}
tbody tr:hover {
background-color: #d6c168;
color: #1f1f1f
}
tfoot {
background-color: #d6c168;
color: #1f1f1f;
font-weight: bold;
font-style: italic;
}
@media screen and (max-width: 900px) {
.mapa {
display: inline;
}
body {
background-color: #1f1f1f;
color: #d6c168;
}
body {
background-color: #1f1f1f;
}
article {
width: 100%;
}
article > img {
width: 60%
}
@media screen and (max-width: 480px) {
.mapa {
display: none;
}
body {
background-color: #1f1f1f;
color: #d6c168
}
}
} | 0.410166 | 0.109706 |
div#modal { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.48); z-index: 5000; }
.modal { display: block; top: 10%; width: 80%; }
.cropper-container {font-size: 0;line-height: 0;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;direction: ltr !important;-ms-touch-action: none;touch-action: none;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none; margin: 0 auto; }
.cropper-wrap-box {overflow: hidden;}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.cropper-container img {display: block;width: 100%;min-width: 0 !important;max-width: none !important;height: 100%;min-height: 0 !important;max-height: none !important;image-orientation: 0deg !important;}
img.cropper, .cropper-container img {max-width: 567px;}
.cropper-drag-box {opacity: 0;background-color: #fff;filter: alpha(opacity=0);}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.cropper-view-box {display: block;overflow: hidden;width: 100%;height: 100%;outline: 1px solid #39f;outline-color: rgba(51,153,255,0.75);}
.cropper-container img {display: block;width: 100%;min-width: 0 !important;max-width: none !important;height: 100%;min-height: 0 !important;max-height: none !important;image-orientation: 0deg !important;}
img.cropper, .cropper-container img {max-width: 567px;}
.cropper-dashed.dashed-h {top: 33.33333%;left: 0;width: 100%;height: 33.33333%;border-top-width: 1px;border-bottom-width: 1px;}
.cropper-dashed {position: absolute;display: block;opacity: .5;border: 0 dashed #eee;filter: alpha(opacity=50);}
.cropper-dashed.dashed-v {top: 0;left: 33.33333%;width: 33.33333%;height: 100%;border-right-width: 1px;border-left-width: 1px;}
.cropper-modal {opacity: .5;background-color: #000;filter: alpha(opacity=50);}
.cropper-center {position: absolute;top: 50%;left: 50%;display: block;width: 0;height: 0;opacity: .75;filter: alpha(opacity=75);}
.cropper-center:before {top: 0;left: -3px;width: 7px;height: 1px;}
.cropper-center:before, .cropper-center:after {position: absolute;display: block;content: " ";background-color: #eee;}
*:before, *:after {box-sizing: border-box;}
.cropper-center:after {top: -3px;left: 0;width: 1px;height: 7px;}
.cropper-center:before, .cropper-center:after {position: absolute;display: block;content: " ";background-color: #eee;}
.cropper-face, .cropper-line, .cropper-point {position: absolute;display: block;width: 100%;height: 100%;opacity: .1;filter: alpha(opacity=10);}
.cropper-move {cursor: move;}
.cropper-face {top: 0;left: 0;background-color: #fff;}
.cropper-face, .cropper-line, .cropper-point {position: absolute;display: block;width: 100%;height: 100%;opacity: .1;filter: alpha(opacity=10);}
.cropper-face, .cropper-line, .cropper-point {position: absolute;display: block;width: 100%;height: 100%;opacity: .1;filter: alpha(opacity=10);}
.cropper-line.line-e {top: 0;right: -3px;width: 5px;cursor: e-resize;}
.cropper-line {background-color: #39f;}
.cropper-line.line-n {top: -3px;left: 0;height: 5px;cursor: n-resize;}
.cropper-line.line-w {top: 0;left: -3px;width: 5px;cursor: w-resize;}
.cropper-line.line-s {bottom: -3px;left: 0;height: 5px;cursor: s-resize;}
.cropper-point {width: 5px;height: 5px;opacity: .75;background-color: #39f;filter: alpha(opacity=75);}
.cropper-point.point-e {top: 50%;right: -3px;margin-top: -3px;cursor: e-resize;}
.cropper-point.point-n {top: -3px;left: 50%;margin-left: -3px;cursor: n-resize;}
.cropper-point.point-w {top: 50%;left: -3px;margin-top: -3px;cursor: w-resize;}
.cropper-point.point-s {bottom: -3px;left: 50%;margin-left: -3px;cursor: s-resize;}
.cropper-point.point-ne {top: -3px;right: -3px;cursor: ne-resize;}
.cropper-point.point-nw {top: -3px;left: -3px;cursor: nw-resize;}
.cropper-point.point-sw {bottom: -3px;left: -3px;cursor: sw-resize;}
.cropper-point.point-se {width: 5px;height: 5px;right: -3px;cursor: se-resize;} | src/app/cropper/cropper/cropper.component.css | div#modal { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.48); z-index: 5000; }
.modal { display: block; top: 10%; width: 80%; }
.cropper-container {font-size: 0;line-height: 0;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;direction: ltr !important;-ms-touch-action: none;touch-action: none;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none; margin: 0 auto; }
.cropper-wrap-box {overflow: hidden;}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.cropper-container img {display: block;width: 100%;min-width: 0 !important;max-width: none !important;height: 100%;min-height: 0 !important;max-height: none !important;image-orientation: 0deg !important;}
img.cropper, .cropper-container img {max-width: 567px;}
.cropper-drag-box {opacity: 0;background-color: #fff;filter: alpha(opacity=0);}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.cropper-view-box {display: block;overflow: hidden;width: 100%;height: 100%;outline: 1px solid #39f;outline-color: rgba(51,153,255,0.75);}
.cropper-container img {display: block;width: 100%;min-width: 0 !important;max-width: none !important;height: 100%;min-height: 0 !important;max-height: none !important;image-orientation: 0deg !important;}
img.cropper, .cropper-container img {max-width: 567px;}
.cropper-dashed.dashed-h {top: 33.33333%;left: 0;width: 100%;height: 33.33333%;border-top-width: 1px;border-bottom-width: 1px;}
.cropper-dashed {position: absolute;display: block;opacity: .5;border: 0 dashed #eee;filter: alpha(opacity=50);}
.cropper-dashed.dashed-v {top: 0;left: 33.33333%;width: 33.33333%;height: 100%;border-right-width: 1px;border-left-width: 1px;}
.cropper-modal {opacity: .5;background-color: #000;filter: alpha(opacity=50);}
.cropper-center {position: absolute;top: 50%;left: 50%;display: block;width: 0;height: 0;opacity: .75;filter: alpha(opacity=75);}
.cropper-center:before {top: 0;left: -3px;width: 7px;height: 1px;}
.cropper-center:before, .cropper-center:after {position: absolute;display: block;content: " ";background-color: #eee;}
*:before, *:after {box-sizing: border-box;}
.cropper-center:after {top: -3px;left: 0;width: 1px;height: 7px;}
.cropper-center:before, .cropper-center:after {position: absolute;display: block;content: " ";background-color: #eee;}
.cropper-face, .cropper-line, .cropper-point {position: absolute;display: block;width: 100%;height: 100%;opacity: .1;filter: alpha(opacity=10);}
.cropper-move {cursor: move;}
.cropper-face {top: 0;left: 0;background-color: #fff;}
.cropper-face, .cropper-line, .cropper-point {position: absolute;display: block;width: 100%;height: 100%;opacity: .1;filter: alpha(opacity=10);}
.cropper-face, .cropper-line, .cropper-point {position: absolute;display: block;width: 100%;height: 100%;opacity: .1;filter: alpha(opacity=10);}
.cropper-line.line-e {top: 0;right: -3px;width: 5px;cursor: e-resize;}
.cropper-line {background-color: #39f;}
.cropper-line.line-n {top: -3px;left: 0;height: 5px;cursor: n-resize;}
.cropper-line.line-w {top: 0;left: -3px;width: 5px;cursor: w-resize;}
.cropper-line.line-s {bottom: -3px;left: 0;height: 5px;cursor: s-resize;}
.cropper-point {width: 5px;height: 5px;opacity: .75;background-color: #39f;filter: alpha(opacity=75);}
.cropper-point.point-e {top: 50%;right: -3px;margin-top: -3px;cursor: e-resize;}
.cropper-point.point-n {top: -3px;left: 50%;margin-left: -3px;cursor: n-resize;}
.cropper-point.point-w {top: 50%;left: -3px;margin-top: -3px;cursor: w-resize;}
.cropper-point.point-s {bottom: -3px;left: 50%;margin-left: -3px;cursor: s-resize;}
.cropper-point.point-ne {top: -3px;right: -3px;cursor: ne-resize;}
.cropper-point.point-nw {top: -3px;left: -3px;cursor: nw-resize;}
.cropper-point.point-sw {bottom: -3px;left: -3px;cursor: sw-resize;}
.cropper-point.point-se {width: 5px;height: 5px;right: -3px;cursor: se-resize;} | 0.350755 | 0.071138 |
body {
background-image: url("http://svn.red-bean.com/repos/kfogel/trunk/www/images/parchment-background.jpg");
z-index: -1;
}
.panel-group {
background-color:rgba(0, 0, 0, 0.2);
/* background-color: #cccccc; */
}
.panel-group2 {
background-image: url("https://pixabay.com/static/uploads/photo/2014/04/02/10/55/health-304919_960_720.png");
font-weight: bold;
background-position: right bottom; /*Positioning*/
background-repeat: no-repeat; /*Prevent showing multiple background images*/
}
td.zero_width {
width: 1%;
}
// Creates a wrapper for a series of columns
.make-row(@gutter: @grid-gutter-width) {
// Then clear the floated columns
.clearfix();
@media (min-width: @screen-sm-min) {
margin-left: (@gutter / -2);
margin-right: (@gutter / -2);
}
// Negative margin nested rows out to align the content of columns
.row {
margin-left: (@gutter / -2);
margin-right: (@gutter / -2);
}
}
// Generate the extra small columns
.make-xs-column(@columns; @gutter: @grid-gutter-width) {
position: relative;
// Prevent columns from collapsing when empty
min-height: 1px;
// Inner gutter via padding
padding-left: (@gutter / 2);
padding-right: (@gutter / 2);
// Calculate width based on number of columns available
@media (min-width: @grid-float-breakpoint) {
float: left;
width: percentage((@columns / @grid-columns));
}
}
// Generate the large columns
.make-lg-column(@columns; @gutter: @grid-gutter-width) {
position: relative;
// Prevent columns from collapsing when empty
min-height: 1px;
// Inner gutter via padding
padding-left: (@gutter / 2);
padding-right: (@gutter / 2);
// Calculate width based on number of columns available
@media (min-width: @screen-lg-min) {
float: left;
width: percentage((@columns / @grid-columns));
}
}
// Generate the large column offsets
.make-lg-column-offset(@columns) {
@media (min-width: @screen-lg-min) {
margin-left: percentage((@columns / @grid-columns));
}
}
.wrapper {
.make-row();
}
.content-main {
.make-lg-column(8);
}
.content-secondary {
.make-lg-column(3);
.make-lg-column-offset(1);
}
.sbBG {
/*
background-image: url("https://pixabay.com/static/uploads/photo/2014/04/02/10/55/health-304919_960_720.png");
background-repeat: no-repeat;
background-position: bottom left;
background-size: contain;
*/
/* background-size: cover; */
/* opacity: 0.2; */
color:#fff;
border: none;
background:rgba(100,100,100, 0.1);
}
.sbBGr {
/* background-size: cover; */
/* opacity: 0.2; */
color:#fff;
border:1px solid red;
background:rgba(100,100,100, 0.5);
}
/*
.panel-transparent {
background: none;
}
.panel-transparent .panel-heading{
background: rgba(122, 130, 136, 0.2)!important;
}
.panel-transparent .panel-body{
background: rgba(46, 51, 56, 0.2)!important;
}
*/
.panel-default{
background-color: transparent;
border: 1px #222;}
.panel-heading{
background-color: transparent;
border: 1px #222;}
.panel-title{
background-color: transparent;
border: 1px #222;}
.collapsed{
background-color: transparent;
}
.row{
background-color: transparent;
border: 1px #222;}
/*
.footerClass {
position: absolute;
right: 20px;
bottom: 0;
padding: 1rem;
width: 250px;
text-align: right;
}
*/
/* a { color: inherit;} */
#footer {
/* position: absolute; */
position: fixed;
right: 20px;
bottom: 0;
padding: 1rem;
width: 300px;
/* background-color: #efefef; */
text-align: right;
}
/*
position: fixed;
Width: 30%;
Width: 200px;
bottom: 0;
float: right;
color: white;
*/
/* Using CSS Priorities : id=100pts , class=10pts , tagSelector=1pt ... http://stackoverflow.com/questions/20721248/best-way-to-override-bootstrap-css */
#bootstrap-overrides .copyright {
/* background-color: #003333;
opacity: 0.2; */
background:rgba(100,100,100, 0.1);
color: black;
}
.social {
background:rgba(100,100,100, 0.2);
}
/* float: right; */
/*
#footer {
margin: 0px auto;
width: 850px;
}
#footer .social {
padding: 30px 0;
width: 425px;
text-align: center;
}
#footer .copyright {
padding: 30px 0;
width: 425px;
text-align: center;
}
*/
/*
<style type="text/css">
#footer {
bottom : 2;
padding-bottom: 0;
height : 40px;
margin-top : 40px;
margin: auto;
width: 50%;
text-align: center;
}
</style>
*/
/*
footer {
float: right;
height: 35px;
margin: 0px 50px 0px 0px;
background: #9FF;
color: #000;
text-align: right;
padding: 10px 30px;
width: 180px;
}
*/
/*replace 900px with your width*/
/*
.wrap {
position:relative;
margin:0 auto;
width:900px;
}
#header, #footer {
width:100%;
float:center;
}
#footer {
position:fixed;
bottom:0;
z-index:999999;
}
*/
/* */
/*
</style>
*/ | site.css | body {
background-image: url("http://svn.red-bean.com/repos/kfogel/trunk/www/images/parchment-background.jpg");
z-index: -1;
}
.panel-group {
background-color:rgba(0, 0, 0, 0.2);
/* background-color: #cccccc; */
}
.panel-group2 {
background-image: url("https://pixabay.com/static/uploads/photo/2014/04/02/10/55/health-304919_960_720.png");
font-weight: bold;
background-position: right bottom; /*Positioning*/
background-repeat: no-repeat; /*Prevent showing multiple background images*/
}
td.zero_width {
width: 1%;
}
// Creates a wrapper for a series of columns
.make-row(@gutter: @grid-gutter-width) {
// Then clear the floated columns
.clearfix();
@media (min-width: @screen-sm-min) {
margin-left: (@gutter / -2);
margin-right: (@gutter / -2);
}
// Negative margin nested rows out to align the content of columns
.row {
margin-left: (@gutter / -2);
margin-right: (@gutter / -2);
}
}
// Generate the extra small columns
.make-xs-column(@columns; @gutter: @grid-gutter-width) {
position: relative;
// Prevent columns from collapsing when empty
min-height: 1px;
// Inner gutter via padding
padding-left: (@gutter / 2);
padding-right: (@gutter / 2);
// Calculate width based on number of columns available
@media (min-width: @grid-float-breakpoint) {
float: left;
width: percentage((@columns / @grid-columns));
}
}
// Generate the large columns
.make-lg-column(@columns; @gutter: @grid-gutter-width) {
position: relative;
// Prevent columns from collapsing when empty
min-height: 1px;
// Inner gutter via padding
padding-left: (@gutter / 2);
padding-right: (@gutter / 2);
// Calculate width based on number of columns available
@media (min-width: @screen-lg-min) {
float: left;
width: percentage((@columns / @grid-columns));
}
}
// Generate the large column offsets
.make-lg-column-offset(@columns) {
@media (min-width: @screen-lg-min) {
margin-left: percentage((@columns / @grid-columns));
}
}
.wrapper {
.make-row();
}
.content-main {
.make-lg-column(8);
}
.content-secondary {
.make-lg-column(3);
.make-lg-column-offset(1);
}
.sbBG {
/*
background-image: url("https://pixabay.com/static/uploads/photo/2014/04/02/10/55/health-304919_960_720.png");
background-repeat: no-repeat;
background-position: bottom left;
background-size: contain;
*/
/* background-size: cover; */
/* opacity: 0.2; */
color:#fff;
border: none;
background:rgba(100,100,100, 0.1);
}
.sbBGr {
/* background-size: cover; */
/* opacity: 0.2; */
color:#fff;
border:1px solid red;
background:rgba(100,100,100, 0.5);
}
/*
.panel-transparent {
background: none;
}
.panel-transparent .panel-heading{
background: rgba(122, 130, 136, 0.2)!important;
}
.panel-transparent .panel-body{
background: rgba(46, 51, 56, 0.2)!important;
}
*/
.panel-default{
background-color: transparent;
border: 1px #222;}
.panel-heading{
background-color: transparent;
border: 1px #222;}
.panel-title{
background-color: transparent;
border: 1px #222;}
.collapsed{
background-color: transparent;
}
.row{
background-color: transparent;
border: 1px #222;}
/*
.footerClass {
position: absolute;
right: 20px;
bottom: 0;
padding: 1rem;
width: 250px;
text-align: right;
}
*/
/* a { color: inherit;} */
#footer {
/* position: absolute; */
position: fixed;
right: 20px;
bottom: 0;
padding: 1rem;
width: 300px;
/* background-color: #efefef; */
text-align: right;
}
/*
position: fixed;
Width: 30%;
Width: 200px;
bottom: 0;
float: right;
color: white;
*/
/* Using CSS Priorities : id=100pts , class=10pts , tagSelector=1pt ... http://stackoverflow.com/questions/20721248/best-way-to-override-bootstrap-css */
#bootstrap-overrides .copyright {
/* background-color: #003333;
opacity: 0.2; */
background:rgba(100,100,100, 0.1);
color: black;
}
.social {
background:rgba(100,100,100, 0.2);
}
/* float: right; */
/*
#footer {
margin: 0px auto;
width: 850px;
}
#footer .social {
padding: 30px 0;
width: 425px;
text-align: center;
}
#footer .copyright {
padding: 30px 0;
width: 425px;
text-align: center;
}
*/
/*
<style type="text/css">
#footer {
bottom : 2;
padding-bottom: 0;
height : 40px;
margin-top : 40px;
margin: auto;
width: 50%;
text-align: center;
}
</style>
*/
/*
footer {
float: right;
height: 35px;
margin: 0px 50px 0px 0px;
background: #9FF;
color: #000;
text-align: right;
padding: 10px 30px;
width: 180px;
}
*/
/*replace 900px with your width*/
/*
.wrap {
position:relative;
margin:0 auto;
width:900px;
}
#header, #footer {
width:100%;
float:center;
}
#footer {
position:fixed;
bottom:0;
z-index:999999;
}
*/
/* */
/*
</style>
*/ | 0.556279 | 0.20091 |
.judge{
text-align: center;
position: absolute;
width: 100%;
top: 5%;
left: 50%;
transform : translate(-50%);
letter-spacing: 0.2em;
font-size: 16px;
}
.member{
text-align: center;
position: absolute;
top: 10%;
left: 50%;
transform : translate(-50%);
letter-spacing: 0.2em;
width: 700px;
height: 670px;
}
.name{
font-size: 36px;
letter-spacing: 0.2em;
}
.result{
display: inline-block;
margin-right: 2%;
margin-top: 5%;
}
.upload{
display: inline-block;
margin-left: 2%;
margin-top: 5%;
}
#nogimem{
width: 331px;
height:400px;
}
#user{
width:300px;
height:400px;
}
.shadow {
box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}
.square_btn {
font-size: 20px;
margin-top: 10%;
display: inline-block;
padding: 0.3em 1em;
text-decoration: none;
color: #fa71cd;
border: solid 1px #fa71cd;
border-radius: 1px;
transition: .4s ease-in-out;
margin-right: 9%;
margin-left: 9%;
}
.square_btn:hover {
background-image: linear-gradient(45deg, #fa71cd 10%, #c471f5 );
color: white;
}
#result,
#upload,
.item{
display: none !important;
}
@media screen and (max-width: 480px){
p{
font-size: 14px;
}
.judge{
top: 2%;
font-size: 14px;
}
.name {
font-size: 28px;
}
.item{
display: block !important;
width: calc(100%/2);
float: left;
height: 25px;
background-color: transparent;
line-height: 25px;
transition: all 0.2s ease-in;
margin-bottom: 2%;
letter-spacing: 0.3em;
}
.tabs input:checked + .item {
border-bottom: 3px solid #c471f5;
color: #c471f5;
}
/*選択されているタブのコンテンツのみを表示*/
#result:checked ~ .result,
#upload:checked ~ .upload {
display: block;
}
.member{
top: 7%;
width: 320px;
height: auto;
}
.result{
margin-right: 0;
display: none;
}
.upload{
margin-left: 0;
display: none;
}
#nogimem{
width: 260px;
height: 330px;
}
#user{
width:250px;
height:330px;
}
.square_btn{
font-size: 16px;
margin-top: 4%;
margin-bottom: 2%;
}
}
@media screen and (max-height: 630px){
footer{
display: none;
}
} | NogizakaApp/static/css/result.css | .judge{
text-align: center;
position: absolute;
width: 100%;
top: 5%;
left: 50%;
transform : translate(-50%);
letter-spacing: 0.2em;
font-size: 16px;
}
.member{
text-align: center;
position: absolute;
top: 10%;
left: 50%;
transform : translate(-50%);
letter-spacing: 0.2em;
width: 700px;
height: 670px;
}
.name{
font-size: 36px;
letter-spacing: 0.2em;
}
.result{
display: inline-block;
margin-right: 2%;
margin-top: 5%;
}
.upload{
display: inline-block;
margin-left: 2%;
margin-top: 5%;
}
#nogimem{
width: 331px;
height:400px;
}
#user{
width:300px;
height:400px;
}
.shadow {
box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}
.square_btn {
font-size: 20px;
margin-top: 10%;
display: inline-block;
padding: 0.3em 1em;
text-decoration: none;
color: #fa71cd;
border: solid 1px #fa71cd;
border-radius: 1px;
transition: .4s ease-in-out;
margin-right: 9%;
margin-left: 9%;
}
.square_btn:hover {
background-image: linear-gradient(45deg, #fa71cd 10%, #c471f5 );
color: white;
}
#result,
#upload,
.item{
display: none !important;
}
@media screen and (max-width: 480px){
p{
font-size: 14px;
}
.judge{
top: 2%;
font-size: 14px;
}
.name {
font-size: 28px;
}
.item{
display: block !important;
width: calc(100%/2);
float: left;
height: 25px;
background-color: transparent;
line-height: 25px;
transition: all 0.2s ease-in;
margin-bottom: 2%;
letter-spacing: 0.3em;
}
.tabs input:checked + .item {
border-bottom: 3px solid #c471f5;
color: #c471f5;
}
/*選択されているタブのコンテンツのみを表示*/
#result:checked ~ .result,
#upload:checked ~ .upload {
display: block;
}
.member{
top: 7%;
width: 320px;
height: auto;
}
.result{
margin-right: 0;
display: none;
}
.upload{
margin-left: 0;
display: none;
}
#nogimem{
width: 260px;
height: 330px;
}
#user{
width:250px;
height:330px;
}
.square_btn{
font-size: 16px;
margin-top: 4%;
margin-bottom: 2%;
}
}
@media screen and (max-height: 630px){
footer{
display: none;
}
} | 0.45423 | 0.104204 |
:root {
--col-1: calc((1 / 12) * 100%);
--col-2: calc((2 / 12) * 100%);
--col-3: calc((3 / 12) * 100%);
--col-4: calc((4 / 12) * 100%);
--col-5: calc((5 / 12) * 100%);
--col-6: calc((6 / 12) * 100%);
--col-7: calc((7 / 12) * 100%);
--col-8: calc((8 / 12) * 100%);
--col-9: calc((9 / 12) * 100%);
--col-10: calc((10 / 12) * 100%);
--col-11: calc((11 / 12) * 100%);
--col-12: calc((12 / 12) * 100%);
}
[class*='o-Column--'] {
max-width: 100%;
}
.o-Column {
float: left;
position: relative;
min-height: 1px;
}
.o-Column--1\/12 {
width: var(--col-1);
}
.o-Column--2\/12 {
width: var(--col-2);
}
.o-Column--3\/12 {
width: var(--col-3);
}
.o-Column--4\/12 {
width: var(--col-4);
}
.o-Column--5\/12 {
width: var(--col-5);
}
.o-Column--6\/12 {
width: var(--col-6);
}
.o-Column--7\/12 {
width: var(--col-7);
}
.o-Column--8\/12 {
width: var(--col-8);
}
.o-Column--9\/12 {
width: var(--col-9);
}
.o-Column--10\/12 {
width: var(--col-10);
}
.o-Column--11\/12 {
width: var(--col-11);
}
.o-Column--12\/12 {
width: var(--col-12);
}
@media only screen and (min-width: 31.25rem) {
.o-Column\@sm {
float: left;
position: relative;
min-height: 1px;
}
.o-Column--1\/12\@sm {
width: var(--col-1);
}
.o-Column--2\/12\@sm {
width: var(--col-2);
}
.o-Column--3\/12\@sm {
width: var(--col-3);
}
.o-Column--4\/12\@sm {
width: var(--col-4);
}
.o-Column--5\/12\@sm {
width: var(--col-5);
}
.o-Column--6\/12\@sm {
width: var(--col-6);
}
.o-Column--7\/12\@sm {
width: var(--col-7);
}
.o-Column--8\/12\@sm {
width: var(--col-8);
}
.o-Column--9\/12\@sm {
width: var(--col-9);
}
.o-Column--10\/12\@sm {
width: var(--col-10);
}
.o-Column--11\/12\@sm {
width: var(--col-11);
}
.o-Column--12\/12\@sm {
width: var(--col-12);
}
}
@media only screen and (min-width: 48rem) {
.o-Column\@md {
float: left;
position: relative;
min-height: 1px;
}
.o-Column--1\/12\@md {
width: var(--col-1);
}
.o-Column--2\/12\@md {
width: var(--col-2);
}
.o-Column--3\/12\@md {
width: var(--col-3);
}
.o-Column--4\/12\@md {
width: var(--col-4);
}
.o-Column--5\/12\@md {
width: var(--col-5);
}
.o-Column--6\/12\@md {
width: var(--col-6);
}
.o-Column--7\/12\@md {
width: var(--col-7);
}
.o-Column--8\/12\@md {
width: var(--col-8);
}
.o-Column--9\/12\@md {
width: var(--col-9);
}
.o-Column--10\/12\@md {
width: var(--col-10);
}
.o-Column--11\/12\@md {
width: var(--col-11);
}
.o-Column--12\/12\@md {
width: var(--col-12);
}
}
@media only screen and (min-width: 57.75rem) {
.o-Column\@lg {
float: left;
position: relative;
min-height: 1px;
}
.o-Column--1\/12\@lg {
width: var(--col-1);
}
.o-Column--2\/12\@lg {
width: var(--col-2);
}
.o-Column--3\/12\@lg {
width: var(--col-3);
}
.o-Column--4\/12\@lg {
width: var(--col-4);
}
.o-Column--5\/12\@lg {
width: var(--col-5);
}
.o-Column--6\/12\@lg {
width: var(--col-6);
}
.o-Column--7\/12\@lg {
width: var(--col-7);
}
.o-Column--8\/12\@lg {
width: var(--col-8);
}
.o-Column--9\/12\@lg {
width: var(--col-9);
}
.o-Column--10\/12\@lg {
width: var(--col-10);
}
.o-Column--11\/12\@lg {
width: var(--col-11);
}
.o-Column--12\/12\@lg {
width: var(--col-12);
}
} | obsidian.css/src/objects/obsidian.grid-columns.css |
:root {
--col-1: calc((1 / 12) * 100%);
--col-2: calc((2 / 12) * 100%);
--col-3: calc((3 / 12) * 100%);
--col-4: calc((4 / 12) * 100%);
--col-5: calc((5 / 12) * 100%);
--col-6: calc((6 / 12) * 100%);
--col-7: calc((7 / 12) * 100%);
--col-8: calc((8 / 12) * 100%);
--col-9: calc((9 / 12) * 100%);
--col-10: calc((10 / 12) * 100%);
--col-11: calc((11 / 12) * 100%);
--col-12: calc((12 / 12) * 100%);
}
[class*='o-Column--'] {
max-width: 100%;
}
.o-Column {
float: left;
position: relative;
min-height: 1px;
}
.o-Column--1\/12 {
width: var(--col-1);
}
.o-Column--2\/12 {
width: var(--col-2);
}
.o-Column--3\/12 {
width: var(--col-3);
}
.o-Column--4\/12 {
width: var(--col-4);
}
.o-Column--5\/12 {
width: var(--col-5);
}
.o-Column--6\/12 {
width: var(--col-6);
}
.o-Column--7\/12 {
width: var(--col-7);
}
.o-Column--8\/12 {
width: var(--col-8);
}
.o-Column--9\/12 {
width: var(--col-9);
}
.o-Column--10\/12 {
width: var(--col-10);
}
.o-Column--11\/12 {
width: var(--col-11);
}
.o-Column--12\/12 {
width: var(--col-12);
}
@media only screen and (min-width: 31.25rem) {
.o-Column\@sm {
float: left;
position: relative;
min-height: 1px;
}
.o-Column--1\/12\@sm {
width: var(--col-1);
}
.o-Column--2\/12\@sm {
width: var(--col-2);
}
.o-Column--3\/12\@sm {
width: var(--col-3);
}
.o-Column--4\/12\@sm {
width: var(--col-4);
}
.o-Column--5\/12\@sm {
width: var(--col-5);
}
.o-Column--6\/12\@sm {
width: var(--col-6);
}
.o-Column--7\/12\@sm {
width: var(--col-7);
}
.o-Column--8\/12\@sm {
width: var(--col-8);
}
.o-Column--9\/12\@sm {
width: var(--col-9);
}
.o-Column--10\/12\@sm {
width: var(--col-10);
}
.o-Column--11\/12\@sm {
width: var(--col-11);
}
.o-Column--12\/12\@sm {
width: var(--col-12);
}
}
@media only screen and (min-width: 48rem) {
.o-Column\@md {
float: left;
position: relative;
min-height: 1px;
}
.o-Column--1\/12\@md {
width: var(--col-1);
}
.o-Column--2\/12\@md {
width: var(--col-2);
}
.o-Column--3\/12\@md {
width: var(--col-3);
}
.o-Column--4\/12\@md {
width: var(--col-4);
}
.o-Column--5\/12\@md {
width: var(--col-5);
}
.o-Column--6\/12\@md {
width: var(--col-6);
}
.o-Column--7\/12\@md {
width: var(--col-7);
}
.o-Column--8\/12\@md {
width: var(--col-8);
}
.o-Column--9\/12\@md {
width: var(--col-9);
}
.o-Column--10\/12\@md {
width: var(--col-10);
}
.o-Column--11\/12\@md {
width: var(--col-11);
}
.o-Column--12\/12\@md {
width: var(--col-12);
}
}
@media only screen and (min-width: 57.75rem) {
.o-Column\@lg {
float: left;
position: relative;
min-height: 1px;
}
.o-Column--1\/12\@lg {
width: var(--col-1);
}
.o-Column--2\/12\@lg {
width: var(--col-2);
}
.o-Column--3\/12\@lg {
width: var(--col-3);
}
.o-Column--4\/12\@lg {
width: var(--col-4);
}
.o-Column--5\/12\@lg {
width: var(--col-5);
}
.o-Column--6\/12\@lg {
width: var(--col-6);
}
.o-Column--7\/12\@lg {
width: var(--col-7);
}
.o-Column--8\/12\@lg {
width: var(--col-8);
}
.o-Column--9\/12\@lg {
width: var(--col-9);
}
.o-Column--10\/12\@lg {
width: var(--col-10);
}
.o-Column--11\/12\@lg {
width: var(--col-11);
}
.o-Column--12\/12\@lg {
width: var(--col-12);
}
} | 0.523908 | 0.090615 |
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
body{
max-width: 1180px;
min-width:1120px;
margin-left: auto;
margin-right:auto;
}
main{
display: grid;
grid-template-columns: repeat(12, 8.3%);
grid-template-rows: repeat(20, 100px);
}
#containter{
grid-row: 1/2;
grid-column: 2/5;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#logo{
width:8%;
grid-column:1/2;
margin-top: 50%;
}
#logoTag p{
font-size: 8.5pt;
font-family:'Roboto', sans-serif;
width:300px;
margin-left: 30%;
}
#logoTag{
grid-row:1;
grid-column: 2/4;
width: 10px;
left: 30px;
margin-top: 16%;
font-size: 35pt;
font-family: 'Yellowtail', cursive;
}
#socialContainer{
height: 100px;
grid-column: 9/12;
display: grid;
grid-template-columns: repeat(10, .4fr);
}
#social{
margin-top: 80%;
grid-row:1;
grid-column: 9/11;
}
#social2{
margin-top: 23%;
grid-row:1/2;
grid-column: 3/10;
}
.linedborder{
height: 15%;
grid-column: 2/12;
grid-row:2/3;
background:repeating-linear-gradient(45deg,
white,
white 2px,
darkgray 3px,
darkgray 4px)
}
#title{
grid-row: 3/4;
grid-column: 2/12;
display:grid;
grid-template-columns: 1fr 1fr;
}
#title h1{
font-size: 35pt;
font-family:'Oswald', sans-serif;
}
#title p{
font-size:10pt;
margin-top: 10px;
font-family:'Roboto', sans-serif;
}
#print{
grid-column: 2/3;
display:grid;
grid-template-columns: repeat(12, 1fr);
}
#print p{
margin-top: 50px;
grid-column: 12/13;
}
#print img{
grid-column: 11/12;
margin-left: 25px;
margin-top: 51px;
}
#pizza{
grid-row: 4/11;
grid-column: 2/12;
}
#pizza img{
width: 100%;
}
#pTags{
width:100%;
margin-top: 30px;
grid-row: 11/15;
grid-column: 2/12;
font-size: 15pt;
color: rgba(0, 0, 0, 0.623);
text-indent: 5%
}
#pTags p{
line-height: 130%;
}
#checklist{
grid-row: 15/18;
grid-column: 2/12;
background: url('../img/list-bg.png');
font-family: '<NAME>', cursive;
color:rgba(0, 0, 0, 0.623);
font-size:20pt;
display: grid;
grid-template-columns: 1fr 1fr;
}
input[type=checkbox]:checked + label {
color:rgba(0, 0, 0, 0.623);
text-decoration: line-through;
}
#list1{
margin-top: 10%;
margin-left: 10%;
line-height:130%;
}
#list2{
margin-top: 10%;
line-height: 130%;
}
.linedborderbottom{
margin-top:5%;
height: 15%;
grid-column: 2/12;
grid-row:18/19;
background:repeating-linear-gradient(45deg,
white,
white 2px,
darkgray 3px,
darkgray 4px)
}
#bio{
grid-row:19/21;
grid-column: 2/12;;
display: grid;
grid-template-columns: repeat(10, 1fr);
}
#image{
grid-column:1/2;
}
#bioTag{
grid-column: 2/6;
width: 550px;
}
#bioTag h1{
font-size: 18pt;
color: rgba(0, 0, 0, 0.623);
font-weight: bold;
}
#bioTag p{
margin-top: 2%;
color: rgba(0, 0, 0, 0.623);
font-size: 14pt;
line-height:130%
}
#button{
grid-column:9/11;
height: 60px;
border:none;
background-color: rgb(255, 94, 0);
color: white;
text-align: center;
font-family:'Roboto', sans-serif;
font-size: 13pt;
font-weight: bolder;
}
footer{
display: grid;
grid-template-columns: repeat(8, 150px);
grid-template-rows: repeat(6, 50px);
}
#copy{
grid-column:4/5;
grid-row:3/4;
margin-left: 20%;
margin-top:10%;
color: rgba(0, 0, 0, 0.5);
}
#rights{
margin-top:10%;
grid-column:5/6;
grid-row:3/4;
color: rgba(0, 0, 0, 0.5);
}
#published{
grid-column:4/6;
grid-row:4/5;
margin-left: 18%;
color: rgba(0, 0, 0, 0.5);
}
#smalllogo{
grid-column: 4/6;
grid-row: 2/3;
margin-left: 45%
}
#footerline1{
background-image:linear-gradient( to right, white, lightgray, lightgray, transparent);
height: 1px;
grid-row:2/3;
grid-column:1/5;
margin-top: 2%;
}
#footerline2{
background-image:linear-gradient( to right, transparent, lightgray, lightgray, transparent);
height: 1px;
margin-top: 2%;
grid-column: 5/9;
grid-row:2/3;
} | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
body{
max-width: 1180px;
min-width:1120px;
margin-left: auto;
margin-right:auto;
}
main{
display: grid;
grid-template-columns: repeat(12, 8.3%);
grid-template-rows: repeat(20, 100px);
}
#containter{
grid-row: 1/2;
grid-column: 2/5;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#logo{
width:8%;
grid-column:1/2;
margin-top: 50%;
}
#logoTag p{
font-size: 8.5pt;
font-family:'Roboto', sans-serif;
width:300px;
margin-left: 30%;
}
#logoTag{
grid-row:1;
grid-column: 2/4;
width: 10px;
left: 30px;
margin-top: 16%;
font-size: 35pt;
font-family: 'Yellowtail', cursive;
}
#socialContainer{
height: 100px;
grid-column: 9/12;
display: grid;
grid-template-columns: repeat(10, .4fr);
}
#social{
margin-top: 80%;
grid-row:1;
grid-column: 9/11;
}
#social2{
margin-top: 23%;
grid-row:1/2;
grid-column: 3/10;
}
.linedborder{
height: 15%;
grid-column: 2/12;
grid-row:2/3;
background:repeating-linear-gradient(45deg,
white,
white 2px,
darkgray 3px,
darkgray 4px)
}
#title{
grid-row: 3/4;
grid-column: 2/12;
display:grid;
grid-template-columns: 1fr 1fr;
}
#title h1{
font-size: 35pt;
font-family:'Oswald', sans-serif;
}
#title p{
font-size:10pt;
margin-top: 10px;
font-family:'Roboto', sans-serif;
}
#print{
grid-column: 2/3;
display:grid;
grid-template-columns: repeat(12, 1fr);
}
#print p{
margin-top: 50px;
grid-column: 12/13;
}
#print img{
grid-column: 11/12;
margin-left: 25px;
margin-top: 51px;
}
#pizza{
grid-row: 4/11;
grid-column: 2/12;
}
#pizza img{
width: 100%;
}
#pTags{
width:100%;
margin-top: 30px;
grid-row: 11/15;
grid-column: 2/12;
font-size: 15pt;
color: rgba(0, 0, 0, 0.623);
text-indent: 5%
}
#pTags p{
line-height: 130%;
}
#checklist{
grid-row: 15/18;
grid-column: 2/12;
background: url('../img/list-bg.png');
font-family: '<NAME>', cursive;
color:rgba(0, 0, 0, 0.623);
font-size:20pt;
display: grid;
grid-template-columns: 1fr 1fr;
}
input[type=checkbox]:checked + label {
color:rgba(0, 0, 0, 0.623);
text-decoration: line-through;
}
#list1{
margin-top: 10%;
margin-left: 10%;
line-height:130%;
}
#list2{
margin-top: 10%;
line-height: 130%;
}
.linedborderbottom{
margin-top:5%;
height: 15%;
grid-column: 2/12;
grid-row:18/19;
background:repeating-linear-gradient(45deg,
white,
white 2px,
darkgray 3px,
darkgray 4px)
}
#bio{
grid-row:19/21;
grid-column: 2/12;;
display: grid;
grid-template-columns: repeat(10, 1fr);
}
#image{
grid-column:1/2;
}
#bioTag{
grid-column: 2/6;
width: 550px;
}
#bioTag h1{
font-size: 18pt;
color: rgba(0, 0, 0, 0.623);
font-weight: bold;
}
#bioTag p{
margin-top: 2%;
color: rgba(0, 0, 0, 0.623);
font-size: 14pt;
line-height:130%
}
#button{
grid-column:9/11;
height: 60px;
border:none;
background-color: rgb(255, 94, 0);
color: white;
text-align: center;
font-family:'Roboto', sans-serif;
font-size: 13pt;
font-weight: bolder;
}
footer{
display: grid;
grid-template-columns: repeat(8, 150px);
grid-template-rows: repeat(6, 50px);
}
#copy{
grid-column:4/5;
grid-row:3/4;
margin-left: 20%;
margin-top:10%;
color: rgba(0, 0, 0, 0.5);
}
#rights{
margin-top:10%;
grid-column:5/6;
grid-row:3/4;
color: rgba(0, 0, 0, 0.5);
}
#published{
grid-column:4/6;
grid-row:4/5;
margin-left: 18%;
color: rgba(0, 0, 0, 0.5);
}
#smalllogo{
grid-column: 4/6;
grid-row: 2/3;
margin-left: 45%
}
#footerline1{
background-image:linear-gradient( to right, white, lightgray, lightgray, transparent);
height: 1px;
grid-row:2/3;
grid-column:1/5;
margin-top: 2%;
}
#footerline2{
background-image:linear-gradient( to right, transparent, lightgray, lightgray, transparent);
height: 1px;
margin-top: 2%;
grid-column: 5/9;
grid-row:2/3;
} | 0.275032 | 0.143338 |
.wrapper {
display: flex;
/* width: 100%; */
align-items: stretch;
width: 1280px;
margin: auto;
background-color: transparent;
}
#sidebar {
min-width: 250px;
max-width: 250px;
border-radius: 30px;
background-color: #3172fb;
z-index: 2;
box-shadow: 2px 2px 2px 2px #ccc;
padding: 25px;
}
#content {
flex: 1;
padding-top: 30px;
}
#contentWrapper {
flex: 1;
min-height: 700px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
background-color: #ffffff;
padding: 30px 30px 30px 70px;
margin-left: -70px;
box-shadow: 2px 0px 2px 2px #ccc;
}
.main-sidebar {
height: 100%;
}
.sidebar {
margin-top: 150px;
}
.nav-item {
padding: 5px 0px;
border-top: 1px solid #ffffff;
}
.nav-item:last-child {
border-bottom: 1px solid #ffffff;
}
.siderbar-footer {
margin-top: 190px;
}
.sider-footer {
color: #ffffff;
margin-bottom: 0px;
text-align: center;
font-size: 13px;
}
.sider-footer span {
color: #f9ff29;
font-size: 12px;
}
.header-image {
width: 90px;
height: 90px;
border-radius: 50%;
z-index: 2;
}
.header-label {
background-color: #f9ff29;
color: #000;
border-radius: 30px;
padding: 12px 70px 12px 40px;
margin-right: -30px;
font-size: 15px;
font-weight: 600;
font-family: bold;
box-shadow: 2px 2px 2px 2px #ccc;
}
.btn-vehicle {
background-color: #f9ff29;
border-radius: 30px;
padding: 6px 60px 6px 60px;
color: #000;
border: unset;
font-size: 15px;
font-weight: 600;
font-family: bold;
box-shadow: 2px 2px 2px 2px #ccc;
}
.text-label-1 {
color: #000;
font-size: 16px;
font-weight: 600;
font-family: bold;
}
.input-vehicle {
border: 2px solid #3172fb;
border-radius: 25px;
}
.select-list {
position: relative;
background: #3172fb;
border-radius: 30px;
border: 2px solid #3172fb;
flex-direction: row;
align-items: center;
display: flex;
}
.select-list select {
border: none;
padding: 6px 55px 6px 15px;
margin: 0;
font: inherit;
outline:none; /* remove focus ring from Webkit */
line-height: 1.5;
background: #fff;
-webkit-appearance: none; /* remove the strong OSX influence from Webkit */
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
font-size: 15px;
width: 100%;
}
/* Since we removed the default focus styles, we have to add our own */
.select-list select:focus {
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* Select arrow styling */
.select-list-icon {
display: flex;
color: #ffffff;
background-color: #3172fb;
border-radius: 0 30px 30px 0;
pointer-events: none;
width: 50px;
height: 100%;
position: absolute;
right: 0;
top: 0;
}
.select-list-icon i {
margin-top: 6px;
margin-left: 8px;
}
.select-list-icon:before {
content: '';
width: 16px;
height: 100%;
background: #FFF;
border-radius: 0 30px 30px 0;
}
input[type='radio'] {
-webkit-appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
outline: none;
background-color: #ffffff;
border: 2px solid #3172fb;
}
input[type='radio']:before {
content: '';
display: block;
width: 60%;
height: 60%;
margin: 20% auto;
border-radius: 50%;
}
input[type="radio"]:checked:before {
background: #3172fb;
}
input[type="radio"]:checked {
border-color:#3172fb;
}
#datepicker {
border-radius: 30px;
border: 2px solid #3172fb;
}
.btn-outline-secondary {
border: none !important;
}
.btn-outline-secondary i {
color: #3172fb;
}
#map {
width: 100%;
height: 100%;
}
@media only screen and (max-width: 1400px) {
.wrapper {
width: 1080px;
}
}
@media only screen and (max-width: 1200px) {
.wrapper {
width: 890px;
}
}
@media only screen and (max-width: 992px) {
.wrapper {
width: 720px;
}
}
@media only screen and (max-width: 768px) {
.wrapper {
width: 100%;
}
#content {
padding-top: 0px;
}
} | public/css/custom.css | .wrapper {
display: flex;
/* width: 100%; */
align-items: stretch;
width: 1280px;
margin: auto;
background-color: transparent;
}
#sidebar {
min-width: 250px;
max-width: 250px;
border-radius: 30px;
background-color: #3172fb;
z-index: 2;
box-shadow: 2px 2px 2px 2px #ccc;
padding: 25px;
}
#content {
flex: 1;
padding-top: 30px;
}
#contentWrapper {
flex: 1;
min-height: 700px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
background-color: #ffffff;
padding: 30px 30px 30px 70px;
margin-left: -70px;
box-shadow: 2px 0px 2px 2px #ccc;
}
.main-sidebar {
height: 100%;
}
.sidebar {
margin-top: 150px;
}
.nav-item {
padding: 5px 0px;
border-top: 1px solid #ffffff;
}
.nav-item:last-child {
border-bottom: 1px solid #ffffff;
}
.siderbar-footer {
margin-top: 190px;
}
.sider-footer {
color: #ffffff;
margin-bottom: 0px;
text-align: center;
font-size: 13px;
}
.sider-footer span {
color: #f9ff29;
font-size: 12px;
}
.header-image {
width: 90px;
height: 90px;
border-radius: 50%;
z-index: 2;
}
.header-label {
background-color: #f9ff29;
color: #000;
border-radius: 30px;
padding: 12px 70px 12px 40px;
margin-right: -30px;
font-size: 15px;
font-weight: 600;
font-family: bold;
box-shadow: 2px 2px 2px 2px #ccc;
}
.btn-vehicle {
background-color: #f9ff29;
border-radius: 30px;
padding: 6px 60px 6px 60px;
color: #000;
border: unset;
font-size: 15px;
font-weight: 600;
font-family: bold;
box-shadow: 2px 2px 2px 2px #ccc;
}
.text-label-1 {
color: #000;
font-size: 16px;
font-weight: 600;
font-family: bold;
}
.input-vehicle {
border: 2px solid #3172fb;
border-radius: 25px;
}
.select-list {
position: relative;
background: #3172fb;
border-radius: 30px;
border: 2px solid #3172fb;
flex-direction: row;
align-items: center;
display: flex;
}
.select-list select {
border: none;
padding: 6px 55px 6px 15px;
margin: 0;
font: inherit;
outline:none; /* remove focus ring from Webkit */
line-height: 1.5;
background: #fff;
-webkit-appearance: none; /* remove the strong OSX influence from Webkit */
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
font-size: 15px;
width: 100%;
}
/* Since we removed the default focus styles, we have to add our own */
.select-list select:focus {
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* Select arrow styling */
.select-list-icon {
display: flex;
color: #ffffff;
background-color: #3172fb;
border-radius: 0 30px 30px 0;
pointer-events: none;
width: 50px;
height: 100%;
position: absolute;
right: 0;
top: 0;
}
.select-list-icon i {
margin-top: 6px;
margin-left: 8px;
}
.select-list-icon:before {
content: '';
width: 16px;
height: 100%;
background: #FFF;
border-radius: 0 30px 30px 0;
}
input[type='radio'] {
-webkit-appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
outline: none;
background-color: #ffffff;
border: 2px solid #3172fb;
}
input[type='radio']:before {
content: '';
display: block;
width: 60%;
height: 60%;
margin: 20% auto;
border-radius: 50%;
}
input[type="radio"]:checked:before {
background: #3172fb;
}
input[type="radio"]:checked {
border-color:#3172fb;
}
#datepicker {
border-radius: 30px;
border: 2px solid #3172fb;
}
.btn-outline-secondary {
border: none !important;
}
.btn-outline-secondary i {
color: #3172fb;
}
#map {
width: 100%;
height: 100%;
}
@media only screen and (max-width: 1400px) {
.wrapper {
width: 1080px;
}
}
@media only screen and (max-width: 1200px) {
.wrapper {
width: 890px;
}
}
@media only screen and (max-width: 992px) {
.wrapper {
width: 720px;
}
}
@media only screen and (max-width: 768px) {
.wrapper {
width: 100%;
}
#content {
padding-top: 0px;
}
} | 0.385722 | 0.136005 |
.ui.grid>.row {
padding: 0;
}
.ui.grid>.row>.column {
padding: 0;
}
.background:before {
content: "";
position: fixed;
left: 0;
right: 0;
z-index: -1;
display: block;
background-size: 100% 100%;
width: 150%;
height: 150%;
top: -20px;
left: -20px;
-webkit-filter: blur(8px);
-moz-filter: blur(8px);
-o-filter: blur(8px);
-ms-filter: blur(8px);
filter: blur(8px);
background-repeat: no-repeat;
}
.content {
margin-left: 6rem;
margin-right: 6rem;
}
body {
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
vertical-align: middle;
}
.x {
width: 50px;
height: 50px;
background: rgb(180, 167, 167);
left: 100%;
top: 50px;
z-index: 999;
position: relative;
line-height: 55px;
cursor: pointer;
}
.x a {
font-size: 20px;
color: #fff;
}
.x1 {
width: 100%;
height: 250px;
/* left: 0;
top: 0;
position: relative; */
line-height: 200px;
cursor: pointer;
z-index: 99999;
}
.x2 {
/* position: absolute; */
height: 150px;
width: 350px;
/* left: 350px; */
/* top: 400px; */
line-height: 150px;
cursor: pointer;
}
.x3 {
/* position: absolute; */
height: 150px;
width: 100%;
/* left: 0px; */
/* top: 250px; */
cursor: pointer;
line-height: 250px;
}
.x4 {
/* position: absolute; */
height: 150px;
width: 100%;
/* left: 200px; */
cursor: pointer;
/* top: 250px; */
line-height: 150px;
}
.x5 {
/* position: absolute; */
height: 150px;
cursor: pointer;
width: 350px;
/* left: 0px; */
/* top: 400px; */
line-height: 150px;
}
.block {
-webkit-animation: scaledown 1s linear;
-moz-animation: scaledown 1s linear;
animation: scaledown 1s linear;
transform-origin: 50% 50%;
animation-fill-mode: forwards;
opacity: 1;
transition: .5s ease;
backface-visibility: hidden;
}
.block:hover {
z-index: 100;
-webkit-animation: scale 1s linear;
-moz-animation: scale 1s linear;
animation: scale 1s linear;
transform-origin: 50% 50%;
animation-fill-mode: forwards;
}
.text {
background-color: #4CAF50;
color: white;
font-size: 16px;
padding: 16px 32px;
}
.text a{
color: #fff;
text-decoration: none;
}
.text a:hover{
text-decoration: none;
color: #fff;
}
.middle:hover{
opacity: 1;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
@keyframes scale {
0% {
transform: scale(1.0);
}
100% {
transform: scale(1.1);
-webkit-box-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.1);
}
}
@keyframes scaledown {
0% {
transform: scale(1.1);
}
100% {
transform: scale(1.0);
}
}
.doc-loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999;
background-color: #fff;
}
.doc-loader td {
text-align: center;
vertical-align: middle;
}
.doc-loader img {
width: 90px;
height: 90px;
}
/*
=====
LEVEL 0. RESET BROWSER'S STYLES
=====
*/
.pagination__list {
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
list-style: none;
}
/*
=====
LEVEL 1. CORE COMPONENT STYLES
=====
*/
.pagination {
--uiPaginationAlign: var(--paginationAlign);
--uiPaginationArrowSize: var(--paginationArrowSize, 22px);
--uiPaginationFontSize: var(--paginationFontSize);
font-size: var(--uiPaginationFontSize);
}
.pagination__list {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: var(--uiPaginationAlign);
}
.pagination__item:not(.pagination__control_prev):not(.pagination__item_active) {
padding-left: .5em;
}
.pagination__item:not(.pagination__control_next):not(.pagination__item_active) {
padding-right: .5em;
}
.pagination__item {
display: inline-block;
line-height: 1;
}
.pagination__control {
position: relative;
}
.pagination__control:before, .pagination__control:after {
font-size: var(--uiPaginationArrowSize);
line-height: 1;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.pagination__control_prev {
padding-left: calc(var(--uiPaginationArrowSize) + 5px);
}
.pagination__control_prev:before {
content: "←";
left: 0;
}
.pagination__control_next {
padding-right: calc(var(--uiPaginationArrowSize) + 5px);
}
.pagination__control_next:after {
content: "→";
right: 0;
}
.pagination__item_active {
padding: .5875em .8em;
margin-right: .5em;
margin-left: .5em;
}
/*
=====
LEVEL 2. PRESENTATION STYLES
=====
*/
.pagination {
--uiPaginationItemTextColor: var(--paginationItemTextColor);
--uiPaginationItemActiveTextColor: var(--paginationItemActiveTextColor);
}
.pagination__item {
text-decoration: none;
color: var(--uiPaginationItemTextColor);
}
.pagination__item_active {
font-weight: 700;
color: var(--uiPaginationItemActiveTextColor);
}
.pagination__item:focus {
outline-color: var(--uiPaginationItemActiveBgColor);
}
/* type 1 */
.pagination_type1 {
--uiPaginationItemActiveBgColor: var(--paginationItemActiveBgColor);
}
.pagination_type1 .pagination__item_active {
background-color: var(--uiPaginationItemActiveBgColor);
}
/* type 2 */
.pagination_type2 {
--uiPaginationItemActiveBorderWidth: var(--paginationItemActiveBorderWidth);
--uiPaginationItemActiveBorderColor: var(--paginationItemActiveBorderColor, transparent);
}
.pagination_type2 .pagination__item_active {
border: var(--uiPaginationItemActiveBorderWidth) solid var(--uiPaginationItemActiveBorderColor);
}
/* type 3 */
.pagination_type3 {
--uiPaginationItemBorderRadius: var(--paginationItemBorderRadius);
}
.pagination_type3 .pagination__item_active {
border-radius: var(--uiPaginationItemBorderRadius);
}
/*
=====
LEVEL 3. SETTINGS
=====
*/
.demo {
--paginationAlign: center;
--paginationFontSize: 1.6rem;
--paginationItemActiveBgColor: #4557bb;
--paginationItemTextColor: #0094d9;
--paginationItemActiveTextColor: #fff;
}
.demo:nth-of-type(2), .demo:nth-of-type(4) {
--paginationItemTextColor: #0094d9;
--paginationItemActiveTextColor: #4557bb;
--paginationItemActiveBgColor: #fff;
--paginationItemActiveBorderColor: #4557bb;
--paginationItemActiveBorderWidth: 2px;
}
.demo:nth-of-type(3), .demo:nth-of-type(4) {
--paginationItemBorderRadius: 50%;
}
.demo:nth-of-type(5) {
--paginationItemBorderRadius: 2px;
}
.demo:nth-of-type(6) {
--paginationArrowIndent: 5px;
--paginationItemPadding: 10px 15px;
--paginationItemTextColor: #fff;
--paginationItemActiveBgColor: #5668ca;
}
.demo:nth-of-type(6) .pagination {
background-color: #4557bb;
} | assets/cms/css/style.css | .ui.grid>.row {
padding: 0;
}
.ui.grid>.row>.column {
padding: 0;
}
.background:before {
content: "";
position: fixed;
left: 0;
right: 0;
z-index: -1;
display: block;
background-size: 100% 100%;
width: 150%;
height: 150%;
top: -20px;
left: -20px;
-webkit-filter: blur(8px);
-moz-filter: blur(8px);
-o-filter: blur(8px);
-ms-filter: blur(8px);
filter: blur(8px);
background-repeat: no-repeat;
}
.content {
margin-left: 6rem;
margin-right: 6rem;
}
body {
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
vertical-align: middle;
}
.x {
width: 50px;
height: 50px;
background: rgb(180, 167, 167);
left: 100%;
top: 50px;
z-index: 999;
position: relative;
line-height: 55px;
cursor: pointer;
}
.x a {
font-size: 20px;
color: #fff;
}
.x1 {
width: 100%;
height: 250px;
/* left: 0;
top: 0;
position: relative; */
line-height: 200px;
cursor: pointer;
z-index: 99999;
}
.x2 {
/* position: absolute; */
height: 150px;
width: 350px;
/* left: 350px; */
/* top: 400px; */
line-height: 150px;
cursor: pointer;
}
.x3 {
/* position: absolute; */
height: 150px;
width: 100%;
/* left: 0px; */
/* top: 250px; */
cursor: pointer;
line-height: 250px;
}
.x4 {
/* position: absolute; */
height: 150px;
width: 100%;
/* left: 200px; */
cursor: pointer;
/* top: 250px; */
line-height: 150px;
}
.x5 {
/* position: absolute; */
height: 150px;
cursor: pointer;
width: 350px;
/* left: 0px; */
/* top: 400px; */
line-height: 150px;
}
.block {
-webkit-animation: scaledown 1s linear;
-moz-animation: scaledown 1s linear;
animation: scaledown 1s linear;
transform-origin: 50% 50%;
animation-fill-mode: forwards;
opacity: 1;
transition: .5s ease;
backface-visibility: hidden;
}
.block:hover {
z-index: 100;
-webkit-animation: scale 1s linear;
-moz-animation: scale 1s linear;
animation: scale 1s linear;
transform-origin: 50% 50%;
animation-fill-mode: forwards;
}
.text {
background-color: #4CAF50;
color: white;
font-size: 16px;
padding: 16px 32px;
}
.text a{
color: #fff;
text-decoration: none;
}
.text a:hover{
text-decoration: none;
color: #fff;
}
.middle:hover{
opacity: 1;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
@keyframes scale {
0% {
transform: scale(1.0);
}
100% {
transform: scale(1.1);
-webkit-box-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.1);
box-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.1);
}
}
@keyframes scaledown {
0% {
transform: scale(1.1);
}
100% {
transform: scale(1.0);
}
}
.doc-loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999;
background-color: #fff;
}
.doc-loader td {
text-align: center;
vertical-align: middle;
}
.doc-loader img {
width: 90px;
height: 90px;
}
/*
=====
LEVEL 0. RESET BROWSER'S STYLES
=====
*/
.pagination__list {
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
list-style: none;
}
/*
=====
LEVEL 1. CORE COMPONENT STYLES
=====
*/
.pagination {
--uiPaginationAlign: var(--paginationAlign);
--uiPaginationArrowSize: var(--paginationArrowSize, 22px);
--uiPaginationFontSize: var(--paginationFontSize);
font-size: var(--uiPaginationFontSize);
}
.pagination__list {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: var(--uiPaginationAlign);
}
.pagination__item:not(.pagination__control_prev):not(.pagination__item_active) {
padding-left: .5em;
}
.pagination__item:not(.pagination__control_next):not(.pagination__item_active) {
padding-right: .5em;
}
.pagination__item {
display: inline-block;
line-height: 1;
}
.pagination__control {
position: relative;
}
.pagination__control:before, .pagination__control:after {
font-size: var(--uiPaginationArrowSize);
line-height: 1;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.pagination__control_prev {
padding-left: calc(var(--uiPaginationArrowSize) + 5px);
}
.pagination__control_prev:before {
content: "←";
left: 0;
}
.pagination__control_next {
padding-right: calc(var(--uiPaginationArrowSize) + 5px);
}
.pagination__control_next:after {
content: "→";
right: 0;
}
.pagination__item_active {
padding: .5875em .8em;
margin-right: .5em;
margin-left: .5em;
}
/*
=====
LEVEL 2. PRESENTATION STYLES
=====
*/
.pagination {
--uiPaginationItemTextColor: var(--paginationItemTextColor);
--uiPaginationItemActiveTextColor: var(--paginationItemActiveTextColor);
}
.pagination__item {
text-decoration: none;
color: var(--uiPaginationItemTextColor);
}
.pagination__item_active {
font-weight: 700;
color: var(--uiPaginationItemActiveTextColor);
}
.pagination__item:focus {
outline-color: var(--uiPaginationItemActiveBgColor);
}
/* type 1 */
.pagination_type1 {
--uiPaginationItemActiveBgColor: var(--paginationItemActiveBgColor);
}
.pagination_type1 .pagination__item_active {
background-color: var(--uiPaginationItemActiveBgColor);
}
/* type 2 */
.pagination_type2 {
--uiPaginationItemActiveBorderWidth: var(--paginationItemActiveBorderWidth);
--uiPaginationItemActiveBorderColor: var(--paginationItemActiveBorderColor, transparent);
}
.pagination_type2 .pagination__item_active {
border: var(--uiPaginationItemActiveBorderWidth) solid var(--uiPaginationItemActiveBorderColor);
}
/* type 3 */
.pagination_type3 {
--uiPaginationItemBorderRadius: var(--paginationItemBorderRadius);
}
.pagination_type3 .pagination__item_active {
border-radius: var(--uiPaginationItemBorderRadius);
}
/*
=====
LEVEL 3. SETTINGS
=====
*/
.demo {
--paginationAlign: center;
--paginationFontSize: 1.6rem;
--paginationItemActiveBgColor: #4557bb;
--paginationItemTextColor: #0094d9;
--paginationItemActiveTextColor: #fff;
}
.demo:nth-of-type(2), .demo:nth-of-type(4) {
--paginationItemTextColor: #0094d9;
--paginationItemActiveTextColor: #4557bb;
--paginationItemActiveBgColor: #fff;
--paginationItemActiveBorderColor: #4557bb;
--paginationItemActiveBorderWidth: 2px;
}
.demo:nth-of-type(3), .demo:nth-of-type(4) {
--paginationItemBorderRadius: 50%;
}
.demo:nth-of-type(5) {
--paginationItemBorderRadius: 2px;
}
.demo:nth-of-type(6) {
--paginationArrowIndent: 5px;
--paginationItemPadding: 10px 15px;
--paginationItemTextColor: #fff;
--paginationItemActiveBgColor: #5668ca;
}
.demo:nth-of-type(6) .pagination {
background-color: #4557bb;
} | 0.522933 | 0.092155 |
.topPart {
height: 25%;
}
.indexDims {
height: 75%;
}
.navBarRow {
padding-top: -20%;
padding-bottom: -20%;
}
.topTopPart {
}
/*Above navbar*/
.logo {
height: 55%;
width: 60%;
margin-top: 10%;
margin-left: 30%;
}
.logoText {
color: gray;
font-size: 20px;
margin-left: 30%;
font-weight: bold;
}
.logoDiv:hover{
text-decoration: none;
}
.tagline {
font-family: 'Arial', sans-serif;
color: rgb(77, 76, 76);
font-size: 22pt;
font-weight: bold;
font-style: italic;
text-align: center;
padding-top: 3%;
text-shadow: 1px 1px 1px grey;
}
.searchBar {
width: 80%;
margin-top: 1%;
}
.topIconsLogin {
font-size:60px;
margin-top: 14%;
/* margin-left: 22%; */
color: #3D8A3A;
}
.topIcons {
font-size: 360%;
margin-top: 20%;
margin-left: 22%;
color: #3D8A3A;
}
.topIcons:hover, .topIconsLogin:hover {
color: rgb(30, 77, 29);
}
.iconText {
color: #3D8A3A;
}
.iconText:hover{
text-decoration: none;
color: rgb(29, 77, 29) !important;
}
.loginText {
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: center;
padding-top: 5%;
color: #3D8A3A;
}
.flag {
height: 23%;
width: 35%;
margin-top: 20%;
margin-right: 9%;
margin-left: 4%;
box-shadow: 2px 2px 3px grey;
}
.navBarStyle {
margin-left: 1%;
margin-right: 1%;
}
/* Breadcrumb CSS */
.breadcrumb {
background-color: inherit;
}
.breadcrumbT {
list-style: none;
overflow: hidden;
font: 15px Sans-Serif;
margin-left: -3%;
margin-top: -1%;
}
.breadcrumbT li {
float: left;
}
.breadcrumbT li a {
color: black;
text-decoration: none;
padding: 5px 0 5px 40px;
background: rgb(185, 185, 185);
position: relative;
display: block;
float: left;
}
.breadcrumbT li a::after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid rgb(185, 185, 185);
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
.breadcrumbT li a::before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: 1px;
left: 100%;
z-index: 1;
}
.breadcrumbT li:first-child a {
padding-left: 10px;
}
.breadcrumbT li:last-child {
border: 0;
background: #3D8A3A;
padding-right: 20px;
}
.breadcrumbT li:last-child a {
background: #3D8A3A;
}
.breadcrumbT li:last-child a:after {
border-left: 30px solid #3D8A3A;
}
.breadcrumbT li a:hover {
background: #3D8A3A;
}
.breadcrumbT li a:hover:after {
border-left-color: #3D8A3A !important;
} | css/topPart.css | .topPart {
height: 25%;
}
.indexDims {
height: 75%;
}
.navBarRow {
padding-top: -20%;
padding-bottom: -20%;
}
.topTopPart {
}
/*Above navbar*/
.logo {
height: 55%;
width: 60%;
margin-top: 10%;
margin-left: 30%;
}
.logoText {
color: gray;
font-size: 20px;
margin-left: 30%;
font-weight: bold;
}
.logoDiv:hover{
text-decoration: none;
}
.tagline {
font-family: 'Arial', sans-serif;
color: rgb(77, 76, 76);
font-size: 22pt;
font-weight: bold;
font-style: italic;
text-align: center;
padding-top: 3%;
text-shadow: 1px 1px 1px grey;
}
.searchBar {
width: 80%;
margin-top: 1%;
}
.topIconsLogin {
font-size:60px;
margin-top: 14%;
/* margin-left: 22%; */
color: #3D8A3A;
}
.topIcons {
font-size: 360%;
margin-top: 20%;
margin-left: 22%;
color: #3D8A3A;
}
.topIcons:hover, .topIconsLogin:hover {
color: rgb(30, 77, 29);
}
.iconText {
color: #3D8A3A;
}
.iconText:hover{
text-decoration: none;
color: rgb(29, 77, 29) !important;
}
.loginText {
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: center;
padding-top: 5%;
color: #3D8A3A;
}
.flag {
height: 23%;
width: 35%;
margin-top: 20%;
margin-right: 9%;
margin-left: 4%;
box-shadow: 2px 2px 3px grey;
}
.navBarStyle {
margin-left: 1%;
margin-right: 1%;
}
/* Breadcrumb CSS */
.breadcrumb {
background-color: inherit;
}
.breadcrumbT {
list-style: none;
overflow: hidden;
font: 15px Sans-Serif;
margin-left: -3%;
margin-top: -1%;
}
.breadcrumbT li {
float: left;
}
.breadcrumbT li a {
color: black;
text-decoration: none;
padding: 5px 0 5px 40px;
background: rgb(185, 185, 185);
position: relative;
display: block;
float: left;
}
.breadcrumbT li a::after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid rgb(185, 185, 185);
position: absolute;
top: 50%;
margin-top: -50px;
left: 100%;
z-index: 2;
}
.breadcrumbT li a::before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid white;
position: absolute;
top: 50%;
margin-top: -50px;
margin-left: 1px;
left: 100%;
z-index: 1;
}
.breadcrumbT li:first-child a {
padding-left: 10px;
}
.breadcrumbT li:last-child {
border: 0;
background: #3D8A3A;
padding-right: 20px;
}
.breadcrumbT li:last-child a {
background: #3D8A3A;
}
.breadcrumbT li:last-child a:after {
border-left: 30px solid #3D8A3A;
}
.breadcrumbT li a:hover {
background: #3D8A3A;
}
.breadcrumbT li a:hover:after {
border-left-color: #3D8A3A !important;
} | 0.574514 | 0.138695 |
@-moz-document domain("instagram.com") {
.-cx-PRIVATE-Post__followAction {
display: none !important;
overflow: visible !important;
}
.-cx-PRIVATE-LocationLink__root {
white-space: normal !important;
}
.-cx-PRIVATE-PostInfo__comment {
margin-bottom: 20px !important;
border-bottom: 1px solid #eeefef !important;
}
.-cx-PRIVATE-PostInfo__comment h1 {
font-weight: bold !important;
margin-bottom: 30px !important;
background-color: #eeefef !important;
color: #310303 !important;
}
}
@-moz-document domain("guruprava.ru") {
#edit-body-und-0-value {
height: 200px !important;
width: 800px !important;
}
div.form-item.form-type-checkbox.form-item-promote {
display: none !important;
}
div.form-item.form-type-checkbox.form-item-revision {
display: none !important;
}
div.form-item.form-type-checkbox.form-item-sticky {
display: none !important;
}
div.form-item.form-type-textarea.form-item-log {
display: none !important;
}
div.form-item.form-type-textfield.form-item-path-alias {
display: none !important;
}
td.views-field.views-field-name {
display: none !important;
}
th.views-field.views-field-name {
display: none !important;
}
#content .section {
width: 1030px !important;
max-height: 850px !important;
}
#header, #page-title, #footer-wrapper, #edit-path, #edit-comment-settings, #edit-revision-information, #leadia-widget, #highlighted {
display: none !important;
}
.question-num-date, .tabs, .region-help, .breadcrumb {
display: none !important;
}
.odd:hover {
background-color: #FFFABD !important;
}
.even:hover {
background-color: #ECE7A5 !important;
}
}
@-moz-document domain("lingualeo.com") {
.content-text-footer.show-final .words-complete-bl, .content-text-footer.show-final .content-recommend-bl, .content-controls, .l-wrapper-footer .l-footer
{display:none !important;}
.l-wrapper-footer
{height: 0 !important}
.content-finished-block
{min-height:50px !important}
.l-wrapper-content
{min-height:50px !important;}
.content-text
{max-height:700px !important;
overflow-y:scroll !important;
min-height:690px !important;
overflow-x: hidden !important;}
body {font-family: "PT Serif",Georgia,"Times New Roman",Times,serif !important}
} | data/usercss/115616.user.css | @-moz-document domain("instagram.com") {
.-cx-PRIVATE-Post__followAction {
display: none !important;
overflow: visible !important;
}
.-cx-PRIVATE-LocationLink__root {
white-space: normal !important;
}
.-cx-PRIVATE-PostInfo__comment {
margin-bottom: 20px !important;
border-bottom: 1px solid #eeefef !important;
}
.-cx-PRIVATE-PostInfo__comment h1 {
font-weight: bold !important;
margin-bottom: 30px !important;
background-color: #eeefef !important;
color: #310303 !important;
}
}
@-moz-document domain("guruprava.ru") {
#edit-body-und-0-value {
height: 200px !important;
width: 800px !important;
}
div.form-item.form-type-checkbox.form-item-promote {
display: none !important;
}
div.form-item.form-type-checkbox.form-item-revision {
display: none !important;
}
div.form-item.form-type-checkbox.form-item-sticky {
display: none !important;
}
div.form-item.form-type-textarea.form-item-log {
display: none !important;
}
div.form-item.form-type-textfield.form-item-path-alias {
display: none !important;
}
td.views-field.views-field-name {
display: none !important;
}
th.views-field.views-field-name {
display: none !important;
}
#content .section {
width: 1030px !important;
max-height: 850px !important;
}
#header, #page-title, #footer-wrapper, #edit-path, #edit-comment-settings, #edit-revision-information, #leadia-widget, #highlighted {
display: none !important;
}
.question-num-date, .tabs, .region-help, .breadcrumb {
display: none !important;
}
.odd:hover {
background-color: #FFFABD !important;
}
.even:hover {
background-color: #ECE7A5 !important;
}
}
@-moz-document domain("lingualeo.com") {
.content-text-footer.show-final .words-complete-bl, .content-text-footer.show-final .content-recommend-bl, .content-controls, .l-wrapper-footer .l-footer
{display:none !important;}
.l-wrapper-footer
{height: 0 !important}
.content-finished-block
{min-height:50px !important}
.l-wrapper-content
{min-height:50px !important;}
.content-text
{max-height:700px !important;
overflow-y:scroll !important;
min-height:690px !important;
overflow-x: hidden !important;}
body {font-family: "PT Serif",Georgia,"Times New Roman",Times,serif !important}
} | 0.126192 | 0.044702 |
html,body{
width: 100%;
height: 100%;
}
.content{
width: 100%;
display: flex;
flex-direction: column;
align-items:center;
}
#all{
width: 100%;
height: 100%;
background-color:rgba(0,0,0,0.4);
display: flex;
justify-content: center;
align-items: center;
position: fixed ;
left: 0;
top: 0;
overflow: hidden;
z-index: 2;
display: none;
}
/*=============头部==========*/
header{
width: 100%;
height: 0.9rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.3rem;
background: #FF5857;
color: #FFF;
position: relative;
font-family: "微软雅黑";
}
/*返回上一层符号*/
.returns{
position: absolute;
width: 0.8rem;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}
.returns span{
display:block;
border-left: 0.03rem solid #FFFFFF;
border-bottom: 0.03rem solid #FFFFFF;
width: .22rem;
height: .22rem;
transform: rotate(45deg);
}
header>span{
top: 45%;
margin-top: -0.11rem;
display:block;
position: absolute;
font-size: .26rem;
right: 0.3rem;
}
.main{
width: 90%;
}
.main .title{
width: 100%;
height: 0.8rem;
border-bottom: 2px solid #eee;
}
.main .title input{
width: 100%;
height: 100%;
border: none;
outline: none;
font: 0.25rem "微软雅黑" ;
color: #333;
}
.notice_main{
width: 100%;
margin-top: 0.2rem;
overflow: hidden;
}
.notice_main textarea{
width: 100%;
min-height: 5rem;
display: block;
border: none;
font: 0.2rem "微软雅黑";
color: #333;
}
/*--------消息弹框 ------*/
.banner{
width: 100%;
height: 2.3rem;
position: fixed ;
margin: 70% 0%;
}
.build{
width: 100%;
height: 2.3rem;
display: flex;
justify-content: center;
}
.build-a{
width: 80%;
height: 100%;
border-radius:.15rem ;
border: solid#808080 1px;
background: #FFFFFF;
font-size: .25rem;
}
.build-a li{
display: flex;
justify-content: space-around;
}
.build-a p{
font-size: .28rem;
display: flex;
justify-content: center;
line-height: 1.2rem;
}
.build a{
width: 1.2rem;
height: .5rem;
border-radius: .15rem;
background: #FF5857;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.build span{
width: 1.2rem;
height: .5rem;
border-radius: .15rem;
border: solid #333333 1px;
display: flex;
align-items: center;
justify-content: center;
} | F-data/css/N-build.css | html,body{
width: 100%;
height: 100%;
}
.content{
width: 100%;
display: flex;
flex-direction: column;
align-items:center;
}
#all{
width: 100%;
height: 100%;
background-color:rgba(0,0,0,0.4);
display: flex;
justify-content: center;
align-items: center;
position: fixed ;
left: 0;
top: 0;
overflow: hidden;
z-index: 2;
display: none;
}
/*=============头部==========*/
header{
width: 100%;
height: 0.9rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.3rem;
background: #FF5857;
color: #FFF;
position: relative;
font-family: "微软雅黑";
}
/*返回上一层符号*/
.returns{
position: absolute;
width: 0.8rem;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}
.returns span{
display:block;
border-left: 0.03rem solid #FFFFFF;
border-bottom: 0.03rem solid #FFFFFF;
width: .22rem;
height: .22rem;
transform: rotate(45deg);
}
header>span{
top: 45%;
margin-top: -0.11rem;
display:block;
position: absolute;
font-size: .26rem;
right: 0.3rem;
}
.main{
width: 90%;
}
.main .title{
width: 100%;
height: 0.8rem;
border-bottom: 2px solid #eee;
}
.main .title input{
width: 100%;
height: 100%;
border: none;
outline: none;
font: 0.25rem "微软雅黑" ;
color: #333;
}
.notice_main{
width: 100%;
margin-top: 0.2rem;
overflow: hidden;
}
.notice_main textarea{
width: 100%;
min-height: 5rem;
display: block;
border: none;
font: 0.2rem "微软雅黑";
color: #333;
}
/*--------消息弹框 ------*/
.banner{
width: 100%;
height: 2.3rem;
position: fixed ;
margin: 70% 0%;
}
.build{
width: 100%;
height: 2.3rem;
display: flex;
justify-content: center;
}
.build-a{
width: 80%;
height: 100%;
border-radius:.15rem ;
border: solid#808080 1px;
background: #FFFFFF;
font-size: .25rem;
}
.build-a li{
display: flex;
justify-content: space-around;
}
.build-a p{
font-size: .28rem;
display: flex;
justify-content: center;
line-height: 1.2rem;
}
.build a{
width: 1.2rem;
height: .5rem;
border-radius: .15rem;
background: #FF5857;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.build span{
width: 1.2rem;
height: .5rem;
border-radius: .15rem;
border: solid #333333 1px;
display: flex;
align-items: center;
justify-content: center;
} | 0.375134 | 0.066751 |
*{
box-sizing: border-box;
}
body{
margin: 0;
height: 100vh;
width:100vw;
overflow: hidden;
font-family: "Lato",sans-serif;
font-weight: 700;
display: flex;
align-items:center;
justify-content: center;
color:#555;
background-color: #ecf0f3;
}
.login-div{
width:430px;
height: 700px;
padding: 60px 35px 35px 35px;
border-radius:40px ;
background-color: #ecf0f3;
box-shadow: 13px 13px 20px #cbced1,
-13px -13px 20px #fff;
}
.logo{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.logo img{
width: 100px;
border-radius: 50%;
}
.title{
text-align: center;
font-size:28px;
padding-top: 24px;
letter-spacing:0.5;
}
.sub-title{
text-align: center;
font-size:15px;
padding-top: 7px;
letter-spacing:3px;
}
.fields{
width:100%;
padding:75px 5px 5px 5px;
}
.fields input{
border:none;
outline:none;
background:none ;
font-size:18px;
color:rgba(170, 39, 39, 0.856);
padding:20px 10px 20px 5px;
}
.username,
.password{
margin-bottom: 30px;
border-radius:25px;
box-shadow: inset 8px 8px 8px #cbced1,inset
-8px -8px 8px #fff;
padding-left: 10px;
}
.signin-button{
outline:none;
border:none;
cursor: pointer;
width:100%;
height: 60px;
border-radius: 30px;
font-size: 20px;
font-weight: 700;
font-family: "Lato",sans-serif;
color:#fff;
text-align:center;
background-color: #02c8c8;
box-shadow: 3px 3px 8px #b1b1b1,
-3px -3px 8px #b1b1b1, -3px -3px 8px #ffff;
transition: all 0.5s;
}
.signin-button:hover{
background-color: #50aee5;
}
.signin-button:active{
background-color: #50e5b9;
}
.link{
padding-top:20px;
text-align:center;
}
.link a{
text-decoration: none;
color:#aaa;
font-size:15px;
} | login-v24/style.css | *{
box-sizing: border-box;
}
body{
margin: 0;
height: 100vh;
width:100vw;
overflow: hidden;
font-family: "Lato",sans-serif;
font-weight: 700;
display: flex;
align-items:center;
justify-content: center;
color:#555;
background-color: #ecf0f3;
}
.login-div{
width:430px;
height: 700px;
padding: 60px 35px 35px 35px;
border-radius:40px ;
background-color: #ecf0f3;
box-shadow: 13px 13px 20px #cbced1,
-13px -13px 20px #fff;
}
.logo{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.logo img{
width: 100px;
border-radius: 50%;
}
.title{
text-align: center;
font-size:28px;
padding-top: 24px;
letter-spacing:0.5;
}
.sub-title{
text-align: center;
font-size:15px;
padding-top: 7px;
letter-spacing:3px;
}
.fields{
width:100%;
padding:75px 5px 5px 5px;
}
.fields input{
border:none;
outline:none;
background:none ;
font-size:18px;
color:rgba(170, 39, 39, 0.856);
padding:20px 10px 20px 5px;
}
.username,
.password{
margin-bottom: 30px;
border-radius:25px;
box-shadow: inset 8px 8px 8px #cbced1,inset
-8px -8px 8px #fff;
padding-left: 10px;
}
.signin-button{
outline:none;
border:none;
cursor: pointer;
width:100%;
height: 60px;
border-radius: 30px;
font-size: 20px;
font-weight: 700;
font-family: "Lato",sans-serif;
color:#fff;
text-align:center;
background-color: #02c8c8;
box-shadow: 3px 3px 8px #b1b1b1,
-3px -3px 8px #b1b1b1, -3px -3px 8px #ffff;
transition: all 0.5s;
}
.signin-button:hover{
background-color: #50aee5;
}
.signin-button:active{
background-color: #50e5b9;
}
.link{
padding-top:20px;
text-align:center;
}
.link a{
text-decoration: none;
color:#aaa;
font-size:15px;
} | 0.272605 | 0.061848 |
:root {
--body-color: #00EBE9;
--letra-certa: #22DB01;
--letra-errada: #EB1800;
}
* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
body {
margin: 0 auto;
background-color: var(--body-color);
text-align: center;
font-family: 'Source Serif Pro', serif;
}
main {
display: flex;
flex-direction: column;
align-items: center;
}
.flex-header {
display: flex;
flex-direction: column;
width: 90;
}
.titulo {
margin: auto;
justify-content: center;
text-align: center;
}
.xp {
display: flex;
justify-content: flex-end;
flex-flow: wrap;
align-items: center;
text-transform: uppercase;
font-size: 18px;
}
.user-icon {
font-size: 24px;
}
.layout-flex {
display: flex;
justify-content: center;
}
.letras-erradas {
color: var(--letra-errada);
font-size: 24px;
width: 190px;
max-width: 190px;
}
.letras-erradas h3 {
text-align: center;
margin-top: 10px;
}
#palavra-secreta {
display: flex;
flex-direction: row;
font-size: 20px;
justify-content: center;
margin: 20px;
height: 45px;
}
.letras {
border-bottom: 3px solid black;
margin: 3px;
padding: 3px;
width: 25px;
text-transform: uppercase;
}
.teclado {
margin: auto;
border: 3px solid black;
background-color: rgb(100, 100, 100);
border-radius: 10px;
width: 450px;
}
.teclas {
text-align: center;
}
.teclas button {
width: 39px;
height: 39px;
margin: 0.5px;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 6px;
text-transform: uppercase;
}
.teclas button:hover{
transform:scale(1.2);
box-shadow: 0px 4px 0px 1px black;
}
.frase-final {
margin-top: 20px;
}
.forca {
fill: transparent;
stroke: black;
stroke-width: 10px;
stroke-linecap: round;
}
.partes-corpo {
fill: transparent;
stroke: black;
stroke-width: 6px;
stroke-linecap: round;
display: none;
}
.letra-repetida {
border-radius: 10px;
bottom: -55px;
position: absolute;
display: none;
transition: transform 0.3s ease-in-out;
}
.letra-repetida p {
margin: 0;
}
.letra-repetida.show {
transform: translateY(-50px);
display: flex;
}
.popup-perdeu,
.popup-venceu {
background-color: rgba(0, 0, 0, 0.849);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: none;
align-items: center;
justify-content: center;
}
.popup {
background: #2980b9;
border-radius: 5px;
box-shadow: 0 15px 10px 3px rgba(0, 0, 0, 0.1);
padding: 20px;
text-align: center;
}
@media (max-width: 415px) {
.teclas button {
width: 33px;
height: 33px;
}
.btn {
padding: 0;
}
.teclado {
width: 390px;
}
}
@media (max-width: 376px) {
body {
max-width: 100vw;
}
.xp {
font-size: 14px;
}
.user-icon {
font-size: 16px;
}
.teclas button {
width: 26px;
height: 26px;
}
.btn {
padding: 0;
}
.teclado {
width: 320px;
}
} | assets/css/style.css | :root {
--body-color: #00EBE9;
--letra-certa: #22DB01;
--letra-errada: #EB1800;
}
* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
body {
margin: 0 auto;
background-color: var(--body-color);
text-align: center;
font-family: 'Source Serif Pro', serif;
}
main {
display: flex;
flex-direction: column;
align-items: center;
}
.flex-header {
display: flex;
flex-direction: column;
width: 90;
}
.titulo {
margin: auto;
justify-content: center;
text-align: center;
}
.xp {
display: flex;
justify-content: flex-end;
flex-flow: wrap;
align-items: center;
text-transform: uppercase;
font-size: 18px;
}
.user-icon {
font-size: 24px;
}
.layout-flex {
display: flex;
justify-content: center;
}
.letras-erradas {
color: var(--letra-errada);
font-size: 24px;
width: 190px;
max-width: 190px;
}
.letras-erradas h3 {
text-align: center;
margin-top: 10px;
}
#palavra-secreta {
display: flex;
flex-direction: row;
font-size: 20px;
justify-content: center;
margin: 20px;
height: 45px;
}
.letras {
border-bottom: 3px solid black;
margin: 3px;
padding: 3px;
width: 25px;
text-transform: uppercase;
}
.teclado {
margin: auto;
border: 3px solid black;
background-color: rgb(100, 100, 100);
border-radius: 10px;
width: 450px;
}
.teclas {
text-align: center;
}
.teclas button {
width: 39px;
height: 39px;
margin: 0.5px;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 6px;
text-transform: uppercase;
}
.teclas button:hover{
transform:scale(1.2);
box-shadow: 0px 4px 0px 1px black;
}
.frase-final {
margin-top: 20px;
}
.forca {
fill: transparent;
stroke: black;
stroke-width: 10px;
stroke-linecap: round;
}
.partes-corpo {
fill: transparent;
stroke: black;
stroke-width: 6px;
stroke-linecap: round;
display: none;
}
.letra-repetida {
border-radius: 10px;
bottom: -55px;
position: absolute;
display: none;
transition: transform 0.3s ease-in-out;
}
.letra-repetida p {
margin: 0;
}
.letra-repetida.show {
transform: translateY(-50px);
display: flex;
}
.popup-perdeu,
.popup-venceu {
background-color: rgba(0, 0, 0, 0.849);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: none;
align-items: center;
justify-content: center;
}
.popup {
background: #2980b9;
border-radius: 5px;
box-shadow: 0 15px 10px 3px rgba(0, 0, 0, 0.1);
padding: 20px;
text-align: center;
}
@media (max-width: 415px) {
.teclas button {
width: 33px;
height: 33px;
}
.btn {
padding: 0;
}
.teclado {
width: 390px;
}
}
@media (max-width: 376px) {
body {
max-width: 100vw;
}
.xp {
font-size: 14px;
}
.user-icon {
font-size: 16px;
}
.teclas button {
width: 26px;
height: 26px;
}
.btn {
padding: 0;
}
.teclado {
width: 320px;
}
} | 0.479991 | 0.219317 |
.dashbord-top-nav {
background-color: white !important;
border-radius: 5px;
margin-top: 15px;
}
body.layout-4.sidebar-mini .navbar {
left: 85px !important;
}
body.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
box-shadow: none !important;
background-color: transparent !important;
}
/* start data table */
.dataTables_wrapper .row:last-child {
padding: 20px 36px;
}
.dataTables_filter .form-control {
position: relative;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
}
div.dataTables_wrapper div.dataTables_filter input {
position: relative;
z-index: 1;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: white !important;
}
.table:not(.table-sm) thead th {
border-bottom: none !important;
background-color: white !important;
color: #495288 !important;
border-top: 1px solid rgba(22, 33, 104, 0.1);
}
.dataTables_wrapper .table.table-md th,
.dataTables_wrapper .table.table-md td {
padding: 10px 0px !important;
}
table.dataTable.no-footer {
border-bottom: none !important;
}
.dataTables_wrapper .custom-file,
.dataTables_wrapper .custom-file-label,
.dataTables_wrapper .custom-select,
.dataTables_wrapper .custom-file-label:after,
.dataTables_wrapper .form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
height: calc(2rem + 0px) !important;
}
.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
padding: 0px 15px !important;
}
/* end data table */
/* product input */
.bootstrap-tagsinput {
height: auto !important;
min-height: 42px !important;
padding-top: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #000 !important;
}
.bootstrap-tagsinput {
background-color: white !important;
border-color: #ced4da !important;
line-height: 32px !important;
}
.bootstrap-tagsinput .tag {
margin-right: 2px;
color: white;
}
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
background-color: white !important;
border-color: #ced4da !important;
}
.note-editing-area {
border-right: 1px solid #ced4da;
border-left: 1px solid #ced4da;
}
.note-toolbar {
border: 1px solid #ced4da;
}
.section>*:first-child {
margin-top: 10px;
}
.youtubevideo {
width: 50px;
height: 50px;
border: 1px solid black;
} | public/backend/assets/css/custom.css |
.dashbord-top-nav {
background-color: white !important;
border-radius: 5px;
margin-top: 15px;
}
body.layout-4.sidebar-mini .navbar {
left: 85px !important;
}
body.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
box-shadow: none !important;
background-color: transparent !important;
}
/* start data table */
.dataTables_wrapper .row:last-child {
padding: 20px 36px;
}
.dataTables_filter .form-control {
position: relative;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
}
div.dataTables_wrapper div.dataTables_filter input {
position: relative;
z-index: 1;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: white !important;
}
.table:not(.table-sm) thead th {
border-bottom: none !important;
background-color: white !important;
color: #495288 !important;
border-top: 1px solid rgba(22, 33, 104, 0.1);
}
.dataTables_wrapper .table.table-md th,
.dataTables_wrapper .table.table-md td {
padding: 10px 0px !important;
}
table.dataTable.no-footer {
border-bottom: none !important;
}
.dataTables_wrapper .custom-file,
.dataTables_wrapper .custom-file-label,
.dataTables_wrapper .custom-select,
.dataTables_wrapper .custom-file-label:after,
.dataTables_wrapper .form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
height: calc(2rem + 0px) !important;
}
.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
padding: 0px 15px !important;
}
/* end data table */
/* product input */
.bootstrap-tagsinput {
height: auto !important;
min-height: 42px !important;
padding-top: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #000 !important;
}
.bootstrap-tagsinput {
background-color: white !important;
border-color: #ced4da !important;
line-height: 32px !important;
}
.bootstrap-tagsinput .tag {
margin-right: 2px;
color: white;
}
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
background-color: white !important;
border-color: #ced4da !important;
}
.note-editing-area {
border-right: 1px solid #ced4da;
border-left: 1px solid #ced4da;
}
.note-toolbar {
border: 1px solid #ced4da;
}
.section>*:first-child {
margin-top: 10px;
}
.youtubevideo {
width: 50px;
height: 50px;
border: 1px solid black;
} | 0.42656 | 0.083143 |
*, *:after, *:before {
box-sizing: border-box;
}
html {
background: #23508a;
background: radial-gradient(ellipse at center, #23508a 0%, #1b3b62 50%, #1a365b 100%);
font-family: arial;
min-width: 400px;
}
body {
width: 100%;
height: 100vh;
margin: 0;
background: radial-gradient(ellipse at center, #73859a 1%, rgba(114, 132, 152, 0) 2%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse at center, #73859a 1%, rgba(114, 132, 152, 0) 2%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse at center, rgba(115, 133, 154, 0.5) 1%, rgba(114, 132, 152, 0) 2%, rgba(0, 0, 0, 0) 100%);
background-size: 250px 250px, 100px 100px, 60px 60px;
background-repeat: repeat;
}
.figure {
position: fixed;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -65%);
transform: translate(-50%, -65%);
}
.error-no {
font-size: 200px;
font-weight: bold;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
color: #68e3e9;
text-shadow: -2px 4px 2px rgba(0, 0, 0, 0.5);
}
.moon {
width: 150px;
height: 150px;
border-radius: 50%;
background: #fff;
position: relative;
display: inline-block;
z-index: 10;
overflow: hidden;
box-shadow: -20px 0 20px #e9e9e9 inset;
border: 1px solid #68e3e9;
}
.moon:after {
content: '';
position: absolute;
left: 75px;
top: 70%;
width: 20px;
height: 20px;
border-radius: 50%;
color: #e9e9e9;
background: currentcolor;
-webkit-animation: 5s spin linear infinite;
animation: 5s spin linear infinite;
box-shadow: -30px -50px 0 20px, 50px -30px 0 -8px, 50px -90px 0 2px, 100px -90px 0 0px, 100px -40px 0 25px, 150px -15px 0 0px, 240px 15px 0 4px, 230px -80px 0 2px, 200px -20px 0 16px, 350px 0 0, 320px -50px 0 20px, 400px -30px 0 -8px, 400px -90px 0 2px;
}
.mj {
position: relative;
margin: auto;
z-index: 30;
width: 60px;
-webkit-transform: scale(0.6) translatey(70%);
transform: scale(0.6) translatey(70%);
}
.mj .head {
width: 30px;
height: 35px;
background: #feead6;
position: relative;
border-radius: 0 0 8px 0;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
left: 10px;
top: 5px;
z-index: 5;
}
.mj .head:before {
content: '';
background: #000;
width: 35px;
height: 30px;
position: absolute;
left: -2px;
bottom: 100%;
}
.mj .head:after {
content: '';
height: 3px;
width: 60px;
background: #000;
position: absolute;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
bottom: 100%;
}
.mj .head .nose {
position: absolute;
left: 100%;
top: 10px;
border-width: 8px 0 0 4px;
border-style: solid;
border-color: transparent #feead6;
}
.mj .hair {
background: #151515;
width: 12px;
height: 20px;
position: relative;
left: -2px;
border-radius: 0 0 6px 0;
}
.mj .hair .ponytail {
position: absolute;
background: #151515;
width: 14px;
height: 30px;
border-radius: 50%;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
left: -60%;
top: 90%;
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-animation: ponytail 1s infinite alternate;
animation: ponytail 1s infinite alternate;
}
.mj .hair .ponytail:after {
content: '';
background: #151515;
width: 9px;
height: 14px;
position: absolute;
left: 10%;
-webkit-transform: rotate(21deg);
transform: rotate(21deg);
top: 70%;
border-radius: 10px 0 50%;
}
.mj .hair .frontpony {
position: absolute;
width: 8px;
height: 12px;
border-left: 3px solid;
border-bottom: 2px solid;
left: 22px;
top: 0px;
-webkit-transform: skew(35deg, 0) rotate(35deg);
transform: skew(35deg, 0) rotate(35deg);
border-radius: 0 0 0 43%;
color: #151515;
}
.mj .hair .frontpony:after {
content: '';
width: 10px;
height: 10px;
position: absolute;
border-right: 1px solid;
border-bottom: 1px solid;
left: -4px;
top: 13px;
-webkit-transform: skew(0deg, -47deg) rotate(-28deg);
transform: skew(0deg, -47deg) rotate(-28deg);
border-radius: 0 0 7px 0;
}
.body {
width: 35px;
background: #feead6;
position: relative;
}
.body:after {
content: '';
position: absolute;
right: 0;
top: 0;
border-style: solid;
border-width: 5px 8px 15px 0px;
border-color: transparent #feead6 transparent transparent;
}
.body .jacket {
background: #000;
height: 70px;
position: relative;
}
.body .jacket:before {
content: '';
position: absolute;
top: 50px;
left: -10px;
width: 45px;
height: 40px;
background: #000;
border-radius: 0 50px 50px 50px;
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
z-index: 5;
-webkit-animation: 1s jacket infinite alternate;
animation: 1s jacket infinite alternate;
}
.body .jacket:after {
content: '';
position: absolute;
left: 95%;
width: 6px;
height: 115%;
top: 0;
background: #000;
z-index: -5;
border-radius: 0 0 100px 0;
}
.hand {
width: 15px;
height: 40px;
background: #151515;
top: 10px;
left: -5px;
margin: auto;
position: relative;
border-radius: 10px 10px 0 0;
z-index: 10;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
.hand:after {
content: '';
width: 100%;
position: absolute;
top: 38px;
left: -1px;
background: #151515;
height: 40px;
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
border-radius: 0 0 10px 10px;
z-index: 5;
-webkit-animation: forArm 1s infinite alternate;
animation: forArm 1s infinite alternate;
}
.hand:before {
content: '';
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background: #feead6;
top: 54px;
left: 18px;
-webkit-animation: pam 1s infinite alternate;
animation: pam 1s infinite alternate;
}
.leg {
width: 22px;
background: #000;
height: 50px;
margin-left: 10px;
margin-bottom: 45px;
position: relative;
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-animation: leg 1s infinite alternate;
animation: leg 1s infinite alternate;
}
.leg .foot {
position: absolute;
top: 50px;
left: 0;
width: 22px;
height: 50px;
background: #000;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
border-bottom: 6px solid #fff;
border-radius: 0 0 2px 2px;
-webkit-animation: foot 1s infinite alternate;
animation: foot 1s infinite alternate;
}
.leg .foot:before {
content: '';
position: absolute;
top: 50px;
left: -1px;
height: 13px;
width: 42px;
background: #000;
border-radius: 0 10px 10px;
}
.leg.lft {
position: absolute;
bottom: -50px;
animation-direction: alternate-reverse;
}
.leg.lft .foot {
animation-direction: alternate-reverse;
}
@-webkit-keyframes spin {
0% {
left: 75px;
}
100% {
left: -275px;
}
}
@keyframes spin {
0% {
left: 75px;
}
100% {
left: -275px;
}
}
@-webkit-keyframes foot {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
}
@keyframes foot {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
}
@-webkit-keyframes leg {
0% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
100% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@keyframes leg {
0% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
100% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@-webkit-keyframes ponytail {
100% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@keyframes ponytail {
100% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@-webkit-keyframes jacket {
100% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
}
@keyframes jacket {
100% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
}
@-webkit-keyframes forArm {
100% {
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}
}
@keyframes forArm {
100% {
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}
}
@-webkit-keyframes pam {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
}
@keyframes pam {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
} | web/Root/CSS/404.css | *, *:after, *:before {
box-sizing: border-box;
}
html {
background: #23508a;
background: radial-gradient(ellipse at center, #23508a 0%, #1b3b62 50%, #1a365b 100%);
font-family: arial;
min-width: 400px;
}
body {
width: 100%;
height: 100vh;
margin: 0;
background: radial-gradient(ellipse at center, #73859a 1%, rgba(114, 132, 152, 0) 2%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse at center, #73859a 1%, rgba(114, 132, 152, 0) 2%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse at center, rgba(115, 133, 154, 0.5) 1%, rgba(114, 132, 152, 0) 2%, rgba(0, 0, 0, 0) 100%);
background-size: 250px 250px, 100px 100px, 60px 60px;
background-repeat: repeat;
}
.figure {
position: fixed;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -65%);
transform: translate(-50%, -65%);
}
.error-no {
font-size: 200px;
font-weight: bold;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
color: #68e3e9;
text-shadow: -2px 4px 2px rgba(0, 0, 0, 0.5);
}
.moon {
width: 150px;
height: 150px;
border-radius: 50%;
background: #fff;
position: relative;
display: inline-block;
z-index: 10;
overflow: hidden;
box-shadow: -20px 0 20px #e9e9e9 inset;
border: 1px solid #68e3e9;
}
.moon:after {
content: '';
position: absolute;
left: 75px;
top: 70%;
width: 20px;
height: 20px;
border-radius: 50%;
color: #e9e9e9;
background: currentcolor;
-webkit-animation: 5s spin linear infinite;
animation: 5s spin linear infinite;
box-shadow: -30px -50px 0 20px, 50px -30px 0 -8px, 50px -90px 0 2px, 100px -90px 0 0px, 100px -40px 0 25px, 150px -15px 0 0px, 240px 15px 0 4px, 230px -80px 0 2px, 200px -20px 0 16px, 350px 0 0, 320px -50px 0 20px, 400px -30px 0 -8px, 400px -90px 0 2px;
}
.mj {
position: relative;
margin: auto;
z-index: 30;
width: 60px;
-webkit-transform: scale(0.6) translatey(70%);
transform: scale(0.6) translatey(70%);
}
.mj .head {
width: 30px;
height: 35px;
background: #feead6;
position: relative;
border-radius: 0 0 8px 0;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
left: 10px;
top: 5px;
z-index: 5;
}
.mj .head:before {
content: '';
background: #000;
width: 35px;
height: 30px;
position: absolute;
left: -2px;
bottom: 100%;
}
.mj .head:after {
content: '';
height: 3px;
width: 60px;
background: #000;
position: absolute;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
bottom: 100%;
}
.mj .head .nose {
position: absolute;
left: 100%;
top: 10px;
border-width: 8px 0 0 4px;
border-style: solid;
border-color: transparent #feead6;
}
.mj .hair {
background: #151515;
width: 12px;
height: 20px;
position: relative;
left: -2px;
border-radius: 0 0 6px 0;
}
.mj .hair .ponytail {
position: absolute;
background: #151515;
width: 14px;
height: 30px;
border-radius: 50%;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
left: -60%;
top: 90%;
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-animation: ponytail 1s infinite alternate;
animation: ponytail 1s infinite alternate;
}
.mj .hair .ponytail:after {
content: '';
background: #151515;
width: 9px;
height: 14px;
position: absolute;
left: 10%;
-webkit-transform: rotate(21deg);
transform: rotate(21deg);
top: 70%;
border-radius: 10px 0 50%;
}
.mj .hair .frontpony {
position: absolute;
width: 8px;
height: 12px;
border-left: 3px solid;
border-bottom: 2px solid;
left: 22px;
top: 0px;
-webkit-transform: skew(35deg, 0) rotate(35deg);
transform: skew(35deg, 0) rotate(35deg);
border-radius: 0 0 0 43%;
color: #151515;
}
.mj .hair .frontpony:after {
content: '';
width: 10px;
height: 10px;
position: absolute;
border-right: 1px solid;
border-bottom: 1px solid;
left: -4px;
top: 13px;
-webkit-transform: skew(0deg, -47deg) rotate(-28deg);
transform: skew(0deg, -47deg) rotate(-28deg);
border-radius: 0 0 7px 0;
}
.body {
width: 35px;
background: #feead6;
position: relative;
}
.body:after {
content: '';
position: absolute;
right: 0;
top: 0;
border-style: solid;
border-width: 5px 8px 15px 0px;
border-color: transparent #feead6 transparent transparent;
}
.body .jacket {
background: #000;
height: 70px;
position: relative;
}
.body .jacket:before {
content: '';
position: absolute;
top: 50px;
left: -10px;
width: 45px;
height: 40px;
background: #000;
border-radius: 0 50px 50px 50px;
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
z-index: 5;
-webkit-animation: 1s jacket infinite alternate;
animation: 1s jacket infinite alternate;
}
.body .jacket:after {
content: '';
position: absolute;
left: 95%;
width: 6px;
height: 115%;
top: 0;
background: #000;
z-index: -5;
border-radius: 0 0 100px 0;
}
.hand {
width: 15px;
height: 40px;
background: #151515;
top: 10px;
left: -5px;
margin: auto;
position: relative;
border-radius: 10px 10px 0 0;
z-index: 10;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
.hand:after {
content: '';
width: 100%;
position: absolute;
top: 38px;
left: -1px;
background: #151515;
height: 40px;
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
border-radius: 0 0 10px 10px;
z-index: 5;
-webkit-animation: forArm 1s infinite alternate;
animation: forArm 1s infinite alternate;
}
.hand:before {
content: '';
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background: #feead6;
top: 54px;
left: 18px;
-webkit-animation: pam 1s infinite alternate;
animation: pam 1s infinite alternate;
}
.leg {
width: 22px;
background: #000;
height: 50px;
margin-left: 10px;
margin-bottom: 45px;
position: relative;
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-animation: leg 1s infinite alternate;
animation: leg 1s infinite alternate;
}
.leg .foot {
position: absolute;
top: 50px;
left: 0;
width: 22px;
height: 50px;
background: #000;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
border-bottom: 6px solid #fff;
border-radius: 0 0 2px 2px;
-webkit-animation: foot 1s infinite alternate;
animation: foot 1s infinite alternate;
}
.leg .foot:before {
content: '';
position: absolute;
top: 50px;
left: -1px;
height: 13px;
width: 42px;
background: #000;
border-radius: 0 10px 10px;
}
.leg.lft {
position: absolute;
bottom: -50px;
animation-direction: alternate-reverse;
}
.leg.lft .foot {
animation-direction: alternate-reverse;
}
@-webkit-keyframes spin {
0% {
left: 75px;
}
100% {
left: -275px;
}
}
@keyframes spin {
0% {
left: 75px;
}
100% {
left: -275px;
}
}
@-webkit-keyframes foot {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
}
@keyframes foot {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
}
@-webkit-keyframes leg {
0% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
100% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@keyframes leg {
0% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
100% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@-webkit-keyframes ponytail {
100% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@keyframes ponytail {
100% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@-webkit-keyframes jacket {
100% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
}
@keyframes jacket {
100% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
}
@-webkit-keyframes forArm {
100% {
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}
}
@keyframes forArm {
100% {
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}
}
@-webkit-keyframes pam {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
}
@keyframes pam {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
} | 0.562297 | 0.158272 |
/*https://speakerdeck.com/maratz/responsive-web-typography-at-krakow-2013*/
/*
*Ad Creative can change and adapt
*/
/*sell mobile at a desktop CPM because its a "bundle" not a single dimension ad*/
@import url('responsive.css');
* {margin: 0px; padding: 0px;}
::-moz-selection {
background: #1899e2;
text-shadow: none;
}
::-ms-selection {
background: #1899e2;
text-shadow: none;
}
::selection {
background: #1899e2;
text-shadow: none;
}
html {
font: 100%/1.5 Arial, sans-serif;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #000, 2px 2px 15px #000;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
text-rendering: optimizeLegibility;
}
p {
margin-bottom: 1.5em; /* = line-height */
max-width: 38em;
letter-spacing: .01em;
}
.adContainer {
-webkit-perspective: 300;
perspective: 300;
-ms-transform-origin:0% 0%; /* IE 9 */
-webkit-transform-origin:0% 0%; /* Safari and Chrome */
-moz-transform-origin:0% 0%; /* Firefox */
-o-transform-origin:0% 0%; /* Opera */
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #1899e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#1899e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#1899e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#1899e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#1899e2 100%); /* IE10+ */
background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#1899e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#1899e2',GradientType=0 ); /* IE6-9 */
-webkit-transform : translateZ(0);
-o-transform : translateZ(0);
-moz-transform : translateZ(0);
transform : translateZ(0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
float: left;
overflow: hidden;
cursor: pointer;
} | css/adMain.css | /*https://speakerdeck.com/maratz/responsive-web-typography-at-krakow-2013*/
/*
*Ad Creative can change and adapt
*/
/*sell mobile at a desktop CPM because its a "bundle" not a single dimension ad*/
@import url('responsive.css');
* {margin: 0px; padding: 0px;}
::-moz-selection {
background: #1899e2;
text-shadow: none;
}
::-ms-selection {
background: #1899e2;
text-shadow: none;
}
::selection {
background: #1899e2;
text-shadow: none;
}
html {
font: 100%/1.5 Arial, sans-serif;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #000, 2px 2px 15px #000;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
text-rendering: optimizeLegibility;
}
p {
margin-bottom: 1.5em; /* = line-height */
max-width: 38em;
letter-spacing: .01em;
}
.adContainer {
-webkit-perspective: 300;
perspective: 300;
-ms-transform-origin:0% 0%; /* IE 9 */
-webkit-transform-origin:0% 0%; /* Safari and Chrome */
-moz-transform-origin:0% 0%; /* Firefox */
-o-transform-origin:0% 0%; /* Opera */
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #1899e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#1899e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#1899e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#1899e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#1899e2 100%); /* IE10+ */
background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#1899e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#1899e2',GradientType=0 ); /* IE6-9 */
-webkit-transform : translateZ(0);
-o-transform : translateZ(0);
-moz-transform : translateZ(0);
transform : translateZ(0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
float: left;
overflow: hidden;
cursor: pointer;
} | 0.424889 | 0.205894 |
body {
overflow: auto;
background: linear-gradient(to bottom, #e2e2e2, #ffffff);
font-family: Tahoma;
font-size: 15px;
}
/* Headers Style */
h1 {
text-align: center;
font-size: 5em;
color: #fff;
text-shadow: 0px 1px 2px #000;
}
h2 {
text-align: left;
font-size: 3em;
color: #007E30;
margin-left: 120px;
margin-bottom: -5px;
}
h3 {
text-align: left;
font-size: 2em;
color: #fff;
background: #007E30;
padding-left: 120px;
}
/* Image top of the menu */
.TopImage {
position: relative;
left: 110px;
z-index: 2;
width: 300px;
margin-bottom: -2px;
}
/* Text boxes style */
.messagebox {
width: 80%;
height: 500px;
background-color: white;
position: relative;
left: 120px;
line-height: 1.5em;
padding: 25px;
margin-bottom: 50px;
border-left: 5px solid #007E30;
}
/* Text boxes style in hover */
.messagebox:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/* Default shadow style */
.shadow {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
/* CoronaVirus Animation
Default speed is: 10s
MoveUpDown is a keyFrames that define the position*/
.animatediv {
animation: MoveUpDown 10s linear infinite;
position: absolute;
right: 300px;
}
/* position of corona animation */
@keyframes MoveUpDown {
0%,
100% {
top: 150px;
}
50% {
top: 250px;
}
}
/*Main Menu Style*/
ul.menu {
position: absolute;
left: 120px;
background: #fff;
width: 300px;
z-index: 3;
margin: 0px;
padding: 0px;
list-style: none;
overflow: hidden;
}
.menu li a {
width: 300px;
padding-left: 15px;
height: 40px;
line-height: 40px;
display: block;
overflow: hidden;
position: relative;
text-decoration: none;
font-size: 15px;
color: #686868;
}
.menu li a:hover {
background: #efefef;
border-left: 5px solid #007E30;
}
/*Table Container Style*/
#TblCon {
background: #efefef;
}
/*Table Style*/
.Tbl {
width: 70%;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 10px;
}
/* Final Tite (Wash Your Hands) */
#WashHandsTxt {
color: lightgrey;
font-size: 8em;
text-align: center;
} | style.css | body {
overflow: auto;
background: linear-gradient(to bottom, #e2e2e2, #ffffff);
font-family: Tahoma;
font-size: 15px;
}
/* Headers Style */
h1 {
text-align: center;
font-size: 5em;
color: #fff;
text-shadow: 0px 1px 2px #000;
}
h2 {
text-align: left;
font-size: 3em;
color: #007E30;
margin-left: 120px;
margin-bottom: -5px;
}
h3 {
text-align: left;
font-size: 2em;
color: #fff;
background: #007E30;
padding-left: 120px;
}
/* Image top of the menu */
.TopImage {
position: relative;
left: 110px;
z-index: 2;
width: 300px;
margin-bottom: -2px;
}
/* Text boxes style */
.messagebox {
width: 80%;
height: 500px;
background-color: white;
position: relative;
left: 120px;
line-height: 1.5em;
padding: 25px;
margin-bottom: 50px;
border-left: 5px solid #007E30;
}
/* Text boxes style in hover */
.messagebox:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/* Default shadow style */
.shadow {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
/* CoronaVirus Animation
Default speed is: 10s
MoveUpDown is a keyFrames that define the position*/
.animatediv {
animation: MoveUpDown 10s linear infinite;
position: absolute;
right: 300px;
}
/* position of corona animation */
@keyframes MoveUpDown {
0%,
100% {
top: 150px;
}
50% {
top: 250px;
}
}
/*Main Menu Style*/
ul.menu {
position: absolute;
left: 120px;
background: #fff;
width: 300px;
z-index: 3;
margin: 0px;
padding: 0px;
list-style: none;
overflow: hidden;
}
.menu li a {
width: 300px;
padding-left: 15px;
height: 40px;
line-height: 40px;
display: block;
overflow: hidden;
position: relative;
text-decoration: none;
font-size: 15px;
color: #686868;
}
.menu li a:hover {
background: #efefef;
border-left: 5px solid #007E30;
}
/*Table Container Style*/
#TblCon {
background: #efefef;
}
/*Table Style*/
.Tbl {
width: 70%;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 10px;
}
/* Final Tite (Wash Your Hands) */
#WashHandsTxt {
color: lightgrey;
font-size: 8em;
text-align: center;
} | 0.432063 | 0.118589 |
font-weight: bold;
color: #e5eaecec;
background-color: #276792;
margin-right: .15vw;
margin-left: .15vw;
padding: .2vw;
border: #276792 0.15vw inset;
border-radius: .5vw;
text-decoration: none;
}
#filters {
background-color: #e5eaecec;
text-align: left;
color: #e5eaecef;
padding: .5vw;
margin-left: .5vw;
margin-right: .5vw;
margin-bottom: .5vw;
border: #276792 0.2vw outset;
border-radius: .75vw;
}
#filters a:hover {
cursor: pointer;
}
#filters a:active {
border: #e5eaecec 0.15vw inset
}
.header {
margin-bottom: 0.2vh;
text-align: center;
background-color: #276792;
padding: 1vh 0 1vh 0;
color: #e5eaecec;
border: #276792 0.25vh inset;
border-radius: 1vh;
}
#studentResults {
background-color: #e5ece7ec;
border-radius: .3vw;
border: #276792 0.25vh inset;
margin: 1vh .5vh;
padding: .2vw;
}
#teacherResults {
background-color: #e5eaecec;
border-radius: .3vw;
border: #276792 0.25vh inset;
margin: 1vh .5vh;
padding: .2vw;
}
#employerResults {
background-color: #e5eaecec;
border-radius: .3vw;
border: #276792 0.25vh inset;
margin: 1vh .5vh;
padding: .2vw;
}
.connectionResults {
max-height: 80vh;
overflow-y: auto;
}
.individual-connection-card, .org-connection-card {
display: flex;
background-color: white;
border-radius: .3vw;
border: #276792 0.25vh inset;
margin: 1vh .5vh;
padding: .2vw;
}
.individual-connection-card img, .org-connection-card img {
background-color: #e5eaecec;
width: 12vw;
max-height: 32vh;
min-height: 16vh;
border: white ridge .25vw;
border-radius: .4vw;
padding: .5vw;
}
.individual-connection-card, .org-connection-card {
align-items: center;
}
.individual-connection-card button, .org-connection-card button {
margin-left: auto;
background-color: #276792;
color: #e5eaecec;
border: #276792 0.2vw outset;
max-width: max-content;
max-height: 5vh;
padding: 0.2vw;
border-radius: .7vw;
font-weight: bold;
}
.individual-connection-card button:hover, .individual-connection-card button:hover {
cursor: pointer;
} | application/public/stylesheets/connections_style.css | font-weight: bold;
color: #e5eaecec;
background-color: #276792;
margin-right: .15vw;
margin-left: .15vw;
padding: .2vw;
border: #276792 0.15vw inset;
border-radius: .5vw;
text-decoration: none;
}
#filters {
background-color: #e5eaecec;
text-align: left;
color: #e5eaecef;
padding: .5vw;
margin-left: .5vw;
margin-right: .5vw;
margin-bottom: .5vw;
border: #276792 0.2vw outset;
border-radius: .75vw;
}
#filters a:hover {
cursor: pointer;
}
#filters a:active {
border: #e5eaecec 0.15vw inset
}
.header {
margin-bottom: 0.2vh;
text-align: center;
background-color: #276792;
padding: 1vh 0 1vh 0;
color: #e5eaecec;
border: #276792 0.25vh inset;
border-radius: 1vh;
}
#studentResults {
background-color: #e5ece7ec;
border-radius: .3vw;
border: #276792 0.25vh inset;
margin: 1vh .5vh;
padding: .2vw;
}
#teacherResults {
background-color: #e5eaecec;
border-radius: .3vw;
border: #276792 0.25vh inset;
margin: 1vh .5vh;
padding: .2vw;
}
#employerResults {
background-color: #e5eaecec;
border-radius: .3vw;
border: #276792 0.25vh inset;
margin: 1vh .5vh;
padding: .2vw;
}
.connectionResults {
max-height: 80vh;
overflow-y: auto;
}
.individual-connection-card, .org-connection-card {
display: flex;
background-color: white;
border-radius: .3vw;
border: #276792 0.25vh inset;
margin: 1vh .5vh;
padding: .2vw;
}
.individual-connection-card img, .org-connection-card img {
background-color: #e5eaecec;
width: 12vw;
max-height: 32vh;
min-height: 16vh;
border: white ridge .25vw;
border-radius: .4vw;
padding: .5vw;
}
.individual-connection-card, .org-connection-card {
align-items: center;
}
.individual-connection-card button, .org-connection-card button {
margin-left: auto;
background-color: #276792;
color: #e5eaecec;
border: #276792 0.2vw outset;
max-width: max-content;
max-height: 5vh;
padding: 0.2vw;
border-radius: .7vw;
font-weight: bold;
}
.individual-connection-card button:hover, .individual-connection-card button:hover {
cursor: pointer;
} | 0.527317 | 0.098686 |
.container {
padding: 20px;
}
.upload-div {
width: 350px;
margin: auto;
background-color: #f3f3f3;
color: #333;
padding: 12px;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
font-size: 16px;
}
.upload-div h4 {
text-align: center;
text-transform: uppercase;
font-size: 18px;
color: #666;
margin-top: 0;
}
.upload-div input[type="file"] {
display: block;
max-width: 100%;
height: 25px;
padding: 8px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.upload-div input[type="file"]:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0rem 0rem 0rem 0.2rem rgba(0, 123, 255, .25);
}
.upload-div input[type="submit"] {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
color: #fff;
background-color: #007bff;
border-color: #007bff;
margin-top: 10px;
cursor: pointer;
}
.upload-div input[type="submit"]:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.progress {
display: -ms-flexbox;
display: flex;
height: 20px;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
margin-top: 10px;
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #28a745;
transition: width 1.2s ease;
font-size: 16px;
text-align: center;
}
#uploadStatus {
padding: 10px 20px;
margin-top: 10px;
font-size: 18px;
text-align: center;
} | css/style.css | .container {
padding: 20px;
}
.upload-div {
width: 350px;
margin: auto;
background-color: #f3f3f3;
color: #333;
padding: 12px;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
font-size: 16px;
}
.upload-div h4 {
text-align: center;
text-transform: uppercase;
font-size: 18px;
color: #666;
margin-top: 0;
}
.upload-div input[type="file"] {
display: block;
max-width: 100%;
height: 25px;
padding: 8px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.upload-div input[type="file"]:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0rem 0rem 0rem 0.2rem rgba(0, 123, 255, .25);
}
.upload-div input[type="submit"] {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
color: #fff;
background-color: #007bff;
border-color: #007bff;
margin-top: 10px;
cursor: pointer;
}
.upload-div input[type="submit"]:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.progress {
display: -ms-flexbox;
display: flex;
height: 20px;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
margin-top: 10px;
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #28a745;
transition: width 1.2s ease;
font-size: 16px;
text-align: center;
}
#uploadStatus {
padding: 10px 20px;
margin-top: 10px;
font-size: 18px;
text-align: center;
} | 0.444565 | 0.119717 |
label.error {
width: 100%;
color: red;
font-weight: bold;
/*padding: .7em;*/
/*vertical-align: middle;*/
font-size: 12px;
/*border: 1px red solid;
border-top: none;*/
}
.vh-70 {
height: 70vh;
}
.overflow-scroll {
overflow-y: scroll;
}
.text-serif {
font-family: "Helvetica Neue" !important;
}
.nav-item .btn.btn-primary {
font-size: .75rem !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
padding-left: 10px !important;
padding-right: 10px !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
color: #007bff !important;
}
.dropdown-user {
left: unset;
right: 0;
}
img.zoom, .overflow-hidden:hover img.zoom {
overflow: hidden;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
}
img.zoom:hover, .overflow-hidden:hover img.zoom {
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
.top {
top: 0;
}
.top-n-10 {
top: -10px;
}
.left {
left: 0;
}
.right {
right: 0;
}
.right-n-5 {
right: -5px;
}
.border-5 {
border-width: 5px;
}
#banner .main-banner .carousel-inner, #banner .main-banner .carousel-inner img {
height: 88vh;
}
#banner .main-banner .carousel-inner img {
width: 100%;
}
#banner .main-banner .carousel-inner h1 {
line-height: 45px;
}
@media (max-width: 700px) {
#banner .main-banner .carousel-inner img {
width: unset;
background-size: cover;
background-position: center;
}
}
.card-product h5 {
transition: .5s;
}
.card-product h5:hover {
color: #dc3545 !important;
transition: .5s;
}
.square-color {
width: 40px;
height: 40px;
border: 3px solid #dddddd !important;
}
.square-color.active {
border: 3px solid #80b9f7 !important;
}
#lightgallery-product, #lightgallery-product li {
height: 380px !important;
}
#lightgallery-product img {
width: 100%;
height: 100%;
border: 3px solid #e4e4e4;
}
.lSSlideOuter .lSPager.lSGallery img {
width: 100%;
height: 75px;
border: 3px solid #e4e4e4;
}
@media (max-width: 991px) {
#table-cart thead tr th:nth-child(2), #table-cart tbody tr td.image-prod, #table-cart tbody tr td:nth-child(2) {
display: none;
}
}
#map-contact iframe {
width: 100%;
height: 400px;
}
@media (max-width: 991px) {
#map-contact iframe {
height: 300px;
}
}
@media (max-width: 768px) {
#map-contact iframe {
height: 200px;
}
} | public/web/css/style.css | label.error {
width: 100%;
color: red;
font-weight: bold;
/*padding: .7em;*/
/*vertical-align: middle;*/
font-size: 12px;
/*border: 1px red solid;
border-top: none;*/
}
.vh-70 {
height: 70vh;
}
.overflow-scroll {
overflow-y: scroll;
}
.text-serif {
font-family: "Helvetica Neue" !important;
}
.nav-item .btn.btn-primary {
font-size: .75rem !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
padding-left: 10px !important;
padding-right: 10px !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
color: #007bff !important;
}
.dropdown-user {
left: unset;
right: 0;
}
img.zoom, .overflow-hidden:hover img.zoom {
overflow: hidden;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
}
img.zoom:hover, .overflow-hidden:hover img.zoom {
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
.top {
top: 0;
}
.top-n-10 {
top: -10px;
}
.left {
left: 0;
}
.right {
right: 0;
}
.right-n-5 {
right: -5px;
}
.border-5 {
border-width: 5px;
}
#banner .main-banner .carousel-inner, #banner .main-banner .carousel-inner img {
height: 88vh;
}
#banner .main-banner .carousel-inner img {
width: 100%;
}
#banner .main-banner .carousel-inner h1 {
line-height: 45px;
}
@media (max-width: 700px) {
#banner .main-banner .carousel-inner img {
width: unset;
background-size: cover;
background-position: center;
}
}
.card-product h5 {
transition: .5s;
}
.card-product h5:hover {
color: #dc3545 !important;
transition: .5s;
}
.square-color {
width: 40px;
height: 40px;
border: 3px solid #dddddd !important;
}
.square-color.active {
border: 3px solid #80b9f7 !important;
}
#lightgallery-product, #lightgallery-product li {
height: 380px !important;
}
#lightgallery-product img {
width: 100%;
height: 100%;
border: 3px solid #e4e4e4;
}
.lSSlideOuter .lSPager.lSGallery img {
width: 100%;
height: 75px;
border: 3px solid #e4e4e4;
}
@media (max-width: 991px) {
#table-cart thead tr th:nth-child(2), #table-cart tbody tr td.image-prod, #table-cart tbody tr td:nth-child(2) {
display: none;
}
}
#map-contact iframe {
width: 100%;
height: 400px;
}
@media (max-width: 991px) {
#map-contact iframe {
height: 300px;
}
}
@media (max-width: 768px) {
#map-contact iframe {
height: 200px;
}
} | 0.45181 | 0.059729 |
@font-face {
font-family: "OpenGovIcon";
src: url("../fonts/opengovicon.eot");
src: url("../fonts/opengovicon.ttf") format("truetype"), url("../fonts/opengovicon.eot?#iefix") format("embedded-opentype"), url("../fonts/opengovicon.woff") format("woff"), url("../fonts/opengovicon.svg#opengovicon") format("svg");
font-weight: normal;
font-style: normal;
}
[class*="opengovicon-"] {
display: inline;
width: auto;
height: auto;
line-height: inherit;
vertical-align: baseline;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
}
[class*="opengovicon-"]:before {
font-family: "OpenGovIcon";
font-weight: normal;
font-style: normal;
text-decoration: inherit;
}
/* icons */
.opengovicon-settings:before {content: "\f000";}
.opengovicon-heart:before {content: "\f001";}
.opengovicon-star:before {content: "\f002";}
.opengovicon-add:before {content: "\f003";}
.opengovicon-minus:before {content: "\f004";}
.opengovicon-checkmark:before {content: "\f005";}
.opengovicon-remove:before {content: "\f006";}
.opengovicon-mail:before {content: "\f007";}
.opengovicon-calendar:before {content: "\f008";}
.opengovicon-page:before {content: "\f009";}
.opengovicon-tools:before {content: "\f00a";}
.opengovicon-globe:before {content: "\f00b";}
.opengovicon-home:before {content: "\f00c";}
.opengovicon-quote:before {content: "\f00d";}
.opengovicon-people:before {content: "\f00e";}
.opengovicon-monitor:before {content: "\f00f";}
.opengovicon-laptop:before {content: "\f010";}
.opengovicon-phone:before {content: "\f011";}
.opengovicon-cloud:before {content: "\f012";}
.opengovicon-error:before {content: "\f013";}
.opengovicon-right-arrow:before {content: "\f014";}
.opengovicon-left-arrow:before {content: "\f015";}
.opengovicon-up-arrow:before {content: "\f016";}
.opengovicon-down-arrow:before {content: "\f017";}
.opengovicon-trash:before {content: "\f018";}
.opengovicon-add-doc:before {content: "\f019";}
.opengovicon-edit:before {content: "\f01a";}
.opengovicon-lock:before {content: "\f01b";}
.opengovicon-unlock:before {content: "\f01c";}
.opengovicon-refresh:before {content: "\f01d";}
.opengovicon-paper-clip:before {content: "\f01e";}
.opengovicon-video:before {content: "\f01f";}
.opengovicon-photo:before {content: "\f020";}
.opengovicon-graph:before {content: "\f021";}
.opengovicon-idea:before {content: "\f022";}
.opengovicon-mic:before {content: "\f023";}
.opengovicon-cart:before {content: "\f024";}
.opengovicon-address-book:before {content: "\f025";}
.opengovicon-compass:before {content: "\f026";}
.opengovicon-flag:before {content: "\f027";}
.opengovicon-location:before {content: "\f028";}
.opengovicon-clock:before {content: "\f029";}
.opengovicon-folder:before {content: "\f02a";}
.opengovicon-inbox:before {content: "\f02b";}
.opengovicon-website:before {content: "\f02c";}
.opengovicon-smiley:before {content: "\f02d";}
.opengovicon-search:before {content: "\f02e";}
.opengovicon-datasheet:before {content: "\f02f";}
.opengovicon-bundles:before {content: "\f030";}
.opengovicon-ledger:before {content: "\f031";}
.opengovicon-plus:before {content: "\f032";}
.opengovicon-close:before {content: "\f033";}
.opengovicon-view:before {content: "\f034";}
.opengovicon-question:before {content: "\f035";}
.opengovicon-user:before {content: "\f036";}
.opengovicon-font-size:before {content: "\f037";}
.opengovicon-data:before {content: "\f038";}
.opengovicon-opengov1:before {content: "\f039";}
.opengovicon-opengov2:before {content: "\f03a";}
.opengovicon-funnel:before {content: "\f03b";}
.opengovicon-info:before {content: "\f03c";}
.opengovicon-download:before {content: "\f03d";}
.opengovicon-share:before {content: "\f03e";}
.opengovicon-ask:before {content: "\f03f";}
.opengovicon-facebook:before {content: "\f040";}
.opengovicon-google-plus:before {content: "\f041";}
.opengovicon-twitter:before {content: "\f042";}
.opengovicon-email:before {content: "\f043";}
.opengovicon-table2:before {content: "\f044";}
.opengovicon-bar-graph2:before {content: "\f045";}
.opengovicon-pie2:before {content: "\f046";}
.opengovicon-stack2:before {content: "\f047";}
.opengovicon-line2:before {content: "\f048";}
.opengovicon-stack-pct2:before {content: "\f049";}
.opengovicon-stack-pct:before {content: "\f04a";}
.opengovicon-stack:before {content: "\f04b";}
.opengovicon-line:before {content: "\f04c";}
/* there is no f04d */
.opengovicon-pie:before {content: "\f04e";}
.opengovicon-bar-graph:before {content: "\f04f";}
.opengovicon-table:before {content: "\f050";}
.opengovicon-tables:before {content: "\f051";}
.opengovicon-img:before {content: "\f052";}
.opengovicon-pdf-document:before {content: "\f053";}
.opengovicon-upload:before {content: "\f054";} | stylesheets/opengov_icon.css | @font-face {
font-family: "OpenGovIcon";
src: url("../fonts/opengovicon.eot");
src: url("../fonts/opengovicon.ttf") format("truetype"), url("../fonts/opengovicon.eot?#iefix") format("embedded-opentype"), url("../fonts/opengovicon.woff") format("woff"), url("../fonts/opengovicon.svg#opengovicon") format("svg");
font-weight: normal;
font-style: normal;
}
[class*="opengovicon-"] {
display: inline;
width: auto;
height: auto;
line-height: inherit;
vertical-align: baseline;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
}
[class*="opengovicon-"]:before {
font-family: "OpenGovIcon";
font-weight: normal;
font-style: normal;
text-decoration: inherit;
}
/* icons */
.opengovicon-settings:before {content: "\f000";}
.opengovicon-heart:before {content: "\f001";}
.opengovicon-star:before {content: "\f002";}
.opengovicon-add:before {content: "\f003";}
.opengovicon-minus:before {content: "\f004";}
.opengovicon-checkmark:before {content: "\f005";}
.opengovicon-remove:before {content: "\f006";}
.opengovicon-mail:before {content: "\f007";}
.opengovicon-calendar:before {content: "\f008";}
.opengovicon-page:before {content: "\f009";}
.opengovicon-tools:before {content: "\f00a";}
.opengovicon-globe:before {content: "\f00b";}
.opengovicon-home:before {content: "\f00c";}
.opengovicon-quote:before {content: "\f00d";}
.opengovicon-people:before {content: "\f00e";}
.opengovicon-monitor:before {content: "\f00f";}
.opengovicon-laptop:before {content: "\f010";}
.opengovicon-phone:before {content: "\f011";}
.opengovicon-cloud:before {content: "\f012";}
.opengovicon-error:before {content: "\f013";}
.opengovicon-right-arrow:before {content: "\f014";}
.opengovicon-left-arrow:before {content: "\f015";}
.opengovicon-up-arrow:before {content: "\f016";}
.opengovicon-down-arrow:before {content: "\f017";}
.opengovicon-trash:before {content: "\f018";}
.opengovicon-add-doc:before {content: "\f019";}
.opengovicon-edit:before {content: "\f01a";}
.opengovicon-lock:before {content: "\f01b";}
.opengovicon-unlock:before {content: "\f01c";}
.opengovicon-refresh:before {content: "\f01d";}
.opengovicon-paper-clip:before {content: "\f01e";}
.opengovicon-video:before {content: "\f01f";}
.opengovicon-photo:before {content: "\f020";}
.opengovicon-graph:before {content: "\f021";}
.opengovicon-idea:before {content: "\f022";}
.opengovicon-mic:before {content: "\f023";}
.opengovicon-cart:before {content: "\f024";}
.opengovicon-address-book:before {content: "\f025";}
.opengovicon-compass:before {content: "\f026";}
.opengovicon-flag:before {content: "\f027";}
.opengovicon-location:before {content: "\f028";}
.opengovicon-clock:before {content: "\f029";}
.opengovicon-folder:before {content: "\f02a";}
.opengovicon-inbox:before {content: "\f02b";}
.opengovicon-website:before {content: "\f02c";}
.opengovicon-smiley:before {content: "\f02d";}
.opengovicon-search:before {content: "\f02e";}
.opengovicon-datasheet:before {content: "\f02f";}
.opengovicon-bundles:before {content: "\f030";}
.opengovicon-ledger:before {content: "\f031";}
.opengovicon-plus:before {content: "\f032";}
.opengovicon-close:before {content: "\f033";}
.opengovicon-view:before {content: "\f034";}
.opengovicon-question:before {content: "\f035";}
.opengovicon-user:before {content: "\f036";}
.opengovicon-font-size:before {content: "\f037";}
.opengovicon-data:before {content: "\f038";}
.opengovicon-opengov1:before {content: "\f039";}
.opengovicon-opengov2:before {content: "\f03a";}
.opengovicon-funnel:before {content: "\f03b";}
.opengovicon-info:before {content: "\f03c";}
.opengovicon-download:before {content: "\f03d";}
.opengovicon-share:before {content: "\f03e";}
.opengovicon-ask:before {content: "\f03f";}
.opengovicon-facebook:before {content: "\f040";}
.opengovicon-google-plus:before {content: "\f041";}
.opengovicon-twitter:before {content: "\f042";}
.opengovicon-email:before {content: "\f043";}
.opengovicon-table2:before {content: "\f044";}
.opengovicon-bar-graph2:before {content: "\f045";}
.opengovicon-pie2:before {content: "\f046";}
.opengovicon-stack2:before {content: "\f047";}
.opengovicon-line2:before {content: "\f048";}
.opengovicon-stack-pct2:before {content: "\f049";}
.opengovicon-stack-pct:before {content: "\f04a";}
.opengovicon-stack:before {content: "\f04b";}
.opengovicon-line:before {content: "\f04c";}
/* there is no f04d */
.opengovicon-pie:before {content: "\f04e";}
.opengovicon-bar-graph:before {content: "\f04f";}
.opengovicon-table:before {content: "\f050";}
.opengovicon-tables:before {content: "\f051";}
.opengovicon-img:before {content: "\f052";}
.opengovicon-pdf-document:before {content: "\f053";}
.opengovicon-upload:before {content: "\f054";} | 0.287268 | 0.229794 |
html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 80% 標楷體, Helvetica, sans-serif;
background: #ccc;
color: #000000;
}
p
{ padding: 0 0 10px 0;
color: #000000;
line-height: 1.7em;
font-size: 120% }
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ font: normal 175% 標楷體, Helvetica, sans-serif;
color: #000000;
text-shadow: 1px 1px #000000;
letter-spacing: -1px;
margin: 0 0 10px 0;}
h2
{ font: normal 165% 標楷體, Helvetica, sans-serif;}
h3
{ font: normal 130% 標楷體, Helvetica, sans-serif;
}
h4, h5, h6
{ margin: 0;
padding: 0 0 0px 0;
font: normal 150% 標楷體, Helvetica, sans-serif;
color: #000000;
line-height: 1.5em;}
h5, h6
{ font: normal 95% 標楷體, Helvetica, sans-serif;
color: #000000;
padding-bottom: 15px;}
a, a:hover
{ color: #000000;
background: transparent;
outline: none;
text-decoration: none;}
a:hover
{ text-decoration: underline;}
ul
{ margin: 2px 0 22px 30px;
line-height: 1.7em;
font-style: normal;
font-size: 120%;}
ol
{ margin: 8px 0 22px 20px;}
ol li
{ margin: 0 0 11px 0;}
#main, #header, #banner, #menubar, #site_content, #footer, #content_grey
{ margin-left: auto;
margin-right: auto;}
#main
{ background: transparent;}
#header
{ width: 1000px;
height: 120px;
background: transparent;}
#banner
{ width: 920px;
position: relative;
height: 50px;
padding: 15px 0 0 0;
background: transparent;}
#menubar
{ width: 920px;
height: 50px;
text-align: center;
margin: 0 auto;
background: #602800;
background: -moz-linear-gradient(#a51010, #4f0202);
background: -o-linear-gradient(#a51010, #4f0202);
background: -webkit-linear-gradient(#a51010, #4f0202);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
#welcome
{ width: 880px;
float: left;
height: 50px;
margin: 0 auto;
padding-left: 20px;
background: transparent;}
#welcome_slogan
{ width: 880px;
float: left;
height: 50px;
margin: 0 auto;
padding-left: 880px;
background: transparent;}
#welcome H1
{ font: normal 400% 標楷體, Helvetica, sans-serif;
letter-spacing: -3px;
text-shadow: 1px 1px #fff;
color: #602800;}
#welcome_slogan H1
{ font: normal 200% 標楷體, Helvetica, sans-serif;
letter-spacing: -2px;
text-shadow: 1px 1px #fff;
color: #09a55a;}
ul#menu
{ margin:0;}
ul#menu li
{ padding: 0 0 0 0px;
list-style: none;
margin: 2px 0 0 0;
display: inline;
background: transparent;}
ul#menu li a
{ float: left;
font: bold 150% 標楷體, Helvetica, sans-serif;
height: 24px;
margin: 10px 0 0 20px;
text-shadow: 0px -1px 0px #000;
padding: 6px 20px 0 20px;
background: transparent;
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
text-align: center;
color: #FFF;
text-decoration: none;}
ul#menu li.current a
{ color: #000000;
background: #FFF;
background: -moz-linear-gradient(#fff, #ccc);
background: -o-linear-gradient(#fff, #ccc);
background: -webkit-linear-gradient(#fff, #ccc);
text-shadow: none;}
ul#menu li:hover a
{ color: #000000;
background: #FFF;
background: -moz-linear-gradient(#fff, #ccc);
background: -o-linear-gradient(#fff, #ccc);
background: -webkit-linear-gradient(#fff, #ccc);
text-shadow: none;}
#site_content
{ width: 920px;
overflow: hidden;
margin: 0 auto;}
.sidebar_container
{ float: left;
margin: 10px 20px 0 0;
width: 215px;
padding: 0;}
.sidebar
{ float: left;
width: 250px;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;}
.sidebar_item
{ font: normal 120% 標楷體, Helvetica, sans-serif;
width: 215px;}
.sidebar h2
{ padding: 5px 0 0 10px;
font: normal 140% 標楷體, Helvetica, sans-serif;
height: 30px;
text-shadow: 0px -1px 0px #000;
color: #ffffff;
background: #602800;
background: -moz-linear-gradient(#BB5500, #602800);
background: -o-linear-gradient(#BB5500, #602800);
background: -webkit-linear-gradient(#BB5500, #602800);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
#content
{ width: 680px;
margin-bottom: 20px;
float: left;}
.content_item
{ width: 680px;
margin-top: 20px;
margin-bottom: 20px;}
.content_image
{ float: left;
width: 150px;
height: 150px;
margin: 0 20px 10px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
.content_container
{ width: 320px;
padding: 5px;
margin-right: 10px;
float: left;}
#content_grey
{ width: 920px;
height: 115px;
text-align: center;
background: #602800;
background: -moz-linear-gradient(#FFFF00, #ffcc00);
background: -o-linear-gradient(#FFFF00, #ffcc00);
background: -webkit-linear-gradient(#FFFF00, #ffcc00);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
#content_grey p
{ color: #000000;}
#content_grey h4
{ text-shadow: none;}
.content_grey_container_box
{ width: 270px;
padding: 5px;
text-align: center;
margin: 20px 10px 10px 10px;
float: left;}
.content_grey_container_boxl
{ width: 270px;
padding: 5px;
text-align: center;
margin: 20px 0 10px 10px;
float: left;}
#footer
{ width: 920px;
height: 20px;
padding-top: 20px;
text-align: center;
background: transparent;
text-shadow: 1px 1px #fff;
color: #000000;}
#footer a, #footer a:hover
{ color: #000000;
text-decoration: none;
padding-bottom: 20px;}
#footer a:hover
{ text-decoration: underline;}
#footer a, #footer a:hover
{ color: #000000;
text-decoration: none;}
#footer a:hover
{ text-decoration: underline;}
.readmore
{ font: bold 110% 標楷體, Helvetica, sans-serif;
height: 25px;
width: 80px;
margin-left: 95px;
padding: 5px 2px 7px 2px;
background: #fff;
background: -moz-linear-gradient(#fff, #ccc);
background: -o-linear-gradient(#fff, #ccc);
background: -webkit-linear-gradient(#fff, #ccc);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.readmore a
{ color: #cc0a00;}
.button_small
{ font: normal 110% 標楷體, Helvetica, sans-serif;
height: 25px;
width: 65px;
padding: 5px 2px 7px 2px;
background: #602800;
background: -moz-linear-gradient(#00ffff, #00d0ff);
background: -o-linear-gradient(#00ffff, #00d0ff);
background: -webkit-linear-gradient(#00ffff, #00d0ff);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.button_small a
{ color: #2200ff;
padding-left: 5px;}
.button_small2
{ font: normal 110% 新細明體, Helvetica, sans-serif;
height: 25px;
width: 55px;
padding: 5px 2px 7px 2px;
background: #602800;
background: -moz-linear-gradient(#00ffff, #00d0ff);
background: -o-linear-gradient(#00ffff, #00d0ff);
background: -webkit-linear-gradient(#00ffff, #00d0ff);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.button_small2 a
{ color: #2200ff;
padding-left: 5px;}
.form_settings
{ margin: 15px 0 0 0;}
.form_settings p
{ padding: 0 0 4px 0;}
.form_settings span
{ float: left;
width: 280px;
text-align: left;}
.form_settings input, .form_settings textarea
{ padding: 2px;
width: 299px;
font: 120% 標楷體;
border: 1px solid #000000;
background: #FFF;
color: #000000;}
.form_settings input[type="checkbox"]
{ padding: 2px 0;
width: 15px;
font: 120% 標楷體;
border: 0;
background: #FFF;
color: #000000;
margin: 28px 0;}
.form_settings .submit
{ font: 115% 標楷體;
border: 1px solid;
width: 99px;
margin: 0 0 0 206px;
height: 26px;
padding: 2px 0 3px 0;
cursor: pointer;
background: #000000;
color: #000000;}
/* styling for the slideshow on the homepage */
ul.slideshow {
list-style: none;
width: 680px;
height: 250px;
overflow: hidden;
position: relative;
margin: 0;
margin-top: 20px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
ul.slideshow li {
position: absolute;
margin: 0;
padding: 0;
left: 0;
right: 0;}
ul.slideshow li.show {
z-index: 500;}
ul img {
border: none;}
#slideshow-caption {
width: 680px;
height: 38px;
position: absolute;
bottom: 0;
left: 0;
z-index: 500;}
#slideshow-caption .slideshow-caption-container {
padding: 10px 25px 10px 25px;
background: transparent url(../images/transparent.png) repeat;
z-index: 1000;}
#cd-timeline {
position: relative;
padding: 2em 0;
margin-top: 2em;
margin-bottom: 2em;
}
#cd-timeline::before {
/* this is the vertical line */
content: '';
position: absolute;
top: 0;
left: 18px;
height: 100%;
width: 4px;
background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
#cd-timeline {
margin-top: 3em;
margin-bottom: 3em;
}
#cd-timeline::before {
left: 50%;
margin-left: -2px;
}
}
.cd-timeline-block {
position: relative;
margin: 2em 0;
}
.cd-timeline-block:after {
content: "";
display: table;
clear: both;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
margin: 4em 0;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
}
.cd-timeline-img {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
display: block;
width: 24px;
height: 24px;
position: relative;
left: 50%;
top: 50%;
margin-left: -12px;
margin-top: -12px;
}
.cd-timeline-img.cd-picture {
background: #75ce66;
}
.cd-timeline-img.cd-movie {
background: #c03b44;
}
.cd-timeline-img.cd-location {
background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-img {
width: 60px;
height: 60px;
left: 50%;
margin-left: -30px;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-1 0.6s;
-moz-animation: cd-bounce-1 0.6s;
animation: cd-bounce-1 0.6s;
}
}
@-webkit-keyframes cd-bounce-1 {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes cd-bounce-1 {
0% {
opacity: 0;
-moz-transform: scale(0.5);
}
60% {
opacity: 1;
-moz-transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
}
}
@keyframes cd-bounce-1 {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.cd-timeline-content {
position: relative;
margin-left: 60px;
background: white;
border-radius: 0.25em;
padding: 1em;
box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
content: "";
display: table;
clear: both;
}
.cd-timeline-content h2 {
color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
font-size: 13px;
font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
display: inline-block;
}
.cd-timeline-content p {
margin: 1em 0;
line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
float: right;
padding: .8em 1em;
background: #acb7c0;
color: white;
border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
float: left;
padding: .8em 0;
opacity: .7;
}
.cd-timeline-content::before {
content: '';
position: absolute;
top: 16px;
right: 100%;
height: 0;
width: 0;
border: 7px solid transparent;
border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
.cd-timeline-content h2 {
font-size: 20px;
font-size: 1.25rem;
}
.cd-timeline-content p {
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
font-size: 14px;
font-size: 0.875rem;
}
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
margin-left: 0;
padding: 1.6em;
width: 45%;
}
.cd-timeline-content::before {
top: 24px;
left: 100%;
border-color: transparent;
border-left-color: white;
}
.cd-timeline-content .cd-read-more {
float: left;
}
.cd-timeline-content .cd-date {
position: absolute;
width: 100%;
left: 122%;
top: 6px;
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
top: 24px;
left: auto;
right: 100%;
border-color: transparent;
border-right-color: white;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
left: auto;
right: 122%;
text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-2 0.6s;
-moz-animation: cd-bounce-2 0.6s;
animation: cd-bounce-2 0.6s;
}
}
@media only screen and (min-width: 1170px) {
/* inverse bounce effect on even content blocks */
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
-webkit-animation: cd-bounce-2-inverse 0.6s;
-moz-animation: cd-bounce-2-inverse 0.6s;
animation: cd-bounce-2-inverse 0.6s;
}
}
@-webkit-keyframes cd-bounce-2 {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
0% {
opacity: 0;
-moz-transform: translateX(-100px);
}
60% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
-moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-ms-transform: translateX(-100px);
-o-transform: translateX(-100px);
transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-moz-transform: translateX(100px);
}
60% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
-moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
-o-transform: translateX(100px);
transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-o-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
} | css/style.css | html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 80% 標楷體, Helvetica, sans-serif;
background: #ccc;
color: #000000;
}
p
{ padding: 0 0 10px 0;
color: #000000;
line-height: 1.7em;
font-size: 120% }
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ font: normal 175% 標楷體, Helvetica, sans-serif;
color: #000000;
text-shadow: 1px 1px #000000;
letter-spacing: -1px;
margin: 0 0 10px 0;}
h2
{ font: normal 165% 標楷體, Helvetica, sans-serif;}
h3
{ font: normal 130% 標楷體, Helvetica, sans-serif;
}
h4, h5, h6
{ margin: 0;
padding: 0 0 0px 0;
font: normal 150% 標楷體, Helvetica, sans-serif;
color: #000000;
line-height: 1.5em;}
h5, h6
{ font: normal 95% 標楷體, Helvetica, sans-serif;
color: #000000;
padding-bottom: 15px;}
a, a:hover
{ color: #000000;
background: transparent;
outline: none;
text-decoration: none;}
a:hover
{ text-decoration: underline;}
ul
{ margin: 2px 0 22px 30px;
line-height: 1.7em;
font-style: normal;
font-size: 120%;}
ol
{ margin: 8px 0 22px 20px;}
ol li
{ margin: 0 0 11px 0;}
#main, #header, #banner, #menubar, #site_content, #footer, #content_grey
{ margin-left: auto;
margin-right: auto;}
#main
{ background: transparent;}
#header
{ width: 1000px;
height: 120px;
background: transparent;}
#banner
{ width: 920px;
position: relative;
height: 50px;
padding: 15px 0 0 0;
background: transparent;}
#menubar
{ width: 920px;
height: 50px;
text-align: center;
margin: 0 auto;
background: #602800;
background: -moz-linear-gradient(#a51010, #4f0202);
background: -o-linear-gradient(#a51010, #4f0202);
background: -webkit-linear-gradient(#a51010, #4f0202);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
#welcome
{ width: 880px;
float: left;
height: 50px;
margin: 0 auto;
padding-left: 20px;
background: transparent;}
#welcome_slogan
{ width: 880px;
float: left;
height: 50px;
margin: 0 auto;
padding-left: 880px;
background: transparent;}
#welcome H1
{ font: normal 400% 標楷體, Helvetica, sans-serif;
letter-spacing: -3px;
text-shadow: 1px 1px #fff;
color: #602800;}
#welcome_slogan H1
{ font: normal 200% 標楷體, Helvetica, sans-serif;
letter-spacing: -2px;
text-shadow: 1px 1px #fff;
color: #09a55a;}
ul#menu
{ margin:0;}
ul#menu li
{ padding: 0 0 0 0px;
list-style: none;
margin: 2px 0 0 0;
display: inline;
background: transparent;}
ul#menu li a
{ float: left;
font: bold 150% 標楷體, Helvetica, sans-serif;
height: 24px;
margin: 10px 0 0 20px;
text-shadow: 0px -1px 0px #000;
padding: 6px 20px 0 20px;
background: transparent;
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
text-align: center;
color: #FFF;
text-decoration: none;}
ul#menu li.current a
{ color: #000000;
background: #FFF;
background: -moz-linear-gradient(#fff, #ccc);
background: -o-linear-gradient(#fff, #ccc);
background: -webkit-linear-gradient(#fff, #ccc);
text-shadow: none;}
ul#menu li:hover a
{ color: #000000;
background: #FFF;
background: -moz-linear-gradient(#fff, #ccc);
background: -o-linear-gradient(#fff, #ccc);
background: -webkit-linear-gradient(#fff, #ccc);
text-shadow: none;}
#site_content
{ width: 920px;
overflow: hidden;
margin: 0 auto;}
.sidebar_container
{ float: left;
margin: 10px 20px 0 0;
width: 215px;
padding: 0;}
.sidebar
{ float: left;
width: 250px;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;}
.sidebar_item
{ font: normal 120% 標楷體, Helvetica, sans-serif;
width: 215px;}
.sidebar h2
{ padding: 5px 0 0 10px;
font: normal 140% 標楷體, Helvetica, sans-serif;
height: 30px;
text-shadow: 0px -1px 0px #000;
color: #ffffff;
background: #602800;
background: -moz-linear-gradient(#BB5500, #602800);
background: -o-linear-gradient(#BB5500, #602800);
background: -webkit-linear-gradient(#BB5500, #602800);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
#content
{ width: 680px;
margin-bottom: 20px;
float: left;}
.content_item
{ width: 680px;
margin-top: 20px;
margin-bottom: 20px;}
.content_image
{ float: left;
width: 150px;
height: 150px;
margin: 0 20px 10px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
.content_container
{ width: 320px;
padding: 5px;
margin-right: 10px;
float: left;}
#content_grey
{ width: 920px;
height: 115px;
text-align: center;
background: #602800;
background: -moz-linear-gradient(#FFFF00, #ffcc00);
background: -o-linear-gradient(#FFFF00, #ffcc00);
background: -webkit-linear-gradient(#FFFF00, #ffcc00);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
#content_grey p
{ color: #000000;}
#content_grey h4
{ text-shadow: none;}
.content_grey_container_box
{ width: 270px;
padding: 5px;
text-align: center;
margin: 20px 10px 10px 10px;
float: left;}
.content_grey_container_boxl
{ width: 270px;
padding: 5px;
text-align: center;
margin: 20px 0 10px 10px;
float: left;}
#footer
{ width: 920px;
height: 20px;
padding-top: 20px;
text-align: center;
background: transparent;
text-shadow: 1px 1px #fff;
color: #000000;}
#footer a, #footer a:hover
{ color: #000000;
text-decoration: none;
padding-bottom: 20px;}
#footer a:hover
{ text-decoration: underline;}
#footer a, #footer a:hover
{ color: #000000;
text-decoration: none;}
#footer a:hover
{ text-decoration: underline;}
.readmore
{ font: bold 110% 標楷體, Helvetica, sans-serif;
height: 25px;
width: 80px;
margin-left: 95px;
padding: 5px 2px 7px 2px;
background: #fff;
background: -moz-linear-gradient(#fff, #ccc);
background: -o-linear-gradient(#fff, #ccc);
background: -webkit-linear-gradient(#fff, #ccc);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.readmore a
{ color: #cc0a00;}
.button_small
{ font: normal 110% 標楷體, Helvetica, sans-serif;
height: 25px;
width: 65px;
padding: 5px 2px 7px 2px;
background: #602800;
background: -moz-linear-gradient(#00ffff, #00d0ff);
background: -o-linear-gradient(#00ffff, #00d0ff);
background: -webkit-linear-gradient(#00ffff, #00d0ff);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.button_small a
{ color: #2200ff;
padding-left: 5px;}
.button_small2
{ font: normal 110% 新細明體, Helvetica, sans-serif;
height: 25px;
width: 55px;
padding: 5px 2px 7px 2px;
background: #602800;
background: -moz-linear-gradient(#00ffff, #00d0ff);
background: -o-linear-gradient(#00ffff, #00d0ff);
background: -webkit-linear-gradient(#00ffff, #00d0ff);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border: 15px 15px 15px 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.button_small2 a
{ color: #2200ff;
padding-left: 5px;}
.form_settings
{ margin: 15px 0 0 0;}
.form_settings p
{ padding: 0 0 4px 0;}
.form_settings span
{ float: left;
width: 280px;
text-align: left;}
.form_settings input, .form_settings textarea
{ padding: 2px;
width: 299px;
font: 120% 標楷體;
border: 1px solid #000000;
background: #FFF;
color: #000000;}
.form_settings input[type="checkbox"]
{ padding: 2px 0;
width: 15px;
font: 120% 標楷體;
border: 0;
background: #FFF;
color: #000000;
margin: 28px 0;}
.form_settings .submit
{ font: 115% 標楷體;
border: 1px solid;
width: 99px;
margin: 0 0 0 206px;
height: 26px;
padding: 2px 0 3px 0;
cursor: pointer;
background: #000000;
color: #000000;}
/* styling for the slideshow on the homepage */
ul.slideshow {
list-style: none;
width: 680px;
height: 250px;
overflow: hidden;
position: relative;
margin: 0;
margin-top: 20px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
ul.slideshow li {
position: absolute;
margin: 0;
padding: 0;
left: 0;
right: 0;}
ul.slideshow li.show {
z-index: 500;}
ul img {
border: none;}
#slideshow-caption {
width: 680px;
height: 38px;
position: absolute;
bottom: 0;
left: 0;
z-index: 500;}
#slideshow-caption .slideshow-caption-container {
padding: 10px 25px 10px 25px;
background: transparent url(../images/transparent.png) repeat;
z-index: 1000;}
#cd-timeline {
position: relative;
padding: 2em 0;
margin-top: 2em;
margin-bottom: 2em;
}
#cd-timeline::before {
/* this is the vertical line */
content: '';
position: absolute;
top: 0;
left: 18px;
height: 100%;
width: 4px;
background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
#cd-timeline {
margin-top: 3em;
margin-bottom: 3em;
}
#cd-timeline::before {
left: 50%;
margin-left: -2px;
}
}
.cd-timeline-block {
position: relative;
margin: 2em 0;
}
.cd-timeline-block:after {
content: "";
display: table;
clear: both;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
margin: 4em 0;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
}
.cd-timeline-img {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
display: block;
width: 24px;
height: 24px;
position: relative;
left: 50%;
top: 50%;
margin-left: -12px;
margin-top: -12px;
}
.cd-timeline-img.cd-picture {
background: #75ce66;
}
.cd-timeline-img.cd-movie {
background: #c03b44;
}
.cd-timeline-img.cd-location {
background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-img {
width: 60px;
height: 60px;
left: 50%;
margin-left: -30px;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-1 0.6s;
-moz-animation: cd-bounce-1 0.6s;
animation: cd-bounce-1 0.6s;
}
}
@-webkit-keyframes cd-bounce-1 {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes cd-bounce-1 {
0% {
opacity: 0;
-moz-transform: scale(0.5);
}
60% {
opacity: 1;
-moz-transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
}
}
@keyframes cd-bounce-1 {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.cd-timeline-content {
position: relative;
margin-left: 60px;
background: white;
border-radius: 0.25em;
padding: 1em;
box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
content: "";
display: table;
clear: both;
}
.cd-timeline-content h2 {
color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
font-size: 13px;
font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
display: inline-block;
}
.cd-timeline-content p {
margin: 1em 0;
line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
float: right;
padding: .8em 1em;
background: #acb7c0;
color: white;
border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
float: left;
padding: .8em 0;
opacity: .7;
}
.cd-timeline-content::before {
content: '';
position: absolute;
top: 16px;
right: 100%;
height: 0;
width: 0;
border: 7px solid transparent;
border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
.cd-timeline-content h2 {
font-size: 20px;
font-size: 1.25rem;
}
.cd-timeline-content p {
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
font-size: 14px;
font-size: 0.875rem;
}
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
margin-left: 0;
padding: 1.6em;
width: 45%;
}
.cd-timeline-content::before {
top: 24px;
left: 100%;
border-color: transparent;
border-left-color: white;
}
.cd-timeline-content .cd-read-more {
float: left;
}
.cd-timeline-content .cd-date {
position: absolute;
width: 100%;
left: 122%;
top: 6px;
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
top: 24px;
left: auto;
right: 100%;
border-color: transparent;
border-right-color: white;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
left: auto;
right: 122%;
text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-2 0.6s;
-moz-animation: cd-bounce-2 0.6s;
animation: cd-bounce-2 0.6s;
}
}
@media only screen and (min-width: 1170px) {
/* inverse bounce effect on even content blocks */
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
-webkit-animation: cd-bounce-2-inverse 0.6s;
-moz-animation: cd-bounce-2-inverse 0.6s;
animation: cd-bounce-2-inverse 0.6s;
}
}
@-webkit-keyframes cd-bounce-2 {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
0% {
opacity: 0;
-moz-transform: translateX(-100px);
}
60% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
-moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-ms-transform: translateX(-100px);
-o-transform: translateX(-100px);
transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-moz-transform: translateX(100px);
}
60% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
-moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
-o-transform: translateX(100px);
transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-o-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
} | 0.216508 | 0.073596 |
body {
background-color: #EBEDEF;
width: fit-content;
max-width: 1600px;
font-family: 'Open Sans', sans-serif;
}
*{
margin:0;
padding:0;
}
.header{
width: 99.4%;
font-size: 14px;
padding: 20px 2px 50px 5px;
position: -webkit-sticky;
background-color: white;
border-bottom: 2px solid #D8DBE0;
}
.top-logo{
display: inline;
width: 120px;
height: 25px;
float: left;
}
.top-menu{
float: right;
position: relative;
top: -10px;
}
.top-menu a{
margin: 10px;
text-decoration: none;
color: #74767c;
}
.top-menu input{
margin: 10px;
text-decoration: none;
color: #74767c;
border: none;
background-color: white;
outline: none;
font-size: 14px;
cursor: pointer;
}
.top-menu img{
width: 50px;
height: 50px;
vertical-align: middle;
}
.top-menu a:hover, input:hover{
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.wrapper2{
padding: 20px;
}
.admin .card{
display: inline-block;
margin: 25px;
background-color: white;
border-radius: 5px;
width: 310px;
padding: 30px;
color: #737373;
border-top-color: blue;
box-shadow: 0px 0px 10px 2px lightgray;
}
.admin .card p, .admin .card h2, .admin .card h3{
display: inline;
}
.admin .card p{
margin-right: 20px;
margin-left: 50px;
}
.admin .card img{
width: 50px;
vertical-align: middle;
}
.card:hover{
opacity: 0.7;
cursor: pointer;
transition: 0.2s linear;
}
.big-card{
width: 1260px;
margin: 20px;
border: 1px solid #E4E5E7;
height: 300px;
display: block;
border-radius: 5px;
background-color: white;
}
.allUsers{
width: 1260px;
padding: 20px;
}
.allUsers .table1{
border-collapse: collapse;
width: 100%;
background-color: white;
border: 1px solid #D8DBE0;
margin-bottom: 20px;
top: 0;
position: sticky;
}
.allUsers .table1 tr td{
color: #3C4B64;
font-size: 15px;
padding: 15px 10px;
font-weight: bold;
border-top: 1px solid #D8DBE0;
}
.allUsers .table2{
border-collapse: collapse;
width: 100%;
background-color: white;
border: 1px solid #D8DBE0;
}
.allUsers .table2 tr td:nth-child(11){
min-width: 80px;
}
.allUsers .table2 th{
font-size: 14px;
text-align: left;
color: #76819C;
background-color: #D8DBE0;
padding: 10px;
}
.allUsers .table2 tr td{
max-width: 200px;
word-break: break-all;
color: #3C4B64;
font-size: 14px;
padding: 5px 10px;
border-top: 1px solid #D8DBE0;
}
.allUsers .table2 td small{
font-size: 11px;
color: #9C9EAA;
display: block;
margin-bottom: 10px;
}
.allUsers .table2 td img{
width: 40px;
height: 40px;
border-radius: 50%;
vertical-align: middle;
}
.loadmore{
width: 200px;
text-align: center;
border-radius: 5px;
margin: auto;
font-weight: bold;
margin-bottom: 30px;
margin-top: 20px;
display: block;
text-decoration: none;
cursor: pointer;
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* AdminManager */
.links{
width: 200px;
text-align: center;
border-radius: 5px;
margin: auto;
font-weight: bold;
margin-bottom: 30px;
margin-top: 20px;
display: block;
text-decoration: none;
cursor: pointer;
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn{
cursor: pointer;
padding: 10px;
border: none;
text-decoration: none;
color: white;
border-radius: 5px;
outline: none;
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
}
.allUsers table td .icon{
border-radius: 0px;
width: 30px;
height: 30px;
cursor: pointer;
}
/* ADD NEW USERS MODEL */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 10000; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border-radius: 5px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
width: 500px;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/* ADD USER FORM */
.form {
margin: 0px;
}
.form .heading{
font-size: 20px;
font-weight: 600;
border-radius: 5px;
display: block;
text-decoration: none;
padding: 15px;
background-color: #D8DBE0;
color: #76819C;
text-align: center;
}
.form input{
margin: 10px;
padding: 5px 10px;
width: 40%;
border: none;
outline: none;
border-bottom: 1px solid #a0b3b0;
}
.form .field-wrap {
display: inline;
}
.form .button {
border: none;
outline: none;
border-radius: 5px;
width: 100%;
padding: 5px;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1em;
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
color: #fff;
cursor: pointer;
-webkit-appearance: none;
}
.form-field label{
font-weight: bolder;
color: purple;
cursor: pointer;
}
.wrapper6{
padding: 7px 0px 7px 0px;
border-top: 1px solid #9400d3;
color: white;
background-color: black;
}
.wrapper6 img{
padding: 10px;
vertical-align: middle;
width: 30px;
cursor: pointer;
border: 1px solid black;
}
.wrapper6 img:hover{
border-radius: 50px;
border: 1px solid purple;
transition: 0.1s linear;
}
#footer-text1{
padding: 10px;
display: inline;
}
#footer-text2{
float: right;
padding: 10px;
}
/*admin-board starts here*/
.refine{
padding: 20px;
}
.refine input{
display: inline;
padding: 5px;
width: 350px;
outline: none;
border-radius: 5px;
}
.refine input[type='submit']{
width: 1200px;
margin: 20px 20px 10px 43px;
border: none;
font-weight: bold;
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
border-radius: 3px;
color: white;
}
.refine input[type='submit']:hover{
opacity: 0.7;
cursor: pointer;
transition: 0.2s linear;
}
.board1{
overflow: scroll;
width: 590px;
padding: 10px;
margin: 20px;
border-radius: 10px;
background-color: white;
display: inline-block;
box-shadow: 0px 0px 10px 2px lightgray;
}
.board1 table, .board2 table{
border-collapse: collapse;
}
.board1 table td{
max-width: 190px;
overflow: hidden;
}
.board2{
width: 590px;
padding: 10px;
margin: 20px;
border-radius: 10px;
background-color: white;
display: inline-block;
box-shadow: 0px 0px 10px 2px lightgray;
}
.board2 table td{
max-width: 180px;
overflow: hidden;
}
.thead{
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
color: white;
}
.thead th{
padding: 10px;
}
.tfield{
border: 1px solid #EFEFF0;
}
.tfield td{
padding: 10px;
}
.tfield img{
width: 20px;
cursor: pointer;
} | public/css/admin.css | body {
background-color: #EBEDEF;
width: fit-content;
max-width: 1600px;
font-family: 'Open Sans', sans-serif;
}
*{
margin:0;
padding:0;
}
.header{
width: 99.4%;
font-size: 14px;
padding: 20px 2px 50px 5px;
position: -webkit-sticky;
background-color: white;
border-bottom: 2px solid #D8DBE0;
}
.top-logo{
display: inline;
width: 120px;
height: 25px;
float: left;
}
.top-menu{
float: right;
position: relative;
top: -10px;
}
.top-menu a{
margin: 10px;
text-decoration: none;
color: #74767c;
}
.top-menu input{
margin: 10px;
text-decoration: none;
color: #74767c;
border: none;
background-color: white;
outline: none;
font-size: 14px;
cursor: pointer;
}
.top-menu img{
width: 50px;
height: 50px;
vertical-align: middle;
}
.top-menu a:hover, input:hover{
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.wrapper2{
padding: 20px;
}
.admin .card{
display: inline-block;
margin: 25px;
background-color: white;
border-radius: 5px;
width: 310px;
padding: 30px;
color: #737373;
border-top-color: blue;
box-shadow: 0px 0px 10px 2px lightgray;
}
.admin .card p, .admin .card h2, .admin .card h3{
display: inline;
}
.admin .card p{
margin-right: 20px;
margin-left: 50px;
}
.admin .card img{
width: 50px;
vertical-align: middle;
}
.card:hover{
opacity: 0.7;
cursor: pointer;
transition: 0.2s linear;
}
.big-card{
width: 1260px;
margin: 20px;
border: 1px solid #E4E5E7;
height: 300px;
display: block;
border-radius: 5px;
background-color: white;
}
.allUsers{
width: 1260px;
padding: 20px;
}
.allUsers .table1{
border-collapse: collapse;
width: 100%;
background-color: white;
border: 1px solid #D8DBE0;
margin-bottom: 20px;
top: 0;
position: sticky;
}
.allUsers .table1 tr td{
color: #3C4B64;
font-size: 15px;
padding: 15px 10px;
font-weight: bold;
border-top: 1px solid #D8DBE0;
}
.allUsers .table2{
border-collapse: collapse;
width: 100%;
background-color: white;
border: 1px solid #D8DBE0;
}
.allUsers .table2 tr td:nth-child(11){
min-width: 80px;
}
.allUsers .table2 th{
font-size: 14px;
text-align: left;
color: #76819C;
background-color: #D8DBE0;
padding: 10px;
}
.allUsers .table2 tr td{
max-width: 200px;
word-break: break-all;
color: #3C4B64;
font-size: 14px;
padding: 5px 10px;
border-top: 1px solid #D8DBE0;
}
.allUsers .table2 td small{
font-size: 11px;
color: #9C9EAA;
display: block;
margin-bottom: 10px;
}
.allUsers .table2 td img{
width: 40px;
height: 40px;
border-radius: 50%;
vertical-align: middle;
}
.loadmore{
width: 200px;
text-align: center;
border-radius: 5px;
margin: auto;
font-weight: bold;
margin-bottom: 30px;
margin-top: 20px;
display: block;
text-decoration: none;
cursor: pointer;
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* AdminManager */
.links{
width: 200px;
text-align: center;
border-radius: 5px;
margin: auto;
font-weight: bold;
margin-bottom: 30px;
margin-top: 20px;
display: block;
text-decoration: none;
cursor: pointer;
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn{
cursor: pointer;
padding: 10px;
border: none;
text-decoration: none;
color: white;
border-radius: 5px;
outline: none;
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
}
.allUsers table td .icon{
border-radius: 0px;
width: 30px;
height: 30px;
cursor: pointer;
}
/* ADD NEW USERS MODEL */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 10000; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border-radius: 5px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
width: 500px;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/* ADD USER FORM */
.form {
margin: 0px;
}
.form .heading{
font-size: 20px;
font-weight: 600;
border-radius: 5px;
display: block;
text-decoration: none;
padding: 15px;
background-color: #D8DBE0;
color: #76819C;
text-align: center;
}
.form input{
margin: 10px;
padding: 5px 10px;
width: 40%;
border: none;
outline: none;
border-bottom: 1px solid #a0b3b0;
}
.form .field-wrap {
display: inline;
}
.form .button {
border: none;
outline: none;
border-radius: 5px;
width: 100%;
padding: 5px;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1em;
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
color: #fff;
cursor: pointer;
-webkit-appearance: none;
}
.form-field label{
font-weight: bolder;
color: purple;
cursor: pointer;
}
.wrapper6{
padding: 7px 0px 7px 0px;
border-top: 1px solid #9400d3;
color: white;
background-color: black;
}
.wrapper6 img{
padding: 10px;
vertical-align: middle;
width: 30px;
cursor: pointer;
border: 1px solid black;
}
.wrapper6 img:hover{
border-radius: 50px;
border: 1px solid purple;
transition: 0.1s linear;
}
#footer-text1{
padding: 10px;
display: inline;
}
#footer-text2{
float: right;
padding: 10px;
}
/*admin-board starts here*/
.refine{
padding: 20px;
}
.refine input{
display: inline;
padding: 5px;
width: 350px;
outline: none;
border-radius: 5px;
}
.refine input[type='submit']{
width: 1200px;
margin: 20px 20px 10px 43px;
border: none;
font-weight: bold;
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
border-radius: 3px;
color: white;
}
.refine input[type='submit']:hover{
opacity: 0.7;
cursor: pointer;
transition: 0.2s linear;
}
.board1{
overflow: scroll;
width: 590px;
padding: 10px;
margin: 20px;
border-radius: 10px;
background-color: white;
display: inline-block;
box-shadow: 0px 0px 10px 2px lightgray;
}
.board1 table, .board2 table{
border-collapse: collapse;
}
.board1 table td{
max-width: 190px;
overflow: hidden;
}
.board2{
width: 590px;
padding: 10px;
margin: 20px;
border-radius: 10px;
background-color: white;
display: inline-block;
box-shadow: 0px 0px 10px 2px lightgray;
}
.board2 table td{
max-width: 180px;
overflow: hidden;
}
.thead{
background: linear-gradient(to top left, #ff00ff 0%, #6600cc 100%);
color: white;
}
.thead th{
padding: 10px;
}
.tfield{
border: 1px solid #EFEFF0;
}
.tfield td{
padding: 10px;
}
.tfield img{
width: 20px;
cursor: pointer;
} | 0.210929 | 0.048361 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://docs.google.com/viewer),
@-moz-document url-prefix(https://docs.google.com/viewer)
{
#content-pane {
width: 100% !important;
height: 100% !important;
}
#chrome .chrome-left {
position: fixed;
z-index: 3 !important;
left: 0;
top: 0 !important;
width: auto !important;
min-width: 188px;
height: 28px;
margin: 0;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
overflow: hidden;
background-color: #f3f3f3;
/*border-top: 0px;*/
border-right: 1px solid #bbb !important;
border-left: 6px solid #222 !important;
border-bottom: 1px solid #bbb !important;
text-align: center;
opacity: 0.5;
-webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#chrome .chrome-left a { display:none }
#chrome:hover .chrome-left a { display:inline }
#chrome:hover .chrome-left {
height: 56px;
opacity: 0.8;
}
#chrome .chrome-left .title {
text-decoration: underline;
color: red;
}
#chrome .chrome-right {
display: none;
}
#thumb-pane {
position: fixed;
right: auto !important;
left: 0 !important;
top: 33px !important;
border-top: 1px solid #bbb !important;
z-index: 2 !important;
}
#thumb-pane:hover, #thumb-pane:hover #thumb-pane-lower {
width: 198px !important;
padding-right: 0 !important;
right: 0 !important;
overflow: auto !important;
maxwidth: auto;
background-color: #f3f3f3;
border-right: 1px solid #bbb !important;
border-bottom: 1px solid #bbb !important;
border-left: 6px solid #222 !important;
opacity: 0.8;
}
#thumb-pane, #thumb-pane-lower {
width: 0 !important;
overflow: hidden !important;
padding-right: 5px !important;
background-color: #222;
z-index: 1 !important;
opacity: 0.5;
-webkit-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#thumb-pane * { visibility: hidden; }
#thumb-pane:hover * { visibility: visible; }
#thumb-pane-lower {
height: auto !important;
position: fixed !important;
top: 160px !important;
left: 0px !important;
bottom: 0;
margin: 0 !important;
padding: 0 !important;
}
} | data/usercss/26876.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://docs.google.com/viewer),
@-moz-document url-prefix(https://docs.google.com/viewer)
{
#content-pane {
width: 100% !important;
height: 100% !important;
}
#chrome .chrome-left {
position: fixed;
z-index: 3 !important;
left: 0;
top: 0 !important;
width: auto !important;
min-width: 188px;
height: 28px;
margin: 0;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
overflow: hidden;
background-color: #f3f3f3;
/*border-top: 0px;*/
border-right: 1px solid #bbb !important;
border-left: 6px solid #222 !important;
border-bottom: 1px solid #bbb !important;
text-align: center;
opacity: 0.5;
-webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#chrome .chrome-left a { display:none }
#chrome:hover .chrome-left a { display:inline }
#chrome:hover .chrome-left {
height: 56px;
opacity: 0.8;
}
#chrome .chrome-left .title {
text-decoration: underline;
color: red;
}
#chrome .chrome-right {
display: none;
}
#thumb-pane {
position: fixed;
right: auto !important;
left: 0 !important;
top: 33px !important;
border-top: 1px solid #bbb !important;
z-index: 2 !important;
}
#thumb-pane:hover, #thumb-pane:hover #thumb-pane-lower {
width: 198px !important;
padding-right: 0 !important;
right: 0 !important;
overflow: auto !important;
maxwidth: auto;
background-color: #f3f3f3;
border-right: 1px solid #bbb !important;
border-bottom: 1px solid #bbb !important;
border-left: 6px solid #222 !important;
opacity: 0.8;
}
#thumb-pane, #thumb-pane-lower {
width: 0 !important;
overflow: hidden !important;
padding-right: 5px !important;
background-color: #222;
z-index: 1 !important;
opacity: 0.5;
-webkit-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#thumb-pane * { visibility: hidden; }
#thumb-pane:hover * { visibility: visible; }
#thumb-pane-lower {
height: auto !important;
position: fixed !important;
top: 160px !important;
left: 0px !important;
bottom: 0;
margin: 0 !important;
padding: 0 !important;
}
} | 0.436382 | 0.136551 |
body {
font-family: Helvetica, Geneva, sans-serif;
font-size: 10pt;
color: #333;
}
#container {
border: 2px solid #666;
border-radius: 3px;
width: 88%;
min-width: 600px;
margin: 0px auto;
}
/* --- HEADER --------------------------------------------*/
#header {
height: 135px;
background-color: #E1E1E1;
margin: 0;
padding: 0;
position: relative;
}
#header h1 {
color: #307FE0;
font-size: 40px;
margin:0 ;
padding:0 ;
position: absolute;
right: 20px;
top: 20px;
}
/* --- SIDEBAR -------------------------------------------*/
#leftsidebar {
width: 200px;
float: left;
min-height: 300px;
padding: 10px;
margin: 0;
}
#leftsidebar ul {
list-style-type: none;
padding:0;
margin:0;
}
#leftsidebar ul li {
background-color: #E1E1E1;
border: solid thin #999;
height: 18px;
margin: 5px 0 0 0;
padding: 8px;
text-align: right;
font-size: 15px;
}
#leftsidebar ul li a {
text-decoration: none;
}
#leftsidebar ul li a:hover {
font-weight: 600;
}
/* --- MAIN ----------------------------------------------*/
#main {
padding: 3em;
margin: 0 0 0 200px;
border-left: solid 8px #E1E1E1;
line-height: 130%;
min-height: 300px;
}
#main ul {
list-style-type: none;
padding:0;
float: left;
margin:0;
}
#main ul li {
background-color: #DDD;
border: solid #999;
border-radius: 5px;
height: 18px;
margin: 5px 0 0 0;
padding: 8px;
text-align: right;
font-size: 18px;
box-shadow: 3px 3px 3pc #666;
}
#main ul li a {
text-decoration: none;
}
#main ul li a:hover {
}
#main_notes {
float: right;
margin: 5px 0 0 0;
padding: 8px;
text-align: right;
}
/* --- FOOTER --------------------------------------------*/
#footer {
clear: both;
background-color: #E1E1E1;
text-align:center;
height: 20px;
padding: 10px;
margin: 0;
}
#leftfooter {
float:left;
}
#rightfooter {
float:right;
} | stylesPlus.css |
body {
font-family: Helvetica, Geneva, sans-serif;
font-size: 10pt;
color: #333;
}
#container {
border: 2px solid #666;
border-radius: 3px;
width: 88%;
min-width: 600px;
margin: 0px auto;
}
/* --- HEADER --------------------------------------------*/
#header {
height: 135px;
background-color: #E1E1E1;
margin: 0;
padding: 0;
position: relative;
}
#header h1 {
color: #307FE0;
font-size: 40px;
margin:0 ;
padding:0 ;
position: absolute;
right: 20px;
top: 20px;
}
/* --- SIDEBAR -------------------------------------------*/
#leftsidebar {
width: 200px;
float: left;
min-height: 300px;
padding: 10px;
margin: 0;
}
#leftsidebar ul {
list-style-type: none;
padding:0;
margin:0;
}
#leftsidebar ul li {
background-color: #E1E1E1;
border: solid thin #999;
height: 18px;
margin: 5px 0 0 0;
padding: 8px;
text-align: right;
font-size: 15px;
}
#leftsidebar ul li a {
text-decoration: none;
}
#leftsidebar ul li a:hover {
font-weight: 600;
}
/* --- MAIN ----------------------------------------------*/
#main {
padding: 3em;
margin: 0 0 0 200px;
border-left: solid 8px #E1E1E1;
line-height: 130%;
min-height: 300px;
}
#main ul {
list-style-type: none;
padding:0;
float: left;
margin:0;
}
#main ul li {
background-color: #DDD;
border: solid #999;
border-radius: 5px;
height: 18px;
margin: 5px 0 0 0;
padding: 8px;
text-align: right;
font-size: 18px;
box-shadow: 3px 3px 3pc #666;
}
#main ul li a {
text-decoration: none;
}
#main ul li a:hover {
}
#main_notes {
float: right;
margin: 5px 0 0 0;
padding: 8px;
text-align: right;
}
/* --- FOOTER --------------------------------------------*/
#footer {
clear: both;
background-color: #E1E1E1;
text-align:center;
height: 20px;
padding: 10px;
margin: 0;
}
#leftfooter {
float:left;
}
#rightfooter {
float:right;
} | 0.284477 | 0.064742 |
.admin_sidebar{
background-color: #242832;
height: 120vh;
padding-right: 0;
padding-left: 0;
margin-top:0;
width: 13%;
text-align: center;
}
.admin_sidebar a{
color: white;
}
.admin_side_title.left_space{
padding-left: 0;
margin-right: -5.4%;
}
.admin_side_title{
font-size: 15px;
font-weight: bold;
border-bottom: 1px solid white;
padding-top: 15px;
padding-bottom: 15px;
font-weight: 200;
padding-right: 10%;
padding-left: 15%;
}
.set_fa{
margin-right: 15%;
margin-left: 5% !important;
}
.zhenic_title{
font-size: 30px;
font-weight: bold;
border-top: 1px solid white;
border-bottom: 1px solid white;
padding-top: 29px;
padding-bottom: 29px;
font-weight: 200;
text-align: center !important;
}
h5.zhenic_title,h5.admin_side_title{
text-align: right;
color: white;
margin: 0;
font-weight: bold;
}
@media (min-width: 0px) {
.admin_sidebar {
float: right;
width: 16.65%;
}
}
.menu_shadow{
box-shadow: 0 0 6px gray;
}
/**********
spline gray
***********/
.spline{
height: 50px;
background-color: #f4f4f4;
margin-top: 0.2%;
}
/*******
menu bar
********/
.pull-right.home_top{
margin-right: 2.8%;
}
.pull-left.exit_up{
margin-left: -21%;
}
.zhenic_menubar,.exit_menubar{
color: black;
}
.ok_btn{
font-size: 13px;
padding-top: 2%;
padding-bottom: 2.5%;
margin-top: 5%;
background-color: #039e7e;
color: white;
}
.no_btn{
font-size: 13px;
padding-top: 2%;
padding-bottom: 2.5%;
margin-top: 5%;
background-color: #c44649;
color: white;
}
/****************
activate menu bar
*****************/
.admin_side_title.active{
background-color: #0198d4;
opacity: 0.5;
}
/******************
responsive side bar
*******************/
@media(max-width:850px){
.col-xs-4.pull-left.exit_up{
margin-left: 1%;
}
}
@media(max-width:780px){
.set_fa{
margin-right: 50%;
}
.xs_pr{
margin-right: 38%;
}
}
@media(max-width:576px){
.admin_side_title{
font-size: 11px;
}
.zhenic_title{
font-size: 22px;
}
.input_label{
font-size: 14px;
}
.send_btn{
font-size: 16px;
}
input[type="text"].inputSerial::-webkit-input-placeholder {
font-size: 7px;
}
input[type="text"].inputSerial::-moz-placeholder {
font-size: 7px;
}
.button_box{
padding-top: 30%;
}
}
@media(min-width:577px){
.admin_side_title{
font-size: 12px;
}
.zhenic_title{
font-size: 24px;
}
.input_label{
font-size: 15px;
}
.send_btn{
font-size: 18px;
}
input[type="text"].inputSerial::-webkit-input-placeholder {
font-size: 11px;
}
input[type="text"].inputSerial::-moz-placeholder {
font-size: 11px;
}
}
@media(min-width:768px){
.admin_side_title{
font-size: 13px;
}
.zhenic_title{
font-size: 26px;
}
.input_label{
font-size: 16px;
}
.send_btn{
font-size: 20px;
}
input[type="text"].inputSerial::-webkit-input-placeholder {
font-size: 12px;
}
input[type="text"].inputSerial::-moz-placeholder {
font-size: 12px;
}
}
@media(min-width:992px){
.admin_side_title{
font-size: 14px;
}
.zhenic_title{
font-size: 28px;
}
.input_label{
font-size: 18px;
}
.send_btn{
font-size: 22px;
}
input[type="text"].inputSerial::-webkit-input-placeholder {
font-size: 13px;
}
input[type="text"].inputSerial::-moz-placeholder {
font-size: 13px;
}
}
@media(min-width:1200px){
.admin_side_title{
font-size: 15px;
}
.zhenic_title{
font-size: 30px;
}
.input_label{
font-size: 20px;
}
.send_btn{
font-size: 24px;
}
input[type="text"].inputSerial::-webkit-input-placeholder {
font-size: 15px;
}
input[type="text"].inputSerial::-moz-placeholder {
font-size: 15px;
}
}
/****-------------
scroll bar
--------------****/
.height_vh{
height: 130vh;
}
.scrollbar{
overflow-y: scroll;
overflow-x: hidden;
height: 100vh;
margin-right: -1%;
}
.col-xs-10.scroll_padding{
padding-left: 0;
margin-left: -3px;
padding-right: 0;
}
.white_box_padding{
padding-right: 4%;
padding-left: 4%;
} | public/css/dahboardSidebar.css | .admin_sidebar{
background-color: #242832;
height: 120vh;
padding-right: 0;
padding-left: 0;
margin-top:0;
width: 13%;
text-align: center;
}
.admin_sidebar a{
color: white;
}
.admin_side_title.left_space{
padding-left: 0;
margin-right: -5.4%;
}
.admin_side_title{
font-size: 15px;
font-weight: bold;
border-bottom: 1px solid white;
padding-top: 15px;
padding-bottom: 15px;
font-weight: 200;
padding-right: 10%;
padding-left: 15%;
}
.set_fa{
margin-right: 15%;
margin-left: 5% !important;
}
.zhenic_title{
font-size: 30px;
font-weight: bold;
border-top: 1px solid white;
border-bottom: 1px solid white;
padding-top: 29px;
padding-bottom: 29px;
font-weight: 200;
text-align: center !important;
}
h5.zhenic_title,h5.admin_side_title{
text-align: right;
color: white;
margin: 0;
font-weight: bold;
}
@media (min-width: 0px) {
.admin_sidebar {
float: right;
width: 16.65%;
}
}
.menu_shadow{
box-shadow: 0 0 6px gray;
}
/**********
spline gray
***********/
.spline{
height: 50px;
background-color: #f4f4f4;
margin-top: 0.2%;
}
/*******
menu bar
********/
.pull-right.home_top{
margin-right: 2.8%;
}
.pull-left.exit_up{
margin-left: -21%;
}
.zhenic_menubar,.exit_menubar{
color: black;
}
.ok_btn{
font-size: 13px;
padding-top: 2%;
padding-bottom: 2.5%;
margin-top: 5%;
background-color: #039e7e;
color: white;
}
.no_btn{
font-size: 13px;
padding-top: 2%;
padding-bottom: 2.5%;
margin-top: 5%;
background-color: #c44649;
color: white;
}
/****************
activate menu bar
*****************/
.admin_side_title.active{
background-color: #0198d4;
opacity: 0.5;
}
/******************
responsive side bar
*******************/
@media(max-width:850px){
.col-xs-4.pull-left.exit_up{
margin-left: 1%;
}
}
@media(max-width:780px){
.set_fa{
margin-right: 50%;
}
.xs_pr{
margin-right: 38%;
}
}
@media(max-width:576px){
.admin_side_title{
font-size: 11px;
}
.zhenic_title{
font-size: 22px;
}
.input_label{
font-size: 14px;
}
.send_btn{
font-size: 16px;
}
input[type="text"].inputSerial::-webkit-input-placeholder {
font-size: 7px;
}
input[type="text"].inputSerial::-moz-placeholder {
font-size: 7px;
}
.button_box{
padding-top: 30%;
}
}
@media(min-width:577px){
.admin_side_title{
font-size: 12px;
}
.zhenic_title{
font-size: 24px;
}
.input_label{
font-size: 15px;
}
.send_btn{
font-size: 18px;
}
input[type="text"].inputSerial::-webkit-input-placeholder {
font-size: 11px;
}
input[type="text"].inputSerial::-moz-placeholder {
font-size: 11px;
}
}
@media(min-width:768px){
.admin_side_title{
font-size: 13px;
}
.zhenic_title{
font-size: 26px;
}
.input_label{
font-size: 16px;
}
.send_btn{
font-size: 20px;
}
input[type="text"].inputSerial::-webkit-input-placeholder {
font-size: 12px;
}
input[type="text"].inputSerial::-moz-placeholder {
font-size: 12px;
}
}
@media(min-width:992px){
.admin_side_title{
font-size: 14px;
}
.zhenic_title{
font-size: 28px;
}
.input_label{
font-size: 18px;
}
.send_btn{
font-size: 22px;
}
input[type="text"].inputSerial::-webkit-input-placeholder {
font-size: 13px;
}
input[type="text"].inputSerial::-moz-placeholder {
font-size: 13px;
}
}
@media(min-width:1200px){
.admin_side_title{
font-size: 15px;
}
.zhenic_title{
font-size: 30px;
}
.input_label{
font-size: 20px;
}
.send_btn{
font-size: 24px;
}
input[type="text"].inputSerial::-webkit-input-placeholder {
font-size: 15px;
}
input[type="text"].inputSerial::-moz-placeholder {
font-size: 15px;
}
}
/****-------------
scroll bar
--------------****/
.height_vh{
height: 130vh;
}
.scrollbar{
overflow-y: scroll;
overflow-x: hidden;
height: 100vh;
margin-right: -1%;
}
.col-xs-10.scroll_padding{
padding-left: 0;
margin-left: -3px;
padding-right: 0;
}
.white_box_padding{
padding-right: 4%;
padding-left: 4%;
} | 0.367951 | 0.09122 |
.progrecss {
display: block;
position: relative;
}
.progrecss:after {
z-index: 2;
}
.progrecss[data-progrecss]:after,
.progrecss[data-progrecss-mock]:after,
.progrecss[data-progrecss-timer]:after {
content: "";
display: block;
position: absolute;
transition: width 1s ease 0s;
-webkit-transition: width 1s ease 0s;
background-color: #3498db;
box-shadow: 0 0 1px #3498db;
opacity: 0.6;
height: 4px;
border-radius: 0;
top: 0;
}
.progrecss[data-progrecss].bottom:after,
.progrecss[data-progrecss-mock].bottom:after,
.progrecss[data-progrecss-timer].bottom:after {
top: 100%;
}
.progrecss[data-progrecss].fixed:after,
.progrecss[data-progrecss-mock].fixed:after,
.progrecss[data-progrecss-timer].fixed:after {
position: fixed;
top: 0;
left: 0;
}
.progrecss[data-progrecss].fixed.bottom:after,
.progrecss[data-progrecss-mock].fixed.bottom:after,
.progrecss[data-progrecss-timer].fixed.bottom:after {
position: fixed;
top: 100%;
}
.progrecss[data-progrecss="0"]:after {
width: 0%;
}
.progrecss[data-progrecss="1"]:after {
width: 1%;
}
.progrecss[data-progrecss="2"]:after {
width: 2%;
}
.progrecss[data-progrecss="3"]:after {
width: 3%;
}
.progrecss[data-progrecss="4"]:after {
width: 4%;
}
.progrecss[data-progrecss="5"]:after {
width: 5%;
}
.progrecss[data-progrecss="6"]:after {
width: 6%;
}
.progrecss[data-progrecss="7"]:after {
width: 7%;
}
.progrecss[data-progrecss="8"]:after {
width: 8%;
}
.progrecss[data-progrecss="9"]:after {
width: 9%;
}
.progrecss[data-progrecss="10"]:after {
width: 10%;
}
.progrecss[data-progrecss="11"]:after {
width: 11%;
}
.progrecss[data-progrecss="12"]:after {
width: 12%;
}
.progrecss[data-progrecss="13"]:after {
width: 13%;
}
.progrecss[data-progrecss="14"]:after {
width: 14%;
}
.progrecss[data-progrecss="15"]:after {
width: 15%;
}
.progrecss[data-progrecss="16"]:after {
width: 16%;
}
.progrecss[data-progrecss="17"]:after {
width: 17%;
}
.progrecss[data-progrecss="18"]:after {
width: 18%;
}
.progrecss[data-progrecss="19"]:after {
width: 19%;
}
.progrecss[data-progrecss="20"]:after {
width: 20%;
}
.progrecss[data-progrecss="21"]:after {
width: 21%;
}
.progrecss[data-progrecss="22"]:after {
width: 22%;
}
.progrecss[data-progrecss="23"]:after {
width: 23%;
}
.progrecss[data-progrecss="24"]:after {
width: 24%;
}
.progrecss[data-progrecss="25"]:after {
width: 25%;
}
.progrecss[data-progrecss="26"]:after {
width: 26%;
}
.progrecss[data-progrecss="27"]:after {
width: 27%;
}
.progrecss[data-progrecss="28"]:after {
width: 28%;
}
.progrecss[data-progrecss="29"]:after {
width: 29%;
}
.progrecss[data-progrecss="30"]:after {
width: 30%;
}
.progrecss[data-progrecss="31"]:after {
width: 31%;
}
.progrecss[data-progrecss="32"]:after {
width: 32%;
}
.progrecss[data-progrecss="33"]:after {
width: 33%;
}
.progrecss[data-progrecss="34"]:after {
width: 34%;
}
.progrecss[data-progrecss="35"]:after {
width: 35%;
}
.progrecss[data-progrecss="36"]:after {
width: 36%;
}
.progrecss[data-progrecss="37"]:after {
width: 37%;
}
.progrecss[data-progrecss="38"]:after {
width: 38%;
}
.progrecss[data-progrecss="39"]:after {
width: 39%;
}
.progrecss[data-progrecss="40"]:after {
width: 40%;
}
.progrecss[data-progrecss="41"]:after {
width: 41%;
}
.progrecss[data-progrecss="42"]:after {
width: 42%;
}
.progrecss[data-progrecss="43"]:after {
width: 43%;
}
.progrecss[data-progrecss="44"]:after {
width: 44%;
}
.progrecss[data-progrecss="45"]:after {
width: 45%;
}
.progrecss[data-progrecss="46"]:after {
width: 46%;
}
.progrecss[data-progrecss="47"]:after {
width: 47%;
}
.progrecss[data-progrecss="48"]:after {
width: 48%;
}
.progrecss[data-progrecss="49"]:after {
width: 49%;
}
.progrecss[data-progrecss="50"]:after {
width: 50%;
}
.progrecss[data-progrecss="51"]:after {
width: 51%;
}
.progrecss[data-progrecss="52"]:after {
width: 52%;
}
.progrecss[data-progrecss="53"]:after {
width: 53%;
}
.progrecss[data-progrecss="54"]:after {
width: 54%;
}
.progrecss[data-progrecss="55"]:after {
width: 55%;
}
.progrecss[data-progrecss="56"]:after {
width: 56%;
}
.progrecss[data-progrecss="57"]:after {
width: 57%;
}
.progrecss[data-progrecss="58"]:after {
width: 58%;
}
.progrecss[data-progrecss="59"]:after {
width: 59%;
}
.progrecss[data-progrecss="60"]:after {
width: 60%;
}
.progrecss[data-progrecss="61"]:after {
width: 61%;
}
.progrecss[data-progrecss="62"]:after {
width: 62%;
}
.progrecss[data-progrecss="63"]:after {
width: 63%;
}
.progrecss[data-progrecss="64"]:after {
width: 64%;
}
.progrecss[data-progrecss="65"]:after {
width: 65%;
}
.progrecss[data-progrecss="66"]:after {
width: 66%;
}
.progrecss[data-progrecss="67"]:after {
width: 67%;
}
.progrecss[data-progrecss="68"]:after {
width: 68%;
}
.progrecss[data-progrecss="69"]:after {
width: 69%;
}
.progrecss[data-progrecss="70"]:after {
width: 70%;
}
.progrecss[data-progrecss="71"]:after {
width: 71%;
}
.progrecss[data-progrecss="72"]:after {
width: 72%;
}
.progrecss[data-progrecss="73"]:after {
width: 73%;
}
.progrecss[data-progrecss="74"]:after {
width: 74%;
}
.progrecss[data-progrecss="75"]:after {
width: 75%;
}
.progrecss[data-progrecss="76"]:after {
width: 76%;
}
.progrecss[data-progrecss="77"]:after {
width: 77%;
}
.progrecss[data-progrecss="78"]:after {
width: 78%;
}
.progrecss[data-progrecss="79"]:after {
width: 79%;
}
.progrecss[data-progrecss="80"]:after {
width: 80%;
}
.progrecss[data-progrecss="81"]:after {
width: 81%;
}
.progrecss[data-progrecss="82"]:after {
width: 82%;
}
.progrecss[data-progrecss="83"]:after {
width: 83%;
}
.progrecss[data-progrecss="84"]:after {
width: 84%;
}
.progrecss[data-progrecss="85"]:after {
width: 85%;
}
.progrecss[data-progrecss="86"]:after {
width: 86%;
}
.progrecss[data-progrecss="87"]:after {
width: 87%;
}
.progrecss[data-progrecss="88"]:after {
width: 88%;
}
.progrecss[data-progrecss="89"]:after {
width: 89%;
}
.progrecss[data-progrecss="90"]:after {
width: 90%;
}
.progrecss[data-progrecss="91"]:after {
width: 91%;
}
.progrecss[data-progrecss="92"]:after {
width: 92%;
}
.progrecss[data-progrecss="93"]:after {
width: 93%;
}
.progrecss[data-progrecss="94"]:after {
width: 94%;
}
.progrecss[data-progrecss="95"]:after {
width: 95%;
}
.progrecss[data-progrecss="96"]:after {
width: 96%;
}
.progrecss[data-progrecss="97"]:after {
width: 97%;
}
.progrecss[data-progrecss="98"]:after {
width: 98%;
}
.progrecss[data-progrecss="99"]:after {
width: 99%;
}
.progrecss[data-progrecss="100"]:after {
width: 100%;
}
@keyframes mock {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@-webkit-keyframes mock {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@keyframes staggered-mock {
0% {
width: 0%;
}
10% {
width: 10%;
}
20% {
width: 10%;
}
30% {
width: 30%;
}
40% {
width: 30%;
}
50% {
width: 30%;
}
60% {
width: 50%;
}
70% {
width: 70%;
}
80% {
width: 70%;
}
90% {
width: 90%;
}
100% {
width: 100%;
}
}
@-webkit-keyframes staggered-mock {
0% {
width: 0%;
}
10% {
width: 10%;
}
20% {
width: 10%;
}
30% {
width: 30%;
}
40% {
width: 30%;
}
50% {
width: 30%;
}
60% {
width: 50%;
}
70% {
width: 70%;
}
80% {
width: 70%;
}
90% {
width: 90%;
}
100% {
width: 100%;
}
}
@keyframes timer {
0% {
width: 100%;
}
100% {
width: 0%;
}
}
@-webkit-keyframes timer {
0% {
width: 100%;
}
100% {
width: 0%;
}
}
.progrecss[data-progrecss-mock="0"].mock:after {
animation: mock 0s;
-webkit-animation: mock 0s;
}
.progrecss[data-progrecss-mock="1"].mock:after {
animation: mock 1s;
-webkit-animation: mock 1s;
}
.progrecss[data-progrecss-mock="2"].mock:after {
animation: mock 2s;
-webkit-animation: mock 2s;
}
.progrecss[data-progrecss-mock="3"].mock:after {
animation: mock 3s;
-webkit-animation: mock 3s;
}
.progrecss[data-progrecss-mock="4"].mock:after {
animation: mock 4s;
-webkit-animation: mock 4s;
}
.progrecss[data-progrecss-mock="5"].mock:after {
animation: mock 5s;
-webkit-animation: mock 5s;
}
.progrecss[data-progrecss-mock="6"].mock:after {
animation: mock 6s;
-webkit-animation: mock 6s;
}
.progrecss[data-progrecss-mock="7"].mock:after {
animation: mock 7s;
-webkit-animation: mock 7s;
}
.progrecss[data-progrecss-mock="8"].mock:after {
animation: mock 8s;
-webkit-animation: mock 8s;
}
.progrecss[data-progrecss-mock="9"].mock:after {
animation: mock 9s;
-webkit-animation: mock 9s;
}
.progrecss[data-progrecss-mock="10"].mock:after {
animation: mock 10s;
-webkit-animation: mock 10s;
}
.progrecss[data-progrecss-mock="11"].mock:after {
animation: mock 11s;
-webkit-animation: mock 11s;
}
.progrecss[data-progrecss-mock="12"].mock:after {
animation: mock 12s;
-webkit-animation: mock 12s;
}
.progrecss[data-progrecss-mock="13"].mock:after {
animation: mock 13s;
-webkit-animation: mock 13s;
}
.progrecss[data-progrecss-mock="14"].mock:after {
animation: mock 14s;
-webkit-animation: mock 14s;
}
.progrecss[data-progrecss-mock="15"].mock:after {
animation: mock 15s;
-webkit-animation: mock 15s;
}
.progrecss[data-progrecss-mock="16"].mock:after {
animation: mock 16s;
-webkit-animation: mock 16s;
}
.progrecss[data-progrecss-mock="17"].mock:after {
animation: mock 17s;
-webkit-animation: mock 17s;
}
.progrecss[data-progrecss-mock="18"].mock:after {
animation: mock 18s;
-webkit-animation: mock 18s;
}
.progrecss[data-progrecss-mock="19"].mock:after {
animation: mock 19s;
-webkit-animation: mock 19s;
}
.progrecss[data-progrecss-mock="20"].mock:after {
animation: mock 20s;
-webkit-animation: mock 20s;
}
.progrecss[data-progrecss-mock="21"].mock:after {
animation: mock 21s;
-webkit-animation: mock 21s;
}
.progrecss[data-progrecss-mock="22"].mock:after {
animation: mock 22s;
-webkit-animation: mock 22s;
}
.progrecss[data-progrecss-mock="23"].mock:after {
animation: mock 23s;
-webkit-animation: mock 23s;
}
.progrecss[data-progrecss-mock="24"].mock:after {
animation: mock 24s;
-webkit-animation: mock 24s;
}
.progrecss[data-progrecss-mock="25"].mock:after {
animation: mock 25s;
-webkit-animation: mock 25s;
}
.progrecss[data-progrecss-mock="26"].mock:after {
animation: mock 26s;
-webkit-animation: mock 26s;
}
.progrecss[data-progrecss-mock="27"].mock:after {
animation: mock 27s;
-webkit-animation: mock 27s;
}
.progrecss[data-progrecss-mock="28"].mock:after {
animation: mock 28s;
-webkit-animation: mock 28s;
}
.progrecss[data-progrecss-mock="29"].mock:after {
animation: mock 29s;
-webkit-animation: mock 29s;
}
.progrecss[data-progrecss-mock="30"].mock:after {
animation: mock 30s;
-webkit-animation: mock 30s;
}
.progrecss[data-progrecss-mock="31"].mock:after {
animation: mock 31s;
-webkit-animation: mock 31s;
}
.progrecss[data-progrecss-mock="32"].mock:after {
animation: mock 32s;
-webkit-animation: mock 32s;
}
.progrecss[data-progrecss-mock="33"].mock:after {
animation: mock 33s;
-webkit-animation: mock 33s;
}
.progrecss[data-progrecss-mock="34"].mock:after {
animation: mock 34s;
-webkit-animation: mock 34s;
}
.progrecss[data-progrecss-mock="35"].mock:after {
animation: mock 35s;
-webkit-animation: mock 35s;
}
.progrecss[data-progrecss-mock="36"].mock:after {
animation: mock 36s;
-webkit-animation: mock 36s;
}
.progrecss[data-progrecss-mock="37"].mock:after {
animation: mock 37s;
-webkit-animation: mock 37s;
}
.progrecss[data-progrecss-mock="38"].mock:after {
animation: mock 38s;
-webkit-animation: mock 38s;
}
.progrecss[data-progrecss-mock="39"].mock:after {
animation: mock 39s;
-webkit-animation: mock 39s;
}
.progrecss[data-progrecss-mock="40"].mock:after {
animation: mock 40s;
-webkit-animation: mock 40s;
}
.progrecss[data-progrecss-mock="41"].mock:after {
animation: mock 41s;
-webkit-animation: mock 41s;
}
.progrecss[data-progrecss-mock="42"].mock:after {
animation: mock 42s;
-webkit-animation: mock 42s;
}
.progrecss[data-progrecss-mock="43"].mock:after {
animation: mock 43s;
-webkit-animation: mock 43s;
}
.progrecss[data-progrecss-mock="44"].mock:after {
animation: mock 44s;
-webkit-animation: mock 44s;
}
.progrecss[data-progrecss-mock="45"].mock:after {
animation: mock 45s;
-webkit-animation: mock 45s;
}
.progrecss[data-progrecss-mock="46"].mock:after {
animation: mock 46s;
-webkit-animation: mock 46s;
}
.progrecss[data-progrecss-mock="47"].mock:after {
animation: mock 47s;
-webkit-animation: mock 47s;
}
.progrecss[data-progrecss-mock="48"].mock:after {
animation: mock 48s;
-webkit-animation: mock 48s;
}
.progrecss[data-progrecss-mock="49"].mock:after {
animation: mock 49s;
-webkit-animation: mock 49s;
}
.progrecss[data-progrecss-mock="50"].mock:after {
animation: mock 50s;
-webkit-animation: mock 50s;
}
.progrecss[data-progrecss-mock="51"].mock:after {
animation: mock 51s;
-webkit-animation: mock 51s;
}
.progrecss[data-progrecss-mock="52"].mock:after {
animation: mock 52s;
-webkit-animation: mock 52s;
}
.progrecss[data-progrecss-mock="53"].mock:after {
animation: mock 53s;
-webkit-animation: mock 53s;
}
.progrecss[data-progrecss-mock="54"].mock:after {
animation: mock 54s;
-webkit-animation: mock 54s;
}
.progrecss[data-progrecss-mock="55"].mock:after {
animation: mock 55s;
-webkit-animation: mock 55s;
}
.progrecss[data-progrecss-mock="56"].mock:after {
animation: mock 56s;
-webkit-animation: mock 56s;
}
.progrecss[data-progrecss-mock="57"].mock:after {
animation: mock 57s;
-webkit-animation: mock 57s;
}
.progrecss[data-progrecss-mock="58"].mock:after {
animation: mock 58s;
-webkit-animation: mock 58s;
}
.progrecss[data-progrecss-mock="59"].mock:after {
animation: mock 59s;
-webkit-animation: mock 59s;
}
.progrecss[data-progrecss-mock="60"].mock:after {
animation: mock 60s;
-webkit-animation: mock 60s;
}
.progrecss[data-progrecss-mock="61"].mock:after {
animation: mock 61s;
-webkit-animation: mock 61s;
}
.progrecss[data-progrecss-mock="62"].mock:after {
animation: mock 62s;
-webkit-animation: mock 62s;
}
.progrecss[data-progrecss-mock="63"].mock:after {
animation: mock 63s;
-webkit-animation: mock 63s;
}
.progrecss[data-progrecss-mock="64"].mock:after {
animation: mock 64s;
-webkit-animation: mock 64s;
}
.progrecss[data-progrecss-mock="65"].mock:after {
animation: mock 65s;
-webkit-animation: mock 65s;
}
.progrecss[data-progrecss-mock="66"].mock:after {
animation: mock 66s;
-webkit-animation: mock 66s;
}
.progrecss[data-progrecss-mock="67"].mock:after {
animation: mock 67s;
-webkit-animation: mock 67s;
}
.progrecss[data-progrecss-mock="68"].mock:after {
animation: mock 68s;
-webkit-animation: mock 68s;
}
.progrecss[data-progrecss-mock="69"].mock:after {
animation: mock 69s;
-webkit-animation: mock 69s;
}
.progrecss[data-progrecss-mock="70"].mock:after {
animation: mock 70s;
-webkit-animation: mock 70s;
}
.progrecss[data-progrecss-mock="71"].mock:after {
animation: mock 71s;
-webkit-animation: mock 71s;
}
.progrecss[data-progrecss-mock="72"].mock:after {
animation: mock 72s;
-webkit-animation: mock 72s;
}
.progrecss[data-progrecss-mock="73"].mock:after {
animation: mock 73s;
-webkit-animation: mock 73s;
}
.progrecss[data-progrecss-mock="74"].mock:after {
animation: mock 74s;
-webkit-animation: mock 74s;
}
.progrecss[data-progrecss-mock="75"].mock:after {
animation: mock 75s;
-webkit-animation: mock 75s;
}
.progrecss[data-progrecss-mock="76"].mock:after {
animation: mock 76s;
-webkit-animation: mock 76s;
}
.progrecss[data-progrecss-mock="77"].mock:after {
animation: mock 77s;
-webkit-animation: mock 77s;
}
.progrecss[data-progrecss-mock="78"].mock:after {
animation: mock 78s;
-webkit-animation: mock 78s;
}
.progrecss[data-progrecss-mock="79"].mock:after {
animation: mock 79s;
-webkit-animation: mock 79s;
}
.progrecss[data-progrecss-mock="80"].mock:after {
animation: mock 80s;
-webkit-animation: mock 80s;
}
.progrecss[data-progrecss-mock="81"].mock:after {
animation: mock 81s;
-webkit-animation: mock 81s;
}
.progrecss[data-progrecss-mock="82"].mock:after {
animation: mock 82s;
-webkit-animation: mock 82s;
}
.progrecss[data-progrecss-mock="83"].mock:after {
animation: mock 83s;
-webkit-animation: mock 83s;
}
.progrecss[data-progrecss-mock="84"].mock:after {
animation: mock 84s;
-webkit-animation: mock 84s;
}
.progrecss[data-progrecss-mock="85"].mock:after {
animation: mock 85s;
-webkit-animation: mock 85s;
}
.progrecss[data-progrecss-mock="86"].mock:after {
animation: mock 86s;
-webkit-animation: mock 86s;
}
.progrecss[data-progrecss-mock="87"].mock:after {
animation: mock 87s;
-webkit-animation: mock 87s;
}
.progrecss[data-progrecss-mock="88"].mock:after {
animation: mock 88s;
-webkit-animation: mock 88s;
}
.progrecss[data-progrecss-mock="89"].mock:after {
animation: mock 89s;
-webkit-animation: mock 89s;
}
.progrecss[data-progrecss-mock="90"].mock:after {
animation: mock 90s;
-webkit-animation: mock 90s;
}
.progrecss[data-progrecss-mock="91"].mock:after {
animation: mock 91s;
-webkit-animation: mock 91s;
}
.progrecss[data-progrecss-mock="92"].mock:after {
animation: mock 92s;
-webkit-animation: mock 92s;
}
.progrecss[data-progrecss-mock="93"].mock:after {
animation: mock 93s;
-webkit-animation: mock 93s;
}
.progrecss[data-progrecss-mock="94"].mock:after {
animation: mock 94s;
-webkit-animation: mock 94s;
}
.progrecss[data-progrecss-mock="95"].mock:after {
animation: mock 95s;
-webkit-animation: mock 95s;
}
.progrecss[data-progrecss-mock="96"].mock:after {
animation: mock 96s;
-webkit-animation: mock 96s;
}
.progrecss[data-progrecss-mock="97"].mock:after {
animation: mock 97s;
-webkit-animation: mock 97s;
}
.progrecss[data-progrecss-mock="98"].mock:after {
animation: mock 98s;
-webkit-animation: mock 98s;
}
.progrecss[data-progrecss-mock="99"].mock:after {
animation: mock 99s;
-webkit-animation: mock 99s;
}
.progrecss[data-progrecss-mock="100"].mock:after {
animation: mock 100s;
-webkit-animation: mock 100s;
}
.progrecss[data-progrecss-mock="101"].mock:after {
animation: mock 101s;
-webkit-animation: mock 101s;
}
.progrecss[data-progrecss-mock="102"].mock:after {
animation: mock 102s;
-webkit-animation: mock 102s;
}
.progrecss[data-progrecss-mock="103"].mock:after {
animation: mock 103s;
-webkit-animation: mock 103s;
}
.progrecss[data-progrecss-mock="104"].mock:after {
animation: mock 104s;
-webkit-animation: mock 104s;
}
.progrecss[data-progrecss-mock="105"].mock:after {
animation: mock 105s;
-webkit-animation: mock 105s;
}
.progrecss[data-progrecss-mock="106"].mock:after {
animation: mock 106s;
-webkit-animation: mock 106s;
}
.progrecss[data-progrecss-mock="107"].mock:after {
animation: mock 107s;
-webkit-animation: mock 107s;
}
.progrecss[data-progrecss-mock="108"].mock:after {
animation: mock 108s;
-webkit-animation: mock 108s;
}
.progrecss[data-progrecss-mock="109"].mock:after {
animation: mock 109s;
-webkit-animation: mock 109s;
}
.progrecss[data-progrecss-mock="110"].mock:after {
animation: mock 110s;
-webkit-animation: mock 110s;
}
.progrecss[data-progrecss-mock="111"].mock:after {
animation: mock 111s;
-webkit-animation: mock 111s;
}
.progrecss[data-progrecss-mock="112"].mock:after {
animation: mock 112s;
-webkit-animation: mock 112s;
}
.progrecss[data-progrecss-mock="113"].mock:after {
animation: mock 113s;
-webkit-animation: mock 113s;
}
.progrecss[data-progrecss-mock="114"].mock:after {
animation: mock 114s;
-webkit-animation: mock 114s;
}
.progrecss[data-progrecss-mock="115"].mock:after {
animation: mock 115s;
-webkit-animation: mock 115s;
}
.progrecss[data-progrecss-mock="116"].mock:after {
animation: mock 116s;
-webkit-animation: mock 116s;
}
.progrecss[data-progrecss-mock="117"].mock:after {
animation: mock 117s;
-webkit-animation: mock 117s;
}
.progrecss[data-progrecss-mock="118"].mock:after {
animation: mock 118s;
-webkit-animation: mock 118s;
}
.progrecss[data-progrecss-mock="119"].mock:after {
animation: mock 119s;
-webkit-animation: mock 119s;
}
.progrecss[data-progrecss-mock="120"].mock:after {
animation: mock 120s;
-webkit-animation: mock 120s;
}
.progrecss[data-progrecss-mock="0"].staggered.mock:after {
animation: staggered-mock 0s;
-webkit-animation: staggered-mock 0s;
}
.progrecss[data-progrecss-mock="1"].staggered.mock:after {
animation: staggered-mock 1s;
-webkit-animation: staggered-mock 1s;
}
.progrecss[data-progrecss-mock="2"].staggered.mock:after {
animation: staggered-mock 2s;
-webkit-animation: staggered-mock 2s;
}
.progrecss[data-progrecss-mock="3"].staggered.mock:after {
animation: staggered-mock 3s;
-webkit-animation: staggered-mock 3s;
}
.progrecss[data-progrecss-mock="4"].staggered.mock:after {
animation: staggered-mock 4s;
-webkit-animation: staggered-mock 4s;
}
.progrecss[data-progrecss-mock="5"].staggered.mock:after {
animation: staggered-mock 5s;
-webkit-animation: staggered-mock 5s;
}
.progrecss[data-progrecss-mock="6"].staggered.mock:after {
animation: staggered-mock 6s;
-webkit-animation: staggered-mock 6s;
}
.progrecss[data-progrecss-mock="7"].staggered.mock:after {
animation: staggered-mock 7s;
-webkit-animation: staggered-mock 7s;
}
.progrecss[data-progrecss-mock="8"].staggered.mock:after {
animation: staggered-mock 8s;
-webkit-animation: staggered-mock 8s;
}
.progrecss[data-progrecss-mock="9"].staggered.mock:after {
animation: staggered-mock 9s;
-webkit-animation: staggered-mock 9s;
}
.progrecss[data-progrecss-mock="10"].staggered.mock:after {
animation: staggered-mock 10s;
-webkit-animation: staggered-mock 10s;
}
.progrecss[data-progrecss-mock="11"].staggered.mock:after {
animation: staggered-mock 11s;
-webkit-animation: staggered-mock 11s;
}
.progrecss[data-progrecss-mock="12"].staggered.mock:after {
animation: staggered-mock 12s;
-webkit-animation: staggered-mock 12s;
}
.progrecss[data-progrecss-mock="13"].staggered.mock:after {
animation: staggered-mock 13s;
-webkit-animation: staggered-mock 13s;
}
.progrecss[data-progrecss-mock="14"].staggered.mock:after {
animation: staggered-mock 14s;
-webkit-animation: staggered-mock 14s;
}
.progrecss[data-progrecss-mock="15"].staggered.mock:after {
animation: staggered-mock 15s;
-webkit-animation: staggered-mock 15s;
}
.progrecss[data-progrecss-mock="16"].staggered.mock:after {
animation: staggered-mock 16s;
-webkit-animation: staggered-mock 16s;
}
.progrecss[data-progrecss-mock="17"].staggered.mock:after {
animation: staggered-mock 17s;
-webkit-animation: staggered-mock 17s;
}
.progrecss[data-progrecss-mock="18"].staggered.mock:after {
animation: staggered-mock 18s;
-webkit-animation: staggered-mock 18s;
}
.progrecss[data-progrecss-mock="19"].staggered.mock:after {
animation: staggered-mock 19s;
-webkit-animation: staggered-mock 19s;
}
.progrecss[data-progrecss-mock="20"].staggered.mock:after {
animation: staggered-mock 20s;
-webkit-animation: staggered-mock 20s;
}
.progrecss[data-progrecss-mock="21"].staggered.mock:after {
animation: staggered-mock 21s;
-webkit-animation: staggered-mock 21s;
}
.progrecss[data-progrecss-mock="22"].staggered.mock:after {
animation: staggered-mock 22s;
-webkit-animation: staggered-mock 22s;
}
.progrecss[data-progrecss-mock="23"].staggered.mock:after {
animation: staggered-mock 23s;
-webkit-animation: staggered-mock 23s;
}
.progrecss[data-progrecss-mock="24"].staggered.mock:after {
animation: staggered-mock 24s;
-webkit-animation: staggered-mock 24s;
}
.progrecss[data-progrecss-mock="25"].staggered.mock:after {
animation: staggered-mock 25s;
-webkit-animation: staggered-mock 25s;
}
.progrecss[data-progrecss-mock="26"].staggered.mock:after {
animation: staggered-mock 26s;
-webkit-animation: staggered-mock 26s;
}
.progrecss[data-progrecss-mock="27"].staggered.mock:after {
animation: staggered-mock 27s;
-webkit-animation: staggered-mock 27s;
}
.progrecss[data-progrecss-mock="28"].staggered.mock:after {
animation: staggered-mock 28s;
-webkit-animation: staggered-mock 28s;
}
.progrecss[data-progrecss-mock="29"].staggered.mock:after {
animation: staggered-mock 29s;
-webkit-animation: staggered-mock 29s;
}
.progrecss[data-progrecss-mock="30"].staggered.mock:after {
animation: staggered-mock 30s;
-webkit-animation: staggered-mock 30s;
}
.progrecss[data-progrecss-mock="31"].staggered.mock:after {
animation: staggered-mock 31s;
-webkit-animation: staggered-mock 31s;
}
.progrecss[data-progrecss-mock="32"].staggered.mock:after {
animation: staggered-mock 32s;
-webkit-animation: staggered-mock 32s;
}
.progrecss[data-progrecss-mock="33"].staggered.mock:after {
animation: staggered-mock 33s;
-webkit-animation: staggered-mock 33s;
}
.progrecss[data-progrecss-mock="34"].staggered.mock:after {
animation: staggered-mock 34s;
-webkit-animation: staggered-mock 34s;
}
.progrecss[data-progrecss-mock="35"].staggered.mock:after {
animation: staggered-mock 35s;
-webkit-animation: staggered-mock 35s;
}
.progrecss[data-progrecss-mock="36"].staggered.mock:after {
animation: staggered-mock 36s;
-webkit-animation: staggered-mock 36s;
}
.progrecss[data-progrecss-mock="37"].staggered.mock:after {
animation: staggered-mock 37s;
-webkit-animation: staggered-mock 37s;
}
.progrecss[data-progrecss-mock="38"].staggered.mock:after {
animation: staggered-mock 38s;
-webkit-animation: staggered-mock 38s;
}
.progrecss[data-progrecss-mock="39"].staggered.mock:after {
animation: staggered-mock 39s;
-webkit-animation: staggered-mock 39s;
}
.progrecss[data-progrecss-mock="40"].staggered.mock:after {
animation: staggered-mock 40s;
-webkit-animation: staggered-mock 40s;
}
.progrecss[data-progrecss-mock="41"].staggered.mock:after {
animation: staggered-mock 41s;
-webkit-animation: staggered-mock 41s;
}
.progrecss[data-progrecss-mock="42"].staggered.mock:after {
animation: staggered-mock 42s;
-webkit-animation: staggered-mock 42s;
}
.progrecss[data-progrecss-mock="43"].staggered.mock:after {
animation: staggered-mock 43s;
-webkit-animation: staggered-mock 43s;
}
.progrecss[data-progrecss-mock="44"].staggered.mock:after {
animation: staggered-mock 44s;
-webkit-animation: staggered-mock 44s;
}
.progrecss[data-progrecss-mock="45"].staggered.mock:after {
animation: staggered-mock 45s;
-webkit-animation: staggered-mock 45s;
}
.progrecss[data-progrecss-mock="46"].staggered.mock:after {
animation: staggered-mock 46s;
-webkit-animation: staggered-mock 46s;
}
.progrecss[data-progrecss-mock="47"].staggered.mock:after {
animation: staggered-mock 47s;
-webkit-animation: staggered-mock 47s;
}
.progrecss[data-progrecss-mock="48"].staggered.mock:after {
animation: staggered-mock 48s;
-webkit-animation: staggered-mock 48s;
}
.progrecss[data-progrecss-mock="49"].staggered.mock:after {
animation: staggered-mock 49s;
-webkit-animation: staggered-mock 49s;
}
.progrecss[data-progrecss-mock="50"].staggered.mock:after {
animation: staggered-mock 50s;
-webkit-animation: staggered-mock 50s;
}
.progrecss[data-progrecss-mock="51"].staggered.mock:after {
animation: staggered-mock 51s;
-webkit-animation: staggered-mock 51s;
}
.progrecss[data-progrecss-mock="52"].staggered.mock:after {
animation: staggered-mock 52s;
-webkit-animation: staggered-mock 52s;
}
.progrecss[data-progrecss-mock="53"].staggered.mock:after {
animation: staggered-mock 53s;
-webkit-animation: staggered-mock 53s;
}
.progrecss[data-progrecss-mock="54"].staggered.mock:after {
animation: staggered-mock 54s;
-webkit-animation: staggered-mock 54s;
}
.progrecss[data-progrecss-mock="55"].staggered.mock:after {
animation: staggered-mock 55s;
-webkit-animation: staggered-mock 55s;
}
.progrecss[data-progrecss-mock="56"].staggered.mock:after {
animation: staggered-mock 56s;
-webkit-animation: staggered-mock 56s;
}
.progrecss[data-progrecss-mock="57"].staggered.mock:after {
animation: staggered-mock 57s;
-webkit-animation: staggered-mock 57s;
}
.progrecss[data-progrecss-mock="58"].staggered.mock:after {
animation: staggered-mock 58s;
-webkit-animation: staggered-mock 58s;
}
.progrecss[data-progrecss-mock="59"].staggered.mock:after {
animation: staggered-mock 59s;
-webkit-animation: staggered-mock 59s;
}
.progrecss[data-progrecss-mock="60"].staggered.mock:after {
animation: staggered-mock 60s;
-webkit-animation: staggered-mock 60s;
}
.progrecss[data-progrecss-mock="61"].staggered.mock:after {
animation: staggered-mock 61s;
-webkit-animation: staggered-mock 61s;
}
.progrecss[data-progrecss-mock="62"].staggered.mock:after {
animation: staggered-mock 62s;
-webkit-animation: staggered-mock 62s;
}
.progrecss[data-progrecss-mock="63"].staggered.mock:after {
animation: staggered-mock 63s;
-webkit-animation: staggered-mock 63s;
}
.progrecss[data-progrecss-mock="64"].staggered.mock:after {
animation: staggered-mock 64s;
-webkit-animation: staggered-mock 64s;
}
.progrecss[data-progrecss-mock="65"].staggered.mock:after {
animation: staggered-mock 65s;
-webkit-animation: staggered-mock 65s;
}
.progrecss[data-progrecss-mock="66"].staggered.mock:after {
animation: staggered-mock 66s;
-webkit-animation: staggered-mock 66s;
}
.progrecss[data-progrecss-mock="67"].staggered.mock:after {
animation: staggered-mock 67s;
-webkit-animation: staggered-mock 67s;
}
.progrecss[data-progrecss-mock="68"].staggered.mock:after {
animation: staggered-mock 68s;
-webkit-animation: staggered-mock 68s;
}
.progrecss[data-progrecss-mock="69"].staggered.mock:after {
animation: staggered-mock 69s;
-webkit-animation: staggered-mock 69s;
}
.progrecss[data-progrecss-mock="70"].staggered.mock:after {
animation: staggered-mock 70s;
-webkit-animation: staggered-mock 70s;
}
.progrecss[data-progrecss-mock="71"].staggered.mock:after {
animation: staggered-mock 71s;
-webkit-animation: staggered-mock 71s;
}
.progrecss[data-progrecss-mock="72"].staggered.mock:after {
animation: staggered-mock 72s;
-webkit-animation: staggered-mock 72s;
}
.progrecss[data-progrecss-mock="73"].staggered.mock:after {
animation: staggered-mock 73s;
-webkit-animation: staggered-mock 73s;
}
.progrecss[data-progrecss-mock="74"].staggered.mock:after {
animation: staggered-mock 74s;
-webkit-animation: staggered-mock 74s;
}
.progrecss[data-progrecss-mock="75"].staggered.mock:after {
animation: staggered-mock 75s;
-webkit-animation: staggered-mock 75s;
}
.progrecss[data-progrecss-mock="76"].staggered.mock:after {
animation: staggered-mock 76s;
-webkit-animation: staggered-mock 76s;
}
.progrecss[data-progrecss-mock="77"].staggered.mock:after {
animation: staggered-mock 77s;
-webkit-animation: staggered-mock 77s;
}
.progrecss[data-progrecss-mock="78"].staggered.mock:after {
animation: staggered-mock 78s;
-webkit-animation: staggered-mock 78s;
}
.progrecss[data-progrecss-mock="79"].staggered.mock:after {
animation: staggered-mock 79s;
-webkit-animation: staggered-mock 79s;
}
.progrecss[data-progrecss-mock="80"].staggered.mock:after {
animation: staggered-mock 80s;
-webkit-animation: staggered-mock 80s;
}
.progrecss[data-progrecss-mock="81"].staggered.mock:after {
animation: staggered-mock 81s;
-webkit-animation: staggered-mock 81s;
}
.progrecss[data-progrecss-mock="82"].staggered.mock:after {
animation: staggered-mock 82s;
-webkit-animation: staggered-mock 82s;
}
.progrecss[data-progrecss-mock="83"].staggered.mock:after {
animation: staggered-mock 83s;
-webkit-animation: staggered-mock 83s;
}
.progrecss[data-progrecss-mock="84"].staggered.mock:after {
animation: staggered-mock 84s;
-webkit-animation: staggered-mock 84s;
}
.progrecss[data-progrecss-mock="85"].staggered.mock:after {
animation: staggered-mock 85s;
-webkit-animation: staggered-mock 85s;
}
.progrecss[data-progrecss-mock="86"].staggered.mock:after {
animation: staggered-mock 86s;
-webkit-animation: staggered-mock 86s;
}
.progrecss[data-progrecss-mock="87"].staggered.mock:after {
animation: staggered-mock 87s;
-webkit-animation: staggered-mock 87s;
}
.progrecss[data-progrecss-mock="88"].staggered.mock:after {
animation: staggered-mock 88s;
-webkit-animation: staggered-mock 88s;
}
.progrecss[data-progrecss-mock="89"].staggered.mock:after {
animation: staggered-mock 89s;
-webkit-animation: staggered-mock 89s;
}
.progrecss[data-progrecss-mock="90"].staggered.mock:after {
animation: staggered-mock 90s;
-webkit-animation: staggered-mock 90s;
}
.progrecss[data-progrecss-mock="91"].staggered.mock:after {
animation: staggered-mock 91s;
-webkit-animation: staggered-mock 91s;
}
.progrecss[data-progrecss-mock="92"].staggered.mock:after {
animation: staggered-mock 92s;
-webkit-animation: staggered-mock 92s;
}
.progrecss[data-progrecss-mock="93"].staggered.mock:after {
animation: staggered-mock 93s;
-webkit-animation: staggered-mock 93s;
}
.progrecss[data-progrecss-mock="94"].staggered.mock:after {
animation: staggered-mock 94s;
-webkit-animation: staggered-mock 94s;
}
.progrecss[data-progrecss-mock="95"].staggered.mock:after {
animation: staggered-mock 95s;
-webkit-animation: staggered-mock 95s;
}
.progrecss[data-progrecss-mock="96"].staggered.mock:after {
animation: staggered-mock 96s;
-webkit-animation: staggered-mock 96s;
}
.progrecss[data-progrecss-mock="97"].staggered.mock:after {
animation: staggered-mock 97s;
-webkit-animation: staggered-mock 97s;
}
.progrecss[data-progrecss-mock="98"].staggered.mock:after {
animation: staggered-mock 98s;
-webkit-animation: staggered-mock 98s;
}
.progrecss[data-progrecss-mock="99"].staggered.mock:after {
animation: staggered-mock 99s;
-webkit-animation: staggered-mock 99s;
}
.progrecss[data-progrecss-mock="100"].staggered.mock:after {
animation: staggered-mock 100s;
-webkit-animation: staggered-mock 100s;
}
.progrecss[data-progrecss-mock="101"].staggered.mock:after {
animation: staggered-mock 101s;
-webkit-animation: staggered-mock 101s;
}
.progrecss[data-progrecss-mock="102"].staggered.mock:after {
animation: staggered-mock 102s;
-webkit-animation: staggered-mock 102s;
}
.progrecss[data-progrecss-mock="103"].staggered.mock:after {
animation: staggered-mock 103s;
-webkit-animation: staggered-mock 103s;
}
.progrecss[data-progrecss-mock="104"].staggered.mock:after {
animation: staggered-mock 104s;
-webkit-animation: staggered-mock 104s;
}
.progrecss[data-progrecss-mock="105"].staggered.mock:after {
animation: staggered-mock 105s;
-webkit-animation: staggered-mock 105s;
}
.progrecss[data-progrecss-mock="106"].staggered.mock:after {
animation: staggered-mock 106s;
-webkit-animation: staggered-mock 106s;
}
.progrecss[data-progrecss-mock="107"].staggered.mock:after {
animation: staggered-mock 107s;
-webkit-animation: staggered-mock 107s;
}
.progrecss[data-progrecss-mock="108"].staggered.mock:after {
animation: staggered-mock 108s;
-webkit-animation: staggered-mock 108s;
}
.progrecss[data-progrecss-mock="109"].staggered.mock:after {
animation: staggered-mock 109s;
-webkit-animation: staggered-mock 109s;
}
.progrecss[data-progrecss-mock="110"].staggered.mock:after {
animation: staggered-mock 110s;
-webkit-animation: staggered-mock 110s;
}
.progrecss[data-progrecss-mock="111"].staggered.mock:after {
animation: staggered-mock 111s;
-webkit-animation: staggered-mock 111s;
}
.progrecss[data-progrecss-mock="112"].staggered.mock:after {
animation: staggered-mock 112s;
-webkit-animation: staggered-mock 112s;
}
.progrecss[data-progrecss-mock="113"].staggered.mock:after {
animation: staggered-mock 113s;
-webkit-animation: staggered-mock 113s;
}
.progrecss[data-progrecss-mock="114"].staggered.mock:after {
animation: staggered-mock 114s;
-webkit-animation: staggered-mock 114s;
}
.progrecss[data-progrecss-mock="115"].staggered.mock:after {
animation: staggered-mock 115s;
-webkit-animation: staggered-mock 115s;
}
.progrecss[data-progrecss-mock="116"].staggered.mock:after {
animation: staggered-mock 116s;
-webkit-animation: staggered-mock 116s;
}
.progrecss[data-progrecss-mock="117"].staggered.mock:after {
animation: staggered-mock 117s;
-webkit-animation: staggered-mock 117s;
}
.progrecss[data-progrecss-mock="118"].staggered.mock:after {
animation: staggered-mock 118s;
-webkit-animation: staggered-mock 118s;
}
.progrecss[data-progrecss-mock="119"].staggered.mock:after {
animation: staggered-mock 119s;
-webkit-animation: staggered-mock 119s;
}
.progrecss[data-progrecss-mock="120"].staggered.mock:after {
animation: staggered-mock 120s;
-webkit-animation: staggered-mock 120s;
}
.progrecss[data-progrecss-timer="0"].timer:after {
animation: timer 0s;
-webkit-animation: timer 0s;
}
.progrecss[data-progrecss-timer="1"].timer:after {
animation: timer 1s;
-webkit-animation: timer 1s;
}
.progrecss[data-progrecss-timer="2"].timer:after {
animation: timer 2s;
-webkit-animation: timer 2s;
}
.progrecss[data-progrecss-timer="3"].timer:after {
animation: timer 3s;
-webkit-animation: timer 3s;
}
.progrecss[data-progrecss-timer="4"].timer:after {
animation: timer 4s;
-webkit-animation: timer 4s;
}
.progrecss[data-progrecss-timer="5"].timer:after {
animation: timer 5s;
-webkit-animation: timer 5s;
}
.progrecss[data-progrecss-timer="6"].timer:after {
animation: timer 6s;
-webkit-animation: timer 6s;
}
.progrecss[data-progrecss-timer="7"].timer:after {
animation: timer 7s;
-webkit-animation: timer 7s;
}
.progrecss[data-progrecss-timer="8"].timer:after {
animation: timer 8s;
-webkit-animation: timer 8s;
}
.progrecss[data-progrecss-timer="9"].timer:after {
animation: timer 9s;
-webkit-animation: timer 9s;
}
.progrecss[data-progrecss-timer="10"].timer:after {
animation: timer 10s;
-webkit-animation: timer 10s;
}
.progrecss[data-progrecss-timer="11"].timer:after {
animation: timer 11s;
-webkit-animation: timer 11s;
}
.progrecss[data-progrecss-timer="12"].timer:after {
animation: timer 12s;
-webkit-animation: timer 12s;
}
.progrecss[data-progrecss-timer="13"].timer:after {
animation: timer 13s;
-webkit-animation: timer 13s;
}
.progrecss[data-progrecss-timer="14"].timer:after {
animation: timer 14s;
-webkit-animation: timer 14s;
}
.progrecss[data-progrecss-timer="15"].timer:after {
animation: timer 15s;
-webkit-animation: timer 15s;
}
.progrecss[data-progrecss-timer="16"].timer:after {
animation: timer 16s;
-webkit-animation: timer 16s;
}
.progrecss[data-progrecss-timer="17"].timer:after {
animation: timer 17s;
-webkit-animation: timer 17s;
}
.progrecss[data-progrecss-timer="18"].timer:after {
animation: timer 18s;
-webkit-animation: timer 18s;
}
.progrecss[data-progrecss-timer="19"].timer:after {
animation: timer 19s;
-webkit-animation: timer 19s;
}
.progrecss[data-progrecss-timer="20"].timer:after {
animation: timer 20s;
-webkit-animation: timer 20s;
}
.progrecss[data-progrecss-timer="21"].timer:after {
animation: timer 21s;
-webkit-animation: timer 21s;
}
.progrecss[data-progrecss-timer="22"].timer:after {
animation: timer 22s;
-webkit-animation: timer 22s;
}
.progrecss[data-progrecss-timer="23"].timer:after {
animation: timer 23s;
-webkit-animation: timer 23s;
}
.progrecss[data-progrecss-timer="24"].timer:after {
animation: timer 24s;
-webkit-animation: timer 24s;
}
.progrecss[data-progrecss-timer="25"].timer:after {
animation: timer 25s;
-webkit-animation: timer 25s;
}
.progrecss[data-progrecss-timer="26"].timer:after {
animation: timer 26s;
-webkit-animation: timer 26s;
}
.progrecss[data-progrecss-timer="27"].timer:after {
animation: timer 27s;
-webkit-animation: timer 27s;
}
.progrecss[data-progrecss-timer="28"].timer:after {
animation: timer 28s;
-webkit-animation: timer 28s;
}
.progrecss[data-progrecss-timer="29"].timer:after {
animation: timer 29s;
-webkit-animation: timer 29s;
}
.progrecss[data-progrecss-timer="30"].timer:after {
animation: timer 30s;
-webkit-animation: timer 30s;
}
.progrecss[data-progrecss-timer="31"].timer:after {
animation: timer 31s;
-webkit-animation: timer 31s;
}
.progrecss[data-progrecss-timer="32"].timer:after {
animation: timer 32s;
-webkit-animation: timer 32s;
}
.progrecss[data-progrecss-timer="33"].timer:after {
animation: timer 33s;
-webkit-animation: timer 33s;
}
.progrecss[data-progrecss-timer="34"].timer:after {
animation: timer 34s;
-webkit-animation: timer 34s;
}
.progrecss[data-progrecss-timer="35"].timer:after {
animation: timer 35s;
-webkit-animation: timer 35s;
}
.progrecss[data-progrecss-timer="36"].timer:after {
animation: timer 36s;
-webkit-animation: timer 36s;
}
.progrecss[data-progrecss-timer="37"].timer:after {
animation: timer 37s;
-webkit-animation: timer 37s;
}
.progrecss[data-progrecss-timer="38"].timer:after {
animation: timer 38s;
-webkit-animation: timer 38s;
}
.progrecss[data-progrecss-timer="39"].timer:after {
animation: timer 39s;
-webkit-animation: timer 39s;
}
.progrecss[data-progrecss-timer="40"].timer:after {
animation: timer 40s;
-webkit-animation: timer 40s;
}
.progrecss[data-progrecss-timer="41"].timer:after {
animation: timer 41s;
-webkit-animation: timer 41s;
}
.progrecss[data-progrecss-timer="42"].timer:after {
animation: timer 42s;
-webkit-animation: timer 42s;
}
.progrecss[data-progrecss-timer="43"].timer:after {
animation: timer 43s;
-webkit-animation: timer 43s;
}
.progrecss[data-progrecss-timer="44"].timer:after {
animation: timer 44s;
-webkit-animation: timer 44s;
}
.progrecss[data-progrecss-timer="45"].timer:after {
animation: timer 45s;
-webkit-animation: timer 45s;
}
.progrecss[data-progrecss-timer="46"].timer:after {
animation: timer 46s;
-webkit-animation: timer 46s;
}
.progrecss[data-progrecss-timer="47"].timer:after {
animation: timer 47s;
-webkit-animation: timer 47s;
}
.progrecss[data-progrecss-timer="48"].timer:after {
animation: timer 48s;
-webkit-animation: timer 48s;
}
.progrecss[data-progrecss-timer="49"].timer:after {
animation: timer 49s;
-webkit-animation: timer 49s;
}
.progrecss[data-progrecss-timer="50"].timer:after {
animation: timer 50s;
-webkit-animation: timer 50s;
}
.progrecss[data-progrecss-timer="51"].timer:after {
animation: timer 51s;
-webkit-animation: timer 51s;
}
.progrecss[data-progrecss-timer="52"].timer:after {
animation: timer 52s;
-webkit-animation: timer 52s;
}
.progrecss[data-progrecss-timer="53"].timer:after {
animation: timer 53s;
-webkit-animation: timer 53s;
}
.progrecss[data-progrecss-timer="54"].timer:after {
animation: timer 54s;
-webkit-animation: timer 54s;
}
.progrecss[data-progrecss-timer="55"].timer:after {
animation: timer 55s;
-webkit-animation: timer 55s;
}
.progrecss[data-progrecss-timer="56"].timer:after {
animation: timer 56s;
-webkit-animation: timer 56s;
}
.progrecss[data-progrecss-timer="57"].timer:after {
animation: timer 57s;
-webkit-animation: timer 57s;
}
.progrecss[data-progrecss-timer="58"].timer:after {
animation: timer 58s;
-webkit-animation: timer 58s;
}
.progrecss[data-progrecss-timer="59"].timer:after {
animation: timer 59s;
-webkit-animation: timer 59s;
}
.progrecss[data-progrecss-timer="60"].timer:after {
animation: timer 60s;
-webkit-animation: timer 60s;
}
.progrecss[data-progrecss-timer="61"].timer:after {
animation: timer 61s;
-webkit-animation: timer 61s;
}
.progrecss[data-progrecss-timer="62"].timer:after {
animation: timer 62s;
-webkit-animation: timer 62s;
}
.progrecss[data-progrecss-timer="63"].timer:after {
animation: timer 63s;
-webkit-animation: timer 63s;
}
.progrecss[data-progrecss-timer="64"].timer:after {
animation: timer 64s;
-webkit-animation: timer 64s;
}
.progrecss[data-progrecss-timer="65"].timer:after {
animation: timer 65s;
-webkit-animation: timer 65s;
}
.progrecss[data-progrecss-timer="66"].timer:after {
animation: timer 66s;
-webkit-animation: timer 66s;
}
.progrecss[data-progrecss-timer="67"].timer:after {
animation: timer 67s;
-webkit-animation: timer 67s;
}
.progrecss[data-progrecss-timer="68"].timer:after {
animation: timer 68s;
-webkit-animation: timer 68s;
}
.progrecss[data-progrecss-timer="69"].timer:after {
animation: timer 69s;
-webkit-animation: timer 69s;
}
.progrecss[data-progrecss-timer="70"].timer:after {
animation: timer 70s;
-webkit-animation: timer 70s;
}
.progrecss[data-progrecss-timer="71"].timer:after {
animation: timer 71s;
-webkit-animation: timer 71s;
}
.progrecss[data-progrecss-timer="72"].timer:after {
animation: timer 72s;
-webkit-animation: timer 72s;
}
.progrecss[data-progrecss-timer="73"].timer:after {
animation: timer 73s;
-webkit-animation: timer 73s;
}
.progrecss[data-progrecss-timer="74"].timer:after {
animation: timer 74s;
-webkit-animation: timer 74s;
}
.progrecss[data-progrecss-timer="75"].timer:after {
animation: timer 75s;
-webkit-animation: timer 75s;
}
.progrecss[data-progrecss-timer="76"].timer:after {
animation: timer 76s;
-webkit-animation: timer 76s;
}
.progrecss[data-progrecss-timer="77"].timer:after {
animation: timer 77s;
-webkit-animation: timer 77s;
}
.progrecss[data-progrecss-timer="78"].timer:after {
animation: timer 78s;
-webkit-animation: timer 78s;
}
.progrecss[data-progrecss-timer="79"].timer:after {
animation: timer 79s;
-webkit-animation: timer 79s;
}
.progrecss[data-progrecss-timer="80"].timer:after {
animation: timer 80s;
-webkit-animation: timer 80s;
}
.progrecss[data-progrecss-timer="81"].timer:after {
animation: timer 81s;
-webkit-animation: timer 81s;
}
.progrecss[data-progrecss-timer="82"].timer:after {
animation: timer 82s;
-webkit-animation: timer 82s;
}
.progrecss[data-progrecss-timer="83"].timer:after {
animation: timer 83s;
-webkit-animation: timer 83s;
}
.progrecss[data-progrecss-timer="84"].timer:after {
animation: timer 84s;
-webkit-animation: timer 84s;
}
.progrecss[data-progrecss-timer="85"].timer:after {
animation: timer 85s;
-webkit-animation: timer 85s;
}
.progrecss[data-progrecss-timer="86"].timer:after {
animation: timer 86s;
-webkit-animation: timer 86s;
}
.progrecss[data-progrecss-timer="87"].timer:after {
animation: timer 87s;
-webkit-animation: timer 87s;
}
.progrecss[data-progrecss-timer="88"].timer:after {
animation: timer 88s;
-webkit-animation: timer 88s;
}
.progrecss[data-progrecss-timer="89"].timer:after {
animation: timer 89s;
-webkit-animation: timer 89s;
}
.progrecss[data-progrecss-timer="90"].timer:after {
animation: timer 90s;
-webkit-animation: timer 90s;
}
.progrecss[data-progrecss-timer="91"].timer:after {
animation: timer 91s;
-webkit-animation: timer 91s;
}
.progrecss[data-progrecss-timer="92"].timer:after {
animation: timer 92s;
-webkit-animation: timer 92s;
}
.progrecss[data-progrecss-timer="93"].timer:after {
animation: timer 93s;
-webkit-animation: timer 93s;
}
.progrecss[data-progrecss-timer="94"].timer:after {
animation: timer 94s;
-webkit-animation: timer 94s;
}
.progrecss[data-progrecss-timer="95"].timer:after {
animation: timer 95s;
-webkit-animation: timer 95s;
}
.progrecss[data-progrecss-timer="96"].timer:after {
animation: timer 96s;
-webkit-animation: timer 96s;
}
.progrecss[data-progrecss-timer="97"].timer:after {
animation: timer 97s;
-webkit-animation: timer 97s;
}
.progrecss[data-progrecss-timer="98"].timer:after {
animation: timer 98s;
-webkit-animation: timer 98s;
}
.progrecss[data-progrecss-timer="99"].timer:after {
animation: timer 99s;
-webkit-animation: timer 99s;
}
.progrecss[data-progrecss-timer="100"].timer:after {
animation: timer 100s;
-webkit-animation: timer 100s;
}
.progrecss[data-progrecss-timer="101"].timer:after {
animation: timer 101s;
-webkit-animation: timer 101s;
}
.progrecss[data-progrecss-timer="102"].timer:after {
animation: timer 102s;
-webkit-animation: timer 102s;
}
.progrecss[data-progrecss-timer="103"].timer:after {
animation: timer 103s;
-webkit-animation: timer 103s;
}
.progrecss[data-progrecss-timer="104"].timer:after {
animation: timer 104s;
-webkit-animation: timer 104s;
}
.progrecss[data-progrecss-timer="105"].timer:after {
animation: timer 105s;
-webkit-animation: timer 105s;
}
.progrecss[data-progrecss-timer="106"].timer:after {
animation: timer 106s;
-webkit-animation: timer 106s;
}
.progrecss[data-progrecss-timer="107"].timer:after {
animation: timer 107s;
-webkit-animation: timer 107s;
}
.progrecss[data-progrecss-timer="108"].timer:after {
animation: timer 108s;
-webkit-animation: timer 108s;
}
.progrecss[data-progrecss-timer="109"].timer:after {
animation: timer 109s;
-webkit-animation: timer 109s;
}
.progrecss[data-progrecss-timer="110"].timer:after {
animation: timer 110s;
-webkit-animation: timer 110s;
}
.progrecss[data-progrecss-timer="111"].timer:after {
animation: timer 111s;
-webkit-animation: timer 111s;
}
.progrecss[data-progrecss-timer="112"].timer:after {
animation: timer 112s;
-webkit-animation: timer 112s;
}
.progrecss[data-progrecss-timer="113"].timer:after {
animation: timer 113s;
-webkit-animation: timer 113s;
}
.progrecss[data-progrecss-timer="114"].timer:after {
animation: timer 114s;
-webkit-animation: timer 114s;
}
.progrecss[data-progrecss-timer="115"].timer:after {
animation: timer 115s;
-webkit-animation: timer 115s;
}
.progrecss[data-progrecss-timer="116"].timer:after {
animation: timer 116s;
-webkit-animation: timer 116s;
}
.progrecss[data-progrecss-timer="117"].timer:after {
animation: timer 117s;
-webkit-animation: timer 117s;
}
.progrecss[data-progrecss-timer="118"].timer:after {
animation: timer 118s;
-webkit-animation: timer 118s;
}
.progrecss[data-progrecss-timer="119"].timer:after {
animation: timer 119s;
-webkit-animation: timer 119s;
}
.progrecss[data-progrecss-timer="120"].timer:after {
animation: timer 120s;
-webkit-animation: timer 120s;
}
.progrecss[data-progrecss].green:after,
.progrecss[data-progrecss-mock].green:after,
.progrecss[data-progrecss-timer].green:after {
background-color: #2ecc71;
}
.progrecss[data-progrecss].blue:after,
.progrecss[data-progrecss-mock].blue:after,
.progrecss[data-progrecss-timer].blue:after {
background-color: #3498db;
}
.progrecss[data-progrecss].purple:after,
.progrecss[data-progrecss-mock].purple:after,
.progrecss[data-progrecss-timer].purple:after {
background-color: #9b59b6;
}
.progrecss[data-progrecss].yellow:after,
.progrecss[data-progrecss-mock].yellow:after,
.progrecss[data-progrecss-timer].yellow:after {
background-color: #f1c40f;
}
.progrecss[data-progrecss].orange:after,
.progrecss[data-progrecss-mock].orange:after,
.progrecss[data-progrecss-timer].orange:after {
background-color: #e67e22;
}
.progrecss[data-progrecss].red:after,
.progrecss[data-progrecss-mock].red:after,
.progrecss[data-progrecss-timer].red:after {
background-color: #e74c3c;
}
.progrecss[data-progrecss].white:after,
.progrecss[data-progrecss-mock].white:after,
.progrecss[data-progrecss-timer].white:after {
background-color: #ffffff;
} | style/progrecss.css | .progrecss {
display: block;
position: relative;
}
.progrecss:after {
z-index: 2;
}
.progrecss[data-progrecss]:after,
.progrecss[data-progrecss-mock]:after,
.progrecss[data-progrecss-timer]:after {
content: "";
display: block;
position: absolute;
transition: width 1s ease 0s;
-webkit-transition: width 1s ease 0s;
background-color: #3498db;
box-shadow: 0 0 1px #3498db;
opacity: 0.6;
height: 4px;
border-radius: 0;
top: 0;
}
.progrecss[data-progrecss].bottom:after,
.progrecss[data-progrecss-mock].bottom:after,
.progrecss[data-progrecss-timer].bottom:after {
top: 100%;
}
.progrecss[data-progrecss].fixed:after,
.progrecss[data-progrecss-mock].fixed:after,
.progrecss[data-progrecss-timer].fixed:after {
position: fixed;
top: 0;
left: 0;
}
.progrecss[data-progrecss].fixed.bottom:after,
.progrecss[data-progrecss-mock].fixed.bottom:after,
.progrecss[data-progrecss-timer].fixed.bottom:after {
position: fixed;
top: 100%;
}
.progrecss[data-progrecss="0"]:after {
width: 0%;
}
.progrecss[data-progrecss="1"]:after {
width: 1%;
}
.progrecss[data-progrecss="2"]:after {
width: 2%;
}
.progrecss[data-progrecss="3"]:after {
width: 3%;
}
.progrecss[data-progrecss="4"]:after {
width: 4%;
}
.progrecss[data-progrecss="5"]:after {
width: 5%;
}
.progrecss[data-progrecss="6"]:after {
width: 6%;
}
.progrecss[data-progrecss="7"]:after {
width: 7%;
}
.progrecss[data-progrecss="8"]:after {
width: 8%;
}
.progrecss[data-progrecss="9"]:after {
width: 9%;
}
.progrecss[data-progrecss="10"]:after {
width: 10%;
}
.progrecss[data-progrecss="11"]:after {
width: 11%;
}
.progrecss[data-progrecss="12"]:after {
width: 12%;
}
.progrecss[data-progrecss="13"]:after {
width: 13%;
}
.progrecss[data-progrecss="14"]:after {
width: 14%;
}
.progrecss[data-progrecss="15"]:after {
width: 15%;
}
.progrecss[data-progrecss="16"]:after {
width: 16%;
}
.progrecss[data-progrecss="17"]:after {
width: 17%;
}
.progrecss[data-progrecss="18"]:after {
width: 18%;
}
.progrecss[data-progrecss="19"]:after {
width: 19%;
}
.progrecss[data-progrecss="20"]:after {
width: 20%;
}
.progrecss[data-progrecss="21"]:after {
width: 21%;
}
.progrecss[data-progrecss="22"]:after {
width: 22%;
}
.progrecss[data-progrecss="23"]:after {
width: 23%;
}
.progrecss[data-progrecss="24"]:after {
width: 24%;
}
.progrecss[data-progrecss="25"]:after {
width: 25%;
}
.progrecss[data-progrecss="26"]:after {
width: 26%;
}
.progrecss[data-progrecss="27"]:after {
width: 27%;
}
.progrecss[data-progrecss="28"]:after {
width: 28%;
}
.progrecss[data-progrecss="29"]:after {
width: 29%;
}
.progrecss[data-progrecss="30"]:after {
width: 30%;
}
.progrecss[data-progrecss="31"]:after {
width: 31%;
}
.progrecss[data-progrecss="32"]:after {
width: 32%;
}
.progrecss[data-progrecss="33"]:after {
width: 33%;
}
.progrecss[data-progrecss="34"]:after {
width: 34%;
}
.progrecss[data-progrecss="35"]:after {
width: 35%;
}
.progrecss[data-progrecss="36"]:after {
width: 36%;
}
.progrecss[data-progrecss="37"]:after {
width: 37%;
}
.progrecss[data-progrecss="38"]:after {
width: 38%;
}
.progrecss[data-progrecss="39"]:after {
width: 39%;
}
.progrecss[data-progrecss="40"]:after {
width: 40%;
}
.progrecss[data-progrecss="41"]:after {
width: 41%;
}
.progrecss[data-progrecss="42"]:after {
width: 42%;
}
.progrecss[data-progrecss="43"]:after {
width: 43%;
}
.progrecss[data-progrecss="44"]:after {
width: 44%;
}
.progrecss[data-progrecss="45"]:after {
width: 45%;
}
.progrecss[data-progrecss="46"]:after {
width: 46%;
}
.progrecss[data-progrecss="47"]:after {
width: 47%;
}
.progrecss[data-progrecss="48"]:after {
width: 48%;
}
.progrecss[data-progrecss="49"]:after {
width: 49%;
}
.progrecss[data-progrecss="50"]:after {
width: 50%;
}
.progrecss[data-progrecss="51"]:after {
width: 51%;
}
.progrecss[data-progrecss="52"]:after {
width: 52%;
}
.progrecss[data-progrecss="53"]:after {
width: 53%;
}
.progrecss[data-progrecss="54"]:after {
width: 54%;
}
.progrecss[data-progrecss="55"]:after {
width: 55%;
}
.progrecss[data-progrecss="56"]:after {
width: 56%;
}
.progrecss[data-progrecss="57"]:after {
width: 57%;
}
.progrecss[data-progrecss="58"]:after {
width: 58%;
}
.progrecss[data-progrecss="59"]:after {
width: 59%;
}
.progrecss[data-progrecss="60"]:after {
width: 60%;
}
.progrecss[data-progrecss="61"]:after {
width: 61%;
}
.progrecss[data-progrecss="62"]:after {
width: 62%;
}
.progrecss[data-progrecss="63"]:after {
width: 63%;
}
.progrecss[data-progrecss="64"]:after {
width: 64%;
}
.progrecss[data-progrecss="65"]:after {
width: 65%;
}
.progrecss[data-progrecss="66"]:after {
width: 66%;
}
.progrecss[data-progrecss="67"]:after {
width: 67%;
}
.progrecss[data-progrecss="68"]:after {
width: 68%;
}
.progrecss[data-progrecss="69"]:after {
width: 69%;
}
.progrecss[data-progrecss="70"]:after {
width: 70%;
}
.progrecss[data-progrecss="71"]:after {
width: 71%;
}
.progrecss[data-progrecss="72"]:after {
width: 72%;
}
.progrecss[data-progrecss="73"]:after {
width: 73%;
}
.progrecss[data-progrecss="74"]:after {
width: 74%;
}
.progrecss[data-progrecss="75"]:after {
width: 75%;
}
.progrecss[data-progrecss="76"]:after {
width: 76%;
}
.progrecss[data-progrecss="77"]:after {
width: 77%;
}
.progrecss[data-progrecss="78"]:after {
width: 78%;
}
.progrecss[data-progrecss="79"]:after {
width: 79%;
}
.progrecss[data-progrecss="80"]:after {
width: 80%;
}
.progrecss[data-progrecss="81"]:after {
width: 81%;
}
.progrecss[data-progrecss="82"]:after {
width: 82%;
}
.progrecss[data-progrecss="83"]:after {
width: 83%;
}
.progrecss[data-progrecss="84"]:after {
width: 84%;
}
.progrecss[data-progrecss="85"]:after {
width: 85%;
}
.progrecss[data-progrecss="86"]:after {
width: 86%;
}
.progrecss[data-progrecss="87"]:after {
width: 87%;
}
.progrecss[data-progrecss="88"]:after {
width: 88%;
}
.progrecss[data-progrecss="89"]:after {
width: 89%;
}
.progrecss[data-progrecss="90"]:after {
width: 90%;
}
.progrecss[data-progrecss="91"]:after {
width: 91%;
}
.progrecss[data-progrecss="92"]:after {
width: 92%;
}
.progrecss[data-progrecss="93"]:after {
width: 93%;
}
.progrecss[data-progrecss="94"]:after {
width: 94%;
}
.progrecss[data-progrecss="95"]:after {
width: 95%;
}
.progrecss[data-progrecss="96"]:after {
width: 96%;
}
.progrecss[data-progrecss="97"]:after {
width: 97%;
}
.progrecss[data-progrecss="98"]:after {
width: 98%;
}
.progrecss[data-progrecss="99"]:after {
width: 99%;
}
.progrecss[data-progrecss="100"]:after {
width: 100%;
}
@keyframes mock {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@-webkit-keyframes mock {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@keyframes staggered-mock {
0% {
width: 0%;
}
10% {
width: 10%;
}
20% {
width: 10%;
}
30% {
width: 30%;
}
40% {
width: 30%;
}
50% {
width: 30%;
}
60% {
width: 50%;
}
70% {
width: 70%;
}
80% {
width: 70%;
}
90% {
width: 90%;
}
100% {
width: 100%;
}
}
@-webkit-keyframes staggered-mock {
0% {
width: 0%;
}
10% {
width: 10%;
}
20% {
width: 10%;
}
30% {
width: 30%;
}
40% {
width: 30%;
}
50% {
width: 30%;
}
60% {
width: 50%;
}
70% {
width: 70%;
}
80% {
width: 70%;
}
90% {
width: 90%;
}
100% {
width: 100%;
}
}
@keyframes timer {
0% {
width: 100%;
}
100% {
width: 0%;
}
}
@-webkit-keyframes timer {
0% {
width: 100%;
}
100% {
width: 0%;
}
}
.progrecss[data-progrecss-mock="0"].mock:after {
animation: mock 0s;
-webkit-animation: mock 0s;
}
.progrecss[data-progrecss-mock="1"].mock:after {
animation: mock 1s;
-webkit-animation: mock 1s;
}
.progrecss[data-progrecss-mock="2"].mock:after {
animation: mock 2s;
-webkit-animation: mock 2s;
}
.progrecss[data-progrecss-mock="3"].mock:after {
animation: mock 3s;
-webkit-animation: mock 3s;
}
.progrecss[data-progrecss-mock="4"].mock:after {
animation: mock 4s;
-webkit-animation: mock 4s;
}
.progrecss[data-progrecss-mock="5"].mock:after {
animation: mock 5s;
-webkit-animation: mock 5s;
}
.progrecss[data-progrecss-mock="6"].mock:after {
animation: mock 6s;
-webkit-animation: mock 6s;
}
.progrecss[data-progrecss-mock="7"].mock:after {
animation: mock 7s;
-webkit-animation: mock 7s;
}
.progrecss[data-progrecss-mock="8"].mock:after {
animation: mock 8s;
-webkit-animation: mock 8s;
}
.progrecss[data-progrecss-mock="9"].mock:after {
animation: mock 9s;
-webkit-animation: mock 9s;
}
.progrecss[data-progrecss-mock="10"].mock:after {
animation: mock 10s;
-webkit-animation: mock 10s;
}
.progrecss[data-progrecss-mock="11"].mock:after {
animation: mock 11s;
-webkit-animation: mock 11s;
}
.progrecss[data-progrecss-mock="12"].mock:after {
animation: mock 12s;
-webkit-animation: mock 12s;
}
.progrecss[data-progrecss-mock="13"].mock:after {
animation: mock 13s;
-webkit-animation: mock 13s;
}
.progrecss[data-progrecss-mock="14"].mock:after {
animation: mock 14s;
-webkit-animation: mock 14s;
}
.progrecss[data-progrecss-mock="15"].mock:after {
animation: mock 15s;
-webkit-animation: mock 15s;
}
.progrecss[data-progrecss-mock="16"].mock:after {
animation: mock 16s;
-webkit-animation: mock 16s;
}
.progrecss[data-progrecss-mock="17"].mock:after {
animation: mock 17s;
-webkit-animation: mock 17s;
}
.progrecss[data-progrecss-mock="18"].mock:after {
animation: mock 18s;
-webkit-animation: mock 18s;
}
.progrecss[data-progrecss-mock="19"].mock:after {
animation: mock 19s;
-webkit-animation: mock 19s;
}
.progrecss[data-progrecss-mock="20"].mock:after {
animation: mock 20s;
-webkit-animation: mock 20s;
}
.progrecss[data-progrecss-mock="21"].mock:after {
animation: mock 21s;
-webkit-animation: mock 21s;
}
.progrecss[data-progrecss-mock="22"].mock:after {
animation: mock 22s;
-webkit-animation: mock 22s;
}
.progrecss[data-progrecss-mock="23"].mock:after {
animation: mock 23s;
-webkit-animation: mock 23s;
}
.progrecss[data-progrecss-mock="24"].mock:after {
animation: mock 24s;
-webkit-animation: mock 24s;
}
.progrecss[data-progrecss-mock="25"].mock:after {
animation: mock 25s;
-webkit-animation: mock 25s;
}
.progrecss[data-progrecss-mock="26"].mock:after {
animation: mock 26s;
-webkit-animation: mock 26s;
}
.progrecss[data-progrecss-mock="27"].mock:after {
animation: mock 27s;
-webkit-animation: mock 27s;
}
.progrecss[data-progrecss-mock="28"].mock:after {
animation: mock 28s;
-webkit-animation: mock 28s;
}
.progrecss[data-progrecss-mock="29"].mock:after {
animation: mock 29s;
-webkit-animation: mock 29s;
}
.progrecss[data-progrecss-mock="30"].mock:after {
animation: mock 30s;
-webkit-animation: mock 30s;
}
.progrecss[data-progrecss-mock="31"].mock:after {
animation: mock 31s;
-webkit-animation: mock 31s;
}
.progrecss[data-progrecss-mock="32"].mock:after {
animation: mock 32s;
-webkit-animation: mock 32s;
}
.progrecss[data-progrecss-mock="33"].mock:after {
animation: mock 33s;
-webkit-animation: mock 33s;
}
.progrecss[data-progrecss-mock="34"].mock:after {
animation: mock 34s;
-webkit-animation: mock 34s;
}
.progrecss[data-progrecss-mock="35"].mock:after {
animation: mock 35s;
-webkit-animation: mock 35s;
}
.progrecss[data-progrecss-mock="36"].mock:after {
animation: mock 36s;
-webkit-animation: mock 36s;
}
.progrecss[data-progrecss-mock="37"].mock:after {
animation: mock 37s;
-webkit-animation: mock 37s;
}
.progrecss[data-progrecss-mock="38"].mock:after {
animation: mock 38s;
-webkit-animation: mock 38s;
}
.progrecss[data-progrecss-mock="39"].mock:after {
animation: mock 39s;
-webkit-animation: mock 39s;
}
.progrecss[data-progrecss-mock="40"].mock:after {
animation: mock 40s;
-webkit-animation: mock 40s;
}
.progrecss[data-progrecss-mock="41"].mock:after {
animation: mock 41s;
-webkit-animation: mock 41s;
}
.progrecss[data-progrecss-mock="42"].mock:after {
animation: mock 42s;
-webkit-animation: mock 42s;
}
.progrecss[data-progrecss-mock="43"].mock:after {
animation: mock 43s;
-webkit-animation: mock 43s;
}
.progrecss[data-progrecss-mock="44"].mock:after {
animation: mock 44s;
-webkit-animation: mock 44s;
}
.progrecss[data-progrecss-mock="45"].mock:after {
animation: mock 45s;
-webkit-animation: mock 45s;
}
.progrecss[data-progrecss-mock="46"].mock:after {
animation: mock 46s;
-webkit-animation: mock 46s;
}
.progrecss[data-progrecss-mock="47"].mock:after {
animation: mock 47s;
-webkit-animation: mock 47s;
}
.progrecss[data-progrecss-mock="48"].mock:after {
animation: mock 48s;
-webkit-animation: mock 48s;
}
.progrecss[data-progrecss-mock="49"].mock:after {
animation: mock 49s;
-webkit-animation: mock 49s;
}
.progrecss[data-progrecss-mock="50"].mock:after {
animation: mock 50s;
-webkit-animation: mock 50s;
}
.progrecss[data-progrecss-mock="51"].mock:after {
animation: mock 51s;
-webkit-animation: mock 51s;
}
.progrecss[data-progrecss-mock="52"].mock:after {
animation: mock 52s;
-webkit-animation: mock 52s;
}
.progrecss[data-progrecss-mock="53"].mock:after {
animation: mock 53s;
-webkit-animation: mock 53s;
}
.progrecss[data-progrecss-mock="54"].mock:after {
animation: mock 54s;
-webkit-animation: mock 54s;
}
.progrecss[data-progrecss-mock="55"].mock:after {
animation: mock 55s;
-webkit-animation: mock 55s;
}
.progrecss[data-progrecss-mock="56"].mock:after {
animation: mock 56s;
-webkit-animation: mock 56s;
}
.progrecss[data-progrecss-mock="57"].mock:after {
animation: mock 57s;
-webkit-animation: mock 57s;
}
.progrecss[data-progrecss-mock="58"].mock:after {
animation: mock 58s;
-webkit-animation: mock 58s;
}
.progrecss[data-progrecss-mock="59"].mock:after {
animation: mock 59s;
-webkit-animation: mock 59s;
}
.progrecss[data-progrecss-mock="60"].mock:after {
animation: mock 60s;
-webkit-animation: mock 60s;
}
.progrecss[data-progrecss-mock="61"].mock:after {
animation: mock 61s;
-webkit-animation: mock 61s;
}
.progrecss[data-progrecss-mock="62"].mock:after {
animation: mock 62s;
-webkit-animation: mock 62s;
}
.progrecss[data-progrecss-mock="63"].mock:after {
animation: mock 63s;
-webkit-animation: mock 63s;
}
.progrecss[data-progrecss-mock="64"].mock:after {
animation: mock 64s;
-webkit-animation: mock 64s;
}
.progrecss[data-progrecss-mock="65"].mock:after {
animation: mock 65s;
-webkit-animation: mock 65s;
}
.progrecss[data-progrecss-mock="66"].mock:after {
animation: mock 66s;
-webkit-animation: mock 66s;
}
.progrecss[data-progrecss-mock="67"].mock:after {
animation: mock 67s;
-webkit-animation: mock 67s;
}
.progrecss[data-progrecss-mock="68"].mock:after {
animation: mock 68s;
-webkit-animation: mock 68s;
}
.progrecss[data-progrecss-mock="69"].mock:after {
animation: mock 69s;
-webkit-animation: mock 69s;
}
.progrecss[data-progrecss-mock="70"].mock:after {
animation: mock 70s;
-webkit-animation: mock 70s;
}
.progrecss[data-progrecss-mock="71"].mock:after {
animation: mock 71s;
-webkit-animation: mock 71s;
}
.progrecss[data-progrecss-mock="72"].mock:after {
animation: mock 72s;
-webkit-animation: mock 72s;
}
.progrecss[data-progrecss-mock="73"].mock:after {
animation: mock 73s;
-webkit-animation: mock 73s;
}
.progrecss[data-progrecss-mock="74"].mock:after {
animation: mock 74s;
-webkit-animation: mock 74s;
}
.progrecss[data-progrecss-mock="75"].mock:after {
animation: mock 75s;
-webkit-animation: mock 75s;
}
.progrecss[data-progrecss-mock="76"].mock:after {
animation: mock 76s;
-webkit-animation: mock 76s;
}
.progrecss[data-progrecss-mock="77"].mock:after {
animation: mock 77s;
-webkit-animation: mock 77s;
}
.progrecss[data-progrecss-mock="78"].mock:after {
animation: mock 78s;
-webkit-animation: mock 78s;
}
.progrecss[data-progrecss-mock="79"].mock:after {
animation: mock 79s;
-webkit-animation: mock 79s;
}
.progrecss[data-progrecss-mock="80"].mock:after {
animation: mock 80s;
-webkit-animation: mock 80s;
}
.progrecss[data-progrecss-mock="81"].mock:after {
animation: mock 81s;
-webkit-animation: mock 81s;
}
.progrecss[data-progrecss-mock="82"].mock:after {
animation: mock 82s;
-webkit-animation: mock 82s;
}
.progrecss[data-progrecss-mock="83"].mock:after {
animation: mock 83s;
-webkit-animation: mock 83s;
}
.progrecss[data-progrecss-mock="84"].mock:after {
animation: mock 84s;
-webkit-animation: mock 84s;
}
.progrecss[data-progrecss-mock="85"].mock:after {
animation: mock 85s;
-webkit-animation: mock 85s;
}
.progrecss[data-progrecss-mock="86"].mock:after {
animation: mock 86s;
-webkit-animation: mock 86s;
}
.progrecss[data-progrecss-mock="87"].mock:after {
animation: mock 87s;
-webkit-animation: mock 87s;
}
.progrecss[data-progrecss-mock="88"].mock:after {
animation: mock 88s;
-webkit-animation: mock 88s;
}
.progrecss[data-progrecss-mock="89"].mock:after {
animation: mock 89s;
-webkit-animation: mock 89s;
}
.progrecss[data-progrecss-mock="90"].mock:after {
animation: mock 90s;
-webkit-animation: mock 90s;
}
.progrecss[data-progrecss-mock="91"].mock:after {
animation: mock 91s;
-webkit-animation: mock 91s;
}
.progrecss[data-progrecss-mock="92"].mock:after {
animation: mock 92s;
-webkit-animation: mock 92s;
}
.progrecss[data-progrecss-mock="93"].mock:after {
animation: mock 93s;
-webkit-animation: mock 93s;
}
.progrecss[data-progrecss-mock="94"].mock:after {
animation: mock 94s;
-webkit-animation: mock 94s;
}
.progrecss[data-progrecss-mock="95"].mock:after {
animation: mock 95s;
-webkit-animation: mock 95s;
}
.progrecss[data-progrecss-mock="96"].mock:after {
animation: mock 96s;
-webkit-animation: mock 96s;
}
.progrecss[data-progrecss-mock="97"].mock:after {
animation: mock 97s;
-webkit-animation: mock 97s;
}
.progrecss[data-progrecss-mock="98"].mock:after {
animation: mock 98s;
-webkit-animation: mock 98s;
}
.progrecss[data-progrecss-mock="99"].mock:after {
animation: mock 99s;
-webkit-animation: mock 99s;
}
.progrecss[data-progrecss-mock="100"].mock:after {
animation: mock 100s;
-webkit-animation: mock 100s;
}
.progrecss[data-progrecss-mock="101"].mock:after {
animation: mock 101s;
-webkit-animation: mock 101s;
}
.progrecss[data-progrecss-mock="102"].mock:after {
animation: mock 102s;
-webkit-animation: mock 102s;
}
.progrecss[data-progrecss-mock="103"].mock:after {
animation: mock 103s;
-webkit-animation: mock 103s;
}
.progrecss[data-progrecss-mock="104"].mock:after {
animation: mock 104s;
-webkit-animation: mock 104s;
}
.progrecss[data-progrecss-mock="105"].mock:after {
animation: mock 105s;
-webkit-animation: mock 105s;
}
.progrecss[data-progrecss-mock="106"].mock:after {
animation: mock 106s;
-webkit-animation: mock 106s;
}
.progrecss[data-progrecss-mock="107"].mock:after {
animation: mock 107s;
-webkit-animation: mock 107s;
}
.progrecss[data-progrecss-mock="108"].mock:after {
animation: mock 108s;
-webkit-animation: mock 108s;
}
.progrecss[data-progrecss-mock="109"].mock:after {
animation: mock 109s;
-webkit-animation: mock 109s;
}
.progrecss[data-progrecss-mock="110"].mock:after {
animation: mock 110s;
-webkit-animation: mock 110s;
}
.progrecss[data-progrecss-mock="111"].mock:after {
animation: mock 111s;
-webkit-animation: mock 111s;
}
.progrecss[data-progrecss-mock="112"].mock:after {
animation: mock 112s;
-webkit-animation: mock 112s;
}
.progrecss[data-progrecss-mock="113"].mock:after {
animation: mock 113s;
-webkit-animation: mock 113s;
}
.progrecss[data-progrecss-mock="114"].mock:after {
animation: mock 114s;
-webkit-animation: mock 114s;
}
.progrecss[data-progrecss-mock="115"].mock:after {
animation: mock 115s;
-webkit-animation: mock 115s;
}
.progrecss[data-progrecss-mock="116"].mock:after {
animation: mock 116s;
-webkit-animation: mock 116s;
}
.progrecss[data-progrecss-mock="117"].mock:after {
animation: mock 117s;
-webkit-animation: mock 117s;
}
.progrecss[data-progrecss-mock="118"].mock:after {
animation: mock 118s;
-webkit-animation: mock 118s;
}
.progrecss[data-progrecss-mock="119"].mock:after {
animation: mock 119s;
-webkit-animation: mock 119s;
}
.progrecss[data-progrecss-mock="120"].mock:after {
animation: mock 120s;
-webkit-animation: mock 120s;
}
.progrecss[data-progrecss-mock="0"].staggered.mock:after {
animation: staggered-mock 0s;
-webkit-animation: staggered-mock 0s;
}
.progrecss[data-progrecss-mock="1"].staggered.mock:after {
animation: staggered-mock 1s;
-webkit-animation: staggered-mock 1s;
}
.progrecss[data-progrecss-mock="2"].staggered.mock:after {
animation: staggered-mock 2s;
-webkit-animation: staggered-mock 2s;
}
.progrecss[data-progrecss-mock="3"].staggered.mock:after {
animation: staggered-mock 3s;
-webkit-animation: staggered-mock 3s;
}
.progrecss[data-progrecss-mock="4"].staggered.mock:after {
animation: staggered-mock 4s;
-webkit-animation: staggered-mock 4s;
}
.progrecss[data-progrecss-mock="5"].staggered.mock:after {
animation: staggered-mock 5s;
-webkit-animation: staggered-mock 5s;
}
.progrecss[data-progrecss-mock="6"].staggered.mock:after {
animation: staggered-mock 6s;
-webkit-animation: staggered-mock 6s;
}
.progrecss[data-progrecss-mock="7"].staggered.mock:after {
animation: staggered-mock 7s;
-webkit-animation: staggered-mock 7s;
}
.progrecss[data-progrecss-mock="8"].staggered.mock:after {
animation: staggered-mock 8s;
-webkit-animation: staggered-mock 8s;
}
.progrecss[data-progrecss-mock="9"].staggered.mock:after {
animation: staggered-mock 9s;
-webkit-animation: staggered-mock 9s;
}
.progrecss[data-progrecss-mock="10"].staggered.mock:after {
animation: staggered-mock 10s;
-webkit-animation: staggered-mock 10s;
}
.progrecss[data-progrecss-mock="11"].staggered.mock:after {
animation: staggered-mock 11s;
-webkit-animation: staggered-mock 11s;
}
.progrecss[data-progrecss-mock="12"].staggered.mock:after {
animation: staggered-mock 12s;
-webkit-animation: staggered-mock 12s;
}
.progrecss[data-progrecss-mock="13"].staggered.mock:after {
animation: staggered-mock 13s;
-webkit-animation: staggered-mock 13s;
}
.progrecss[data-progrecss-mock="14"].staggered.mock:after {
animation: staggered-mock 14s;
-webkit-animation: staggered-mock 14s;
}
.progrecss[data-progrecss-mock="15"].staggered.mock:after {
animation: staggered-mock 15s;
-webkit-animation: staggered-mock 15s;
}
.progrecss[data-progrecss-mock="16"].staggered.mock:after {
animation: staggered-mock 16s;
-webkit-animation: staggered-mock 16s;
}
.progrecss[data-progrecss-mock="17"].staggered.mock:after {
animation: staggered-mock 17s;
-webkit-animation: staggered-mock 17s;
}
.progrecss[data-progrecss-mock="18"].staggered.mock:after {
animation: staggered-mock 18s;
-webkit-animation: staggered-mock 18s;
}
.progrecss[data-progrecss-mock="19"].staggered.mock:after {
animation: staggered-mock 19s;
-webkit-animation: staggered-mock 19s;
}
.progrecss[data-progrecss-mock="20"].staggered.mock:after {
animation: staggered-mock 20s;
-webkit-animation: staggered-mock 20s;
}
.progrecss[data-progrecss-mock="21"].staggered.mock:after {
animation: staggered-mock 21s;
-webkit-animation: staggered-mock 21s;
}
.progrecss[data-progrecss-mock="22"].staggered.mock:after {
animation: staggered-mock 22s;
-webkit-animation: staggered-mock 22s;
}
.progrecss[data-progrecss-mock="23"].staggered.mock:after {
animation: staggered-mock 23s;
-webkit-animation: staggered-mock 23s;
}
.progrecss[data-progrecss-mock="24"].staggered.mock:after {
animation: staggered-mock 24s;
-webkit-animation: staggered-mock 24s;
}
.progrecss[data-progrecss-mock="25"].staggered.mock:after {
animation: staggered-mock 25s;
-webkit-animation: staggered-mock 25s;
}
.progrecss[data-progrecss-mock="26"].staggered.mock:after {
animation: staggered-mock 26s;
-webkit-animation: staggered-mock 26s;
}
.progrecss[data-progrecss-mock="27"].staggered.mock:after {
animation: staggered-mock 27s;
-webkit-animation: staggered-mock 27s;
}
.progrecss[data-progrecss-mock="28"].staggered.mock:after {
animation: staggered-mock 28s;
-webkit-animation: staggered-mock 28s;
}
.progrecss[data-progrecss-mock="29"].staggered.mock:after {
animation: staggered-mock 29s;
-webkit-animation: staggered-mock 29s;
}
.progrecss[data-progrecss-mock="30"].staggered.mock:after {
animation: staggered-mock 30s;
-webkit-animation: staggered-mock 30s;
}
.progrecss[data-progrecss-mock="31"].staggered.mock:after {
animation: staggered-mock 31s;
-webkit-animation: staggered-mock 31s;
}
.progrecss[data-progrecss-mock="32"].staggered.mock:after {
animation: staggered-mock 32s;
-webkit-animation: staggered-mock 32s;
}
.progrecss[data-progrecss-mock="33"].staggered.mock:after {
animation: staggered-mock 33s;
-webkit-animation: staggered-mock 33s;
}
.progrecss[data-progrecss-mock="34"].staggered.mock:after {
animation: staggered-mock 34s;
-webkit-animation: staggered-mock 34s;
}
.progrecss[data-progrecss-mock="35"].staggered.mock:after {
animation: staggered-mock 35s;
-webkit-animation: staggered-mock 35s;
}
.progrecss[data-progrecss-mock="36"].staggered.mock:after {
animation: staggered-mock 36s;
-webkit-animation: staggered-mock 36s;
}
.progrecss[data-progrecss-mock="37"].staggered.mock:after {
animation: staggered-mock 37s;
-webkit-animation: staggered-mock 37s;
}
.progrecss[data-progrecss-mock="38"].staggered.mock:after {
animation: staggered-mock 38s;
-webkit-animation: staggered-mock 38s;
}
.progrecss[data-progrecss-mock="39"].staggered.mock:after {
animation: staggered-mock 39s;
-webkit-animation: staggered-mock 39s;
}
.progrecss[data-progrecss-mock="40"].staggered.mock:after {
animation: staggered-mock 40s;
-webkit-animation: staggered-mock 40s;
}
.progrecss[data-progrecss-mock="41"].staggered.mock:after {
animation: staggered-mock 41s;
-webkit-animation: staggered-mock 41s;
}
.progrecss[data-progrecss-mock="42"].staggered.mock:after {
animation: staggered-mock 42s;
-webkit-animation: staggered-mock 42s;
}
.progrecss[data-progrecss-mock="43"].staggered.mock:after {
animation: staggered-mock 43s;
-webkit-animation: staggered-mock 43s;
}
.progrecss[data-progrecss-mock="44"].staggered.mock:after {
animation: staggered-mock 44s;
-webkit-animation: staggered-mock 44s;
}
.progrecss[data-progrecss-mock="45"].staggered.mock:after {
animation: staggered-mock 45s;
-webkit-animation: staggered-mock 45s;
}
.progrecss[data-progrecss-mock="46"].staggered.mock:after {
animation: staggered-mock 46s;
-webkit-animation: staggered-mock 46s;
}
.progrecss[data-progrecss-mock="47"].staggered.mock:after {
animation: staggered-mock 47s;
-webkit-animation: staggered-mock 47s;
}
.progrecss[data-progrecss-mock="48"].staggered.mock:after {
animation: staggered-mock 48s;
-webkit-animation: staggered-mock 48s;
}
.progrecss[data-progrecss-mock="49"].staggered.mock:after {
animation: staggered-mock 49s;
-webkit-animation: staggered-mock 49s;
}
.progrecss[data-progrecss-mock="50"].staggered.mock:after {
animation: staggered-mock 50s;
-webkit-animation: staggered-mock 50s;
}
.progrecss[data-progrecss-mock="51"].staggered.mock:after {
animation: staggered-mock 51s;
-webkit-animation: staggered-mock 51s;
}
.progrecss[data-progrecss-mock="52"].staggered.mock:after {
animation: staggered-mock 52s;
-webkit-animation: staggered-mock 52s;
}
.progrecss[data-progrecss-mock="53"].staggered.mock:after {
animation: staggered-mock 53s;
-webkit-animation: staggered-mock 53s;
}
.progrecss[data-progrecss-mock="54"].staggered.mock:after {
animation: staggered-mock 54s;
-webkit-animation: staggered-mock 54s;
}
.progrecss[data-progrecss-mock="55"].staggered.mock:after {
animation: staggered-mock 55s;
-webkit-animation: staggered-mock 55s;
}
.progrecss[data-progrecss-mock="56"].staggered.mock:after {
animation: staggered-mock 56s;
-webkit-animation: staggered-mock 56s;
}
.progrecss[data-progrecss-mock="57"].staggered.mock:after {
animation: staggered-mock 57s;
-webkit-animation: staggered-mock 57s;
}
.progrecss[data-progrecss-mock="58"].staggered.mock:after {
animation: staggered-mock 58s;
-webkit-animation: staggered-mock 58s;
}
.progrecss[data-progrecss-mock="59"].staggered.mock:after {
animation: staggered-mock 59s;
-webkit-animation: staggered-mock 59s;
}
.progrecss[data-progrecss-mock="60"].staggered.mock:after {
animation: staggered-mock 60s;
-webkit-animation: staggered-mock 60s;
}
.progrecss[data-progrecss-mock="61"].staggered.mock:after {
animation: staggered-mock 61s;
-webkit-animation: staggered-mock 61s;
}
.progrecss[data-progrecss-mock="62"].staggered.mock:after {
animation: staggered-mock 62s;
-webkit-animation: staggered-mock 62s;
}
.progrecss[data-progrecss-mock="63"].staggered.mock:after {
animation: staggered-mock 63s;
-webkit-animation: staggered-mock 63s;
}
.progrecss[data-progrecss-mock="64"].staggered.mock:after {
animation: staggered-mock 64s;
-webkit-animation: staggered-mock 64s;
}
.progrecss[data-progrecss-mock="65"].staggered.mock:after {
animation: staggered-mock 65s;
-webkit-animation: staggered-mock 65s;
}
.progrecss[data-progrecss-mock="66"].staggered.mock:after {
animation: staggered-mock 66s;
-webkit-animation: staggered-mock 66s;
}
.progrecss[data-progrecss-mock="67"].staggered.mock:after {
animation: staggered-mock 67s;
-webkit-animation: staggered-mock 67s;
}
.progrecss[data-progrecss-mock="68"].staggered.mock:after {
animation: staggered-mock 68s;
-webkit-animation: staggered-mock 68s;
}
.progrecss[data-progrecss-mock="69"].staggered.mock:after {
animation: staggered-mock 69s;
-webkit-animation: staggered-mock 69s;
}
.progrecss[data-progrecss-mock="70"].staggered.mock:after {
animation: staggered-mock 70s;
-webkit-animation: staggered-mock 70s;
}
.progrecss[data-progrecss-mock="71"].staggered.mock:after {
animation: staggered-mock 71s;
-webkit-animation: staggered-mock 71s;
}
.progrecss[data-progrecss-mock="72"].staggered.mock:after {
animation: staggered-mock 72s;
-webkit-animation: staggered-mock 72s;
}
.progrecss[data-progrecss-mock="73"].staggered.mock:after {
animation: staggered-mock 73s;
-webkit-animation: staggered-mock 73s;
}
.progrecss[data-progrecss-mock="74"].staggered.mock:after {
animation: staggered-mock 74s;
-webkit-animation: staggered-mock 74s;
}
.progrecss[data-progrecss-mock="75"].staggered.mock:after {
animation: staggered-mock 75s;
-webkit-animation: staggered-mock 75s;
}
.progrecss[data-progrecss-mock="76"].staggered.mock:after {
animation: staggered-mock 76s;
-webkit-animation: staggered-mock 76s;
}
.progrecss[data-progrecss-mock="77"].staggered.mock:after {
animation: staggered-mock 77s;
-webkit-animation: staggered-mock 77s;
}
.progrecss[data-progrecss-mock="78"].staggered.mock:after {
animation: staggered-mock 78s;
-webkit-animation: staggered-mock 78s;
}
.progrecss[data-progrecss-mock="79"].staggered.mock:after {
animation: staggered-mock 79s;
-webkit-animation: staggered-mock 79s;
}
.progrecss[data-progrecss-mock="80"].staggered.mock:after {
animation: staggered-mock 80s;
-webkit-animation: staggered-mock 80s;
}
.progrecss[data-progrecss-mock="81"].staggered.mock:after {
animation: staggered-mock 81s;
-webkit-animation: staggered-mock 81s;
}
.progrecss[data-progrecss-mock="82"].staggered.mock:after {
animation: staggered-mock 82s;
-webkit-animation: staggered-mock 82s;
}
.progrecss[data-progrecss-mock="83"].staggered.mock:after {
animation: staggered-mock 83s;
-webkit-animation: staggered-mock 83s;
}
.progrecss[data-progrecss-mock="84"].staggered.mock:after {
animation: staggered-mock 84s;
-webkit-animation: staggered-mock 84s;
}
.progrecss[data-progrecss-mock="85"].staggered.mock:after {
animation: staggered-mock 85s;
-webkit-animation: staggered-mock 85s;
}
.progrecss[data-progrecss-mock="86"].staggered.mock:after {
animation: staggered-mock 86s;
-webkit-animation: staggered-mock 86s;
}
.progrecss[data-progrecss-mock="87"].staggered.mock:after {
animation: staggered-mock 87s;
-webkit-animation: staggered-mock 87s;
}
.progrecss[data-progrecss-mock="88"].staggered.mock:after {
animation: staggered-mock 88s;
-webkit-animation: staggered-mock 88s;
}
.progrecss[data-progrecss-mock="89"].staggered.mock:after {
animation: staggered-mock 89s;
-webkit-animation: staggered-mock 89s;
}
.progrecss[data-progrecss-mock="90"].staggered.mock:after {
animation: staggered-mock 90s;
-webkit-animation: staggered-mock 90s;
}
.progrecss[data-progrecss-mock="91"].staggered.mock:after {
animation: staggered-mock 91s;
-webkit-animation: staggered-mock 91s;
}
.progrecss[data-progrecss-mock="92"].staggered.mock:after {
animation: staggered-mock 92s;
-webkit-animation: staggered-mock 92s;
}
.progrecss[data-progrecss-mock="93"].staggered.mock:after {
animation: staggered-mock 93s;
-webkit-animation: staggered-mock 93s;
}
.progrecss[data-progrecss-mock="94"].staggered.mock:after {
animation: staggered-mock 94s;
-webkit-animation: staggered-mock 94s;
}
.progrecss[data-progrecss-mock="95"].staggered.mock:after {
animation: staggered-mock 95s;
-webkit-animation: staggered-mock 95s;
}
.progrecss[data-progrecss-mock="96"].staggered.mock:after {
animation: staggered-mock 96s;
-webkit-animation: staggered-mock 96s;
}
.progrecss[data-progrecss-mock="97"].staggered.mock:after {
animation: staggered-mock 97s;
-webkit-animation: staggered-mock 97s;
}
.progrecss[data-progrecss-mock="98"].staggered.mock:after {
animation: staggered-mock 98s;
-webkit-animation: staggered-mock 98s;
}
.progrecss[data-progrecss-mock="99"].staggered.mock:after {
animation: staggered-mock 99s;
-webkit-animation: staggered-mock 99s;
}
.progrecss[data-progrecss-mock="100"].staggered.mock:after {
animation: staggered-mock 100s;
-webkit-animation: staggered-mock 100s;
}
.progrecss[data-progrecss-mock="101"].staggered.mock:after {
animation: staggered-mock 101s;
-webkit-animation: staggered-mock 101s;
}
.progrecss[data-progrecss-mock="102"].staggered.mock:after {
animation: staggered-mock 102s;
-webkit-animation: staggered-mock 102s;
}
.progrecss[data-progrecss-mock="103"].staggered.mock:after {
animation: staggered-mock 103s;
-webkit-animation: staggered-mock 103s;
}
.progrecss[data-progrecss-mock="104"].staggered.mock:after {
animation: staggered-mock 104s;
-webkit-animation: staggered-mock 104s;
}
.progrecss[data-progrecss-mock="105"].staggered.mock:after {
animation: staggered-mock 105s;
-webkit-animation: staggered-mock 105s;
}
.progrecss[data-progrecss-mock="106"].staggered.mock:after {
animation: staggered-mock 106s;
-webkit-animation: staggered-mock 106s;
}
.progrecss[data-progrecss-mock="107"].staggered.mock:after {
animation: staggered-mock 107s;
-webkit-animation: staggered-mock 107s;
}
.progrecss[data-progrecss-mock="108"].staggered.mock:after {
animation: staggered-mock 108s;
-webkit-animation: staggered-mock 108s;
}
.progrecss[data-progrecss-mock="109"].staggered.mock:after {
animation: staggered-mock 109s;
-webkit-animation: staggered-mock 109s;
}
.progrecss[data-progrecss-mock="110"].staggered.mock:after {
animation: staggered-mock 110s;
-webkit-animation: staggered-mock 110s;
}
.progrecss[data-progrecss-mock="111"].staggered.mock:after {
animation: staggered-mock 111s;
-webkit-animation: staggered-mock 111s;
}
.progrecss[data-progrecss-mock="112"].staggered.mock:after {
animation: staggered-mock 112s;
-webkit-animation: staggered-mock 112s;
}
.progrecss[data-progrecss-mock="113"].staggered.mock:after {
animation: staggered-mock 113s;
-webkit-animation: staggered-mock 113s;
}
.progrecss[data-progrecss-mock="114"].staggered.mock:after {
animation: staggered-mock 114s;
-webkit-animation: staggered-mock 114s;
}
.progrecss[data-progrecss-mock="115"].staggered.mock:after {
animation: staggered-mock 115s;
-webkit-animation: staggered-mock 115s;
}
.progrecss[data-progrecss-mock="116"].staggered.mock:after {
animation: staggered-mock 116s;
-webkit-animation: staggered-mock 116s;
}
.progrecss[data-progrecss-mock="117"].staggered.mock:after {
animation: staggered-mock 117s;
-webkit-animation: staggered-mock 117s;
}
.progrecss[data-progrecss-mock="118"].staggered.mock:after {
animation: staggered-mock 118s;
-webkit-animation: staggered-mock 118s;
}
.progrecss[data-progrecss-mock="119"].staggered.mock:after {
animation: staggered-mock 119s;
-webkit-animation: staggered-mock 119s;
}
.progrecss[data-progrecss-mock="120"].staggered.mock:after {
animation: staggered-mock 120s;
-webkit-animation: staggered-mock 120s;
}
.progrecss[data-progrecss-timer="0"].timer:after {
animation: timer 0s;
-webkit-animation: timer 0s;
}
.progrecss[data-progrecss-timer="1"].timer:after {
animation: timer 1s;
-webkit-animation: timer 1s;
}
.progrecss[data-progrecss-timer="2"].timer:after {
animation: timer 2s;
-webkit-animation: timer 2s;
}
.progrecss[data-progrecss-timer="3"].timer:after {
animation: timer 3s;
-webkit-animation: timer 3s;
}
.progrecss[data-progrecss-timer="4"].timer:after {
animation: timer 4s;
-webkit-animation: timer 4s;
}
.progrecss[data-progrecss-timer="5"].timer:after {
animation: timer 5s;
-webkit-animation: timer 5s;
}
.progrecss[data-progrecss-timer="6"].timer:after {
animation: timer 6s;
-webkit-animation: timer 6s;
}
.progrecss[data-progrecss-timer="7"].timer:after {
animation: timer 7s;
-webkit-animation: timer 7s;
}
.progrecss[data-progrecss-timer="8"].timer:after {
animation: timer 8s;
-webkit-animation: timer 8s;
}
.progrecss[data-progrecss-timer="9"].timer:after {
animation: timer 9s;
-webkit-animation: timer 9s;
}
.progrecss[data-progrecss-timer="10"].timer:after {
animation: timer 10s;
-webkit-animation: timer 10s;
}
.progrecss[data-progrecss-timer="11"].timer:after {
animation: timer 11s;
-webkit-animation: timer 11s;
}
.progrecss[data-progrecss-timer="12"].timer:after {
animation: timer 12s;
-webkit-animation: timer 12s;
}
.progrecss[data-progrecss-timer="13"].timer:after {
animation: timer 13s;
-webkit-animation: timer 13s;
}
.progrecss[data-progrecss-timer="14"].timer:after {
animation: timer 14s;
-webkit-animation: timer 14s;
}
.progrecss[data-progrecss-timer="15"].timer:after {
animation: timer 15s;
-webkit-animation: timer 15s;
}
.progrecss[data-progrecss-timer="16"].timer:after {
animation: timer 16s;
-webkit-animation: timer 16s;
}
.progrecss[data-progrecss-timer="17"].timer:after {
animation: timer 17s;
-webkit-animation: timer 17s;
}
.progrecss[data-progrecss-timer="18"].timer:after {
animation: timer 18s;
-webkit-animation: timer 18s;
}
.progrecss[data-progrecss-timer="19"].timer:after {
animation: timer 19s;
-webkit-animation: timer 19s;
}
.progrecss[data-progrecss-timer="20"].timer:after {
animation: timer 20s;
-webkit-animation: timer 20s;
}
.progrecss[data-progrecss-timer="21"].timer:after {
animation: timer 21s;
-webkit-animation: timer 21s;
}
.progrecss[data-progrecss-timer="22"].timer:after {
animation: timer 22s;
-webkit-animation: timer 22s;
}
.progrecss[data-progrecss-timer="23"].timer:after {
animation: timer 23s;
-webkit-animation: timer 23s;
}
.progrecss[data-progrecss-timer="24"].timer:after {
animation: timer 24s;
-webkit-animation: timer 24s;
}
.progrecss[data-progrecss-timer="25"].timer:after {
animation: timer 25s;
-webkit-animation: timer 25s;
}
.progrecss[data-progrecss-timer="26"].timer:after {
animation: timer 26s;
-webkit-animation: timer 26s;
}
.progrecss[data-progrecss-timer="27"].timer:after {
animation: timer 27s;
-webkit-animation: timer 27s;
}
.progrecss[data-progrecss-timer="28"].timer:after {
animation: timer 28s;
-webkit-animation: timer 28s;
}
.progrecss[data-progrecss-timer="29"].timer:after {
animation: timer 29s;
-webkit-animation: timer 29s;
}
.progrecss[data-progrecss-timer="30"].timer:after {
animation: timer 30s;
-webkit-animation: timer 30s;
}
.progrecss[data-progrecss-timer="31"].timer:after {
animation: timer 31s;
-webkit-animation: timer 31s;
}
.progrecss[data-progrecss-timer="32"].timer:after {
animation: timer 32s;
-webkit-animation: timer 32s;
}
.progrecss[data-progrecss-timer="33"].timer:after {
animation: timer 33s;
-webkit-animation: timer 33s;
}
.progrecss[data-progrecss-timer="34"].timer:after {
animation: timer 34s;
-webkit-animation: timer 34s;
}
.progrecss[data-progrecss-timer="35"].timer:after {
animation: timer 35s;
-webkit-animation: timer 35s;
}
.progrecss[data-progrecss-timer="36"].timer:after {
animation: timer 36s;
-webkit-animation: timer 36s;
}
.progrecss[data-progrecss-timer="37"].timer:after {
animation: timer 37s;
-webkit-animation: timer 37s;
}
.progrecss[data-progrecss-timer="38"].timer:after {
animation: timer 38s;
-webkit-animation: timer 38s;
}
.progrecss[data-progrecss-timer="39"].timer:after {
animation: timer 39s;
-webkit-animation: timer 39s;
}
.progrecss[data-progrecss-timer="40"].timer:after {
animation: timer 40s;
-webkit-animation: timer 40s;
}
.progrecss[data-progrecss-timer="41"].timer:after {
animation: timer 41s;
-webkit-animation: timer 41s;
}
.progrecss[data-progrecss-timer="42"].timer:after {
animation: timer 42s;
-webkit-animation: timer 42s;
}
.progrecss[data-progrecss-timer="43"].timer:after {
animation: timer 43s;
-webkit-animation: timer 43s;
}
.progrecss[data-progrecss-timer="44"].timer:after {
animation: timer 44s;
-webkit-animation: timer 44s;
}
.progrecss[data-progrecss-timer="45"].timer:after {
animation: timer 45s;
-webkit-animation: timer 45s;
}
.progrecss[data-progrecss-timer="46"].timer:after {
animation: timer 46s;
-webkit-animation: timer 46s;
}
.progrecss[data-progrecss-timer="47"].timer:after {
animation: timer 47s;
-webkit-animation: timer 47s;
}
.progrecss[data-progrecss-timer="48"].timer:after {
animation: timer 48s;
-webkit-animation: timer 48s;
}
.progrecss[data-progrecss-timer="49"].timer:after {
animation: timer 49s;
-webkit-animation: timer 49s;
}
.progrecss[data-progrecss-timer="50"].timer:after {
animation: timer 50s;
-webkit-animation: timer 50s;
}
.progrecss[data-progrecss-timer="51"].timer:after {
animation: timer 51s;
-webkit-animation: timer 51s;
}
.progrecss[data-progrecss-timer="52"].timer:after {
animation: timer 52s;
-webkit-animation: timer 52s;
}
.progrecss[data-progrecss-timer="53"].timer:after {
animation: timer 53s;
-webkit-animation: timer 53s;
}
.progrecss[data-progrecss-timer="54"].timer:after {
animation: timer 54s;
-webkit-animation: timer 54s;
}
.progrecss[data-progrecss-timer="55"].timer:after {
animation: timer 55s;
-webkit-animation: timer 55s;
}
.progrecss[data-progrecss-timer="56"].timer:after {
animation: timer 56s;
-webkit-animation: timer 56s;
}
.progrecss[data-progrecss-timer="57"].timer:after {
animation: timer 57s;
-webkit-animation: timer 57s;
}
.progrecss[data-progrecss-timer="58"].timer:after {
animation: timer 58s;
-webkit-animation: timer 58s;
}
.progrecss[data-progrecss-timer="59"].timer:after {
animation: timer 59s;
-webkit-animation: timer 59s;
}
.progrecss[data-progrecss-timer="60"].timer:after {
animation: timer 60s;
-webkit-animation: timer 60s;
}
.progrecss[data-progrecss-timer="61"].timer:after {
animation: timer 61s;
-webkit-animation: timer 61s;
}
.progrecss[data-progrecss-timer="62"].timer:after {
animation: timer 62s;
-webkit-animation: timer 62s;
}
.progrecss[data-progrecss-timer="63"].timer:after {
animation: timer 63s;
-webkit-animation: timer 63s;
}
.progrecss[data-progrecss-timer="64"].timer:after {
animation: timer 64s;
-webkit-animation: timer 64s;
}
.progrecss[data-progrecss-timer="65"].timer:after {
animation: timer 65s;
-webkit-animation: timer 65s;
}
.progrecss[data-progrecss-timer="66"].timer:after {
animation: timer 66s;
-webkit-animation: timer 66s;
}
.progrecss[data-progrecss-timer="67"].timer:after {
animation: timer 67s;
-webkit-animation: timer 67s;
}
.progrecss[data-progrecss-timer="68"].timer:after {
animation: timer 68s;
-webkit-animation: timer 68s;
}
.progrecss[data-progrecss-timer="69"].timer:after {
animation: timer 69s;
-webkit-animation: timer 69s;
}
.progrecss[data-progrecss-timer="70"].timer:after {
animation: timer 70s;
-webkit-animation: timer 70s;
}
.progrecss[data-progrecss-timer="71"].timer:after {
animation: timer 71s;
-webkit-animation: timer 71s;
}
.progrecss[data-progrecss-timer="72"].timer:after {
animation: timer 72s;
-webkit-animation: timer 72s;
}
.progrecss[data-progrecss-timer="73"].timer:after {
animation: timer 73s;
-webkit-animation: timer 73s;
}
.progrecss[data-progrecss-timer="74"].timer:after {
animation: timer 74s;
-webkit-animation: timer 74s;
}
.progrecss[data-progrecss-timer="75"].timer:after {
animation: timer 75s;
-webkit-animation: timer 75s;
}
.progrecss[data-progrecss-timer="76"].timer:after {
animation: timer 76s;
-webkit-animation: timer 76s;
}
.progrecss[data-progrecss-timer="77"].timer:after {
animation: timer 77s;
-webkit-animation: timer 77s;
}
.progrecss[data-progrecss-timer="78"].timer:after {
animation: timer 78s;
-webkit-animation: timer 78s;
}
.progrecss[data-progrecss-timer="79"].timer:after {
animation: timer 79s;
-webkit-animation: timer 79s;
}
.progrecss[data-progrecss-timer="80"].timer:after {
animation: timer 80s;
-webkit-animation: timer 80s;
}
.progrecss[data-progrecss-timer="81"].timer:after {
animation: timer 81s;
-webkit-animation: timer 81s;
}
.progrecss[data-progrecss-timer="82"].timer:after {
animation: timer 82s;
-webkit-animation: timer 82s;
}
.progrecss[data-progrecss-timer="83"].timer:after {
animation: timer 83s;
-webkit-animation: timer 83s;
}
.progrecss[data-progrecss-timer="84"].timer:after {
animation: timer 84s;
-webkit-animation: timer 84s;
}
.progrecss[data-progrecss-timer="85"].timer:after {
animation: timer 85s;
-webkit-animation: timer 85s;
}
.progrecss[data-progrecss-timer="86"].timer:after {
animation: timer 86s;
-webkit-animation: timer 86s;
}
.progrecss[data-progrecss-timer="87"].timer:after {
animation: timer 87s;
-webkit-animation: timer 87s;
}
.progrecss[data-progrecss-timer="88"].timer:after {
animation: timer 88s;
-webkit-animation: timer 88s;
}
.progrecss[data-progrecss-timer="89"].timer:after {
animation: timer 89s;
-webkit-animation: timer 89s;
}
.progrecss[data-progrecss-timer="90"].timer:after {
animation: timer 90s;
-webkit-animation: timer 90s;
}
.progrecss[data-progrecss-timer="91"].timer:after {
animation: timer 91s;
-webkit-animation: timer 91s;
}
.progrecss[data-progrecss-timer="92"].timer:after {
animation: timer 92s;
-webkit-animation: timer 92s;
}
.progrecss[data-progrecss-timer="93"].timer:after {
animation: timer 93s;
-webkit-animation: timer 93s;
}
.progrecss[data-progrecss-timer="94"].timer:after {
animation: timer 94s;
-webkit-animation: timer 94s;
}
.progrecss[data-progrecss-timer="95"].timer:after {
animation: timer 95s;
-webkit-animation: timer 95s;
}
.progrecss[data-progrecss-timer="96"].timer:after {
animation: timer 96s;
-webkit-animation: timer 96s;
}
.progrecss[data-progrecss-timer="97"].timer:after {
animation: timer 97s;
-webkit-animation: timer 97s;
}
.progrecss[data-progrecss-timer="98"].timer:after {
animation: timer 98s;
-webkit-animation: timer 98s;
}
.progrecss[data-progrecss-timer="99"].timer:after {
animation: timer 99s;
-webkit-animation: timer 99s;
}
.progrecss[data-progrecss-timer="100"].timer:after {
animation: timer 100s;
-webkit-animation: timer 100s;
}
.progrecss[data-progrecss-timer="101"].timer:after {
animation: timer 101s;
-webkit-animation: timer 101s;
}
.progrecss[data-progrecss-timer="102"].timer:after {
animation: timer 102s;
-webkit-animation: timer 102s;
}
.progrecss[data-progrecss-timer="103"].timer:after {
animation: timer 103s;
-webkit-animation: timer 103s;
}
.progrecss[data-progrecss-timer="104"].timer:after {
animation: timer 104s;
-webkit-animation: timer 104s;
}
.progrecss[data-progrecss-timer="105"].timer:after {
animation: timer 105s;
-webkit-animation: timer 105s;
}
.progrecss[data-progrecss-timer="106"].timer:after {
animation: timer 106s;
-webkit-animation: timer 106s;
}
.progrecss[data-progrecss-timer="107"].timer:after {
animation: timer 107s;
-webkit-animation: timer 107s;
}
.progrecss[data-progrecss-timer="108"].timer:after {
animation: timer 108s;
-webkit-animation: timer 108s;
}
.progrecss[data-progrecss-timer="109"].timer:after {
animation: timer 109s;
-webkit-animation: timer 109s;
}
.progrecss[data-progrecss-timer="110"].timer:after {
animation: timer 110s;
-webkit-animation: timer 110s;
}
.progrecss[data-progrecss-timer="111"].timer:after {
animation: timer 111s;
-webkit-animation: timer 111s;
}
.progrecss[data-progrecss-timer="112"].timer:after {
animation: timer 112s;
-webkit-animation: timer 112s;
}
.progrecss[data-progrecss-timer="113"].timer:after {
animation: timer 113s;
-webkit-animation: timer 113s;
}
.progrecss[data-progrecss-timer="114"].timer:after {
animation: timer 114s;
-webkit-animation: timer 114s;
}
.progrecss[data-progrecss-timer="115"].timer:after {
animation: timer 115s;
-webkit-animation: timer 115s;
}
.progrecss[data-progrecss-timer="116"].timer:after {
animation: timer 116s;
-webkit-animation: timer 116s;
}
.progrecss[data-progrecss-timer="117"].timer:after {
animation: timer 117s;
-webkit-animation: timer 117s;
}
.progrecss[data-progrecss-timer="118"].timer:after {
animation: timer 118s;
-webkit-animation: timer 118s;
}
.progrecss[data-progrecss-timer="119"].timer:after {
animation: timer 119s;
-webkit-animation: timer 119s;
}
.progrecss[data-progrecss-timer="120"].timer:after {
animation: timer 120s;
-webkit-animation: timer 120s;
}
.progrecss[data-progrecss].green:after,
.progrecss[data-progrecss-mock].green:after,
.progrecss[data-progrecss-timer].green:after {
background-color: #2ecc71;
}
.progrecss[data-progrecss].blue:after,
.progrecss[data-progrecss-mock].blue:after,
.progrecss[data-progrecss-timer].blue:after {
background-color: #3498db;
}
.progrecss[data-progrecss].purple:after,
.progrecss[data-progrecss-mock].purple:after,
.progrecss[data-progrecss-timer].purple:after {
background-color: #9b59b6;
}
.progrecss[data-progrecss].yellow:after,
.progrecss[data-progrecss-mock].yellow:after,
.progrecss[data-progrecss-timer].yellow:after {
background-color: #f1c40f;
}
.progrecss[data-progrecss].orange:after,
.progrecss[data-progrecss-mock].orange:after,
.progrecss[data-progrecss-timer].orange:after {
background-color: #e67e22;
}
.progrecss[data-progrecss].red:after,
.progrecss[data-progrecss-mock].red:after,
.progrecss[data-progrecss-timer].red:after {
background-color: #e74c3c;
}
.progrecss[data-progrecss].white:after,
.progrecss[data-progrecss-mock].white:after,
.progrecss[data-progrecss-timer].white:after {
background-color: #ffffff;
} | 0.258513 | 0.249825 |
h1, h2, h3, h4, h5 {
margin: 0;
font-weight: 400;
}
.card__image {
max-height: 150px;
margin: auto;
display: inline-block;
}
.card {
display: inline-block;
width: 300px;
padding: 1em;
border-radius: 15px;
margin: 10px;
background: #A3DE83;
text-align: left;
box-shadow: 0px 5px 20px -10px #111;
position: relative;
transition: 0.4s;
color: #2EB872;
}
.card__caption {
background-color: rgba(255, 255, 255, 0.89);
padding: 1em;
position: relative;
border-radius: 0 0 3px 3px;
}
.card__image-container {
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
padding: 1em 1em 0;
border-radius: 3px 3px 0 0;
}
.card__type {
position: absolute;
top: 0;
right: 1em;
transform: translateY(-50%);
color: #fff;
text-transform: uppercase;
letter-spacing: 0.1em;
padding: 0.25em;
line-height: 1;
border-radius: 2px;
background: #bbb;
}
.card__label {
font-size: 10px;
text-transform: uppercase;
font-weight: 400;
display: block;
margin-bottom: 3px;
}
.card__name {
text-align: center;
font-size: 1.5em;
font-weight: 700;
letter-spacing: 0.02em;
}
.card__stats {
margin: 1em 0;
width: 100%;
}
.card__stats th {
text-align: right;
font-weight: 300;
}
.card__stats th, .card__stats td {
width: 50%;
padding: 0.25em 0.5em 0;
}
.card__abilities {
display: flex;
justify-content: space-between;
}
.card__ability {
margin-top: 1em;
flex: 1 0;
}
/* .card--normal {
background: linear-gradient(110deg, #fdbb2d 0%, #3a1c71 100%);
box-shadow: 0px 5px 20px -10px #3a1c71;
} */
.card--normal {
/* background: linear-gradient(110deg, #FA4659 0%, #A3DE83 100%); */
box-shadow: 0px 5px 20px -10px #FEFFE4;
}
.card--normal .card__type {
background-color: #2EB872;
}
.card:nth-child(1) {
transform: translateY(0px) rotate(0deg);
}
.card:nth-child(2) {
transform: translateY(0px) rotate(-1deg);
}
.card:nth-child(3) {
transform: translateY(0px) rotate(1deg);
}
.card:nth-child(4) {
transform: translateY(0px) rotate(-3deg);
}
.card:nth-child(5) {
transform: translateY(0px) rotate(1deg);
}
.card:nth-child(6) {
transform: translateY(0px) rotate(-1deg);
}
.card:nth-child(7) {
transform: translateY(0px) rotate(-5deg);
}
.card:nth-child(8) {
transform: translateY(0px) rotate(-1deg);
}
.card:nth-child(9) {
transform: translateY(0px) rotate(-4deg);
}
.card:hover {
z-index: 5;
box-shadow: 0px 13px 30px -15px #000;
transform: translateY(-10px);
}
.tamanno-especial{
margin-right: -20px;
} | css/cards.css | h1, h2, h3, h4, h5 {
margin: 0;
font-weight: 400;
}
.card__image {
max-height: 150px;
margin: auto;
display: inline-block;
}
.card {
display: inline-block;
width: 300px;
padding: 1em;
border-radius: 15px;
margin: 10px;
background: #A3DE83;
text-align: left;
box-shadow: 0px 5px 20px -10px #111;
position: relative;
transition: 0.4s;
color: #2EB872;
}
.card__caption {
background-color: rgba(255, 255, 255, 0.89);
padding: 1em;
position: relative;
border-radius: 0 0 3px 3px;
}
.card__image-container {
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
padding: 1em 1em 0;
border-radius: 3px 3px 0 0;
}
.card__type {
position: absolute;
top: 0;
right: 1em;
transform: translateY(-50%);
color: #fff;
text-transform: uppercase;
letter-spacing: 0.1em;
padding: 0.25em;
line-height: 1;
border-radius: 2px;
background: #bbb;
}
.card__label {
font-size: 10px;
text-transform: uppercase;
font-weight: 400;
display: block;
margin-bottom: 3px;
}
.card__name {
text-align: center;
font-size: 1.5em;
font-weight: 700;
letter-spacing: 0.02em;
}
.card__stats {
margin: 1em 0;
width: 100%;
}
.card__stats th {
text-align: right;
font-weight: 300;
}
.card__stats th, .card__stats td {
width: 50%;
padding: 0.25em 0.5em 0;
}
.card__abilities {
display: flex;
justify-content: space-between;
}
.card__ability {
margin-top: 1em;
flex: 1 0;
}
/* .card--normal {
background: linear-gradient(110deg, #fdbb2d 0%, #3a1c71 100%);
box-shadow: 0px 5px 20px -10px #3a1c71;
} */
.card--normal {
/* background: linear-gradient(110deg, #FA4659 0%, #A3DE83 100%); */
box-shadow: 0px 5px 20px -10px #FEFFE4;
}
.card--normal .card__type {
background-color: #2EB872;
}
.card:nth-child(1) {
transform: translateY(0px) rotate(0deg);
}
.card:nth-child(2) {
transform: translateY(0px) rotate(-1deg);
}
.card:nth-child(3) {
transform: translateY(0px) rotate(1deg);
}
.card:nth-child(4) {
transform: translateY(0px) rotate(-3deg);
}
.card:nth-child(5) {
transform: translateY(0px) rotate(1deg);
}
.card:nth-child(6) {
transform: translateY(0px) rotate(-1deg);
}
.card:nth-child(7) {
transform: translateY(0px) rotate(-5deg);
}
.card:nth-child(8) {
transform: translateY(0px) rotate(-1deg);
}
.card:nth-child(9) {
transform: translateY(0px) rotate(-4deg);
}
.card:hover {
z-index: 5;
box-shadow: 0px 13px 30px -15px #000;
transform: translateY(-10px);
}
.tamanno-especial{
margin-right: -20px;
} | 0.556159 | 0.155495 |
body {
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
/* line-height: 1.25em;*/
margin:0;
margin-left: 10px;
color: black;
background-color: #eeeeee;
}
H1 {
FONT-FAMILY: Trebuchet MS;
font-size: 2.5em;
line-height: 1.5em;
padding-left: .5em;
background: #ccc;
/* margin-left: -10px; */
margin-right: -60px; */
}
H2 {
FONT-FAMILY: trebuchet ms;
font-size: 2em;
line-height:1.5em;
margin-top: 1em;
margin-left: 10px;
text-decoration: none;
}
H3 {
font-family: Arial;
font-size: 1.3em;
margin-left: 10px;
margin-bottom: .5em;
}
H4 {
FONT-FAMILY: trebuchet ms;
font-size: 1.2em;
}
H5 {
FONT-FAMILY: trebuchet ms;
font-size: 1.1em;
}
/* width: 40em; */
p {
margin: 0.5em;
margin-left: 40px;
}
A:link {
FONT-WEIGHT: normal;
COLOR: #0000FF;
TEXT-DECORATION: none;
}
A:visited {
FONT-WEIGHT: normal;
COLOR: #0033CC;
TEXT-DECORATION: none;
}
A:hover {
FONT-WEIGHT: normal;
COLOR: #0000FF;
TEXT-DECORATION: none;
background:#99CCFF
}
A:active {
FONT-WEIGHT: normal;
COLOR: #cc0000;
TEXT-DECORATION: underline;
}
table {
COLOR: black;
FONT-FAMILY: verdana, trebuchet ms, arial unicode ms, Arial, Gill-Sans, Gill Sans MT, Times New Roman;
font-size: 11pt;
border: 1px solid gray;
border-collapse: collapse;
margin-left: 40px;
margin-right: 20px;
background-color:#fafafa
}
thead {
background: #FF9900;
color: black;
text-align: center;
padding: 3px;
border-bottom: solid 1px black;
}
td {
border: solid 1px gray;
padding-left:5px;
padding-right:15px;
}
ul {
margin-top: 0;
}
li {
margin-left: 30px
}
li li {
margin-left: 0px;
}
ol
{
list-style-type:decimal;
}
ol li ol
{
list-style-type: lower-alpha;
}
ol li ol li ol
{
list-style-type:lower-roman;
}
#FileList li
{
list-style-type: none;
}
.headlinetext {
FONT-SIZE: 13px;
}
.highlight {
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
COLOR: gray;
FONT-FAMILY: verdana;
TEXT-ALIGN: justify;
}
.highlight2 {
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
COLOR: black;
FONT-FAMILY: verdana;
TEXT-ALIGN: justify;
}
.highlight3 {
BORDER-RIGHT: medium none;
BORDER-TOP: medium none;
FONT-WEIGHT: bold;
FONT-SIZE: 16px;
BORDER-LEFT: medium none;
COLOR: black;
BORDER-BOTTOM: #ccccb2 2px dashed;
FONT-FAMILY: trebuchet ms;
TEXT-ALIGN: justify;
}
.highlight4 {
BORDER-RIGHT: medium none;
BORDER-TOP: medium none;
FONT-WEIGHT: bold;
FONT-SIZE: 18px;
BORDER-LEFT: medium none;
COLOR: ivory;
BORDER-BOTTOM: ivory 1px;
FONT-FAMILY: verdana;
TEXT-ALIGN: justify;
}
.hometext {
FONT-WEIGHT: normal;
FONT-SIZE: 14px;
COLOR: gray;
FONT-FAMILY: verdana;
TEXT-ALIGN: justify;
}
.sbnav {
FONT-SIZE: 14px;
COLOR: green;
FONT-FAMILY: Verdana, Arial, Gill-Sans, 'Gill Sans MT', 'Times New Roman', Times;
TEXT-ALIGN: right;
}
.btnav {
BORDER-RIGHT: #000000 0px solid;
BORDER-TOP: #000000 0px solid;
FONT-WEIGHT: normal;
FONT-SIZE: 11px;
BORDER-LEFT: #000000 0px solid;
COLOR: yellow;
BORDER-BOTTOM: #000000 0px solid;
FONT-FAMILY: verdana;
BACKGROUND-COLOR: #4b525c;
}
.header {
FONT-WEIGHT: bold;
FONT-SIZE: 24px;
COLOR: #4b525c;
FONT-FAMILY: trebuchet ms;
BACKGROUND-COLOR: #f5f5dd;
TEXT-ALIGN: left;
}
.subheader {
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
COLOR: black;
FONT-FAMILY: trebuchet ms;
TEXT-ALIGN: left;
}
.title {
font-family: Arial;
font-size: x-large;
}
#Main {
float:left;
margin:0;
padding:0;
width: 1000px;
}
#Menu {
float:left;
margin:0;
padding:0;
padding-top: 30px;
margin-left: 20px;
}
#Menu h1 {
padding:0;
margin:0;
margin-top:10px;
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
line-height: 120%;
background: none;
}
#Menu p {
margin:0;
padding:0;
}
#Menu ul {
margin: 0;
padding:0;
}
#Menu li {
padding:0;
padding-left: 10px;
margin:0;
list-style-type: none;
}
#Content {
/* width: 45em; */
float:left;
min-height:1000px;
width: 550px;
padding-top: 30px;
padding-right: 60px;
border-right: 1px #999 solid;
border-left: 1px #999 solid;
margin:0;
margin-left:50px;
background-color: #ffffff;
}
#EditContent {
/* width: 45em; */
float:left;
min-height:1000px;
width: 550px;
padding-top: 30px;
border-right: 1px #999 solid;
border-left: 1px #999 solid;
margin:0;
margin-left:50px;
background-color: #ffffff;
}
.editnotes {
border: 2px solid #444444;
background-color: #FFFFF3;
float: left;
padding-left:15px;
margin-bottom: 15px;
width: 550px;
/*height: 400px; 195px;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 14pt;
color: #000;
} | PyCourse/source/_static/articles.css | body {
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
/* line-height: 1.25em;*/
margin:0;
margin-left: 10px;
color: black;
background-color: #eeeeee;
}
H1 {
FONT-FAMILY: Trebuchet MS;
font-size: 2.5em;
line-height: 1.5em;
padding-left: .5em;
background: #ccc;
/* margin-left: -10px; */
margin-right: -60px; */
}
H2 {
FONT-FAMILY: trebuchet ms;
font-size: 2em;
line-height:1.5em;
margin-top: 1em;
margin-left: 10px;
text-decoration: none;
}
H3 {
font-family: Arial;
font-size: 1.3em;
margin-left: 10px;
margin-bottom: .5em;
}
H4 {
FONT-FAMILY: trebuchet ms;
font-size: 1.2em;
}
H5 {
FONT-FAMILY: trebuchet ms;
font-size: 1.1em;
}
/* width: 40em; */
p {
margin: 0.5em;
margin-left: 40px;
}
A:link {
FONT-WEIGHT: normal;
COLOR: #0000FF;
TEXT-DECORATION: none;
}
A:visited {
FONT-WEIGHT: normal;
COLOR: #0033CC;
TEXT-DECORATION: none;
}
A:hover {
FONT-WEIGHT: normal;
COLOR: #0000FF;
TEXT-DECORATION: none;
background:#99CCFF
}
A:active {
FONT-WEIGHT: normal;
COLOR: #cc0000;
TEXT-DECORATION: underline;
}
table {
COLOR: black;
FONT-FAMILY: verdana, trebuchet ms, arial unicode ms, Arial, Gill-Sans, Gill Sans MT, Times New Roman;
font-size: 11pt;
border: 1px solid gray;
border-collapse: collapse;
margin-left: 40px;
margin-right: 20px;
background-color:#fafafa
}
thead {
background: #FF9900;
color: black;
text-align: center;
padding: 3px;
border-bottom: solid 1px black;
}
td {
border: solid 1px gray;
padding-left:5px;
padding-right:15px;
}
ul {
margin-top: 0;
}
li {
margin-left: 30px
}
li li {
margin-left: 0px;
}
ol
{
list-style-type:decimal;
}
ol li ol
{
list-style-type: lower-alpha;
}
ol li ol li ol
{
list-style-type:lower-roman;
}
#FileList li
{
list-style-type: none;
}
.headlinetext {
FONT-SIZE: 13px;
}
.highlight {
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
COLOR: gray;
FONT-FAMILY: verdana;
TEXT-ALIGN: justify;
}
.highlight2 {
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
COLOR: black;
FONT-FAMILY: verdana;
TEXT-ALIGN: justify;
}
.highlight3 {
BORDER-RIGHT: medium none;
BORDER-TOP: medium none;
FONT-WEIGHT: bold;
FONT-SIZE: 16px;
BORDER-LEFT: medium none;
COLOR: black;
BORDER-BOTTOM: #ccccb2 2px dashed;
FONT-FAMILY: trebuchet ms;
TEXT-ALIGN: justify;
}
.highlight4 {
BORDER-RIGHT: medium none;
BORDER-TOP: medium none;
FONT-WEIGHT: bold;
FONT-SIZE: 18px;
BORDER-LEFT: medium none;
COLOR: ivory;
BORDER-BOTTOM: ivory 1px;
FONT-FAMILY: verdana;
TEXT-ALIGN: justify;
}
.hometext {
FONT-WEIGHT: normal;
FONT-SIZE: 14px;
COLOR: gray;
FONT-FAMILY: verdana;
TEXT-ALIGN: justify;
}
.sbnav {
FONT-SIZE: 14px;
COLOR: green;
FONT-FAMILY: Verdana, Arial, Gill-Sans, 'Gill Sans MT', 'Times New Roman', Times;
TEXT-ALIGN: right;
}
.btnav {
BORDER-RIGHT: #000000 0px solid;
BORDER-TOP: #000000 0px solid;
FONT-WEIGHT: normal;
FONT-SIZE: 11px;
BORDER-LEFT: #000000 0px solid;
COLOR: yellow;
BORDER-BOTTOM: #000000 0px solid;
FONT-FAMILY: verdana;
BACKGROUND-COLOR: #4b525c;
}
.header {
FONT-WEIGHT: bold;
FONT-SIZE: 24px;
COLOR: #4b525c;
FONT-FAMILY: trebuchet ms;
BACKGROUND-COLOR: #f5f5dd;
TEXT-ALIGN: left;
}
.subheader {
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
COLOR: black;
FONT-FAMILY: trebuchet ms;
TEXT-ALIGN: left;
}
.title {
font-family: Arial;
font-size: x-large;
}
#Main {
float:left;
margin:0;
padding:0;
width: 1000px;
}
#Menu {
float:left;
margin:0;
padding:0;
padding-top: 30px;
margin-left: 20px;
}
#Menu h1 {
padding:0;
margin:0;
margin-top:10px;
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
line-height: 120%;
background: none;
}
#Menu p {
margin:0;
padding:0;
}
#Menu ul {
margin: 0;
padding:0;
}
#Menu li {
padding:0;
padding-left: 10px;
margin:0;
list-style-type: none;
}
#Content {
/* width: 45em; */
float:left;
min-height:1000px;
width: 550px;
padding-top: 30px;
padding-right: 60px;
border-right: 1px #999 solid;
border-left: 1px #999 solid;
margin:0;
margin-left:50px;
background-color: #ffffff;
}
#EditContent {
/* width: 45em; */
float:left;
min-height:1000px;
width: 550px;
padding-top: 30px;
border-right: 1px #999 solid;
border-left: 1px #999 solid;
margin:0;
margin-left:50px;
background-color: #ffffff;
}
.editnotes {
border: 2px solid #444444;
background-color: #FFFFF3;
float: left;
padding-left:15px;
margin-bottom: 15px;
width: 550px;
/*height: 400px; 195px;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 14pt;
color: #000;
} | 0.197909 | 0.053182 |
.block-container .arrow svg {
width: 100%;
}
.block-container.top {
margin-top: 0 !important;
position: relative;
}
@media (max-width: 772px) {
.block-container__content {
overflow: visible;
}
}
.block-container__header {
display: flex;
align-items: flex-end;
position: relative;
justify-content: space-between;
}
.block-container__header.border {
flex-wrap: wrap;
}
.block-container__header .arrow.last {
margin-top: -6px;
}
.block-container__header .button {
margin: 0 3px;
}
.block-container__header .button:last-child {
margin-right: 0;
}
@media (max-width: 772px) {
.block-container__header {
margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.block-container__header {
flex-wrap: wrap;
height: auto;
}
.block-container__header .button {
margin-left: 0;
padding: 0;
margin-right: 5px;
font-size: 12px;
padding: 0 25px;
}
}
@media (max-width: 649px) {
.block-container__header {
margin-bottom: 10px;
}
}
.block-container__navigation.head {
display: flex;
align-self: center;
justify-content: center;
margin-top: 10px;
width: 100%;
}
.block-container__navigation._course {
position: absolute;
right: 0;
right: 10px;
top: -27px;
}
.block-container__navigation._course .product__share--text {
margin: 0;
padding-left: 5px;
padding-top: 3px;
text-decoration: none !important;
}
@media (max-width: 767px) {
.block-container__navigation {
margin-top: 23px;
margin-bottom: 0 !important;
width: 100%;
}
}
.block-container__navigation-link {
border-bottom: 1px dotted;
}
.block-container__navigation-link:hover {
color: #c87065;
}
.block-container__navigation .button-group {
margin-top: -5px;
}
.block-container__title {
line-height: normal;
font-size: 24px;
text-transform: uppercase;
margin-bottom: 0;
font-weight: 400;
font-family: 'HelveticaNeueCyr', Arial, sans-serif;
color: #434343;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 80%;
}
@media (max-width: 1119px) {
.block-container__title {
font-size: 22px;
}
}
@media (max-width: 767px) {
.block-container__title {
padding-left: 0;
margin-bottom: 5px;
}
}
@media (max-width: 767px) {
.block-container__title {
line-height: 21px;
font-size: 18px;
text-transform: uppercase;
}
}
@media (max-width: 767px) {
.block-container .button-group {
width: 100%;
justify-content: end;
}
}
@media (max-width: 767px) {
.block-container__header {
position: relative;
}
}
@media (max-width: 1119px) {
.block-container__header.top {
margin-top: -20px;
}
}
@media (max-width: 767px) {
.block-container__header {
flex-wrap: nowrap;
align-items: center;
}
.block-container__header .block-container__title {
width: 100%;
max-width: 100%;
display: block;
margin: 0;
}
.block-container__header .block-container__navigation {
width: auto;
font-size: 14px;
white-space: nowrap;
}
.block-container__navigation._course {
width: auto;
top: -15px;
}
.block-container__navigation._course .product__share--text {
display: none;
}
}
@media (max-width: 767px) {
.block-container__navigation .button-group {
margin-top: 10px;
}
.block-container__title {
max-width: 100%;
}
.block-container__header {
position: relative;
}
.block-container__header .button {
padding: 0 ;
width: 100%;
}
.block-container__navigation {
margin-top: 0;
}
}
.menu-fixed {
position: fixed;
top: 40px;
left: 0;
right: 0;
width: 100%;
z-index: 1;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.menu-fixed .block-container__navigation.head {
display: none;
}
@media (max-width: 640px) {
.block-container__navigation._course {
top: 10px;
width: auto;
position: relative;
}
.block-container__header {
flex-wrap: wrap;
}
.block-container__header .block-container__title {
margin-bottom: 15px;
}
} | markup/components/block-container/block-container.css | .block-container .arrow svg {
width: 100%;
}
.block-container.top {
margin-top: 0 !important;
position: relative;
}
@media (max-width: 772px) {
.block-container__content {
overflow: visible;
}
}
.block-container__header {
display: flex;
align-items: flex-end;
position: relative;
justify-content: space-between;
}
.block-container__header.border {
flex-wrap: wrap;
}
.block-container__header .arrow.last {
margin-top: -6px;
}
.block-container__header .button {
margin: 0 3px;
}
.block-container__header .button:last-child {
margin-right: 0;
}
@media (max-width: 772px) {
.block-container__header {
margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.block-container__header {
flex-wrap: wrap;
height: auto;
}
.block-container__header .button {
margin-left: 0;
padding: 0;
margin-right: 5px;
font-size: 12px;
padding: 0 25px;
}
}
@media (max-width: 649px) {
.block-container__header {
margin-bottom: 10px;
}
}
.block-container__navigation.head {
display: flex;
align-self: center;
justify-content: center;
margin-top: 10px;
width: 100%;
}
.block-container__navigation._course {
position: absolute;
right: 0;
right: 10px;
top: -27px;
}
.block-container__navigation._course .product__share--text {
margin: 0;
padding-left: 5px;
padding-top: 3px;
text-decoration: none !important;
}
@media (max-width: 767px) {
.block-container__navigation {
margin-top: 23px;
margin-bottom: 0 !important;
width: 100%;
}
}
.block-container__navigation-link {
border-bottom: 1px dotted;
}
.block-container__navigation-link:hover {
color: #c87065;
}
.block-container__navigation .button-group {
margin-top: -5px;
}
.block-container__title {
line-height: normal;
font-size: 24px;
text-transform: uppercase;
margin-bottom: 0;
font-weight: 400;
font-family: 'HelveticaNeueCyr', Arial, sans-serif;
color: #434343;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 80%;
}
@media (max-width: 1119px) {
.block-container__title {
font-size: 22px;
}
}
@media (max-width: 767px) {
.block-container__title {
padding-left: 0;
margin-bottom: 5px;
}
}
@media (max-width: 767px) {
.block-container__title {
line-height: 21px;
font-size: 18px;
text-transform: uppercase;
}
}
@media (max-width: 767px) {
.block-container .button-group {
width: 100%;
justify-content: end;
}
}
@media (max-width: 767px) {
.block-container__header {
position: relative;
}
}
@media (max-width: 1119px) {
.block-container__header.top {
margin-top: -20px;
}
}
@media (max-width: 767px) {
.block-container__header {
flex-wrap: nowrap;
align-items: center;
}
.block-container__header .block-container__title {
width: 100%;
max-width: 100%;
display: block;
margin: 0;
}
.block-container__header .block-container__navigation {
width: auto;
font-size: 14px;
white-space: nowrap;
}
.block-container__navigation._course {
width: auto;
top: -15px;
}
.block-container__navigation._course .product__share--text {
display: none;
}
}
@media (max-width: 767px) {
.block-container__navigation .button-group {
margin-top: 10px;
}
.block-container__title {
max-width: 100%;
}
.block-container__header {
position: relative;
}
.block-container__header .button {
padding: 0 ;
width: 100%;
}
.block-container__navigation {
margin-top: 0;
}
}
.menu-fixed {
position: fixed;
top: 40px;
left: 0;
right: 0;
width: 100%;
z-index: 1;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.menu-fixed .block-container__navigation.head {
display: none;
}
@media (max-width: 640px) {
.block-container__navigation._course {
top: 10px;
width: auto;
position: relative;
}
.block-container__header {
flex-wrap: wrap;
}
.block-container__header .block-container__title {
margin-bottom: 15px;
}
} | 0.478529 | 0.054249 |
.debug * {
--margin-left-OMBonxh8yG: 0px;
--margin-right-DM8tcuIxnI: 0px;
--padding-left-pgknNSAw9R: 0px;
--padding-right-yN05CU2bDv: 0px;
margin-left: var(--margin-left-OMBonxh8yG);
margin-right: var(--margin-right-DM8tcuIxnI);
padding-left: var(--padding-left-pgknNSAw9R);
padding-right: var(--padding-right-yN05CU2bDv);
}
.debug figure, .debug blockquote, .debug ul, .debug ol {
--margin-left-OMBonxh8yG: 1em;
--margin-right-DM8tcuIxnI: 1em;
}
.debug li {
--margin-left-OMBonxh8yG: 0;
--padding-left-pgknNSAw9R: 0;
}
.debug h1,
.debug h2,
.debug h3,
.debug h4 {
font-weight: lighter;
}
.debug p img {
display: block;
--margin-right-DM8tcuIxnI: 0.5em;
}
.debug pre {
background: #111;
color: #fff;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.debug #box-model,
.debug #baseline {
display: none;
}
.debug #box-model:checked + .button,
.debug #baseline:checked + .button {
background: #0a0;
}
.debug input,
.debug fieldset,
.debug button {
box-shadow: inset 0 0 0 1px;
}
.debug input,
.debug button {
border-radius: 2px;
--padding-left-pgknNSAw9R: 0.5em;
--padding-right-yN05CU2bDv: 0.5em;
--margin-right-DM8tcuIxnI: 0.5em;
}
.debug .button {
background: #a00;
color: #fff;
padding-left: .5rem;
padding-right: .5rem;
border-radius: 2px;
cursor: pointer;
font-size: calc(var(--basesize) * 0.75);
display: inline-block;
}
.debug #baseline:checked ~ .grid {
position: relative;
}
.debug #baseline:checked ~ .grid::before {
z-index: 10;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(to bottom, var(--debug-line-color) 1px, transparent 1px);
background-position: 0px calc(var(--basegap) * -1px);
background-size: 10px calc(var(--baseline) * 1px);
background-repeat: repeat;
pointer-events: none;
}
.debug .grid {
--column-margin: 6;
--column-padding: 8;
--debug-line-color: rgba(0, 0, 0, 0.3);
}
.debug .grid .column {
--margin-left-OMBonxh8yG: calc(var(--column-margin) * 1px);
--margin-right-DM8tcuIxnI: calc(var(--column-margin) * 1px);
--padding-left-pgknNSAw9R: calc(var(--column-padding) * 1px);
--padding-right-yN05CU2bDv: calc(var(--column-padding) * 1px);
}
.debug .grid .row {
--margin-left-OMBonxh8yG: calc((var(--column-margin) + var(--column-margin)) * 1px);
--margin-right-DM8tcuIxnI: calc((var(--column-margin) + var(--column-margin)) * 1px);
--padding-left-pgknNSAw9R: 0px;
--padding-right-yN05CU2bDv: 0px;
}
.debug .cropped {
position: relative;
overflow: hidden;
--margin-top-aa: calc(var(--basegap) * -1px);
--margin-bottom-ab: calc((var(--baseline) + var(--basegap)) * 1px);
}
.debug .cropped img {
position: absolute;
top: 50%;
left: 0;
height: auto;
width: 100%;
transform: translateY(-50%);
}
.debug #box-model:checked ~ .grid * {
--visibility: visible;
}
.debug .grid * {
--visibility: hidden;
}
.debug #box-model:checked ~ .grid *,
.debug .grid *:hover {
position: relative;
z-index: 4;
}
.debug #box-model:checked ~ .grid *::before, .debug #box-model:checked ~ .grid *::after,
.debug .grid *:hover::before,
.debug .grid *:hover::after {
--visibility: inherit;
--margin-top-aa: inherit;
--margin-left-OMBonxh8yG: inherit;
--margin-right-DM8tcuIxnI: inherit;
--margin-bottom-ab: inherit;
--padding-top-ac: inherit;
--padding-bottom-ad: inherit;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: inherit;
background-image: linear-gradient(to right, #66aadd, #66aadd), linear-gradient(to right, #aaddaa, #aaddaa);
background-clip: content-box, border-box;
pointer-events: none;
visibility: var(--visibility);
}
.debug #box-model:checked ~ .grid *::before,
.debug .grid *:hover::before {
z-index: -1;
opacity: 1;
}
.debug #box-model:checked ~ .grid *::after,
.debug .grid *:hover::after {
z-index: 2;
opacity: 0.8;
background-image: linear-gradient(to right, rgba(102, 170, 221, 0.7), rgba(102, 170, 221, 0.7));
box-shadow: var(--margin-right-DM8tcuIxnI) calc(var(--margin-top-aa) * -1) 0 0 #ddaa66, calc(var(--margin-left-OMBonxh8yG) * -1) calc(var(--margin-top-aa) * -1) 0 0 #ddaa66, 0 calc(var(--margin-top-aa) * -1) 0 0 #ddaa66, calc(var(--margin-left-OMBonxh8yG) * -1) var(--margin-bottom-ab) 0 0 #ddaa66, var(--margin-right-DM8tcuIxnI) var(--margin-bottom-ab) 0 0 #ddaa66, 0 var(--margin-bottom-ab) 0 0 #ddaa66;
}
.debug #logger {
--visibility: hidden;
position: fixed;
visibility: var(--visibility);
background: #444;
color: #fff;
z-index: 20;
padding: 0.5em;
--font-size-aR9Njpro5D: 10;
transform: translate(var(--mouse-x), var(--mouse-y));
top: 0;
left: 0;
--margin-top-aa: 0.5em;
--margin-left-OMBonxh8yG: 0.5em;
font-family: 'Roboto Mono', monospace;
}
.debug #logger div {
white-space: nowrap;
} | dist/debug.css | .debug * {
--margin-left-OMBonxh8yG: 0px;
--margin-right-DM8tcuIxnI: 0px;
--padding-left-pgknNSAw9R: 0px;
--padding-right-yN05CU2bDv: 0px;
margin-left: var(--margin-left-OMBonxh8yG);
margin-right: var(--margin-right-DM8tcuIxnI);
padding-left: var(--padding-left-pgknNSAw9R);
padding-right: var(--padding-right-yN05CU2bDv);
}
.debug figure, .debug blockquote, .debug ul, .debug ol {
--margin-left-OMBonxh8yG: 1em;
--margin-right-DM8tcuIxnI: 1em;
}
.debug li {
--margin-left-OMBonxh8yG: 0;
--padding-left-pgknNSAw9R: 0;
}
.debug h1,
.debug h2,
.debug h3,
.debug h4 {
font-weight: lighter;
}
.debug p img {
display: block;
--margin-right-DM8tcuIxnI: 0.5em;
}
.debug pre {
background: #111;
color: #fff;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.debug #box-model,
.debug #baseline {
display: none;
}
.debug #box-model:checked + .button,
.debug #baseline:checked + .button {
background: #0a0;
}
.debug input,
.debug fieldset,
.debug button {
box-shadow: inset 0 0 0 1px;
}
.debug input,
.debug button {
border-radius: 2px;
--padding-left-pgknNSAw9R: 0.5em;
--padding-right-yN05CU2bDv: 0.5em;
--margin-right-DM8tcuIxnI: 0.5em;
}
.debug .button {
background: #a00;
color: #fff;
padding-left: .5rem;
padding-right: .5rem;
border-radius: 2px;
cursor: pointer;
font-size: calc(var(--basesize) * 0.75);
display: inline-block;
}
.debug #baseline:checked ~ .grid {
position: relative;
}
.debug #baseline:checked ~ .grid::before {
z-index: 10;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(to bottom, var(--debug-line-color) 1px, transparent 1px);
background-position: 0px calc(var(--basegap) * -1px);
background-size: 10px calc(var(--baseline) * 1px);
background-repeat: repeat;
pointer-events: none;
}
.debug .grid {
--column-margin: 6;
--column-padding: 8;
--debug-line-color: rgba(0, 0, 0, 0.3);
}
.debug .grid .column {
--margin-left-OMBonxh8yG: calc(var(--column-margin) * 1px);
--margin-right-DM8tcuIxnI: calc(var(--column-margin) * 1px);
--padding-left-pgknNSAw9R: calc(var(--column-padding) * 1px);
--padding-right-yN05CU2bDv: calc(var(--column-padding) * 1px);
}
.debug .grid .row {
--margin-left-OMBonxh8yG: calc((var(--column-margin) + var(--column-margin)) * 1px);
--margin-right-DM8tcuIxnI: calc((var(--column-margin) + var(--column-margin)) * 1px);
--padding-left-pgknNSAw9R: 0px;
--padding-right-yN05CU2bDv: 0px;
}
.debug .cropped {
position: relative;
overflow: hidden;
--margin-top-aa: calc(var(--basegap) * -1px);
--margin-bottom-ab: calc((var(--baseline) + var(--basegap)) * 1px);
}
.debug .cropped img {
position: absolute;
top: 50%;
left: 0;
height: auto;
width: 100%;
transform: translateY(-50%);
}
.debug #box-model:checked ~ .grid * {
--visibility: visible;
}
.debug .grid * {
--visibility: hidden;
}
.debug #box-model:checked ~ .grid *,
.debug .grid *:hover {
position: relative;
z-index: 4;
}
.debug #box-model:checked ~ .grid *::before, .debug #box-model:checked ~ .grid *::after,
.debug .grid *:hover::before,
.debug .grid *:hover::after {
--visibility: inherit;
--margin-top-aa: inherit;
--margin-left-OMBonxh8yG: inherit;
--margin-right-DM8tcuIxnI: inherit;
--margin-bottom-ab: inherit;
--padding-top-ac: inherit;
--padding-bottom-ad: inherit;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: inherit;
background-image: linear-gradient(to right, #66aadd, #66aadd), linear-gradient(to right, #aaddaa, #aaddaa);
background-clip: content-box, border-box;
pointer-events: none;
visibility: var(--visibility);
}
.debug #box-model:checked ~ .grid *::before,
.debug .grid *:hover::before {
z-index: -1;
opacity: 1;
}
.debug #box-model:checked ~ .grid *::after,
.debug .grid *:hover::after {
z-index: 2;
opacity: 0.8;
background-image: linear-gradient(to right, rgba(102, 170, 221, 0.7), rgba(102, 170, 221, 0.7));
box-shadow: var(--margin-right-DM8tcuIxnI) calc(var(--margin-top-aa) * -1) 0 0 #ddaa66, calc(var(--margin-left-OMBonxh8yG) * -1) calc(var(--margin-top-aa) * -1) 0 0 #ddaa66, 0 calc(var(--margin-top-aa) * -1) 0 0 #ddaa66, calc(var(--margin-left-OMBonxh8yG) * -1) var(--margin-bottom-ab) 0 0 #ddaa66, var(--margin-right-DM8tcuIxnI) var(--margin-bottom-ab) 0 0 #ddaa66, 0 var(--margin-bottom-ab) 0 0 #ddaa66;
}
.debug #logger {
--visibility: hidden;
position: fixed;
visibility: var(--visibility);
background: #444;
color: #fff;
z-index: 20;
padding: 0.5em;
--font-size-aR9Njpro5D: 10;
transform: translate(var(--mouse-x), var(--mouse-y));
top: 0;
left: 0;
--margin-top-aa: 0.5em;
--margin-left-OMBonxh8yG: 0.5em;
font-family: 'Roboto Mono', monospace;
}
.debug #logger div {
white-space: nowrap;
} | 0.36139 | 0.086362 |