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 |
|---|---|---|---|---|
.fancy {
/* .. */
}
.fancy--slider {
overflow: hidden;
box-sizing: border-box;
position: relative;
height: 100vh;
}
.fancy--slider *, .fancy--slider *:before, .fancy--slider *:after {
box-sizing: border-box;
}
.fancy--slider--elements {
position: relative;
height: 100%;
transition: -webkit-transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
}
.fancy--slider .mode--blend--dark .fancy--slider--inner {
background-color: #8a8a8a;
}
.fancy--slider .mode--blend--dark .fancy--slider--main--inner {
background-color: #575757;
}
.fancy--slider .mode--navi--background--dark {
background-color: #575757;
}
.fancy--slider .mode--blend--green .fancy--slider--inner {
background-color: #6d9b98;
}
.fancy--slider .mode--blend--green .fancy--slider--main--inner {
background-color: #42605E;
}
.fancy--slider .mode--navi--background--green {
background-color: #42605E;
}
.fancy--slider .mode--blend--red .fancy--slider--inner {
background-color: #ea2329;
}
.fancy--slider .mode--blend--red .fancy--slider--main--inner {
background-color: #990e13;
}
.fancy--slider .mode--navi--background--red {
background-color: #990e13;
}
.fancy--slider .mode--blend--blue .fancy--slider--inner {
background-color: #59aecb;
}
.fancy--slider .mode--blend--blue .fancy--slider--main--inner {
background-color: #2D7791;
}
.fancy--slider .mode--navi--background--blue {
background-color: #2D7791;
}
.fancy--slider--element {
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fancy--slider--element.mode--before--sliding {
z-index: 2 !important;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancy--slider--element.mode--slide--active {
z-index: 1;
transition: -webkit-transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fancy--slider--inner {
position: relative;
height: 100%;
background-size: cover;
background-position: center top;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.mode--before--sliding .fancy--slider--inner {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.mode--slide--active .fancy--slider--inner {
transition: -webkit-transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fancy--slider--main {
overflow: hidden;
z-index: 1;
position: absolute;
right: 60%;
top: 15%;
width: 50.25vh;
height: 67vh;
margin-right: -90px;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
transition-timing-function: ease-in-out;
}
.mode--before--sliding .fancy--slider--main {
-webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
transform: rotate(-10deg) translate3d(200px, 0, 0);
opacity: 0;
}
.mode--slide--active .fancy--slider--main {
transition: opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.mode--previous--slide--element .fancy--slider--main {
transition: opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
-webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
transform: rotate(10deg) translate3d(-200px, 0, 0);
opacity: 0;
}
.fancy--slider--main--inner {
z-index: -1;
position: absolute;
left: 50%;
top: 50%;
width: 100vw;
height: 100vh;
margin-left: -50vw;
margin-top: -50vh;
background-size: cover;
background-position: center center;
background-blend-mode: luminosity;
-webkit-transform-origin: 50% 16.5vh;
transform-origin: 50% 16.5vh;
transition-timing-function: ease-in-out;
}
.mode--before--sliding .fancy--slider--main--inner {
-webkit-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.mode--slide--active .fancy--slider--main--inner {
transition: -webkit-transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mode--previous--slide--element .fancy--slider--main--inner {
transition: -webkit-transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s, -webkit-transform 0.7s 0.3333333333s;
-webkit-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fancy--slider--content {
z-index: 2;
position: absolute;
left: 40%;
top: 40%;
}
.fancy--slider--header {
margin-bottom: 10px;
text-transform: uppercase;
}
.fancy--slider--header--text {
overflow: hidden;
position: relative;
padding-right: 20px;
font-size: 100px;
color: #fff;
word-spacing: 10px;
}
.fancy--slider--header--text:nth-child(2) {
padding-left: 30px;
}
.mode--before--sliding .fancy--slider--header--text {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.mode--slide--active .fancy--slider--header--text {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mode--previous--slide--element .fancy--slider--header--text {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.fancy--slider--header--text span {
display: block;
}
.mode--before--sliding .fancy--slider--header--text span {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.mode--slide--active .fancy--slider--header--text span {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mode--previous--slide--element .fancy--slider--header--text span {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.fancy--navigation {
z-index: 5;
position: absolute;
right: 0;
bottom: 0;
width: 100%;
}
.fancy--navigation--background--main {
z-index: -1;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.fancy--navigation--background--element {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.fancy--navigation--background--element.mode--navi--background--before {
z-index: 2 !important;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.fancy--navigation--background--element.mode--navi--background--active {
z-index: 1;
transition: -webkit-transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.fancy--navigation--control--container {
font-size: 0;
}
.fancy--navigation--control--element {
overflow: hidden;
position: relative;
display: inline-block;
vertical-align: top;
width: 25%;
height: 50px;
font-size: 14px;
color: #fff;
text-transform: uppercase;
background: transparent;
border: none;
outline: none;
cursor: pointer;
transition: background-color 0.5s;
}
.fancy--navigation--control--element.mode--active--control {
background: #1F2833;
}
.fancy--navigation--control--progress {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #fff;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition-timing-function: linear !important;
}
.mode--auto--sliding .mode--active--control .fancy--navigation--control--progress {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.mode--previous--control .fancy--navigation--control--progress {
-webkit-transform: translateX(100%);
transform: translateX(100%);
transition: -webkit-transform 0.5s !important;
transition: transform 0.5s !important;
transition: transform 0.5s, -webkit-transform 0.5s !important;
}
.mode--reset--progress .fancy--navigation--control--progress {
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition: -webkit-transform 0s 0s !important;
transition: transform 0s 0s !important;
transition: transform 0s 0s, -webkit-transform 0s 0s !important;
}
.mode--auto--sliding--block .fancy--navigation--control--progress {
transition: all 0s 0s !important;
-webkit-transform: scaleX(0) !important;
transform: scaleX(0) !important;
}
body {
margin: 0;
}
.fancy--slider--main--container {
overflow: hidden;
position: relative;
height: 100vh;
-webkit-perspective: 1500px;
perspective: 1500px;
background: #000;
}
.fancy--slider--container {
z-index: 2;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: -webkit-transform 0.7s;
transition: transform 0.7s;
transition: transform 0.7s, -webkit-transform 0.7s;
}
.fancy--slider--container .fancy--slider--element--1 .fancy--slider--inner,
.fancy--slider--container .fancy--slider--element--1 .fancy--slider--main--inner {
background-image: url("./images/blackwidow.jpg");
}
.fancy--slider--container .fancy--slider--element--2 .fancy--slider--inner,
.fancy--slider--container .fancy--slider--element--2 .fancy--slider--main--inner {
background-image: url("./images/captainamerica.jpg");
}
.fancy--slider--container .fancy--slider--element--3 .fancy--slider--inner,
.fancy--slider--container .fancy--slider--element--3 .fancy--slider--main--inner {
background-image: url("./images/ironman.jpg");
}
.fancy--slider--container .fancy--slider--element--3 .fancy--slider--inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.1);
}
.fancy--slider--container .fancy--slider--element--4 .fancy--slider--inner,
.fancy--slider--container .fancy--slider--element--4 .fancy--slider--main--inner {
background-image: url("./images/thor.jpg");
}
.fancy--slider--container .fancy--slider--element--4 .fancy--slider--inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.fancy--slider--container .fancy--slider--header,
.fancy--slider--container .fancy--navigation--control--element {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
} | src/fancy-slider/styles.css | .fancy {
/* .. */
}
.fancy--slider {
overflow: hidden;
box-sizing: border-box;
position: relative;
height: 100vh;
}
.fancy--slider *, .fancy--slider *:before, .fancy--slider *:after {
box-sizing: border-box;
}
.fancy--slider--elements {
position: relative;
height: 100%;
transition: -webkit-transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
}
.fancy--slider .mode--blend--dark .fancy--slider--inner {
background-color: #8a8a8a;
}
.fancy--slider .mode--blend--dark .fancy--slider--main--inner {
background-color: #575757;
}
.fancy--slider .mode--navi--background--dark {
background-color: #575757;
}
.fancy--slider .mode--blend--green .fancy--slider--inner {
background-color: #6d9b98;
}
.fancy--slider .mode--blend--green .fancy--slider--main--inner {
background-color: #42605E;
}
.fancy--slider .mode--navi--background--green {
background-color: #42605E;
}
.fancy--slider .mode--blend--red .fancy--slider--inner {
background-color: #ea2329;
}
.fancy--slider .mode--blend--red .fancy--slider--main--inner {
background-color: #990e13;
}
.fancy--slider .mode--navi--background--red {
background-color: #990e13;
}
.fancy--slider .mode--blend--blue .fancy--slider--inner {
background-color: #59aecb;
}
.fancy--slider .mode--blend--blue .fancy--slider--main--inner {
background-color: #2D7791;
}
.fancy--slider .mode--navi--background--blue {
background-color: #2D7791;
}
.fancy--slider--element {
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fancy--slider--element.mode--before--sliding {
z-index: 2 !important;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancy--slider--element.mode--slide--active {
z-index: 1;
transition: -webkit-transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fancy--slider--inner {
position: relative;
height: 100%;
background-size: cover;
background-position: center top;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.mode--before--sliding .fancy--slider--inner {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.mode--slide--active .fancy--slider--inner {
transition: -webkit-transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fancy--slider--main {
overflow: hidden;
z-index: 1;
position: absolute;
right: 60%;
top: 15%;
width: 50.25vh;
height: 67vh;
margin-right: -90px;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
transition-timing-function: ease-in-out;
}
.mode--before--sliding .fancy--slider--main {
-webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
transform: rotate(-10deg) translate3d(200px, 0, 0);
opacity: 0;
}
.mode--slide--active .fancy--slider--main {
transition: opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.mode--previous--slide--element .fancy--slider--main {
transition: opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
-webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
transform: rotate(10deg) translate3d(-200px, 0, 0);
opacity: 0;
}
.fancy--slider--main--inner {
z-index: -1;
position: absolute;
left: 50%;
top: 50%;
width: 100vw;
height: 100vh;
margin-left: -50vw;
margin-top: -50vh;
background-size: cover;
background-position: center center;
background-blend-mode: luminosity;
-webkit-transform-origin: 50% 16.5vh;
transform-origin: 50% 16.5vh;
transition-timing-function: ease-in-out;
}
.mode--before--sliding .fancy--slider--main--inner {
-webkit-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.mode--slide--active .fancy--slider--main--inner {
transition: -webkit-transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mode--previous--slide--element .fancy--slider--main--inner {
transition: -webkit-transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s, -webkit-transform 0.7s 0.3333333333s;
-webkit-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fancy--slider--content {
z-index: 2;
position: absolute;
left: 40%;
top: 40%;
}
.fancy--slider--header {
margin-bottom: 10px;
text-transform: uppercase;
}
.fancy--slider--header--text {
overflow: hidden;
position: relative;
padding-right: 20px;
font-size: 100px;
color: #fff;
word-spacing: 10px;
}
.fancy--slider--header--text:nth-child(2) {
padding-left: 30px;
}
.mode--before--sliding .fancy--slider--header--text {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.mode--slide--active .fancy--slider--header--text {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mode--previous--slide--element .fancy--slider--header--text {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.fancy--slider--header--text span {
display: block;
}
.mode--before--sliding .fancy--slider--header--text span {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.mode--slide--active .fancy--slider--header--text span {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mode--previous--slide--element .fancy--slider--header--text span {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.fancy--navigation {
z-index: 5;
position: absolute;
right: 0;
bottom: 0;
width: 100%;
}
.fancy--navigation--background--main {
z-index: -1;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.fancy--navigation--background--element {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.fancy--navigation--background--element.mode--navi--background--before {
z-index: 2 !important;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.fancy--navigation--background--element.mode--navi--background--active {
z-index: 1;
transition: -webkit-transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.fancy--navigation--control--container {
font-size: 0;
}
.fancy--navigation--control--element {
overflow: hidden;
position: relative;
display: inline-block;
vertical-align: top;
width: 25%;
height: 50px;
font-size: 14px;
color: #fff;
text-transform: uppercase;
background: transparent;
border: none;
outline: none;
cursor: pointer;
transition: background-color 0.5s;
}
.fancy--navigation--control--element.mode--active--control {
background: #1F2833;
}
.fancy--navigation--control--progress {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #fff;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition-timing-function: linear !important;
}
.mode--auto--sliding .mode--active--control .fancy--navigation--control--progress {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.mode--previous--control .fancy--navigation--control--progress {
-webkit-transform: translateX(100%);
transform: translateX(100%);
transition: -webkit-transform 0.5s !important;
transition: transform 0.5s !important;
transition: transform 0.5s, -webkit-transform 0.5s !important;
}
.mode--reset--progress .fancy--navigation--control--progress {
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition: -webkit-transform 0s 0s !important;
transition: transform 0s 0s !important;
transition: transform 0s 0s, -webkit-transform 0s 0s !important;
}
.mode--auto--sliding--block .fancy--navigation--control--progress {
transition: all 0s 0s !important;
-webkit-transform: scaleX(0) !important;
transform: scaleX(0) !important;
}
body {
margin: 0;
}
.fancy--slider--main--container {
overflow: hidden;
position: relative;
height: 100vh;
-webkit-perspective: 1500px;
perspective: 1500px;
background: #000;
}
.fancy--slider--container {
z-index: 2;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: -webkit-transform 0.7s;
transition: transform 0.7s;
transition: transform 0.7s, -webkit-transform 0.7s;
}
.fancy--slider--container .fancy--slider--element--1 .fancy--slider--inner,
.fancy--slider--container .fancy--slider--element--1 .fancy--slider--main--inner {
background-image: url("./images/blackwidow.jpg");
}
.fancy--slider--container .fancy--slider--element--2 .fancy--slider--inner,
.fancy--slider--container .fancy--slider--element--2 .fancy--slider--main--inner {
background-image: url("./images/captainamerica.jpg");
}
.fancy--slider--container .fancy--slider--element--3 .fancy--slider--inner,
.fancy--slider--container .fancy--slider--element--3 .fancy--slider--main--inner {
background-image: url("./images/ironman.jpg");
}
.fancy--slider--container .fancy--slider--element--3 .fancy--slider--inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.1);
}
.fancy--slider--container .fancy--slider--element--4 .fancy--slider--inner,
.fancy--slider--container .fancy--slider--element--4 .fancy--slider--main--inner {
background-image: url("./images/thor.jpg");
}
.fancy--slider--container .fancy--slider--element--4 .fancy--slider--inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.fancy--slider--container .fancy--slider--header,
.fancy--slider--container .fancy--navigation--control--element {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
} | 0.344333 | 0.081813 |
:root{
--red: #fd0100;
--black: #000;
--white: #fff;
--grey:#707070;
}
ul,p{ margin: 0; padding: 0; }
a{ text-decoration: none !important; }
body{ font-family: 'Mont'; line-height: 1.8;background: #000; }
.container { max-width: 95%; }
/*main_btn*/
.red_btn {background: #fd0100;color: var(--white);border-radius: 0;padding: 18px 30px;text-transform: uppercase;font-weight: 600;font-size: 15px;line-height: 0;transition: .3s;}
.red_btn i { margin: 0 10px 0 0; }
.grey_btn { background: var(--grey); }
.red_btn:hover { color: var(--white); background: #bf0605; }
/*global*/
/*header*/
header{ position: absolute; width: 100%; z-index: 2; padding: 20px 0 0; }
header .row { align-items: center; }
.cin_head_right ul { text-align: right; }
.cin_head_right ul li { display: inline-block; }
.cin_head_right ul li a { font-size: 16px; color: #fff; padding: 15px 10px; display: block; text-transform: uppercase; }
/*header close*/
.cin_banner { width: 100%; height: 100vh; background: #000; color: var(--white); }
.cin_ban_video { position: absolute; width: 100%; height: 100vh; overflow: hidden; }
.cin_ban_video:before { content: ""; background: linear-gradient(0, #000000b5, transparent, #00000094); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
.cin_ban_video video { width: 100%; height: 100%; transform: scale(1.3); }
.cin_ban_left{ position: relative;z-index: 2; }
ul.cin_ban_left_list { margin: 20px 0; }
ul.cin_ban_left_list li { display: inline-block; margin: 0 20px; position: relative; }
ul.cin_ban_left_list li:before { content: ""; position: absolute; width: 10px; height: 10px; background: var(--red); border-radius: 30px; left: -20px; top: 6px; }
.cin_ban_left p{ margin: 30px 0; }
.cin_ban_btns a:last-child{ margin-left: 20px; }
.cin_tabs {justify-content: center;margin: -120px 0 50px;z-index: 3;position: relative;}
.cin_tabs li { margin: 0 20px; }
.cin_tabs li button{opacity: .5; transition: .3s;}
.cin_tabs li button:hover{ opacity: 1; }
.cin_tabs li button.active { background: transparent !important; border-bottom: 3px solid var(--red); border-radius: 0; opacity: 1; }
/*banner close*/
.cin_movie_head h2 {font-size: 24px;font-weight: bold;color: var(--white);margin: 50px 0 30px;}
.cin_movie_bx{ position: relative; overflow: hidden; margin:0 10px; }
.cin_movie_bx:hover .cin_movie_text{ opacity: 1; }
.cin_movie_thumb { width: 100%; }
.cin_movie_thumb img{ width: 100%; }
.cin_movie_text { color: var(--white); position: absolute; bottom: 0; width: 100%; top: 0; padding: 0 20px 10px 20px; background: #0000009c; opacity: 0; display: flex; transition: linear .3s; flex-direction: column; justify-content: flex-end; }
.cin_movie_text h3 { font-size: 20px; font-weight: bold; }
.cin_movie_text h3 img { margin-right: 5px; display: inline-block; }
.cin_movie_text p {font-size: 13px;width: 70%;margin: 0 0 10px;}
.cin_movie_text li { font-size: 13px; flex: none; padding: 0 20px 0 0; }
.cin_movie_list2 { justify-content: flex-end; }
span.top_badge { position: absolute; width: 57px; height: 62px; background: url(assets/images/top_badge.png) no-repeat center; background-size: cover; z-index: 1; color: #fff; right: 0; font-size: 36px; font-weight: bold; text-align: center; line-height: 60px; }
.cin_trailer .cin_banner { height: 70vh; margin-top: 30px; }
.cin_trailer .cin_ban_video { height: 70vh; }
/*intro page*/
.cin_intro_banner { padding: 180px 0 50px; text-align: center; }
.cin_intro_ban_box { color: var(--white); }
.cin_intro_ban_box h2 { margin: 0 0 20px; font-size: 42px; font-weight: bold; }
.cin_intro_ban_box h3 { font-size: 24px; font-weight: bold; margin: 0 0 30px; }
.cin_intro_select ul { display: flex; margin: 50px 0 0; justify-content: center; }
.cin_intro_select ul li {list-style: none;}
.cin_intro_select ul li img { display: block; margin: 0 auto 30px; width: 100px; }
.cin_intro_select ul li button {padding: 40px; opacity:.5; transition: .3s;list-style: none;width: 300px;text-align: center;margin: 0 20px;background: #111;border: 1px solid #222;}
.cin_intro_select ul li span{ text-transform: uppercase; letter-spacing: 2px;color: #666;font-size: 20px; transition: .3s; }
.cin_intro_select ul li:hover{ border-color: var(--red); }
.cin_intro_select ul li button:hover {border-color: var(--red);opacity:1; }
.cin_intro_select ul li button:hover span{ color: var(--white); }
.cin_active { border-color: var(--red) !important; opacity:1 !important; }
.cin_active span{ color: var(--white) !important; }
/*footer*/
footer { padding: 60px 0 20px;text-align: center;}
footer ul li a{ color: #707070; transition: .3s; }
footer ul li a:hover{ color: var(--white); }
.foot_social li a i{ font-size: 24px; }
.copyright p{ color: #707070; } | css/style.css | :root{
--red: #fd0100;
--black: #000;
--white: #fff;
--grey:#707070;
}
ul,p{ margin: 0; padding: 0; }
a{ text-decoration: none !important; }
body{ font-family: 'Mont'; line-height: 1.8;background: #000; }
.container { max-width: 95%; }
/*main_btn*/
.red_btn {background: #fd0100;color: var(--white);border-radius: 0;padding: 18px 30px;text-transform: uppercase;font-weight: 600;font-size: 15px;line-height: 0;transition: .3s;}
.red_btn i { margin: 0 10px 0 0; }
.grey_btn { background: var(--grey); }
.red_btn:hover { color: var(--white); background: #bf0605; }
/*global*/
/*header*/
header{ position: absolute; width: 100%; z-index: 2; padding: 20px 0 0; }
header .row { align-items: center; }
.cin_head_right ul { text-align: right; }
.cin_head_right ul li { display: inline-block; }
.cin_head_right ul li a { font-size: 16px; color: #fff; padding: 15px 10px; display: block; text-transform: uppercase; }
/*header close*/
.cin_banner { width: 100%; height: 100vh; background: #000; color: var(--white); }
.cin_ban_video { position: absolute; width: 100%; height: 100vh; overflow: hidden; }
.cin_ban_video:before { content: ""; background: linear-gradient(0, #000000b5, transparent, #00000094); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
.cin_ban_video video { width: 100%; height: 100%; transform: scale(1.3); }
.cin_ban_left{ position: relative;z-index: 2; }
ul.cin_ban_left_list { margin: 20px 0; }
ul.cin_ban_left_list li { display: inline-block; margin: 0 20px; position: relative; }
ul.cin_ban_left_list li:before { content: ""; position: absolute; width: 10px; height: 10px; background: var(--red); border-radius: 30px; left: -20px; top: 6px; }
.cin_ban_left p{ margin: 30px 0; }
.cin_ban_btns a:last-child{ margin-left: 20px; }
.cin_tabs {justify-content: center;margin: -120px 0 50px;z-index: 3;position: relative;}
.cin_tabs li { margin: 0 20px; }
.cin_tabs li button{opacity: .5; transition: .3s;}
.cin_tabs li button:hover{ opacity: 1; }
.cin_tabs li button.active { background: transparent !important; border-bottom: 3px solid var(--red); border-radius: 0; opacity: 1; }
/*banner close*/
.cin_movie_head h2 {font-size: 24px;font-weight: bold;color: var(--white);margin: 50px 0 30px;}
.cin_movie_bx{ position: relative; overflow: hidden; margin:0 10px; }
.cin_movie_bx:hover .cin_movie_text{ opacity: 1; }
.cin_movie_thumb { width: 100%; }
.cin_movie_thumb img{ width: 100%; }
.cin_movie_text { color: var(--white); position: absolute; bottom: 0; width: 100%; top: 0; padding: 0 20px 10px 20px; background: #0000009c; opacity: 0; display: flex; transition: linear .3s; flex-direction: column; justify-content: flex-end; }
.cin_movie_text h3 { font-size: 20px; font-weight: bold; }
.cin_movie_text h3 img { margin-right: 5px; display: inline-block; }
.cin_movie_text p {font-size: 13px;width: 70%;margin: 0 0 10px;}
.cin_movie_text li { font-size: 13px; flex: none; padding: 0 20px 0 0; }
.cin_movie_list2 { justify-content: flex-end; }
span.top_badge { position: absolute; width: 57px; height: 62px; background: url(assets/images/top_badge.png) no-repeat center; background-size: cover; z-index: 1; color: #fff; right: 0; font-size: 36px; font-weight: bold; text-align: center; line-height: 60px; }
.cin_trailer .cin_banner { height: 70vh; margin-top: 30px; }
.cin_trailer .cin_ban_video { height: 70vh; }
/*intro page*/
.cin_intro_banner { padding: 180px 0 50px; text-align: center; }
.cin_intro_ban_box { color: var(--white); }
.cin_intro_ban_box h2 { margin: 0 0 20px; font-size: 42px; font-weight: bold; }
.cin_intro_ban_box h3 { font-size: 24px; font-weight: bold; margin: 0 0 30px; }
.cin_intro_select ul { display: flex; margin: 50px 0 0; justify-content: center; }
.cin_intro_select ul li {list-style: none;}
.cin_intro_select ul li img { display: block; margin: 0 auto 30px; width: 100px; }
.cin_intro_select ul li button {padding: 40px; opacity:.5; transition: .3s;list-style: none;width: 300px;text-align: center;margin: 0 20px;background: #111;border: 1px solid #222;}
.cin_intro_select ul li span{ text-transform: uppercase; letter-spacing: 2px;color: #666;font-size: 20px; transition: .3s; }
.cin_intro_select ul li:hover{ border-color: var(--red); }
.cin_intro_select ul li button:hover {border-color: var(--red);opacity:1; }
.cin_intro_select ul li button:hover span{ color: var(--white); }
.cin_active { border-color: var(--red) !important; opacity:1 !important; }
.cin_active span{ color: var(--white) !important; }
/*footer*/
footer { padding: 60px 0 20px;text-align: center;}
footer ul li a{ color: #707070; transition: .3s; }
footer ul li a:hover{ color: var(--white); }
.foot_social li a i{ font-size: 24px; }
.copyright p{ color: #707070; } | 0.463687 | 0.107954 |
.footer{
background-color: #26262a;
position: relative;
/* z-index: -5; */
width: 100%;
min-height: 30vh;
-webkit-transition: all ease 1s;
-moz-transition: all ease 1s;
-ms-transition: all ease 1s;
-transition: all ease 1s;
transition: all ease 1s;
/* padding: 250px 0; */
}
.titleFooter{
margin-top: 20px;
}
li{
list-style: none;
}
.colContactBg{
width: 100%;
background-image: url('./../media/img/teamwork.jpg');
background-size: cover;
}
/* Cuando sea movil */
/* background-size: contain;
background-repeat: no-repeat; */
@media (max-width: 480px){
.colContactBg{
width: 100%;
background-image: url('./../media/img/teamwork.jpg');
background-size: contain;
background-repeat: no-repeat;
}
}
ul{
display: flex;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding-inline-start: 0px;
}
ul li{
list-style: none;
}
ul li a{
width: 40px;
height: 40px;
background: rgb(0, 0, 0);
text-align: center;
line-height: 40px;
font-size: 20px;
margin: 0 10px;
display: block;
border-radius: 50%;
position: relative;
overflow: hidden;
color: #fff;
}
ul li a .fab{
position: relative;
color: #fff;
transition: .5s;
}
ul li a:hover .fab{
color: #fff;
transform: rotateY(360deg);
}
ul li a:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: .5s;
}
ul li a:hover:before{
top: 0;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}
.footRss{
padding-top: 100px;
}
a{
color: #fff;
}
a:hover {
color: rgba(255,255,255,.5);
text-decoration: none;
}
.titleFooter a:hover {
color: rgba(255,255,255,.5);
}
.titleFooter li a{
margin-left: 25px;
font-size: 16px;
}
#fot{
padding-bottom: 1px;
}
form{
align-content: center;
} | public/css/footer.css |
.footer{
background-color: #26262a;
position: relative;
/* z-index: -5; */
width: 100%;
min-height: 30vh;
-webkit-transition: all ease 1s;
-moz-transition: all ease 1s;
-ms-transition: all ease 1s;
-transition: all ease 1s;
transition: all ease 1s;
/* padding: 250px 0; */
}
.titleFooter{
margin-top: 20px;
}
li{
list-style: none;
}
.colContactBg{
width: 100%;
background-image: url('./../media/img/teamwork.jpg');
background-size: cover;
}
/* Cuando sea movil */
/* background-size: contain;
background-repeat: no-repeat; */
@media (max-width: 480px){
.colContactBg{
width: 100%;
background-image: url('./../media/img/teamwork.jpg');
background-size: contain;
background-repeat: no-repeat;
}
}
ul{
display: flex;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding-inline-start: 0px;
}
ul li{
list-style: none;
}
ul li a{
width: 40px;
height: 40px;
background: rgb(0, 0, 0);
text-align: center;
line-height: 40px;
font-size: 20px;
margin: 0 10px;
display: block;
border-radius: 50%;
position: relative;
overflow: hidden;
color: #fff;
}
ul li a .fab{
position: relative;
color: #fff;
transition: .5s;
}
ul li a:hover .fab{
color: #fff;
transform: rotateY(360deg);
}
ul li a:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: .5s;
}
ul li a:hover:before{
top: 0;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}
.footRss{
padding-top: 100px;
}
a{
color: #fff;
}
a:hover {
color: rgba(255,255,255,.5);
text-decoration: none;
}
.titleFooter a:hover {
color: rgba(255,255,255,.5);
}
.titleFooter li a{
margin-left: 25px;
font-size: 16px;
}
#fot{
padding-bottom: 1px;
}
form{
align-content: center;
} | 0.315947 | 0.052449 |
.state--no-data .table-container {
overflow-x: hidden;
}
.default {
display: none;
width: 100%;
text-align: center;
padding: 10px 0;
font-style: italic;
}
.state--loading .default {
display: block;
}
.default i {
font-size: 1.5em;
}
.http-message span {
font-style: italic;
}
.state--no-data thead {
display: none;
}
/* *** delete button in accts display table for cashier *** */
.btn-danger {
min-width: 65px;
color: #dd2C00;
}
/* *** action icons in table *** */
.draft-account .icon-activate,
/* .draft-account .icon-deactivate, */
.active-account .icon-activate,
.dormant-account .icon-deactivate {
color: #fff;
background: #8f8a8a;
pointer-events: none;
cursor: not-allowed;
}
.icon-table {
font-size: 1.2em;
width: 1.7em;
height: 1.7em;
background: transparent;
border: 1px solid;
border-radius: 4px;
padding: 3px;
margin-right: 5px;
text-align: center;
}
.icon-table i {
display: inline-block;
}
.icon-activate {
color: #3ca374;
}
.icon-deactivate {
color: #14213d;
}
.icon-delete {
color: #dd2C00;
}
/* *** modal styles *** */
.modal {
color: #14213d;
}
.modal--hidden .modal {
display: none;
}
.overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 2;
background-color: rgba(255, 255, 255, 0.44);
}
.modal__inner {
display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
}
.modal-content {
width: 80%;
max-width: 330px;
padding: 30px;
background-color: #e5e5e5;
border: 2px solid;
position: relative;
}
.btn-modal-close {
width: 25px;
height: 25px;
padding: 15px 20px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
font-size: 1.6em;
text-align: center;
font-weight: 900;
cursor: pointer;
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-modal-close:hover {
color: #dd2C00;
}
.modal-message {
margin-bottom: 44px;
}
.btn-modal-yes,
.btn-modal-no {
width: 45%;
padding: 3px;
margin-top: 0;
font-size: 1.1em;
}
.btn-modal-yes {
color: #dd2C00;
background: transparent;
border: 1px solid;
}
.btn-modal-yes:hover {
box-shadow: 0 0 2px #fff, 0 0 5px #dd2C00, 0 0 10px #dd2C00;
} | ui/css/cashier/bank-accounts.css | .state--no-data .table-container {
overflow-x: hidden;
}
.default {
display: none;
width: 100%;
text-align: center;
padding: 10px 0;
font-style: italic;
}
.state--loading .default {
display: block;
}
.default i {
font-size: 1.5em;
}
.http-message span {
font-style: italic;
}
.state--no-data thead {
display: none;
}
/* *** delete button in accts display table for cashier *** */
.btn-danger {
min-width: 65px;
color: #dd2C00;
}
/* *** action icons in table *** */
.draft-account .icon-activate,
/* .draft-account .icon-deactivate, */
.active-account .icon-activate,
.dormant-account .icon-deactivate {
color: #fff;
background: #8f8a8a;
pointer-events: none;
cursor: not-allowed;
}
.icon-table {
font-size: 1.2em;
width: 1.7em;
height: 1.7em;
background: transparent;
border: 1px solid;
border-radius: 4px;
padding: 3px;
margin-right: 5px;
text-align: center;
}
.icon-table i {
display: inline-block;
}
.icon-activate {
color: #3ca374;
}
.icon-deactivate {
color: #14213d;
}
.icon-delete {
color: #dd2C00;
}
/* *** modal styles *** */
.modal {
color: #14213d;
}
.modal--hidden .modal {
display: none;
}
.overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 2;
background-color: rgba(255, 255, 255, 0.44);
}
.modal__inner {
display: flex;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
}
.modal-content {
width: 80%;
max-width: 330px;
padding: 30px;
background-color: #e5e5e5;
border: 2px solid;
position: relative;
}
.btn-modal-close {
width: 25px;
height: 25px;
padding: 15px 20px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
font-size: 1.6em;
text-align: center;
font-weight: 900;
cursor: pointer;
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-modal-close:hover {
color: #dd2C00;
}
.modal-message {
margin-bottom: 44px;
}
.btn-modal-yes,
.btn-modal-no {
width: 45%;
padding: 3px;
margin-top: 0;
font-size: 1.1em;
}
.btn-modal-yes {
color: #dd2C00;
background: transparent;
border: 1px solid;
}
.btn-modal-yes:hover {
box-shadow: 0 0 2px #fff, 0 0 5px #dd2C00, 0 0 10px #dd2C00;
} | 0.376852 | 0.089097 |
.main{
max-width: 1500px;
margin:20px auto;
margin-top: 80px;
position: relative;
height: 456px;
overflow: hidden;
}
img{
border: none;
}
.main .bigtop{
width: 90%;
/*margin-top:-200px;*/
}
.topmargin{
transition: all 1s;
}
.main .bigtop .text{
float: left;
width: 35%;
padding-bottom: 10px;
padding-top: 20px;
margin-right: 2%;
max-height:465px;
overflow-y:scroll;
}
.main .text::-webkit-scrollbar{
width: 5px;
}
.main .text::-webkit-scrollbar-thumb{
background: #999999;
border-radius:5px;
}
.main .text::-webkit-scrollbar-button{
background: none;
height: 9px;
}
.main .text p{
margin-bottom: 20px;
font-size: 1.8rem;
}
.main .text span{
display: inline-block;
text-indent: 40px;
font-size: 16px;
line-height: 40px;
letter-spacing: 0.2rem;
font-family: "微软雅黑";
color: #555555;
}
.main .one{
float: left;
width:55%;
/*margin-top:50px;*/
height: 456px;
overflow: hidden;
position: relative;
}
.main ol{
}
.main ol li:nth-child(1){
position: absolute;
top:10%;
right: 0;
cursor: pointer;
}
.main ol li:nth-child(2){
position: absolute;
bottom:10%;
right: 0;
cursor: pointer;
}
footer{
margin-top: 100px;
}
@media screen and (max-width: 1200px) {
body{
padding-bottom: 200px;
}
.main{
max-width: 1500px;
margin:20px auto;
margin-top:20px;
position: relative;
height:356px;
overflow: inherit;
padding-bottom:100px;
}
.main .bigtop{
width: 100%;
}
.bigbottom{
margin-bottom: 100px;
}
.main .bigtop .text{
float: none;
width: 80%;
margin-left: 5%;
padding-bottom: 10px;
padding-top: 20px;
margin-right:0;
}
.main .bigtop .text{
padding-bottom: 10px;
padding-top: 20px;
margin-right: 0;
max-height:500px;
overflow-y:inherit;
}
.main .text span::-webkit-scrollbar{
width: 5px;
}
.main .text span::-webkit-scrollbar-thumb{
background: #999999;
border-radius:5px;
}
.main .text span::-webkit-scrollbar-button{
background: none;
height: 9px;
}
.main .text p{
margin-bottom: 20px;
font-size: 1.8rem;
}
.main .text span{
display: inline-block;
text-indent: 30px;
font-size:12px;
line-height:20px;
letter-spacing: 0.2rem;
font-family: "微软雅黑";
color: #555555;
overflow-y:inherit;
}
.main .one{
float: none;
width:80%;
/*margin-top:50px;*/
height: 216px;
overflow: hidden;
position: relative;
}
.main ol{
}
.main ol li:nth-child(1){
position: fixed;
top:30%;
right: 0;
cursor: pointer;
width: 50px;
}
.main ol li:nth-child(2){
position: fixed;
bottom:30%;
right: 0;
cursor: pointer;
width: 50px;
}
footer{
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
background: white;
margin-bottom: 0;
}
body{
padding-bottom:0;
}
}
/*@media screen and (max-width: 768px) {
.main .switch{
position: relative;
width: 80%;
height:170px;
overflow: hidden;
}
.main .switch .shuffling{
width: 100%;
height: 170px;
overflow: hidden;
transition: all 1s;
}
.main .switch .shuffling li{
width: 100%;
height: 100%;
}
.main .switch .shuffling li img{
width: 100%;
height: 100%;
}
.main .switch ol{
position: absolute;
top: 0;
right: 0;
bottom: 0;
max-height: 170px;
}
.main .switch ol li{
height: 50%;
}
.main .switch ol li img{
cursor: pointer;
}
.main .switch ol li:nth-child(1) img{
margin-top: 80%;
width: 30px;
}
.main .switch ol li:nth-child(2) img{
margin-top:150%;
width: 30px;
}
.main .switch .one .cli li{
margin: 0 10px;
float: left;
width:5px;
height:5px;
border: 5px solid white;
cursor: pointer;
display: none;
}
.main .switch .two .cli li{
margin: 0 10px;
float: left;
width:5px;
height:5px;
border: 5px solid white;
cursor: pointer;
display: none;
}
.main .text span{
display: inline-block;
text-indent: 40px;
font-size: 12px;
line-height: 40px;
letter-spacing: 0.2rem;
font-family: "微软雅黑";
color: #555555;
max-height: 450px;
overflow:initial;
}
}*/
.swiper-container{
margin-left:20px;
}
.swiper-pagination-bullet{
background: black;
opacity: 0.6;
width: 20px;
height:20px;
}
.swiper-pagination-bullet-active{
background: white;
opacity: 1;
}
/*.swiper-pagination{
display: block;
z-index: 99999;
}*/ | css/activity.css | .main{
max-width: 1500px;
margin:20px auto;
margin-top: 80px;
position: relative;
height: 456px;
overflow: hidden;
}
img{
border: none;
}
.main .bigtop{
width: 90%;
/*margin-top:-200px;*/
}
.topmargin{
transition: all 1s;
}
.main .bigtop .text{
float: left;
width: 35%;
padding-bottom: 10px;
padding-top: 20px;
margin-right: 2%;
max-height:465px;
overflow-y:scroll;
}
.main .text::-webkit-scrollbar{
width: 5px;
}
.main .text::-webkit-scrollbar-thumb{
background: #999999;
border-radius:5px;
}
.main .text::-webkit-scrollbar-button{
background: none;
height: 9px;
}
.main .text p{
margin-bottom: 20px;
font-size: 1.8rem;
}
.main .text span{
display: inline-block;
text-indent: 40px;
font-size: 16px;
line-height: 40px;
letter-spacing: 0.2rem;
font-family: "微软雅黑";
color: #555555;
}
.main .one{
float: left;
width:55%;
/*margin-top:50px;*/
height: 456px;
overflow: hidden;
position: relative;
}
.main ol{
}
.main ol li:nth-child(1){
position: absolute;
top:10%;
right: 0;
cursor: pointer;
}
.main ol li:nth-child(2){
position: absolute;
bottom:10%;
right: 0;
cursor: pointer;
}
footer{
margin-top: 100px;
}
@media screen and (max-width: 1200px) {
body{
padding-bottom: 200px;
}
.main{
max-width: 1500px;
margin:20px auto;
margin-top:20px;
position: relative;
height:356px;
overflow: inherit;
padding-bottom:100px;
}
.main .bigtop{
width: 100%;
}
.bigbottom{
margin-bottom: 100px;
}
.main .bigtop .text{
float: none;
width: 80%;
margin-left: 5%;
padding-bottom: 10px;
padding-top: 20px;
margin-right:0;
}
.main .bigtop .text{
padding-bottom: 10px;
padding-top: 20px;
margin-right: 0;
max-height:500px;
overflow-y:inherit;
}
.main .text span::-webkit-scrollbar{
width: 5px;
}
.main .text span::-webkit-scrollbar-thumb{
background: #999999;
border-radius:5px;
}
.main .text span::-webkit-scrollbar-button{
background: none;
height: 9px;
}
.main .text p{
margin-bottom: 20px;
font-size: 1.8rem;
}
.main .text span{
display: inline-block;
text-indent: 30px;
font-size:12px;
line-height:20px;
letter-spacing: 0.2rem;
font-family: "微软雅黑";
color: #555555;
overflow-y:inherit;
}
.main .one{
float: none;
width:80%;
/*margin-top:50px;*/
height: 216px;
overflow: hidden;
position: relative;
}
.main ol{
}
.main ol li:nth-child(1){
position: fixed;
top:30%;
right: 0;
cursor: pointer;
width: 50px;
}
.main ol li:nth-child(2){
position: fixed;
bottom:30%;
right: 0;
cursor: pointer;
width: 50px;
}
footer{
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
background: white;
margin-bottom: 0;
}
body{
padding-bottom:0;
}
}
/*@media screen and (max-width: 768px) {
.main .switch{
position: relative;
width: 80%;
height:170px;
overflow: hidden;
}
.main .switch .shuffling{
width: 100%;
height: 170px;
overflow: hidden;
transition: all 1s;
}
.main .switch .shuffling li{
width: 100%;
height: 100%;
}
.main .switch .shuffling li img{
width: 100%;
height: 100%;
}
.main .switch ol{
position: absolute;
top: 0;
right: 0;
bottom: 0;
max-height: 170px;
}
.main .switch ol li{
height: 50%;
}
.main .switch ol li img{
cursor: pointer;
}
.main .switch ol li:nth-child(1) img{
margin-top: 80%;
width: 30px;
}
.main .switch ol li:nth-child(2) img{
margin-top:150%;
width: 30px;
}
.main .switch .one .cli li{
margin: 0 10px;
float: left;
width:5px;
height:5px;
border: 5px solid white;
cursor: pointer;
display: none;
}
.main .switch .two .cli li{
margin: 0 10px;
float: left;
width:5px;
height:5px;
border: 5px solid white;
cursor: pointer;
display: none;
}
.main .text span{
display: inline-block;
text-indent: 40px;
font-size: 12px;
line-height: 40px;
letter-spacing: 0.2rem;
font-family: "微软雅黑";
color: #555555;
max-height: 450px;
overflow:initial;
}
}*/
.swiper-container{
margin-left:20px;
}
.swiper-pagination-bullet{
background: black;
opacity: 0.6;
width: 20px;
height:20px;
}
.swiper-pagination-bullet-active{
background: white;
opacity: 1;
}
/*.swiper-pagination{
display: block;
z-index: 99999;
}*/ | 0.149842 | 0.036839 |
html,body{
position: relative;
width:100%;
height:100%;
font-size:14px;
}
.container{
position: relative;
width: 100%;
max-width: 100%;
height: 100%;
margin: 0px;
/*background: #fff;*/
background: #2A3139;
/*overflow-y: hidden;*/
overflow-x: hidden;
}
header{
position: relative;
background: #677718;
width: 100%;
min-height: 110px;
color: #fff;
margin: 0px;
}
.pan_header_right{
text-align:right;
margin:17px;
margin-right:0px;
padding:20px 0px;
}
.pan_menuicon{
color:#fff;
cursor: pointer;
}
.pan_prof_dropdown .md2-menu-item .material-icons{
padding-right: 15px;
position: relative;
top: 6px;
}
.pan_prof_notification{
padding-left:24px;
}
.pan_prof_dropdown .md2-menu-item .material-icons button{
right: 0px;
top: -22px;
left: 1px;
}
.pan_prof_dropdown .md2-menu-item .material-icons .pan_notification_circle span{
bottom: 17px;
}
.pan_check{
width: 20px;
height: 20px;
position: absolute;
z-index: 99999;
left: 26px;
top: 126px;
}
.pan_headcl01{
width: 245px;
height:100%;
padding:20px;
position: relative;
float: left;
}
.pan_head_prof_avatar{
display:inline-block;
position: relative;
width:60px;
height:60px;
background-image: url('../images/avatar.jpg');
background-repeat: no-repeat;
border-radius:100%;
background-size: cover;
background-position: center;
float:left;
margin-right:20px;
}
.pan_head_prof_info{
position: relative;
max-width: 325px;
float: right;
padding-right: 12px;
padding-top: 12px;
}
.pan_head_prof_det{
color:#fff;
float:left;
padding: 13px 8px 0px 0px;
text-align:left;
}
.pan_head_log_stat{
font-size:12px;
}
.pan_head_log_name{
font-size:18px;
max-width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.pan_head_prof_det span{
display:block;
}
.pan_head_prof_info .md-icon-button{
margin: 0;
top: 12px;
}
.pan_logo_section{
float: left;
margin: auto;
width: 100%;
text-align: center;
}
.pan_logo_img{
display:inline-block;
position: relative;
width:95px;
height:80px;
background-image: url('../images/logo.png');
background-repeat: no-repeat;
}
.pan_header_head{
position: relative;
top: 32px;
}
.pan_header_head .material-icons{
position: relative;
top: 4px;
left: 5px;
}
.pan_dropicon{
color:#000;
top:30px;
position: relative;
}
.pan_content_menu{
width: 100%;
height:110px;
position: absolute;
background: #677718;
z-index:1;
}
.pan_tabcontent{
background: #677718;
padding:0px;
}
.pan_content_menu_head{
height: 110px;
padding: 62px 10px 0px;
width:245px;
}
.pan_content_menu_head span{
font-size:16px;
color: #fff;
top: 12px;
position: relative;
}
.pan_content_menu_head .material-icons{
font-size:18px;
background-color: #fff;
border-radius:100%;
padding:6px;
color:#646464;
margin-right:10px;
}
.pan_menu_btnarea{
float: right;
display: inline-block;
}
.pan_menu_btnarea .md-icon-button{
margin:0px;
}
.pan_content_grid md-card{
margin-right:10px;
}
.pan_content{
position: relative;
height:100%;
width:100%;
background: #2A3139;
bottom: 45px;
}
.pan_content_menu_section{
position: relative;
background:#4A4A4A;
height:100%;
min-width: 245px;
max-width: 245px;
width:30%;
padding-top:110px;
float:left;
}
.collection, .collection .collection-item{
background-color: inherit;
border:0px !important;
margin:0px !important;
font-size:12px;
color:#fff;
z-index: 9;
}
.pan_org_close{
right: 6px;
position: relative;
}
.collection li{
padding:3px 20px !important;
}
.pan_inner_collection ul{
padding:3px 30px !important;
}
.pan_content_wrapper{
width: 100%;
height: 100%;
}
.pan_menu_folder_icon{
color:#323232;
font-size:20px;
position: relative;
top:5px;
margin-right:6px;
}
.pan_content_grid{
position: relative;
overflow: hidden;
height: 100%;
background: #fff;
right: 17px;
z-index: 200;
/*box-shadow: 0 15px 21px -11px rgba(0,0,0,0.2),0px 6px 0px 0 rgba(0,0,0,0.19);*/
}
.pan_content_grid .tabs{
margin:0px;
background: #677718;
height:36px;
}
.pan_thumb{
padding-left:24px;
top:4px;
}
.pan_prof_dropdown{
position: relative;
text-align: left;
z-index: 99999;
}
.pan_content_grid .tab{
background: #fff;
max-width:260px;
height:36px;
}
.pan_table_head_buttons .md2-menu-content{
z-index: 999999 !important;
}
.pan_content_grid .tabs .tab a,.pan_content_grid .tabs .tab a:hover{
color:#000;
text-transform: uppercase;
}
.pan_tab_plus{
width: 30px !important;
min-width: 30px !important;
max-width: 30px !important;
background: #D8D8D8 !important;
}
.pan_tab_plus .material-icons{
color:#fff;
}
.pan_tab_header{
font-size: 20px;
margin-right: 30px;
}
.pan_table_contentmain{
position: relative;
color: #000;
width: 100%;
height: 100%;
overflow-y: hidden;
}
.pan_tab_itemselected{
color: #F67D01;
}
.pan_table_head{
padding:10px;
}
.pan_table_head_buttons{
width:100%;
height:auto;
position:relative;
/*overflow:hidden;*/
padding: 10px;
}
.pan_actions_btn{
height: 29px;
width: 106px;
float: left;
line-height: 0px;
padding: 0px 6px;
}
.pan_actions_btn .pan_dropicon{
color:#703800;
top: 3px;
left:3px;
font-size: 24px;
}
.pan_actions_btn span{
position: relative;
bottom: 3px;
left: 3px;
}
.pan_search_filter_area{
float:right;
position: relative;
}
.pan_search_filter_area .material-icons{
color:#757575;
}
.pan_collection_active {
color: #F57C00;
cursor:pointer;
border: 0px !important;
margin: 0px !important;
line-height: 1.5rem;
font-size: 12px;
}
.md-tab-header{
background: #677718;
box-shadow: 0 -4px 0px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19);
}
.md-tab-label{
background: #FCFCFC !important;
opacity: 1 !important;
text-transform: uppercase;
min-width:1px !important;
}
.md-tab-label.md-tab-active{
color:#000 !important;
}
.md-tab-label.md-tab-active{
border-bottom:2px solid #F57C00;
}
.md-tab-label:last-of-type{
min-width: 45px !important;
max-width: 45px;
color:#fff !important;
background: #D8D8D8 !important;
}
.md-tab-label:last-of-type .material-icons{
position: relative;
top: 8px;
right:1px;
}
.pan_table_contentmain .grid{
min-height:60px !important;
height: auto !important;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0px 0px 0px 0 rgba(0,0,0,0.12);
}
md-tab-group{
height:100% !important;
}
.title{
color:#515151;
font-weight:bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.collection-item{
cursor:pointer;
}
.pan_collection_container{
height: 100%;
overflow-y: auto;
position: relative;
}
.pan_grid_header{
/*width:100%;
height:40px;
border-right: 1px solid #dadada;
padding: 10px 0px;
text-align: center;*/
}
.md-sidenav{
/*transition: none !important;*/
z-index: 99999 !important;
background-color: #fff;
}
.pan_grid_body{
width:100%;
height:70px;
border-right: 1px solid #dadada;
padding: 10px 0px;
text-align: center;
font-weight:normal;
}
[type="checkbox"].filled-in:checked+label:after{
border: 2px solid #f57c00;
background-color: #f57c00;
}
[type="checkbox"]+label{
height:70px;
}
.grid-item{
/*width: auto !important;
position: relative !important;
transform: none !important;
float: left;
width: 9.09% !important;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;*/
transform: none !important;
position: relative !important;
float: left;
}
.panera_overlay{
width: 100%;
height: 45%;
position: fixed;
bottom:0px;
z-index: 999;
pointer-events: none;
background-image: -webkit-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
/ "Invalid", but works in 6-8 /
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00000000, endColorstr=#ffffffff);
/ Valid, works in 8-9 /
-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00000000, endColorstr=#ffffffff);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 1)));
background-image: -o-linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 1)));
background-image: -moz-linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 1)));
background-image: linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 1)));
}
.panera_overlay_dark{
width: 229px;
height: 50%;
position: fixed;
bottom:0px;
z-index: 999;
pointer-events: none;
background-image: -webkit-gradient(to top, rgba(76, 76, 76, 1), rgba(255, 255, 255, 0));
background-image: -o-linear-gradient(to top, rgba(76, 76, 76, 1), rgba(255, 255, 255, 0));
background-image: -moz-linear-gradient(to top, rgba(76, 76, 76, 1), rgba(255, 255, 255, 0));
background-image: linear-gradient(to top, rgba(76, 76, 76, 1), rgba(255, 255, 255, 0));
/ "Invalid", but works in 6-8 /
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00000000, endColorstr=#ffffffff);
/ Valid, works in 8-9 /
-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00000000, endColorstr=#ffffffff);
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 76, 76, 1)), to(rgba(255, 255, 255, 0)));
background-image: -o-linear-gradient(linear,left bottom, left top, from(rgba(76, 76, 76, 1)), to(rgba(255, 255, 255, 0)));
background-image: -moz-linear-gradient(linear, left bottom, left top, from(rgba(76, 76, 76, 1)), to(rgba(255, 255, 255, 0)));
background-image: linear-gradient(linear, left bottom, left top, from(rgba(76, 76, 76, 1)), to(rgba(255, 255, 255, 0)));
}
/*ag-grid specific style starts*/
.ag-header{
background: #BEC0C2 !important;
height: 70px !important;
padding: 20px 0px;
color: #515151 !important;
font-weight: bold !important;
border-bottom: 0px !important;
box-shadow: 0 -4px 0px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19);
}
.ag-body{
top:71px !important;
}
.ag-fresh .ag-root,.ag-fresh .ag-header-cell{
border:0px !important;
}
.ag-fresh .ag-body,.ag-fresh .ag-row-odd {
background-color: #fff !important;
}
.ag-fresh .ag-cell-not-inline-editing{
padding:15px 15px 0px !important;
line-height: 60px;
}
.ag-fresh .ag-row-selected {
background-color: #e9e9e9 !important;
}
.ag-row{
border-bottom: 1px solid #dadada;
padding: 0px;
}
.ag-fresh .ag-cell-no-focus{
border-right: 1px solid #dadada !important;
}
.ag-selection-checkbox img{
height:19px;
left: 10px;
bottom:7px;
position: relative;
cursor:pointer;
}
.ag-cell-value img{
position: relative;
padding-left: 15px;
bottom: 7px;
height: 70px;
width: 78px;
}
.ag-cell{
height: 98% !important;
top: 1px;
}
.ag-fresh .ag-cell-focus{
border-top:0px !important;
border-bottom:0px !important;
outline:none !important;
}
.ag-body-viewport{
padding-bottom: 500px !important;
}
/*ag-grid specific style ends*/
.pan_footer_area{
position: fixed;
width:100%;
bottom:5px;
padding: 0px 12px 12px;
z-index:1000;
font-size:12px;
height:40px;
color: #757575;
}
.pan_add_btncircle, .pan_add_btncircle:hover,.pan_add_btncircle:focus{
border-radius: 100%;
width: 40px;
height: 40px;
background: #677718;
padding: 2px;
float:left;
}
.pan_add_btncircle .material-icons{
font-size: 29px !important;
}
.pan_paginationarea{
float: right;
right: 5px;
top: 10px;
position: relative;
}
.pan_pagination{
margin:0px !important;
display: inline-block;
}
.pan_pagination li{
padding:0px;
}
.pan_footer_rows{
float: left;
position: relative;
left: 15px;
padding-top: 8px;
}
.pan_footer_area .pan_dropicon{
top: 8px;
right: 4px;
color: inherit;
}
.pan_page_right{
bottom: 1px;
position: relative;
}
/*.pan_headcl01 md-sidenav {
width: 200px;
height: 1000px;
}
.pan_headcl01 md-sidenav-layout{
position: absolute !important;
height: 100%;
width: 225px;
left: 0px;
top: 0px;
z-index: 99999;
/*background: #1f1f1f;
}*/
/*.pan_headcl01 md-sidenav{
height: 100%;
width: 100%;
background: #4a4a4a;
}*/
.md-sidenav-content .dropdown-button{
position: relative;
padding: 17px;
top: 16px;
}
.md-sidenav-content{
display:inline-block !important;
}
.Manage{
width: 100%;
height: 50px;
color: #f3f3f3;
background: #58585a;
font-weight: 600;
font-size: 14px;
}
.Manage span{
padding-top: 12px;
display: block;
}
.TopLeftSidenav li {
width: 100%;
height: 50px;
font-size: 15px;
font-weight: 500;
}
.TopLeftSidenav i{
font-size: 18px;
color: #e87703;
padding-left: 25px;
padding-right: 25px;
}
.sidenavcontent li{
width: 100%;
height: 30px;
font-size: 14px;
font-weight: 500;
color: #58585a;
margin-left: 17px;
}
.sidenavcontent i{
width: 18px;
font-size: 18px;
color: red;
padding-right: 25px;
}
.Manage .close{
float: right;
margin-right: 20px;
}
/*login page style starts*/
.pan_login_container{
position: relative;
width:100%;
height:100%;
display: table;
/*background: linear-gradient(to bottom, #677718 0%,#677718 25%,#677718 38%,#4A4A4A 30%,#4A4A4A 48%);*/
/*overflow: hidden;*/
}
.pan_login_green{
position: absolute;
background: #677718;
height: 300px;
width: 100%;
min-height: 300px;
z-index: 99;
display:table-cell;
top:0;
}
.pan_login_grey{
position: relative;
background: #4A4A4A;
height: 100%;
width: 100%;
padding-top: 290px;
display: table-cell;
}
.pan_login_content_container_main{
/*position: absolute;*/
width:365px;
height: 385px;
/*top:0;
bottom: auto;
left:0;
right:0;*/
margin:auto;
}
.pan_login_logo{
position: relative;
width:225px;
height:150px;
background-image: url('../images/login_logo.png');
background-repeat: no-repeat;
margin:auto;
top:100px;
}
.pan_login_content_section{
position: relative;
padding: 30px 20px 0px;
}
.pan_login_loggedin_section {
overflow: hidden;
padding-bottom: 30px;
max-width: 225px;
margin: auto;
}
.md-input-underline{
display:none;
}
md-input{
width:100%;
}
.md-input-wrapper label,input[type=text]:focus:not([readonly])+label,input[type=password]:focus:not([readonly])+label{
color:#fff;
}
input[type=text],input[type=password]{
border-bottom:1px solid #fff !important;
font-size: 16px;
}
input[type=password]{
letter-spacing: 4px;
}
input[type="password" i]{
font-size: 35px !important;
}
input[type=text]:focus:not([readonly]),input[type=password]:focus:not([readonly]){
border-bottom: 1px solid #F57C00 !important;
box-shadow:0 1px 0 0 #F57C00 !important;
}
.md-input-wrapper{
margin-top:0px;
}
.pan_loginbtn_section{
position: relative;
color:#fff;
overflow: hidden;
}
.pan_forgot_pswd{
float:left;
padding: 5px 0px;
}
.pan_btn_section{
float:right;
}
.pan_forgot_pswd a:link,.pan_forgot_pswd a{
color:#fff;
}
.pan_loginbtn_section .pan_actions_btn span {
bottom: 0px;
left: 0px;
}
.pan_login_help{
position: relative;
overflow: hidden;
padding:15px 0px;
text-align: center;
}
.pan_login_help a:link,.pan_login_help a{
color:#9A9A9A;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
background-color: transparent !important;
}
/*login page style ends*/
.pan_modal_popup .md-input-wrapper label,input[type=text]:focus:not([readonly])+label,input[type=password]:focus:not([readonly])+label{
color:#000;
}
.pan_modal_popup .md-input-wrapper{
margin-bottom: 0px;
}
.pan_modal_popup h5{
margin-top: 0px;
font-size: 20px;
}
.pan_modal_popup .modal{
top: 100px;
color: #212121;
border-radius: 0;
z-index: 1000;
}
.pan_add_popup .md-input-wrapper{
margin-top:30px;
}
.pan_modal_popup input[type=text]{
border-bottom: 1px solid #E0E0E0 !important;
margin-bottom: 0px;
height: 40px;
}
.pan_modal_popup .modal .modal-content{
padding: 20px;
outline:none !important;
}
.pan_modal_popup .modal .modal-footer{
height: inherit;
padding: 15px 0px 0px 0px;
text-align: right;
}
.pan_popup_btn-primary, .pan_popup_btn-default{
text-transform: uppercase;
border-radius: 0px;
background-color: inherit;
padding-right: 0px;
padding-left: 0px;
margin-left: 50px;
font-weight: bold;
font-size: 13px;
}
.pan_popup_btn-primary{
color: #f57c00;
}
.pan_popup_btn-default{
color: #444444;
}
.pan_popup_btn-primary:hover{
background-color: inherit;
}
.pan_popup_btn-default:hover{
background-color: inherit;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
background-color: #FFF;
}
.modal-backdrop.in {
opacity: .5;
}
.pan_add_group .modal{
width: 430px;
}
.pan_add_user-pre .modal{
width: 830px;
}
.pan_add_user-pre .panel-heading{
font-size: 14px;
margin-top: 15px;
color: #757575;
font-weight: bold;
}
.pan_add_user-pre .panel-body{
height: 300px;
}
.pan_add_user-pre .list-group li{
width: 100px;
height: 32px;
display: inline-block;
margin: 10px 10px 10px 0px;
padding: 5px 10px;
font-size: 12px;
border-radius: 50px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pan_user-pre_available{
border-right: 5px solid #F5F5F5;
}
.pan_user-pre_available .list-group li{
background-color: #E0E0E0;
}
.pan_user-pre_selected .list-group li{
background-color: #4A4A4A;
color: #fff;
}
.pan_search_filter_area md-sidenav {
width: 300px;
height: 100%;
background: red;
/*position: relative;*/
}
/*.pan_search_filter_area md-sidenav-layout{
width: 200px;
height: 100%;
background: black;
position: absolute;
}*/
/*.md-primary {
background: #FFEB3B;
}
.md-accent {
background: #FFFF8D;
}
.md-warn {
background: #F44336;
} */
.ManageLeftIcon{
float:left;
margin: 10px;
}
.ManageText{
float:left;
}
.ManageRightIcon{
float:right;
margin: 10px;
font-size: 18px;
color: #f3f3f3;
cursor:pointer;
}
.Manage{
clear: both;
}
.pan_sidenav_overlay{
position: absolute;
left: 246px;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
opacity: 0.5;
z-index: 99999 !important;
transition: all 1s;
-webkit-transition: all 1s;
}
md-sidenav-layout{
position: absolute !important;
width: 100px;
height: 100px;
z-index: 99999;
}
md-sidenav-layout.md-sidenav-opened{
z-index: 99999;
}
md-sidenav.md-sidenav-opened{
background: #fff;
z-index:99999;
width: 246px;
}
.md2-accordion-header:hover{
background: #b9b9b9;
}
.md2-accordion-tab .md2-accordion-title{
color: #58585a;
}
.md2-accordion-tab .md2-accordion-header-icon{
top:24px !important;
}
.md2-accordion-title{
bottom: 8px;
position: relative;
}
.md2-accordion-tab.md2-accordion-tab-active .md2-accordion-title, .md2-accordion-title .material-icons{
color: #58585a !important;
font-weight: 700 !important;
font-size: 17px;
}
.md2-accordion-tab.md2-accordion-tab-active{
border:none !important;
background: #fff;
}
.md2-accordion-title .material-icons{
margin-right: 15px;
position: relative;
top: 6px;
}
.md2-accordion-tab .md2-accordion-header{
padding:20px !important;
line-height:inherit !important;
max-height: 60px !important;
}
.md-sidenav-backdrop.md-sidenav-shown{
/*background: #1f1f1f;*/
background: #4A4A4A;
z-index: 99999;
width: 246px;
}
.md2-accordion-tab .md2-accordion-tab-content{
padding: 10px 20px !important;
color: #939393;
cursor:pointer;
}
.pan_table_head_buttons md-sidenav-layout{
bottom: 6px;
cursor: pointer;
}
.pan_table_contentmain md-sidenav-layout{
top: 43px;
left: 6px;
}
.pan_table_contentmain md-sidenav{
right: 0;
z-index: 9;
background: #fff;
width:335px;
}
.pan_toggle_popup label{
color:#E87703 !important;
text-align:left;
}
.pan_toggle_popup input[type=text], .pan_toggle_popup input[type=password] {
border-bottom: 1px solid #E87703 !important;
height: 35px;
margin-bottom: 15px;
}
[dir='rtl'] .md-input-placeholder {
transform-origin: top left !important;
}
.pan_toggle_popup .modal{
bottom: 0 !important;
right: 0 !important;
margin:inherit !important;
left:inherit !important;
max-height: 100% !important;
width: 340px !important;
overflow: hidden;
outline:none !important;
}
.pan_filter_icon{
cursor:pointer;
}
.pan_toggle_popup .modal-footer{
position: absolute;
bottom: 0;
}
.pan_toggle_popup .app-input-section{
padding-top:15px;
}
.md-input-infix:focus,.pan_modal_popup .modal:focus,.pan_modal_popup .modal:active,
.pan_modal_popup .modal:active:focus{
outline:none;
}
.pan_toggle_popup md-input, .pan_add_popup md-input{
font-size:14px !important;
}
modal-footer a,modal-footer button{
float:left;
font-size: 14px;
}
modal-footer .pan_clearfilter{
color: #E87703;
padding-right: 25px;
}
modal-footer button,modal-footer button:focus,modal-footer button:hover{
border-radius:50%;
background: #E87703;
float: right;
bottom: 13px;
position: relative;
}
.pan_toggle_popup modal-footer button,.pan_toggle_popup modal-footer button:focus,.pan_toggle_popup modal-footer button:hover{
right: 35px;
}
modal-footer button .material-icons{
color: #fff;
top: 2px;
position: relative;
}
.pan_cancelfilter{
color:#000;
}
.pan_add_group md-input{
font-size: 16px;
margin-top: 15px;
margin-bottom: 15px;
}
.pan_settings_icon{
z-index:99;
}
[md2-menu] {
position: relative;
display: inline-block;
}
[md2-menu] .md2-menu-content {
position: absolute;
top: 40px;
left: 0;
display: inline-block;
background: #fff;
list-style: none;
min-width: 100px;
padding: 0px;
margin: 0;
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
-webkit-transform-origin: left top;
transform-origin: left top;
-moz-transition: all .4s linear;
-o-transition: all .4s linear;
-webkit-transition: all .4s linear;
transition: all .4s linear;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
z-index: 1;
border-radius: 2px;
}
[md2-menu] .md2-menu-content.right {
left: auto; right: 0;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
-webkit-transform-origin: right top;
transform-origin: right top;
}
[md2-menu] .md2-menu-content.top {
top: auto; bottom: 0;
-moz-transform-origin: left bottom;
-ms-transform-origin: left bottom;
-o-transform-origin: left bottom;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
[md2-menu] .md2-menu-content.top.right {
-moz-transform-origin: right bottom;
-ms-transform-origin: right bottom;
-o-transform-origin: right bottom;
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
[md2-menu].open > .md2-menu-content {
-moz-transform: scale(1); -ms-transform: scale(1);
-o-transform: scale(1); -webkit-transform: scale(1);
transform: scale(1);
}
[md2-menu] li {
position: relative;
display: block;
}
[md2-menu] .md2-menu-item {
position: relative;
display: block; padding: 0 16px;
line-height: 36px;
color: rgba(0,0,0,.87);
cursor: pointer;
text-decoration: none;
white-space: nowrap;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
[md2-menu] .md2-menu-item:hover {
background-color: rgba(158,158,158,0.2);
}
.actionsMenu{
width: auto;
height: auto;
position: relative;
}
.box_shadow{
box-shadow: 0px 0px 0px .5px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.div_floatLeft{
float: left;
}
.div_floatRight{
float:right;
}
.div_clr{
clear: both;
}
.actionsMenuMainDiv{
width: 649px;
}
.actionsMenuMainDiv a{
width: 216px;
height: 50px;
font-size: 12px;
font-weight: 400;
color: #757575 !important;
}
.actionsMenuMainDiv i{
width: 25px;
font-size: 18px;
color: #757575 !important;
margin:14px;
}
.actionsMenuMainDiv a div{
padding-top: 6px;
}
.pan_footer_rightsection{
background: #fff;
position: relative;
height: 50px;
bottom: 3px;
overflow: hidden;
right: 22px;
}
.pan_footer_leftsection{
float: left;
width:239px;
}
.md2-accordion-tab-active .md2-accordion-header,.md2-accordion-tab.md2-accordion-tab-active .md2-accordion-tab-content{
background: #fff;
}
.md2-accordion-tab.md2-accordion-tab-active .md2-accordion-tab-content:hover{
background: #ffffff;
}
.ag-bl-full-height-center{
width: 1390px !important;
}
.ag-bl-full-height{
overflow: inherit !important;
}
.md-tab-body-wrapper{
overflow-y: hidden !important;
}
.pan_notification_circle,.pan_notification_circle:hover{
position: absolute;
background: #D0021B;
width: 22px;
height: 22px;
right: 132px;
}
.pan_search_filter_area .material-icons{
cursor:pointer;
}
.pan_notification_circle span{
font-size: 10px;
position: relative;
bottom: 11px;
right: 1px;
}
.autoSuggestText{
position: relative;
float: left;
width: 300px;
border: none;
color: grey;
}
.panera_overlay {
width: 81%;
}
@media (max-width:1366px){
.panera_overlay {
width: 81%;
}
}
@media (max-width:768px){
.pagination{
width:auto !important;
}
.pan_login_logo{
bottom: 70px;
}
.pan_login_content_section{
padding: 30px 20px 0px;
}
/*.pan_login_container{
background: linear-gradient(to bottom, #677718 0%,#677718 25%,#677718 35%,#4A4A4A 30%,#4A4A4A 48%);
}*/
.pan_footer_leftsection{
width: 164px;
}
.pan_content_menu_section{
min-width: 170px;
max-width: 170px;
width:auto;
}
.panera_overlay_dark{
width: 154px;
}
.pan_inner_collection ul {
padding: 3px 10px !important;
}
.pan_content_menu_head{
width: 153px;
}
.pan_menu_btnarea{
float: left;
bottom: 15px;
position: relative;
}
.pan_content_menu_head span{
top: -15px;
}
.pan_content_grid{
top: 42px;
padding-bottom:45px;
z-index: 9;
}
.pan_header_head{
position: relative;
top: 93px;
right: 87px;
z-index: 9999;
width:500px;
}
.ag-body-viewport {
padding-bottom: 340px !important;
}
.pan_footer_rows{
/*margin-left: 110px;*/
}
.pan_add_user-pre .modal{
width:550px;
}
.actionsMenuMainDiv {
width: 433px;
}
}
@media (max-width:600px){
.pan_add_user-pre .modal{
width: 300px;
}
}
@media (max-width:640px){
.actionsMenuMainDiv{
width:217px;
}
.actionsMenu{
overflow: auto;
height: 100%;
min-height:500px;
}
}
@media (min-width:433px) and (max-width:485px){
.pan_footer_rows{
bottom: 8px;
position: relative;
}
.pan_paginationarea{
left: -12px !important;
bottom: 17px !important;
top:-15px !important;
}
.pan_footer_rightsection{
width: 155px;
float: right;
text-align: right;
}
}
@media (max-width:434px){
.pan_login_content_container_main{
width: 300px;
}
.pan_login_logo{
top: 0px;
}
/*.pan_login_container{
background: linear-gradient(to bottom, #677718 0%,#677718 20%,#677718 32%,#4A4A4A 30%,#4A4A4A 48%);
}*/
.pan_footer_rows{
margin-left: 16px;
padding-top:0px;
}
.pan_login_help{
padding: 5px 0px;
}
.pan_header_left{
width: 100% !important;
}
.pan_headcl01{
padding: 10px;
padding-bottom: 0px;
width: 100%;
}
/*.pan_login_loggedin_section{
padding-bottom: 10px;
}*/
/*.pan_login_content_section{
padding: 9px 20px 20px;
}*/
.pan_logo_section{
float: none;
}
.pan_logo_img{
float: right;
right: 10px;
}
.pan_header_right{
position: relative;
bottom: 23px;
left: 13px;
margin-top: 0px;
float:right !important;
width: 75% !important;
}
.pan_content_menu_section{
max-width: 100%;
height: 350px;
width: 100%
}
.panera_overlay_dark{
display: none;
}
.pan_content_grid{
display: block;
float: left;
top: 0px;
padding: 0px 20px;
z-index:9;
left: 0px;
width:100%;
}
.pan_dropicon{
right: 15px;
}
.pan_content_menu_head{
width: 100%;
padding: 12px 10px 0px;
}
.pan_menu_btnarea{
float: right;
bottom:0;
}
.pan_content_menu_head span{
top:0;
}
.pan_content_menu{
height: 65px;
}
.pan_content_menu_section{
padding-top: 65px;
}
.pan_header_head {
top: 73px;
left: 10px;
width: 100px;
/*z-index: 9;*/
position: absolute;
}
.container{
/*overflow-x: auto;*/
}
.pan_footer_area{
bottom:0px;
background: #fff;
height: 45px;
}
.panera_overlay{
width: 100%;
height: 20%;
bottom:20px;
}
.ag-body-viewport {
padding-bottom: 100px !important;
}
.pan_paginationarea{
top: 2px;
right:0px;
}
.pan_add_group .modal{
width:300px;
}
.pan_footer_leftsection{
width: 73px;
}
.pan_footer_rightsection{
height: 40px;
bottom: 0px
}
.pan_login_green{
min-height: 210px;
height: 210px;
}
.pan_table_contentmain{
padding-bottom: 135px;
min-width: 280px;
width: 100%;
/*max-width: 300px;*/
}
.md-tab-body.md-tab-active{
overflow: hidden !important;
}
.pan_login_grey{
padding-top: 205px;
}
}
@media (max-width:385px){
.pan_footer_rightsection{
width: 155px;
float: right;
}
.pan_footer_rows{
bottom: 8px;
position: relative;
}
.pan_paginationarea{
float: left;
left: 30px;
top: -14px;
position: relative;
}
}
.ReportIcons img{
width: 18px;
height: 18px;
margin-right: 20px;
}
.ReportTab li{
margin: 10px;
}
md-sidenav.Leftsidenav.md-sidenav-over.md-sidenav-opening {
z-index: 999999;
background: #fff;
}
.md2-accordion-tab-active .md2-accordion-header:before {
width: 95%;
height: 2px;
background-color: #dfe0e1;
content: ' ';
position: absolute;
top: 0px;
left: 2.5%;
}
.md2-accordion-tab.md2-accordion-tab-active .md2-accordion-tab-content:after {
content: ' ';
width: 95%;
height: 2px;
position: absolute;
bottom: 0px;
background-color: #dfe0e1;
left: 2.5%;
}
ul.sidenavcontent {
margin: 0;
}
md-sidenav-layout:hover,
md-sidenav-layout.md-sidenav-opening,
md-sidenav-layout.md-sidenav-opened {
position: absolute !important;
width: 100%;
height: 100%;
z-index: 9999;
} | dist/css/panera.css | html,body{
position: relative;
width:100%;
height:100%;
font-size:14px;
}
.container{
position: relative;
width: 100%;
max-width: 100%;
height: 100%;
margin: 0px;
/*background: #fff;*/
background: #2A3139;
/*overflow-y: hidden;*/
overflow-x: hidden;
}
header{
position: relative;
background: #677718;
width: 100%;
min-height: 110px;
color: #fff;
margin: 0px;
}
.pan_header_right{
text-align:right;
margin:17px;
margin-right:0px;
padding:20px 0px;
}
.pan_menuicon{
color:#fff;
cursor: pointer;
}
.pan_prof_dropdown .md2-menu-item .material-icons{
padding-right: 15px;
position: relative;
top: 6px;
}
.pan_prof_notification{
padding-left:24px;
}
.pan_prof_dropdown .md2-menu-item .material-icons button{
right: 0px;
top: -22px;
left: 1px;
}
.pan_prof_dropdown .md2-menu-item .material-icons .pan_notification_circle span{
bottom: 17px;
}
.pan_check{
width: 20px;
height: 20px;
position: absolute;
z-index: 99999;
left: 26px;
top: 126px;
}
.pan_headcl01{
width: 245px;
height:100%;
padding:20px;
position: relative;
float: left;
}
.pan_head_prof_avatar{
display:inline-block;
position: relative;
width:60px;
height:60px;
background-image: url('../images/avatar.jpg');
background-repeat: no-repeat;
border-radius:100%;
background-size: cover;
background-position: center;
float:left;
margin-right:20px;
}
.pan_head_prof_info{
position: relative;
max-width: 325px;
float: right;
padding-right: 12px;
padding-top: 12px;
}
.pan_head_prof_det{
color:#fff;
float:left;
padding: 13px 8px 0px 0px;
text-align:left;
}
.pan_head_log_stat{
font-size:12px;
}
.pan_head_log_name{
font-size:18px;
max-width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.pan_head_prof_det span{
display:block;
}
.pan_head_prof_info .md-icon-button{
margin: 0;
top: 12px;
}
.pan_logo_section{
float: left;
margin: auto;
width: 100%;
text-align: center;
}
.pan_logo_img{
display:inline-block;
position: relative;
width:95px;
height:80px;
background-image: url('../images/logo.png');
background-repeat: no-repeat;
}
.pan_header_head{
position: relative;
top: 32px;
}
.pan_header_head .material-icons{
position: relative;
top: 4px;
left: 5px;
}
.pan_dropicon{
color:#000;
top:30px;
position: relative;
}
.pan_content_menu{
width: 100%;
height:110px;
position: absolute;
background: #677718;
z-index:1;
}
.pan_tabcontent{
background: #677718;
padding:0px;
}
.pan_content_menu_head{
height: 110px;
padding: 62px 10px 0px;
width:245px;
}
.pan_content_menu_head span{
font-size:16px;
color: #fff;
top: 12px;
position: relative;
}
.pan_content_menu_head .material-icons{
font-size:18px;
background-color: #fff;
border-radius:100%;
padding:6px;
color:#646464;
margin-right:10px;
}
.pan_menu_btnarea{
float: right;
display: inline-block;
}
.pan_menu_btnarea .md-icon-button{
margin:0px;
}
.pan_content_grid md-card{
margin-right:10px;
}
.pan_content{
position: relative;
height:100%;
width:100%;
background: #2A3139;
bottom: 45px;
}
.pan_content_menu_section{
position: relative;
background:#4A4A4A;
height:100%;
min-width: 245px;
max-width: 245px;
width:30%;
padding-top:110px;
float:left;
}
.collection, .collection .collection-item{
background-color: inherit;
border:0px !important;
margin:0px !important;
font-size:12px;
color:#fff;
z-index: 9;
}
.pan_org_close{
right: 6px;
position: relative;
}
.collection li{
padding:3px 20px !important;
}
.pan_inner_collection ul{
padding:3px 30px !important;
}
.pan_content_wrapper{
width: 100%;
height: 100%;
}
.pan_menu_folder_icon{
color:#323232;
font-size:20px;
position: relative;
top:5px;
margin-right:6px;
}
.pan_content_grid{
position: relative;
overflow: hidden;
height: 100%;
background: #fff;
right: 17px;
z-index: 200;
/*box-shadow: 0 15px 21px -11px rgba(0,0,0,0.2),0px 6px 0px 0 rgba(0,0,0,0.19);*/
}
.pan_content_grid .tabs{
margin:0px;
background: #677718;
height:36px;
}
.pan_thumb{
padding-left:24px;
top:4px;
}
.pan_prof_dropdown{
position: relative;
text-align: left;
z-index: 99999;
}
.pan_content_grid .tab{
background: #fff;
max-width:260px;
height:36px;
}
.pan_table_head_buttons .md2-menu-content{
z-index: 999999 !important;
}
.pan_content_grid .tabs .tab a,.pan_content_grid .tabs .tab a:hover{
color:#000;
text-transform: uppercase;
}
.pan_tab_plus{
width: 30px !important;
min-width: 30px !important;
max-width: 30px !important;
background: #D8D8D8 !important;
}
.pan_tab_plus .material-icons{
color:#fff;
}
.pan_tab_header{
font-size: 20px;
margin-right: 30px;
}
.pan_table_contentmain{
position: relative;
color: #000;
width: 100%;
height: 100%;
overflow-y: hidden;
}
.pan_tab_itemselected{
color: #F67D01;
}
.pan_table_head{
padding:10px;
}
.pan_table_head_buttons{
width:100%;
height:auto;
position:relative;
/*overflow:hidden;*/
padding: 10px;
}
.pan_actions_btn{
height: 29px;
width: 106px;
float: left;
line-height: 0px;
padding: 0px 6px;
}
.pan_actions_btn .pan_dropicon{
color:#703800;
top: 3px;
left:3px;
font-size: 24px;
}
.pan_actions_btn span{
position: relative;
bottom: 3px;
left: 3px;
}
.pan_search_filter_area{
float:right;
position: relative;
}
.pan_search_filter_area .material-icons{
color:#757575;
}
.pan_collection_active {
color: #F57C00;
cursor:pointer;
border: 0px !important;
margin: 0px !important;
line-height: 1.5rem;
font-size: 12px;
}
.md-tab-header{
background: #677718;
box-shadow: 0 -4px 0px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19);
}
.md-tab-label{
background: #FCFCFC !important;
opacity: 1 !important;
text-transform: uppercase;
min-width:1px !important;
}
.md-tab-label.md-tab-active{
color:#000 !important;
}
.md-tab-label.md-tab-active{
border-bottom:2px solid #F57C00;
}
.md-tab-label:last-of-type{
min-width: 45px !important;
max-width: 45px;
color:#fff !important;
background: #D8D8D8 !important;
}
.md-tab-label:last-of-type .material-icons{
position: relative;
top: 8px;
right:1px;
}
.pan_table_contentmain .grid{
min-height:60px !important;
height: auto !important;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16),0px 0px 0px 0 rgba(0,0,0,0.12);
}
md-tab-group{
height:100% !important;
}
.title{
color:#515151;
font-weight:bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.collection-item{
cursor:pointer;
}
.pan_collection_container{
height: 100%;
overflow-y: auto;
position: relative;
}
.pan_grid_header{
/*width:100%;
height:40px;
border-right: 1px solid #dadada;
padding: 10px 0px;
text-align: center;*/
}
.md-sidenav{
/*transition: none !important;*/
z-index: 99999 !important;
background-color: #fff;
}
.pan_grid_body{
width:100%;
height:70px;
border-right: 1px solid #dadada;
padding: 10px 0px;
text-align: center;
font-weight:normal;
}
[type="checkbox"].filled-in:checked+label:after{
border: 2px solid #f57c00;
background-color: #f57c00;
}
[type="checkbox"]+label{
height:70px;
}
.grid-item{
/*width: auto !important;
position: relative !important;
transform: none !important;
float: left;
width: 9.09% !important;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;*/
transform: none !important;
position: relative !important;
float: left;
}
.panera_overlay{
width: 100%;
height: 45%;
position: fixed;
bottom:0px;
z-index: 999;
pointer-events: none;
background-image: -webkit-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
/ "Invalid", but works in 6-8 /
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00000000, endColorstr=#ffffffff);
/ Valid, works in 8-9 /
-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00000000, endColorstr=#ffffffff);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 1)));
background-image: -o-linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 1)));
background-image: -moz-linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 1)));
background-image: linear-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 1)));
}
.panera_overlay_dark{
width: 229px;
height: 50%;
position: fixed;
bottom:0px;
z-index: 999;
pointer-events: none;
background-image: -webkit-gradient(to top, rgba(76, 76, 76, 1), rgba(255, 255, 255, 0));
background-image: -o-linear-gradient(to top, rgba(76, 76, 76, 1), rgba(255, 255, 255, 0));
background-image: -moz-linear-gradient(to top, rgba(76, 76, 76, 1), rgba(255, 255, 255, 0));
background-image: linear-gradient(to top, rgba(76, 76, 76, 1), rgba(255, 255, 255, 0));
/ "Invalid", but works in 6-8 /
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00000000, endColorstr=#ffffffff);
/ Valid, works in 8-9 /
-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00000000, endColorstr=#ffffffff);
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 76, 76, 1)), to(rgba(255, 255, 255, 0)));
background-image: -o-linear-gradient(linear,left bottom, left top, from(rgba(76, 76, 76, 1)), to(rgba(255, 255, 255, 0)));
background-image: -moz-linear-gradient(linear, left bottom, left top, from(rgba(76, 76, 76, 1)), to(rgba(255, 255, 255, 0)));
background-image: linear-gradient(linear, left bottom, left top, from(rgba(76, 76, 76, 1)), to(rgba(255, 255, 255, 0)));
}
/*ag-grid specific style starts*/
.ag-header{
background: #BEC0C2 !important;
height: 70px !important;
padding: 20px 0px;
color: #515151 !important;
font-weight: bold !important;
border-bottom: 0px !important;
box-shadow: 0 -4px 0px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19);
}
.ag-body{
top:71px !important;
}
.ag-fresh .ag-root,.ag-fresh .ag-header-cell{
border:0px !important;
}
.ag-fresh .ag-body,.ag-fresh .ag-row-odd {
background-color: #fff !important;
}
.ag-fresh .ag-cell-not-inline-editing{
padding:15px 15px 0px !important;
line-height: 60px;
}
.ag-fresh .ag-row-selected {
background-color: #e9e9e9 !important;
}
.ag-row{
border-bottom: 1px solid #dadada;
padding: 0px;
}
.ag-fresh .ag-cell-no-focus{
border-right: 1px solid #dadada !important;
}
.ag-selection-checkbox img{
height:19px;
left: 10px;
bottom:7px;
position: relative;
cursor:pointer;
}
.ag-cell-value img{
position: relative;
padding-left: 15px;
bottom: 7px;
height: 70px;
width: 78px;
}
.ag-cell{
height: 98% !important;
top: 1px;
}
.ag-fresh .ag-cell-focus{
border-top:0px !important;
border-bottom:0px !important;
outline:none !important;
}
.ag-body-viewport{
padding-bottom: 500px !important;
}
/*ag-grid specific style ends*/
.pan_footer_area{
position: fixed;
width:100%;
bottom:5px;
padding: 0px 12px 12px;
z-index:1000;
font-size:12px;
height:40px;
color: #757575;
}
.pan_add_btncircle, .pan_add_btncircle:hover,.pan_add_btncircle:focus{
border-radius: 100%;
width: 40px;
height: 40px;
background: #677718;
padding: 2px;
float:left;
}
.pan_add_btncircle .material-icons{
font-size: 29px !important;
}
.pan_paginationarea{
float: right;
right: 5px;
top: 10px;
position: relative;
}
.pan_pagination{
margin:0px !important;
display: inline-block;
}
.pan_pagination li{
padding:0px;
}
.pan_footer_rows{
float: left;
position: relative;
left: 15px;
padding-top: 8px;
}
.pan_footer_area .pan_dropicon{
top: 8px;
right: 4px;
color: inherit;
}
.pan_page_right{
bottom: 1px;
position: relative;
}
/*.pan_headcl01 md-sidenav {
width: 200px;
height: 1000px;
}
.pan_headcl01 md-sidenav-layout{
position: absolute !important;
height: 100%;
width: 225px;
left: 0px;
top: 0px;
z-index: 99999;
/*background: #1f1f1f;
}*/
/*.pan_headcl01 md-sidenav{
height: 100%;
width: 100%;
background: #4a4a4a;
}*/
.md-sidenav-content .dropdown-button{
position: relative;
padding: 17px;
top: 16px;
}
.md-sidenav-content{
display:inline-block !important;
}
.Manage{
width: 100%;
height: 50px;
color: #f3f3f3;
background: #58585a;
font-weight: 600;
font-size: 14px;
}
.Manage span{
padding-top: 12px;
display: block;
}
.TopLeftSidenav li {
width: 100%;
height: 50px;
font-size: 15px;
font-weight: 500;
}
.TopLeftSidenav i{
font-size: 18px;
color: #e87703;
padding-left: 25px;
padding-right: 25px;
}
.sidenavcontent li{
width: 100%;
height: 30px;
font-size: 14px;
font-weight: 500;
color: #58585a;
margin-left: 17px;
}
.sidenavcontent i{
width: 18px;
font-size: 18px;
color: red;
padding-right: 25px;
}
.Manage .close{
float: right;
margin-right: 20px;
}
/*login page style starts*/
.pan_login_container{
position: relative;
width:100%;
height:100%;
display: table;
/*background: linear-gradient(to bottom, #677718 0%,#677718 25%,#677718 38%,#4A4A4A 30%,#4A4A4A 48%);*/
/*overflow: hidden;*/
}
.pan_login_green{
position: absolute;
background: #677718;
height: 300px;
width: 100%;
min-height: 300px;
z-index: 99;
display:table-cell;
top:0;
}
.pan_login_grey{
position: relative;
background: #4A4A4A;
height: 100%;
width: 100%;
padding-top: 290px;
display: table-cell;
}
.pan_login_content_container_main{
/*position: absolute;*/
width:365px;
height: 385px;
/*top:0;
bottom: auto;
left:0;
right:0;*/
margin:auto;
}
.pan_login_logo{
position: relative;
width:225px;
height:150px;
background-image: url('../images/login_logo.png');
background-repeat: no-repeat;
margin:auto;
top:100px;
}
.pan_login_content_section{
position: relative;
padding: 30px 20px 0px;
}
.pan_login_loggedin_section {
overflow: hidden;
padding-bottom: 30px;
max-width: 225px;
margin: auto;
}
.md-input-underline{
display:none;
}
md-input{
width:100%;
}
.md-input-wrapper label,input[type=text]:focus:not([readonly])+label,input[type=password]:focus:not([readonly])+label{
color:#fff;
}
input[type=text],input[type=password]{
border-bottom:1px solid #fff !important;
font-size: 16px;
}
input[type=password]{
letter-spacing: 4px;
}
input[type="password" i]{
font-size: 35px !important;
}
input[type=text]:focus:not([readonly]),input[type=password]:focus:not([readonly]){
border-bottom: 1px solid #F57C00 !important;
box-shadow:0 1px 0 0 #F57C00 !important;
}
.md-input-wrapper{
margin-top:0px;
}
.pan_loginbtn_section{
position: relative;
color:#fff;
overflow: hidden;
}
.pan_forgot_pswd{
float:left;
padding: 5px 0px;
}
.pan_btn_section{
float:right;
}
.pan_forgot_pswd a:link,.pan_forgot_pswd a{
color:#fff;
}
.pan_loginbtn_section .pan_actions_btn span {
bottom: 0px;
left: 0px;
}
.pan_login_help{
position: relative;
overflow: hidden;
padding:15px 0px;
text-align: center;
}
.pan_login_help a:link,.pan_login_help a{
color:#9A9A9A;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
background-color: transparent !important;
}
/*login page style ends*/
.pan_modal_popup .md-input-wrapper label,input[type=text]:focus:not([readonly])+label,input[type=password]:focus:not([readonly])+label{
color:#000;
}
.pan_modal_popup .md-input-wrapper{
margin-bottom: 0px;
}
.pan_modal_popup h5{
margin-top: 0px;
font-size: 20px;
}
.pan_modal_popup .modal{
top: 100px;
color: #212121;
border-radius: 0;
z-index: 1000;
}
.pan_add_popup .md-input-wrapper{
margin-top:30px;
}
.pan_modal_popup input[type=text]{
border-bottom: 1px solid #E0E0E0 !important;
margin-bottom: 0px;
height: 40px;
}
.pan_modal_popup .modal .modal-content{
padding: 20px;
outline:none !important;
}
.pan_modal_popup .modal .modal-footer{
height: inherit;
padding: 15px 0px 0px 0px;
text-align: right;
}
.pan_popup_btn-primary, .pan_popup_btn-default{
text-transform: uppercase;
border-radius: 0px;
background-color: inherit;
padding-right: 0px;
padding-left: 0px;
margin-left: 50px;
font-weight: bold;
font-size: 13px;
}
.pan_popup_btn-primary{
color: #f57c00;
}
.pan_popup_btn-default{
color: #444444;
}
.pan_popup_btn-primary:hover{
background-color: inherit;
}
.pan_popup_btn-default:hover{
background-color: inherit;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
background-color: #FFF;
}
.modal-backdrop.in {
opacity: .5;
}
.pan_add_group .modal{
width: 430px;
}
.pan_add_user-pre .modal{
width: 830px;
}
.pan_add_user-pre .panel-heading{
font-size: 14px;
margin-top: 15px;
color: #757575;
font-weight: bold;
}
.pan_add_user-pre .panel-body{
height: 300px;
}
.pan_add_user-pre .list-group li{
width: 100px;
height: 32px;
display: inline-block;
margin: 10px 10px 10px 0px;
padding: 5px 10px;
font-size: 12px;
border-radius: 50px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pan_user-pre_available{
border-right: 5px solid #F5F5F5;
}
.pan_user-pre_available .list-group li{
background-color: #E0E0E0;
}
.pan_user-pre_selected .list-group li{
background-color: #4A4A4A;
color: #fff;
}
.pan_search_filter_area md-sidenav {
width: 300px;
height: 100%;
background: red;
/*position: relative;*/
}
/*.pan_search_filter_area md-sidenav-layout{
width: 200px;
height: 100%;
background: black;
position: absolute;
}*/
/*.md-primary {
background: #FFEB3B;
}
.md-accent {
background: #FFFF8D;
}
.md-warn {
background: #F44336;
} */
.ManageLeftIcon{
float:left;
margin: 10px;
}
.ManageText{
float:left;
}
.ManageRightIcon{
float:right;
margin: 10px;
font-size: 18px;
color: #f3f3f3;
cursor:pointer;
}
.Manage{
clear: both;
}
.pan_sidenav_overlay{
position: absolute;
left: 246px;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
opacity: 0.5;
z-index: 99999 !important;
transition: all 1s;
-webkit-transition: all 1s;
}
md-sidenav-layout{
position: absolute !important;
width: 100px;
height: 100px;
z-index: 99999;
}
md-sidenav-layout.md-sidenav-opened{
z-index: 99999;
}
md-sidenav.md-sidenav-opened{
background: #fff;
z-index:99999;
width: 246px;
}
.md2-accordion-header:hover{
background: #b9b9b9;
}
.md2-accordion-tab .md2-accordion-title{
color: #58585a;
}
.md2-accordion-tab .md2-accordion-header-icon{
top:24px !important;
}
.md2-accordion-title{
bottom: 8px;
position: relative;
}
.md2-accordion-tab.md2-accordion-tab-active .md2-accordion-title, .md2-accordion-title .material-icons{
color: #58585a !important;
font-weight: 700 !important;
font-size: 17px;
}
.md2-accordion-tab.md2-accordion-tab-active{
border:none !important;
background: #fff;
}
.md2-accordion-title .material-icons{
margin-right: 15px;
position: relative;
top: 6px;
}
.md2-accordion-tab .md2-accordion-header{
padding:20px !important;
line-height:inherit !important;
max-height: 60px !important;
}
.md-sidenav-backdrop.md-sidenav-shown{
/*background: #1f1f1f;*/
background: #4A4A4A;
z-index: 99999;
width: 246px;
}
.md2-accordion-tab .md2-accordion-tab-content{
padding: 10px 20px !important;
color: #939393;
cursor:pointer;
}
.pan_table_head_buttons md-sidenav-layout{
bottom: 6px;
cursor: pointer;
}
.pan_table_contentmain md-sidenav-layout{
top: 43px;
left: 6px;
}
.pan_table_contentmain md-sidenav{
right: 0;
z-index: 9;
background: #fff;
width:335px;
}
.pan_toggle_popup label{
color:#E87703 !important;
text-align:left;
}
.pan_toggle_popup input[type=text], .pan_toggle_popup input[type=password] {
border-bottom: 1px solid #E87703 !important;
height: 35px;
margin-bottom: 15px;
}
[dir='rtl'] .md-input-placeholder {
transform-origin: top left !important;
}
.pan_toggle_popup .modal{
bottom: 0 !important;
right: 0 !important;
margin:inherit !important;
left:inherit !important;
max-height: 100% !important;
width: 340px !important;
overflow: hidden;
outline:none !important;
}
.pan_filter_icon{
cursor:pointer;
}
.pan_toggle_popup .modal-footer{
position: absolute;
bottom: 0;
}
.pan_toggle_popup .app-input-section{
padding-top:15px;
}
.md-input-infix:focus,.pan_modal_popup .modal:focus,.pan_modal_popup .modal:active,
.pan_modal_popup .modal:active:focus{
outline:none;
}
.pan_toggle_popup md-input, .pan_add_popup md-input{
font-size:14px !important;
}
modal-footer a,modal-footer button{
float:left;
font-size: 14px;
}
modal-footer .pan_clearfilter{
color: #E87703;
padding-right: 25px;
}
modal-footer button,modal-footer button:focus,modal-footer button:hover{
border-radius:50%;
background: #E87703;
float: right;
bottom: 13px;
position: relative;
}
.pan_toggle_popup modal-footer button,.pan_toggle_popup modal-footer button:focus,.pan_toggle_popup modal-footer button:hover{
right: 35px;
}
modal-footer button .material-icons{
color: #fff;
top: 2px;
position: relative;
}
.pan_cancelfilter{
color:#000;
}
.pan_add_group md-input{
font-size: 16px;
margin-top: 15px;
margin-bottom: 15px;
}
.pan_settings_icon{
z-index:99;
}
[md2-menu] {
position: relative;
display: inline-block;
}
[md2-menu] .md2-menu-content {
position: absolute;
top: 40px;
left: 0;
display: inline-block;
background: #fff;
list-style: none;
min-width: 100px;
padding: 0px;
margin: 0;
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
-webkit-transform-origin: left top;
transform-origin: left top;
-moz-transition: all .4s linear;
-o-transition: all .4s linear;
-webkit-transition: all .4s linear;
transition: all .4s linear;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
z-index: 1;
border-radius: 2px;
}
[md2-menu] .md2-menu-content.right {
left: auto; right: 0;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
-webkit-transform-origin: right top;
transform-origin: right top;
}
[md2-menu] .md2-menu-content.top {
top: auto; bottom: 0;
-moz-transform-origin: left bottom;
-ms-transform-origin: left bottom;
-o-transform-origin: left bottom;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
[md2-menu] .md2-menu-content.top.right {
-moz-transform-origin: right bottom;
-ms-transform-origin: right bottom;
-o-transform-origin: right bottom;
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
[md2-menu].open > .md2-menu-content {
-moz-transform: scale(1); -ms-transform: scale(1);
-o-transform: scale(1); -webkit-transform: scale(1);
transform: scale(1);
}
[md2-menu] li {
position: relative;
display: block;
}
[md2-menu] .md2-menu-item {
position: relative;
display: block; padding: 0 16px;
line-height: 36px;
color: rgba(0,0,0,.87);
cursor: pointer;
text-decoration: none;
white-space: nowrap;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
[md2-menu] .md2-menu-item:hover {
background-color: rgba(158,158,158,0.2);
}
.actionsMenu{
width: auto;
height: auto;
position: relative;
}
.box_shadow{
box-shadow: 0px 0px 0px .5px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.div_floatLeft{
float: left;
}
.div_floatRight{
float:right;
}
.div_clr{
clear: both;
}
.actionsMenuMainDiv{
width: 649px;
}
.actionsMenuMainDiv a{
width: 216px;
height: 50px;
font-size: 12px;
font-weight: 400;
color: #757575 !important;
}
.actionsMenuMainDiv i{
width: 25px;
font-size: 18px;
color: #757575 !important;
margin:14px;
}
.actionsMenuMainDiv a div{
padding-top: 6px;
}
.pan_footer_rightsection{
background: #fff;
position: relative;
height: 50px;
bottom: 3px;
overflow: hidden;
right: 22px;
}
.pan_footer_leftsection{
float: left;
width:239px;
}
.md2-accordion-tab-active .md2-accordion-header,.md2-accordion-tab.md2-accordion-tab-active .md2-accordion-tab-content{
background: #fff;
}
.md2-accordion-tab.md2-accordion-tab-active .md2-accordion-tab-content:hover{
background: #ffffff;
}
.ag-bl-full-height-center{
width: 1390px !important;
}
.ag-bl-full-height{
overflow: inherit !important;
}
.md-tab-body-wrapper{
overflow-y: hidden !important;
}
.pan_notification_circle,.pan_notification_circle:hover{
position: absolute;
background: #D0021B;
width: 22px;
height: 22px;
right: 132px;
}
.pan_search_filter_area .material-icons{
cursor:pointer;
}
.pan_notification_circle span{
font-size: 10px;
position: relative;
bottom: 11px;
right: 1px;
}
.autoSuggestText{
position: relative;
float: left;
width: 300px;
border: none;
color: grey;
}
.panera_overlay {
width: 81%;
}
@media (max-width:1366px){
.panera_overlay {
width: 81%;
}
}
@media (max-width:768px){
.pagination{
width:auto !important;
}
.pan_login_logo{
bottom: 70px;
}
.pan_login_content_section{
padding: 30px 20px 0px;
}
/*.pan_login_container{
background: linear-gradient(to bottom, #677718 0%,#677718 25%,#677718 35%,#4A4A4A 30%,#4A4A4A 48%);
}*/
.pan_footer_leftsection{
width: 164px;
}
.pan_content_menu_section{
min-width: 170px;
max-width: 170px;
width:auto;
}
.panera_overlay_dark{
width: 154px;
}
.pan_inner_collection ul {
padding: 3px 10px !important;
}
.pan_content_menu_head{
width: 153px;
}
.pan_menu_btnarea{
float: left;
bottom: 15px;
position: relative;
}
.pan_content_menu_head span{
top: -15px;
}
.pan_content_grid{
top: 42px;
padding-bottom:45px;
z-index: 9;
}
.pan_header_head{
position: relative;
top: 93px;
right: 87px;
z-index: 9999;
width:500px;
}
.ag-body-viewport {
padding-bottom: 340px !important;
}
.pan_footer_rows{
/*margin-left: 110px;*/
}
.pan_add_user-pre .modal{
width:550px;
}
.actionsMenuMainDiv {
width: 433px;
}
}
@media (max-width:600px){
.pan_add_user-pre .modal{
width: 300px;
}
}
@media (max-width:640px){
.actionsMenuMainDiv{
width:217px;
}
.actionsMenu{
overflow: auto;
height: 100%;
min-height:500px;
}
}
@media (min-width:433px) and (max-width:485px){
.pan_footer_rows{
bottom: 8px;
position: relative;
}
.pan_paginationarea{
left: -12px !important;
bottom: 17px !important;
top:-15px !important;
}
.pan_footer_rightsection{
width: 155px;
float: right;
text-align: right;
}
}
@media (max-width:434px){
.pan_login_content_container_main{
width: 300px;
}
.pan_login_logo{
top: 0px;
}
/*.pan_login_container{
background: linear-gradient(to bottom, #677718 0%,#677718 20%,#677718 32%,#4A4A4A 30%,#4A4A4A 48%);
}*/
.pan_footer_rows{
margin-left: 16px;
padding-top:0px;
}
.pan_login_help{
padding: 5px 0px;
}
.pan_header_left{
width: 100% !important;
}
.pan_headcl01{
padding: 10px;
padding-bottom: 0px;
width: 100%;
}
/*.pan_login_loggedin_section{
padding-bottom: 10px;
}*/
/*.pan_login_content_section{
padding: 9px 20px 20px;
}*/
.pan_logo_section{
float: none;
}
.pan_logo_img{
float: right;
right: 10px;
}
.pan_header_right{
position: relative;
bottom: 23px;
left: 13px;
margin-top: 0px;
float:right !important;
width: 75% !important;
}
.pan_content_menu_section{
max-width: 100%;
height: 350px;
width: 100%
}
.panera_overlay_dark{
display: none;
}
.pan_content_grid{
display: block;
float: left;
top: 0px;
padding: 0px 20px;
z-index:9;
left: 0px;
width:100%;
}
.pan_dropicon{
right: 15px;
}
.pan_content_menu_head{
width: 100%;
padding: 12px 10px 0px;
}
.pan_menu_btnarea{
float: right;
bottom:0;
}
.pan_content_menu_head span{
top:0;
}
.pan_content_menu{
height: 65px;
}
.pan_content_menu_section{
padding-top: 65px;
}
.pan_header_head {
top: 73px;
left: 10px;
width: 100px;
/*z-index: 9;*/
position: absolute;
}
.container{
/*overflow-x: auto;*/
}
.pan_footer_area{
bottom:0px;
background: #fff;
height: 45px;
}
.panera_overlay{
width: 100%;
height: 20%;
bottom:20px;
}
.ag-body-viewport {
padding-bottom: 100px !important;
}
.pan_paginationarea{
top: 2px;
right:0px;
}
.pan_add_group .modal{
width:300px;
}
.pan_footer_leftsection{
width: 73px;
}
.pan_footer_rightsection{
height: 40px;
bottom: 0px
}
.pan_login_green{
min-height: 210px;
height: 210px;
}
.pan_table_contentmain{
padding-bottom: 135px;
min-width: 280px;
width: 100%;
/*max-width: 300px;*/
}
.md-tab-body.md-tab-active{
overflow: hidden !important;
}
.pan_login_grey{
padding-top: 205px;
}
}
@media (max-width:385px){
.pan_footer_rightsection{
width: 155px;
float: right;
}
.pan_footer_rows{
bottom: 8px;
position: relative;
}
.pan_paginationarea{
float: left;
left: 30px;
top: -14px;
position: relative;
}
}
.ReportIcons img{
width: 18px;
height: 18px;
margin-right: 20px;
}
.ReportTab li{
margin: 10px;
}
md-sidenav.Leftsidenav.md-sidenav-over.md-sidenav-opening {
z-index: 999999;
background: #fff;
}
.md2-accordion-tab-active .md2-accordion-header:before {
width: 95%;
height: 2px;
background-color: #dfe0e1;
content: ' ';
position: absolute;
top: 0px;
left: 2.5%;
}
.md2-accordion-tab.md2-accordion-tab-active .md2-accordion-tab-content:after {
content: ' ';
width: 95%;
height: 2px;
position: absolute;
bottom: 0px;
background-color: #dfe0e1;
left: 2.5%;
}
ul.sidenavcontent {
margin: 0;
}
md-sidenav-layout:hover,
md-sidenav-layout.md-sidenav-opening,
md-sidenav-layout.md-sidenav-opened {
position: absolute !important;
width: 100%;
height: 100%;
z-index: 9999;
} | 0.318909 | 0.039676 |
header{
background-color:#444;
color: blanchedalmond;
height: 100px;
}
header h1{
font-family: serif;
font-size: 25px;
text-align: center;
color: darkgray;
}
nav{
margin: 0px auto;
width: 960px;
}
header img{
width: 20%;
height: auto;
float: left;
margin-right: 30px;
margin-top: 0px;
clear: both;
}
header ul li{
display: inline-block;
margin-right: 75px;
margin-top: 40px;
}
a{
color: blanchedalmond;
text-decoration: none;
}
body{
background-color: antiquewhite;
font-family: sans-serif;
}
main {
margin: 30px auto;
width: 960px;
}
main div img{
margin-left: 120px;
width: 75%;
height: auto;
}
.stockImage{
border-bottom: double;
}
.stockImage img{
float:left;
margin: 30px 180px 50px 0px;
height: auto;
width: 200px;
}
.stockImage img:last-child{
margin-right: 0px;
}
/*Featured Section */
main > section{
border-top: double;
}
section img{
margin-top: 10px;
float: left;
width: 200px;
height: auto;
clear: both;
}
section div{
margin-top: 10px;
float: right;
margin-bottom: 30px;
padding-left: 30px;
width: calc(50% - 30px);
}
section div p{
font-size: 18px;
font-style: italic;
height: 320px;
line-height: 24px;
overflow: auto;
color: coral;
clear: both;
}
table {
width: 600px;}
th, td {
padding: 7px 10px 10px 10px;}
th {
text-transform: uppercase; letter-spacing: 0.1em; font-size: 90%;
border-bottom: 2px solid #111111; border-top: 1px solid #999; text-align: left;}
tr.even {
background-color: #efefef;}
h2{
font-size: 20px;
margin-bottom: 10px;
}
button{
background: #444;
border: none;
border-radius: 3px;
color: blanchedalmond;
cursor: pointer;
font-size: 18px;
margin-top: 10px;
padding: 10px 30px;
transition: 350ms;
}
button:hover{
background: cornsilk;
}
.locations{
text-align: center;
margin-left: 110px;
display: inline-block;
margin-top: 20px;
}
footer{
background-color: #444;
clear: both;
height: 100px;
width: 100%;
}
footer p{
text-align: center;
}
.clearfix {
clear: both;
} | style.css | header{
background-color:#444;
color: blanchedalmond;
height: 100px;
}
header h1{
font-family: serif;
font-size: 25px;
text-align: center;
color: darkgray;
}
nav{
margin: 0px auto;
width: 960px;
}
header img{
width: 20%;
height: auto;
float: left;
margin-right: 30px;
margin-top: 0px;
clear: both;
}
header ul li{
display: inline-block;
margin-right: 75px;
margin-top: 40px;
}
a{
color: blanchedalmond;
text-decoration: none;
}
body{
background-color: antiquewhite;
font-family: sans-serif;
}
main {
margin: 30px auto;
width: 960px;
}
main div img{
margin-left: 120px;
width: 75%;
height: auto;
}
.stockImage{
border-bottom: double;
}
.stockImage img{
float:left;
margin: 30px 180px 50px 0px;
height: auto;
width: 200px;
}
.stockImage img:last-child{
margin-right: 0px;
}
/*Featured Section */
main > section{
border-top: double;
}
section img{
margin-top: 10px;
float: left;
width: 200px;
height: auto;
clear: both;
}
section div{
margin-top: 10px;
float: right;
margin-bottom: 30px;
padding-left: 30px;
width: calc(50% - 30px);
}
section div p{
font-size: 18px;
font-style: italic;
height: 320px;
line-height: 24px;
overflow: auto;
color: coral;
clear: both;
}
table {
width: 600px;}
th, td {
padding: 7px 10px 10px 10px;}
th {
text-transform: uppercase; letter-spacing: 0.1em; font-size: 90%;
border-bottom: 2px solid #111111; border-top: 1px solid #999; text-align: left;}
tr.even {
background-color: #efefef;}
h2{
font-size: 20px;
margin-bottom: 10px;
}
button{
background: #444;
border: none;
border-radius: 3px;
color: blanchedalmond;
cursor: pointer;
font-size: 18px;
margin-top: 10px;
padding: 10px 30px;
transition: 350ms;
}
button:hover{
background: cornsilk;
}
.locations{
text-align: center;
margin-left: 110px;
display: inline-block;
margin-top: 20px;
}
footer{
background-color: #444;
clear: both;
height: 100px;
width: 100%;
}
footer p{
text-align: center;
}
.clearfix {
clear: both;
} | 0.338514 | 0.084795 |
:root {
/* CSS HEX */
--spring-wood: #F9F8F3ff;
--armadillo: #3E3A2Eff;
--charcoal: #404040;
--lagoon: #027F85;
--electric: #86F7FD;
--redish: #850802;
--brownish: #5D2701;
--purpleish: #5d0144
}
.remark-slide-content p, ul, ol, li {
font-size: 1.6rem;
}
ul li::marker {
color: var(--lagoon);
font-size: 1.2em;
}
.remark-slide-content {
background-color: var(--spring-wood);
}
.footnote {
bottom: 1em;
font-size: 75%;
}
img {
margin-bottom: 1.5rem;
overflow: hidden;
/*background: #fff;*/
}
/* link color */
:any-link {
color: var(--lagoon);
text-decoration: underline;
}
/* mouse over link */
a:hover, a:active, a:focus {
color: var(--armadillo);
text-decoration: underline;
}
.inverse {
background-color: var(--armadillo);
color: #fff;
text-shadow: none;
}
.inverse h1, .inverse h2, .inverse h3, .inverse h4 {
color: var(--spring-wood);
}
.inverse a {
color: var(--spring-wood);
}
.inverse a:hover {
color: var(--electric);
}
/* Two-column layout */
.left-column {
color: #777;
width: 30%;
height: 92%;
float: left;
font-size: 18px;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #000;
}
.left-column1 {
color: #777;
width: 34%;
height: 92%;
float: left;
font-size: 18px;
}
.right-column {
width: 67%;
float: right;
padding-top: 0em;
}
.right-column1 {
width: 63%;
float: right;
padding-top: 0em;
}
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
img, video, iframe {
max-width: 100%;
}
table {
margin: auto;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #eee }
@page { margin: 0; }
.title-slide h1 {
font-family: 'Zilla Slab', serif;
color: var(--charcoal);
font-size: 3em;
word-wrap: break-word;
margin-bottom: 1em !important;
font-weight: 300;
}
.title-slide h2 {
font-family: 'Zilla Slab', serif;
font-weight: 300;
font-size: 1.5em;
color: var(--charcoal);
text-shadow: none;
line-height: 2em;
margin-bottom: 1em !important;
}
.title-slide h3 {
font-family: 'Jost', sans-serif;
font-weight: 400;
font-size: 1.3em;
color: var(--charcoal);
text-transform: none;
}
/* footer */
div.my-footer {
position: absolute;
bottom: 0px;
left: 0px;
height: 20px;
width: 100%;
}
div.my-footer span {
font-size: 10pt;
color: #ffffff;
position: absolute;
left: 15px;
bottom: 2px;
}
a.footer-link {
position: absolute;
bottom: 5px;
right: 50px;
height: 40px;
width: 150px;
color: #023d4d;
}
/* Headers, body */
h4 {
font-size: 1.8em;
}
.big-text {
font-size: 2.5em !important;
}
/* https://github.com/yihui/xaringan/wiki/Progressbar */
.remark-slide-number {
position: inherit;
}
.remark-slide-number .progress-bar-container {
position: absolute;
bottom: 0;
height: 8px;
display: block;
left: 0;
right: 0;
}
.remark-slide-number .progress-bar {
height: 100%;
background-color: var(--orchid-pink);
}
.title-slide .remark-slide-number .progress-bar-container {
height: 0px;
}
hr {
color: #023d4d80;
}
.remark-slide-number {
margin-bottom: -11.6px;
margin-right: 10px;
opacity: 1; /* default: 0.5 */
position: absolute;
}
.pull-left-a-lot {
float: left;
width: 60%;
}
.pull-right-a-little {
float: right;
width: 37%;
}
.remark-code {
font-size: 16px;
}
.code50 .remark-code {
font-size: 50%;
}
.code70 .remark-code {
font-size: 70%;
}
.code80 .remark-code {
font-size: 80%;
}
.font150 {
font-size: 150%;
}
span.pkg {
font-weight: bold;
letter-spacing: 0.5pt;
color: var(--purpleish);
}
.remark-code-line-highlighted {
background-color: #e8f4f8;
color: #404040;
} | css/theme.css | :root {
/* CSS HEX */
--spring-wood: #F9F8F3ff;
--armadillo: #3E3A2Eff;
--charcoal: #404040;
--lagoon: #027F85;
--electric: #86F7FD;
--redish: #850802;
--brownish: #5D2701;
--purpleish: #5d0144
}
.remark-slide-content p, ul, ol, li {
font-size: 1.6rem;
}
ul li::marker {
color: var(--lagoon);
font-size: 1.2em;
}
.remark-slide-content {
background-color: var(--spring-wood);
}
.footnote {
bottom: 1em;
font-size: 75%;
}
img {
margin-bottom: 1.5rem;
overflow: hidden;
/*background: #fff;*/
}
/* link color */
:any-link {
color: var(--lagoon);
text-decoration: underline;
}
/* mouse over link */
a:hover, a:active, a:focus {
color: var(--armadillo);
text-decoration: underline;
}
.inverse {
background-color: var(--armadillo);
color: #fff;
text-shadow: none;
}
.inverse h1, .inverse h2, .inverse h3, .inverse h4 {
color: var(--spring-wood);
}
.inverse a {
color: var(--spring-wood);
}
.inverse a:hover {
color: var(--electric);
}
/* Two-column layout */
.left-column {
color: #777;
width: 30%;
height: 92%;
float: left;
font-size: 18px;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #000;
}
.left-column1 {
color: #777;
width: 34%;
height: 92%;
float: left;
font-size: 18px;
}
.right-column {
width: 67%;
float: right;
padding-top: 0em;
}
.right-column1 {
width: 63%;
float: right;
padding-top: 0em;
}
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
img, video, iframe {
max-width: 100%;
}
table {
margin: auto;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #eee }
@page { margin: 0; }
.title-slide h1 {
font-family: 'Zilla Slab', serif;
color: var(--charcoal);
font-size: 3em;
word-wrap: break-word;
margin-bottom: 1em !important;
font-weight: 300;
}
.title-slide h2 {
font-family: 'Zilla Slab', serif;
font-weight: 300;
font-size: 1.5em;
color: var(--charcoal);
text-shadow: none;
line-height: 2em;
margin-bottom: 1em !important;
}
.title-slide h3 {
font-family: 'Jost', sans-serif;
font-weight: 400;
font-size: 1.3em;
color: var(--charcoal);
text-transform: none;
}
/* footer */
div.my-footer {
position: absolute;
bottom: 0px;
left: 0px;
height: 20px;
width: 100%;
}
div.my-footer span {
font-size: 10pt;
color: #ffffff;
position: absolute;
left: 15px;
bottom: 2px;
}
a.footer-link {
position: absolute;
bottom: 5px;
right: 50px;
height: 40px;
width: 150px;
color: #023d4d;
}
/* Headers, body */
h4 {
font-size: 1.8em;
}
.big-text {
font-size: 2.5em !important;
}
/* https://github.com/yihui/xaringan/wiki/Progressbar */
.remark-slide-number {
position: inherit;
}
.remark-slide-number .progress-bar-container {
position: absolute;
bottom: 0;
height: 8px;
display: block;
left: 0;
right: 0;
}
.remark-slide-number .progress-bar {
height: 100%;
background-color: var(--orchid-pink);
}
.title-slide .remark-slide-number .progress-bar-container {
height: 0px;
}
hr {
color: #023d4d80;
}
.remark-slide-number {
margin-bottom: -11.6px;
margin-right: 10px;
opacity: 1; /* default: 0.5 */
position: absolute;
}
.pull-left-a-lot {
float: left;
width: 60%;
}
.pull-right-a-little {
float: right;
width: 37%;
}
.remark-code {
font-size: 16px;
}
.code50 .remark-code {
font-size: 50%;
}
.code70 .remark-code {
font-size: 70%;
}
.code80 .remark-code {
font-size: 80%;
}
.font150 {
font-size: 150%;
}
span.pkg {
font-weight: bold;
letter-spacing: 0.5pt;
color: var(--purpleish);
}
.remark-code-line-highlighted {
background-color: #e8f4f8;
color: #404040;
} | 0.594198 | 0.159414 |
@font-face {
font-family: circular;
src: url(./assets/fonts/circular/circular-thin.woff2) format('woff2'),
url(./assets/fonts/circular/circular-thin.woff) format('woff');
font-style: normal;
font-weight: 200;
}
@font-face {
font-family: circular;
src: url(./assets/fonts/circular/circular-regular.woff2) format('woff2'),
url(./assets/fonts/circular/circular-regular.woff) format('woff');
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: circular;
src: url(./assets/fonts/circular/circular-medium.woff2) format('woff2'),
url(./assets/fonts/circular/circular-medium.woff) format('woff');
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: circular;
src: url(./assets/fonts/circular/circular-bold.woff2) format('woff2'),
url(./assets/fonts/circular/circular-bold.woff) format('woff');
font-style: normal;
font-weight: 700;
}
* {
box-sizing: border-box;
font-family: circular, sans-serif;
}
body {
margin: 0;
padding: 0;
font-family: circular, sans-serif;
color: white;
font-size: 16px;
background-color: #191919;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
button {
background: none;
border: none;
cursor: pointer;
}
button:focus {
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
}
h1 {
font-size: 32px;
line-height: 46px;
}
h2 {
font-size: 26px;
line-height: 38px;
}
h3 {
font-size: 22px;
line-height: 34px;
}
.cross-fade-leave {
opacity: 1;
}
.cross-fade-leave.cross-fade-leave-active {
opacity: 0;
transition: opacity 0.7s ease-in;
}
.cross-fade-appear {
opacity: 0;
}
.cross-fade-appear.cross-fade-appear-active {
opacity: 1;
transition: opacity 0.7s ease-in;
}
.cross-fade-enter {
opacity: 0;
}
.cross-fade-enter.cross-fade-enter-active {
opacity: 1;
transition: opacity 0.7s ease-in;
}
.fade-wait-appear {
opacity: 0;
}
.fade-wait-appear.fade-wait-appear-active {
opacity: 1;
transition: opacity 0.4s ease-in;
}
.fade-wait-leave {
opacity: 1;
}
.fade-wait-leave.fade-wait-leave-active {
opacity: 0;
transition: opacity 0.4s ease-in;
}
.fade-wait-enter {
opacity: 0;
}
.fade-wait-enter.fade-wait-enter-active {
opacity: 1;
/* Delay the enter animation until the leave completes */
transition: opacity 0.4s ease-in 0.6s;
}
/*
.fade-wait-height {
transition: height 0.6s ease-in-out;
}
*/
.absolute-react-replace {
position: absolute !important;
} | src/index.css | @font-face {
font-family: circular;
src: url(./assets/fonts/circular/circular-thin.woff2) format('woff2'),
url(./assets/fonts/circular/circular-thin.woff) format('woff');
font-style: normal;
font-weight: 200;
}
@font-face {
font-family: circular;
src: url(./assets/fonts/circular/circular-regular.woff2) format('woff2'),
url(./assets/fonts/circular/circular-regular.woff) format('woff');
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: circular;
src: url(./assets/fonts/circular/circular-medium.woff2) format('woff2'),
url(./assets/fonts/circular/circular-medium.woff) format('woff');
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: circular;
src: url(./assets/fonts/circular/circular-bold.woff2) format('woff2'),
url(./assets/fonts/circular/circular-bold.woff) format('woff');
font-style: normal;
font-weight: 700;
}
* {
box-sizing: border-box;
font-family: circular, sans-serif;
}
body {
margin: 0;
padding: 0;
font-family: circular, sans-serif;
color: white;
font-size: 16px;
background-color: #191919;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
button {
background: none;
border: none;
cursor: pointer;
}
button:focus {
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
}
h1 {
font-size: 32px;
line-height: 46px;
}
h2 {
font-size: 26px;
line-height: 38px;
}
h3 {
font-size: 22px;
line-height: 34px;
}
.cross-fade-leave {
opacity: 1;
}
.cross-fade-leave.cross-fade-leave-active {
opacity: 0;
transition: opacity 0.7s ease-in;
}
.cross-fade-appear {
opacity: 0;
}
.cross-fade-appear.cross-fade-appear-active {
opacity: 1;
transition: opacity 0.7s ease-in;
}
.cross-fade-enter {
opacity: 0;
}
.cross-fade-enter.cross-fade-enter-active {
opacity: 1;
transition: opacity 0.7s ease-in;
}
.fade-wait-appear {
opacity: 0;
}
.fade-wait-appear.fade-wait-appear-active {
opacity: 1;
transition: opacity 0.4s ease-in;
}
.fade-wait-leave {
opacity: 1;
}
.fade-wait-leave.fade-wait-leave-active {
opacity: 0;
transition: opacity 0.4s ease-in;
}
.fade-wait-enter {
opacity: 0;
}
.fade-wait-enter.fade-wait-enter-active {
opacity: 1;
/* Delay the enter animation until the leave completes */
transition: opacity 0.4s ease-in 0.6s;
}
/*
.fade-wait-height {
transition: height 0.6s ease-in-out;
}
*/
.absolute-react-replace {
position: absolute !important;
} | 0.391639 | 0.088229 |
File Overview: Basic structural styles.
Author: <NAME>
*/
.hgraph-main{
height: 400px;
min-height: 400px;
min-width: 400px;
}
/*
* Window sizes
*/
/*
* Default config
*/
/* line 26, ../scss/partials/_structure.scss */
#main {
width: 100%;
height: 100%;
/*min-width: 1024px;*/
}
/* line 31, ../scss/partials/_structure.scss */
/*#main #map {*/
/*height: 400px;*/
/*min-height: 690px;*/
/*min-width: 1024px;*/
/*}*/
/*
* Ipad Portait + Landscape
*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* line 43, ../scss/partials/_structure.scss */
#main {
width: 980px;
}
/* line 46, ../scss/partials/_structure.scss */
#main #map {
/*min-height: 660px;*/
/*min-width: 1024px;*/
}
}
/* line 20, ../scss/partials/_multiuser.scss */
#user-info .user {
padding-top: 6px;
cursor: pointer;
display: inline-block;
cursor: pointer;
}
/* line 27, ../scss/partials/_multiuser.scss */
#user-info .user div {
position: relative;
}
/* line 32, ../scss/partials/_multiuser.scss */
#user-info .user .name {
position: relative;
font-size: 2em;
margin-top: -10px;
}
/* line 39, ../scss/partials/_multiuser.scss */
#user-info .user .intro {
line-height: .5em;
}
/* line 43, ../scss/partials/_multiuser.scss */
#user-info .user img {
border-radius: 50%;
height: 50px;
width: 50px;
line-height: 0px;
}
/* line 52, ../scss/partials/_multiuser.scss */
#user-timeline {
display: none;
max-width: 1024px;
position: absolute;
top: 0;
}
/* line 57, ../scss/partials/_multiuser.scss */
#user-timeline img {
width: 100%;
}
/* line 63, ../scss/partials/_multiuser.scss */
#user-selection {
position: absolute;
bottom: 0;
left: 0;
background-color: #e2e4e3;
width: 100%;
text-align: center;
-moz-box-shadow: 0px -3px 3px #eee;
-webkit-box-shadow: 0px -3px 3px #eee;
box-shadow: 0px -3px 3px #eee;
}
/* line 74, ../scss/partials/_multiuser.scss */
#user-selection .user {
display: inline-block;
margin-left: 15px;
margin-right: 15px;
cursor: pointer;
width: 120px;
}
/* line 81, ../scss/partials/_multiuser.scss */
#user-selection .user:hover {
-webkit-transform: translate(0, -5px);
transition: all 0.1s ease-in-out;
}
/* line 86, ../scss/partials/_multiuser.scss */
#user-selection .user.selected {
-webkit-transform: translate(0, -5px);
transition: all 0.25s ease-in-out;
}
/* line 91, ../scss/partials/_multiuser.scss */
#user-selection .user .image {
margin-top: 8px;
}
/* line 95, ../scss/partials/_multiuser.scss */
#user-selection .user img {
border-radius: 50%;
background-color: #97be8c;
border: solid #97be8c 8px;
height: 50px;
width: 50px;
margin-bottom: 5px;
}
/* line 107, ../scss/partials/_multiuser.scss */
.hline {
position: absolute;
width: 100%;
}
/* line 113, ../scss/partials/_multiuser.scss */
.hline:before,
.hline:after {
border-top: 1px solid #e2e4e3;
display: inline-block;
height: 1px;
content: "";
width: 40%;
top: 100%;
position: absolute;
left: 0;
}
/* line 124, ../scss/partials/_multiuser.scss */
.hline:after {
right: 0;
left: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* line 131, ../scss/partials/_multiuser.scss */
#user-info {
font-size: 0.8rem;
}
} | ismApp/lib/timeline/myhGraph/css/global.css | File Overview: Basic structural styles.
Author: <NAME>
*/
.hgraph-main{
height: 400px;
min-height: 400px;
min-width: 400px;
}
/*
* Window sizes
*/
/*
* Default config
*/
/* line 26, ../scss/partials/_structure.scss */
#main {
width: 100%;
height: 100%;
/*min-width: 1024px;*/
}
/* line 31, ../scss/partials/_structure.scss */
/*#main #map {*/
/*height: 400px;*/
/*min-height: 690px;*/
/*min-width: 1024px;*/
/*}*/
/*
* Ipad Portait + Landscape
*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* line 43, ../scss/partials/_structure.scss */
#main {
width: 980px;
}
/* line 46, ../scss/partials/_structure.scss */
#main #map {
/*min-height: 660px;*/
/*min-width: 1024px;*/
}
}
/* line 20, ../scss/partials/_multiuser.scss */
#user-info .user {
padding-top: 6px;
cursor: pointer;
display: inline-block;
cursor: pointer;
}
/* line 27, ../scss/partials/_multiuser.scss */
#user-info .user div {
position: relative;
}
/* line 32, ../scss/partials/_multiuser.scss */
#user-info .user .name {
position: relative;
font-size: 2em;
margin-top: -10px;
}
/* line 39, ../scss/partials/_multiuser.scss */
#user-info .user .intro {
line-height: .5em;
}
/* line 43, ../scss/partials/_multiuser.scss */
#user-info .user img {
border-radius: 50%;
height: 50px;
width: 50px;
line-height: 0px;
}
/* line 52, ../scss/partials/_multiuser.scss */
#user-timeline {
display: none;
max-width: 1024px;
position: absolute;
top: 0;
}
/* line 57, ../scss/partials/_multiuser.scss */
#user-timeline img {
width: 100%;
}
/* line 63, ../scss/partials/_multiuser.scss */
#user-selection {
position: absolute;
bottom: 0;
left: 0;
background-color: #e2e4e3;
width: 100%;
text-align: center;
-moz-box-shadow: 0px -3px 3px #eee;
-webkit-box-shadow: 0px -3px 3px #eee;
box-shadow: 0px -3px 3px #eee;
}
/* line 74, ../scss/partials/_multiuser.scss */
#user-selection .user {
display: inline-block;
margin-left: 15px;
margin-right: 15px;
cursor: pointer;
width: 120px;
}
/* line 81, ../scss/partials/_multiuser.scss */
#user-selection .user:hover {
-webkit-transform: translate(0, -5px);
transition: all 0.1s ease-in-out;
}
/* line 86, ../scss/partials/_multiuser.scss */
#user-selection .user.selected {
-webkit-transform: translate(0, -5px);
transition: all 0.25s ease-in-out;
}
/* line 91, ../scss/partials/_multiuser.scss */
#user-selection .user .image {
margin-top: 8px;
}
/* line 95, ../scss/partials/_multiuser.scss */
#user-selection .user img {
border-radius: 50%;
background-color: #97be8c;
border: solid #97be8c 8px;
height: 50px;
width: 50px;
margin-bottom: 5px;
}
/* line 107, ../scss/partials/_multiuser.scss */
.hline {
position: absolute;
width: 100%;
}
/* line 113, ../scss/partials/_multiuser.scss */
.hline:before,
.hline:after {
border-top: 1px solid #e2e4e3;
display: inline-block;
height: 1px;
content: "";
width: 40%;
top: 100%;
position: absolute;
left: 0;
}
/* line 124, ../scss/partials/_multiuser.scss */
.hline:after {
right: 0;
left: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* line 131, ../scss/partials/_multiuser.scss */
#user-info {
font-size: 0.8rem;
}
} | 0.259826 | 0.043916 |
html, body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: #161c21;
color: #f7f7f7;
font-family: 'Teko', sans-serif;
}
h2 {
font-style: italic;
}
.button {
padding: 20px;
font-size: 20px;
border: 0;
border-radius: 10px;
color: #f7f7f7;
outline: none;
}
.button:hover {
cursor: pointer;
}
.button.red {
background-color: rgb(184, 62, 62);
}
.button.green {
background-color: rgb(37, 112, 53);
}
.button.red:hover {
background-color: rgb(218, 74, 74);
}
.button.green:hover {
background-color: rgb(48, 139, 67);
}
.mt-50 {
margin-top:50px;
}
.mb-50 {
margin-bottom: 50px;
}
.text-center {
text-align: center;
}
.btn-outline-primary {
border-color: #1880c0;
background-color: #1880c0;
color: #f7f7f7;
border-radius: 0px;
letter-spacing: 1px;
transition: 0.3s ease-in-out;
}
/* TALES */
.tales {
background-color:#2d3943;
}
.nbr {
border-radius: 0;
}
/* FORM */
input[type=text] {
background-color: #2d3943;
border: none;
border-bottom: 2px solid #1880c0;
border-top: 0px;
border-radius: 0px;
font-weight: bold;
outline: 0;
margin-bottom: 20px;
padding-left: 0px;
color: #ECF0F5;
padding: 10px;
}
input[type=password] {
background-color: #2d3943;
border: none;
border-bottom: 2px solid #1880c0;
border-top: 0px;
border-radius: 0px;
font-weight: bold;
outline: 0;
padding-left: 0px;
margin-bottom: 20px;
color: #ECF0F5;
padding: 10px;
}
.form-group {
margin-bottom: 40px;
outline: 0px;
}
.form-control:focus {
border-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom: 2px solid #1880c0;
outline: 0;
background-color: #161c21;
color: #ECF0F5;
}
input:focus {
outline: none;
box-shadow: 0 0 0;
}
label {
margin-bottom: 0px;
}
.form-control-label {
font-size: 14px;
color: #f7f7f7;
font-weight: bold;
letter-spacing: 1px;
}
.login-btm {
float: left;
}
.login-button {
padding-right: 0px;
margin-bottom: 25px;
width: 60%;
}
/* SCROLLBAR */
::-webkit-scrollbar {
width: 13px;
height: 13px;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(13deg, #1880c0 14%,#1880c0 64%);
}
::-webkit-scrollbar-thumb:hover{
background: linear-gradient(13deg, #1880c0 14%,#1880c0 90%);
}
::-webkit-scrollbar-track{
background: #2d3943;
} | style.css | html, body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: #161c21;
color: #f7f7f7;
font-family: 'Teko', sans-serif;
}
h2 {
font-style: italic;
}
.button {
padding: 20px;
font-size: 20px;
border: 0;
border-radius: 10px;
color: #f7f7f7;
outline: none;
}
.button:hover {
cursor: pointer;
}
.button.red {
background-color: rgb(184, 62, 62);
}
.button.green {
background-color: rgb(37, 112, 53);
}
.button.red:hover {
background-color: rgb(218, 74, 74);
}
.button.green:hover {
background-color: rgb(48, 139, 67);
}
.mt-50 {
margin-top:50px;
}
.mb-50 {
margin-bottom: 50px;
}
.text-center {
text-align: center;
}
.btn-outline-primary {
border-color: #1880c0;
background-color: #1880c0;
color: #f7f7f7;
border-radius: 0px;
letter-spacing: 1px;
transition: 0.3s ease-in-out;
}
/* TALES */
.tales {
background-color:#2d3943;
}
.nbr {
border-radius: 0;
}
/* FORM */
input[type=text] {
background-color: #2d3943;
border: none;
border-bottom: 2px solid #1880c0;
border-top: 0px;
border-radius: 0px;
font-weight: bold;
outline: 0;
margin-bottom: 20px;
padding-left: 0px;
color: #ECF0F5;
padding: 10px;
}
input[type=password] {
background-color: #2d3943;
border: none;
border-bottom: 2px solid #1880c0;
border-top: 0px;
border-radius: 0px;
font-weight: bold;
outline: 0;
padding-left: 0px;
margin-bottom: 20px;
color: #ECF0F5;
padding: 10px;
}
.form-group {
margin-bottom: 40px;
outline: 0px;
}
.form-control:focus {
border-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom: 2px solid #1880c0;
outline: 0;
background-color: #161c21;
color: #ECF0F5;
}
input:focus {
outline: none;
box-shadow: 0 0 0;
}
label {
margin-bottom: 0px;
}
.form-control-label {
font-size: 14px;
color: #f7f7f7;
font-weight: bold;
letter-spacing: 1px;
}
.login-btm {
float: left;
}
.login-button {
padding-right: 0px;
margin-bottom: 25px;
width: 60%;
}
/* SCROLLBAR */
::-webkit-scrollbar {
width: 13px;
height: 13px;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(13deg, #1880c0 14%,#1880c0 64%);
}
::-webkit-scrollbar-thumb:hover{
background: linear-gradient(13deg, #1880c0 14%,#1880c0 90%);
}
::-webkit-scrollbar-track{
background: #2d3943;
} | 0.385837 | 0.077378 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.footer{
background-color: #40474e;
color:white;
padding:2rem 0 2rem;
padding-top:1rem ;
}
html *{
font-family: 'Roboto', sans-serif !important;
}
footer img{
margin:1rem 0;
}
.body{
overflow-x: hidden;
font-family: 'Roboto', sans-serif;
color: #505962;
}
/* Navigation */
.navbar{
text-transform: uppercase;
font-weight : 900;
font-size:.9rem;
letter-spacing: .1rem;
background-color: rgba(255, 255, 255, 0.6)!important;
}
.navbar-brand img{
/*height*/
}
.navbar-nav li{
padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link{
padding-top: .8rem;
}
/* landing page */
.home-inner{
background: url(cube.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.caption{
width: 100%;
max-width: 100% ;
position: absolute;
top: 38%;
z-index: 1;
color: white;
}
.caption h1{
font-size: 3.8rem;
font-weight: 700;
letter-spacing: .3rem;
text-shadow: .1rem .1rem .8rem black;
padding-bottom: 1rem;
}
.caption h5{
font-size: 2rem;
text-shadow: .1rem .1rem .5rem black;
padding-bottom: .6rem;
}
.btn-lg{
border-width: medium;
border-radius: 0;
padding: .6rem 1.3rem;
font-size: 1.1rem;
}
/*============= COURSE SECTION =============*/
.narrow {
width: 75%;
margin: 1.5rem auto;
padding-top: 2rem;
}
.narrow h1 {
font-size: 2.4rem;
}
.title {
padding-top: 2rem;
padding-bottom: 1rem;
}
@media (min-width: 250px) {
.caption h1{ font-size: 2.5rem;}
.caption h5{ font-size: 1.2rem; padding-right: 2rem;}
.about p{font-size: 0.8rem;}
.title h1{font-size: 2rem}
iframe{width: 300px; height: 300px;}
}
@media (min-width: 576px) {
.caption h1{ font-size: 2.5rem;}
.caption h5{ font-size: 1.4rem;}
.about p{font-size: 0.8rem;}
.title h1{font-size: 2.2rem}
iframe{width: 500px; height: 300px;} }
@media (min-width: 768px) {
.caption h1{ font-size: 2.8rem;}
.caption h5{ font-size: 1.6rem;}
.about p{font-size: 1rem;}
.title h1{font-size: 2.4rem}
iframe{width: 700px; height: 500px;}}
@media (min-width: 992px) {
.caption h1{ font-size: 3.3rem;}
.caption h5{ font-size: 1.8rem;}
.about p{font-size: 1.2rem;}
.title h1{font-size: 2.6rem}
iframe{width: 800px; height: 600px;} }
@media (min-width: 1200px) {
.caption h1{ font-size: 3.8rem;}
.caption h5{ font-size: 2rem;}
.about p{font-size: 1.2rem;}
.title h1{font-size: 2.8rem}
iframe{width: 800px; height: 600px;}} | static/style2.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.footer{
background-color: #40474e;
color:white;
padding:2rem 0 2rem;
padding-top:1rem ;
}
html *{
font-family: 'Roboto', sans-serif !important;
}
footer img{
margin:1rem 0;
}
.body{
overflow-x: hidden;
font-family: 'Roboto', sans-serif;
color: #505962;
}
/* Navigation */
.navbar{
text-transform: uppercase;
font-weight : 900;
font-size:.9rem;
letter-spacing: .1rem;
background-color: rgba(255, 255, 255, 0.6)!important;
}
.navbar-brand img{
/*height*/
}
.navbar-nav li{
padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link{
padding-top: .8rem;
}
/* landing page */
.home-inner{
background: url(cube.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.caption{
width: 100%;
max-width: 100% ;
position: absolute;
top: 38%;
z-index: 1;
color: white;
}
.caption h1{
font-size: 3.8rem;
font-weight: 700;
letter-spacing: .3rem;
text-shadow: .1rem .1rem .8rem black;
padding-bottom: 1rem;
}
.caption h5{
font-size: 2rem;
text-shadow: .1rem .1rem .5rem black;
padding-bottom: .6rem;
}
.btn-lg{
border-width: medium;
border-radius: 0;
padding: .6rem 1.3rem;
font-size: 1.1rem;
}
/*============= COURSE SECTION =============*/
.narrow {
width: 75%;
margin: 1.5rem auto;
padding-top: 2rem;
}
.narrow h1 {
font-size: 2.4rem;
}
.title {
padding-top: 2rem;
padding-bottom: 1rem;
}
@media (min-width: 250px) {
.caption h1{ font-size: 2.5rem;}
.caption h5{ font-size: 1.2rem; padding-right: 2rem;}
.about p{font-size: 0.8rem;}
.title h1{font-size: 2rem}
iframe{width: 300px; height: 300px;}
}
@media (min-width: 576px) {
.caption h1{ font-size: 2.5rem;}
.caption h5{ font-size: 1.4rem;}
.about p{font-size: 0.8rem;}
.title h1{font-size: 2.2rem}
iframe{width: 500px; height: 300px;} }
@media (min-width: 768px) {
.caption h1{ font-size: 2.8rem;}
.caption h5{ font-size: 1.6rem;}
.about p{font-size: 1rem;}
.title h1{font-size: 2.4rem}
iframe{width: 700px; height: 500px;}}
@media (min-width: 992px) {
.caption h1{ font-size: 3.3rem;}
.caption h5{ font-size: 1.8rem;}
.about p{font-size: 1.2rem;}
.title h1{font-size: 2.6rem}
iframe{width: 800px; height: 600px;} }
@media (min-width: 1200px) {
.caption h1{ font-size: 3.8rem;}
.caption h5{ font-size: 2rem;}
.about p{font-size: 1.2rem;}
.title h1{font-size: 2.8rem}
iframe{width: 800px; height: 600px;}} | 0.319015 | 0.069605 |
.chart-layout-list {
width: 246px;
background-color: white;
list-style: none;
padding: 0;
margin: 0;
border: 1px solid #c6c6c6;
box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 5px;
overflow: hidden;
}
.chart-layout-list-item {
padding: 15px;
float: left;
list-style: none;
}
.chart-layout-hover {
background-color: #d3d3d3;
}
.chart-layout-selected {
opacity: 0.6;
}
.chart-layout-icon {
width: 50px;
height: 50px;
display: inline-block;
background-image: url("../../images/chartIcon50-50.png");
border: 1px solid #999;
}
.chart-layout-ColumnGroup .layout1 {
background-position: 0 -150px;
}
.chart-layout-ColumnGroup .layout2 {
background-position: 0 -200px;
}
.chart-layout-ColumnGroup .layout3 {
background-position: 0 -250px;
}
.chart-layout-ColumnGroup .layout4 {
background-position: 0 -300px;
}
.chart-layout-ColumnGroup .layout5 {
background-position: 0 -400px;
}
.chart-layout-ColumnGroup .layout6 {
background-position: 0 -450px;
}
.chart-layout-ColumnGroup .layout7 {
background-position: 0 -500px;
}
.chart-layout-ColumnGroup .layout8 {
background-position: 0 -550px;
}
.chart-layout-ColumnGroup .layout9 {
background-position: 0 -600px;
}
.chart-layout-ColumnGroup .layout10 {
background-position: 0 -650px;
}
.chart-layout-LineGroup .layout1 {
background-position: 0 -750px;
}
.chart-layout-LineGroup .layout2 {
background-position: 0 -800px;
}
.chart-layout-LineGroup .layout3 {
background-position: 0 -900px;
}
.chart-layout-LineGroup .layout4 {
background-position: 0 -950px;
}
.chart-layout-LineGroup .layout5 {
background-position: 0 -1050px;
}
.chart-layout-LineGroup .layout6 {
background-position: 0 -1100px;
}
.chart-layout-LineGroup .layout7 {
background-position: 0 -1150px;
}
.chart-layout-LineGroup .layout8 {
background-position: 0 -1200px;
}
.chart-layout-LineGroup .layout9 {
background-position: 0 -1300px;
}
.chart-layout-LineGroup .layout10 {
background-position: 0 -1350px;
}
.chart-layout-PieGroup .layout1 {
background-position: 0 -1400px;
}
.chart-layout-PieGroup .layout2 {
background-position: 0 -1450px;
}
.chart-layout-PieGroup .layout3 {
background-position: 0 -1500px;
}
.chart-layout-PieGroup .layout4 {
background-position: 0 -1550px;
}
.chart-layout-PieGroup .layout5 {
background-position: 0 -1600px;
}
.chart-layout-PieGroup .layout6 {
background-position: 0 -1650px;
}
.chart-layout-PieGroup .layout7 {
background-position: 0 -1700px;
}
.chart-layout-BarGroup .layout1 {
background-position: 0 -1750px;
}
.chart-layout-BarGroup .layout2 {
background-position: 0 -1800px;
}
.chart-layout-BarGroup .layout3 {
background-position: 0 -1850px;
}
.chart-layout-BarGroup .layout4 {
background-position: 0 -1900px;
}
.chart-layout-BarGroup .layout5 {
background-position: 0 -2000px;
}
.chart-layout-BarGroup .layout6 {
background-position: 0 -2050px;
}
.chart-layout-BarGroup .layout7 {
background-position: 0 -2100px;
}
.chart-layout-BarGroup .layout8 {
background-position: 0 -2150px;
}
.chart-layout-BarGroup .layout9 {
background-position: 0 -2200px;
}
.chart-layout-AreaGroup .layout1 {
background-position: 0 -2250px;
}
.chart-layout-AreaGroup .layout2 {
background-position: 0 -2300px;
}
.chart-layout-AreaGroup .layout3 {
background-position: 0 -2350px;
}
.chart-layout-AreaGroup .layout4 {
background-position: 0 -2400px;
}
.chart-layout-AreaGroup .layout5 {
background-position: 0 -2500px;
}
.chart-layout-AreaGroup .layout6 {
background-position: 0 -2550px;
}
.chart-layout-AreaGroup .layout7 {
background-position: 0 -2600px;
}
.chart-layout-ScatterGroup .layout1 {
background-position: 0 -2650px;
}
.chart-layout-ScatterGroup .layout2 {
background-position: 0 -2700px;
}
.chart-layout-ScatterGroup .layout3 {
background-position: 0 -2750px;
}
.chart-layout-ScatterGroup .layout4 {
background-position: 0 -2800px;
}
.chart-layout-ScatterGroup .layout5 {
background-position: 0 -2850px;
}
.chart-layout-ScatterGroup .layout6 {
background-position: 0 -2900px;
}
.chart-layout-ScatterGroup .layout7 {
background-position: 0 -2950px;
}
.chart-layout-ScatterGroup .layout8 {
background-position: 0 -3000px;
}
.chart-layout-ScatterGroup .layout9 {
background-position: 0 -3150px;
}
.chart-layout-StockGroup .layout1 {
background-position: 0 -3200px;
}
.chart-layout-StockGroup .layout2 {
background-position: 0 -3250px;
}
.chart-layout-StockGroup .layout3 {
background-position: 0 -3300px;
}
.chart-layout-StockGroup .layout4 {
background-position: 0 -3400px;
}
.chart-layout-StockGroup .layout5 {
background-position: 0 -3450px;
}
.chart-layout-RadarGroup .layout1 {
background-position: 0 -5350px;
}
.chart-layout-RadarGroup .layout2 {
background-position: 0 -5400px;
}
.chart-layout-RadarGroup .layout3 {
background-position: 0 -5450px;
}
.chart-layout-RadarGroup .layout4 {
background-position: 0 -5500px;
}
.chart-layout-SunburstGroup .layout1 {
background-position: 0 -5600px;
}
.chart-layout-SunburstGroup .layout2 {
background-position: 0 -5800px;
}
.chart-layout-TreemapGroup .layout1 {
background-position: 0 -6000px;
}
.chart-layout-TreemapGroup .layout2 {
background-position: 0 -6100px;
} | static/SpreadJS/src/chart/chartLayoutPicker/chartLayoutPicker.css | .chart-layout-list {
width: 246px;
background-color: white;
list-style: none;
padding: 0;
margin: 0;
border: 1px solid #c6c6c6;
box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 5px;
overflow: hidden;
}
.chart-layout-list-item {
padding: 15px;
float: left;
list-style: none;
}
.chart-layout-hover {
background-color: #d3d3d3;
}
.chart-layout-selected {
opacity: 0.6;
}
.chart-layout-icon {
width: 50px;
height: 50px;
display: inline-block;
background-image: url("../../images/chartIcon50-50.png");
border: 1px solid #999;
}
.chart-layout-ColumnGroup .layout1 {
background-position: 0 -150px;
}
.chart-layout-ColumnGroup .layout2 {
background-position: 0 -200px;
}
.chart-layout-ColumnGroup .layout3 {
background-position: 0 -250px;
}
.chart-layout-ColumnGroup .layout4 {
background-position: 0 -300px;
}
.chart-layout-ColumnGroup .layout5 {
background-position: 0 -400px;
}
.chart-layout-ColumnGroup .layout6 {
background-position: 0 -450px;
}
.chart-layout-ColumnGroup .layout7 {
background-position: 0 -500px;
}
.chart-layout-ColumnGroup .layout8 {
background-position: 0 -550px;
}
.chart-layout-ColumnGroup .layout9 {
background-position: 0 -600px;
}
.chart-layout-ColumnGroup .layout10 {
background-position: 0 -650px;
}
.chart-layout-LineGroup .layout1 {
background-position: 0 -750px;
}
.chart-layout-LineGroup .layout2 {
background-position: 0 -800px;
}
.chart-layout-LineGroup .layout3 {
background-position: 0 -900px;
}
.chart-layout-LineGroup .layout4 {
background-position: 0 -950px;
}
.chart-layout-LineGroup .layout5 {
background-position: 0 -1050px;
}
.chart-layout-LineGroup .layout6 {
background-position: 0 -1100px;
}
.chart-layout-LineGroup .layout7 {
background-position: 0 -1150px;
}
.chart-layout-LineGroup .layout8 {
background-position: 0 -1200px;
}
.chart-layout-LineGroup .layout9 {
background-position: 0 -1300px;
}
.chart-layout-LineGroup .layout10 {
background-position: 0 -1350px;
}
.chart-layout-PieGroup .layout1 {
background-position: 0 -1400px;
}
.chart-layout-PieGroup .layout2 {
background-position: 0 -1450px;
}
.chart-layout-PieGroup .layout3 {
background-position: 0 -1500px;
}
.chart-layout-PieGroup .layout4 {
background-position: 0 -1550px;
}
.chart-layout-PieGroup .layout5 {
background-position: 0 -1600px;
}
.chart-layout-PieGroup .layout6 {
background-position: 0 -1650px;
}
.chart-layout-PieGroup .layout7 {
background-position: 0 -1700px;
}
.chart-layout-BarGroup .layout1 {
background-position: 0 -1750px;
}
.chart-layout-BarGroup .layout2 {
background-position: 0 -1800px;
}
.chart-layout-BarGroup .layout3 {
background-position: 0 -1850px;
}
.chart-layout-BarGroup .layout4 {
background-position: 0 -1900px;
}
.chart-layout-BarGroup .layout5 {
background-position: 0 -2000px;
}
.chart-layout-BarGroup .layout6 {
background-position: 0 -2050px;
}
.chart-layout-BarGroup .layout7 {
background-position: 0 -2100px;
}
.chart-layout-BarGroup .layout8 {
background-position: 0 -2150px;
}
.chart-layout-BarGroup .layout9 {
background-position: 0 -2200px;
}
.chart-layout-AreaGroup .layout1 {
background-position: 0 -2250px;
}
.chart-layout-AreaGroup .layout2 {
background-position: 0 -2300px;
}
.chart-layout-AreaGroup .layout3 {
background-position: 0 -2350px;
}
.chart-layout-AreaGroup .layout4 {
background-position: 0 -2400px;
}
.chart-layout-AreaGroup .layout5 {
background-position: 0 -2500px;
}
.chart-layout-AreaGroup .layout6 {
background-position: 0 -2550px;
}
.chart-layout-AreaGroup .layout7 {
background-position: 0 -2600px;
}
.chart-layout-ScatterGroup .layout1 {
background-position: 0 -2650px;
}
.chart-layout-ScatterGroup .layout2 {
background-position: 0 -2700px;
}
.chart-layout-ScatterGroup .layout3 {
background-position: 0 -2750px;
}
.chart-layout-ScatterGroup .layout4 {
background-position: 0 -2800px;
}
.chart-layout-ScatterGroup .layout5 {
background-position: 0 -2850px;
}
.chart-layout-ScatterGroup .layout6 {
background-position: 0 -2900px;
}
.chart-layout-ScatterGroup .layout7 {
background-position: 0 -2950px;
}
.chart-layout-ScatterGroup .layout8 {
background-position: 0 -3000px;
}
.chart-layout-ScatterGroup .layout9 {
background-position: 0 -3150px;
}
.chart-layout-StockGroup .layout1 {
background-position: 0 -3200px;
}
.chart-layout-StockGroup .layout2 {
background-position: 0 -3250px;
}
.chart-layout-StockGroup .layout3 {
background-position: 0 -3300px;
}
.chart-layout-StockGroup .layout4 {
background-position: 0 -3400px;
}
.chart-layout-StockGroup .layout5 {
background-position: 0 -3450px;
}
.chart-layout-RadarGroup .layout1 {
background-position: 0 -5350px;
}
.chart-layout-RadarGroup .layout2 {
background-position: 0 -5400px;
}
.chart-layout-RadarGroup .layout3 {
background-position: 0 -5450px;
}
.chart-layout-RadarGroup .layout4 {
background-position: 0 -5500px;
}
.chart-layout-SunburstGroup .layout1 {
background-position: 0 -5600px;
}
.chart-layout-SunburstGroup .layout2 {
background-position: 0 -5800px;
}
.chart-layout-TreemapGroup .layout1 {
background-position: 0 -6000px;
}
.chart-layout-TreemapGroup .layout2 {
background-position: 0 -6100px;
} | 0.498779 | 0.07353 |
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&display=swap');
/* CSS RESET */
*, ::after, ::before {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
padding: 0;
border: 0;
margin: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
outline: none;
}
a {
text-decoration: none;
outline: none;
color: inherit;
}
ul,
li {
list-style: none;
margin: 0;
}
img {
border: 0;
}
button{
background-color: transparent;
text-decoration: none;
border: none;
outline: none;
cursor: pointer;
font: inherit;
}
input{
text-decoration: none;
background-color: none;
outline: none;
transition: all 0.1s linear;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
box-shadow: 0 0 0px 1000px transparent inset;
-webkit-transition: background-color 9999s ease-out;
transition: background-color 5000s ease-in-out 0s;
}
textarea {
resize: none;
border: none;
outline: none;
}
select {
background: none;
outline: none;
border-radius: 0;
cursor: pointer;
-moz-appearance: none;
-webkit-appearance: none;
}
/* PLACEHOLDER */
input::placeholder{
color: #757575;
font-size: 14px;
}
textarea::placeholder {
color: #757575;
font-size: 14px;
}
/* COMMON */
.clearfix::after {
content: "";
display: block;
clear: both;
}
::-webkit-scrollbar { display: none; }
html, #root {
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.header-active > button > span {
color: #db2b25 !important;
}
.focusedLabel {
border: 1px solid #eb5650 !important;
color: #eb5650;
font-weight: 500;
}
.errorInput {
border: 1px solid #de506b !important;
}
.errorInput:focus {
border: 1px solid #de506b !important;
box-shadow: inset 0 0 0 0.5px #de506b !important;
}
.errorUnderline {
border-bottom: 1px solid #de506b !important;
}
.errorUnderline:focus {
border-bottom: 2px solid #de506b !important;
}
.errorTypeLabel {
color: #de506b !important;
}
div.vsc-controller {
z-index: 99997 !important;
}
.MuiTooltip-popper {
z-index: 99999 !important;
} | client/src/styles/index.css | @import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&display=swap');
/* CSS RESET */
*, ::after, ::before {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
padding: 0;
border: 0;
margin: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
outline: none;
}
a {
text-decoration: none;
outline: none;
color: inherit;
}
ul,
li {
list-style: none;
margin: 0;
}
img {
border: 0;
}
button{
background-color: transparent;
text-decoration: none;
border: none;
outline: none;
cursor: pointer;
font: inherit;
}
input{
text-decoration: none;
background-color: none;
outline: none;
transition: all 0.1s linear;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
box-shadow: 0 0 0px 1000px transparent inset;
-webkit-transition: background-color 9999s ease-out;
transition: background-color 5000s ease-in-out 0s;
}
textarea {
resize: none;
border: none;
outline: none;
}
select {
background: none;
outline: none;
border-radius: 0;
cursor: pointer;
-moz-appearance: none;
-webkit-appearance: none;
}
/* PLACEHOLDER */
input::placeholder{
color: #757575;
font-size: 14px;
}
textarea::placeholder {
color: #757575;
font-size: 14px;
}
/* COMMON */
.clearfix::after {
content: "";
display: block;
clear: both;
}
::-webkit-scrollbar { display: none; }
html, #root {
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.header-active > button > span {
color: #db2b25 !important;
}
.focusedLabel {
border: 1px solid #eb5650 !important;
color: #eb5650;
font-weight: 500;
}
.errorInput {
border: 1px solid #de506b !important;
}
.errorInput:focus {
border: 1px solid #de506b !important;
box-shadow: inset 0 0 0 0.5px #de506b !important;
}
.errorUnderline {
border-bottom: 1px solid #de506b !important;
}
.errorUnderline:focus {
border-bottom: 2px solid #de506b !important;
}
.errorTypeLabel {
color: #de506b !important;
}
div.vsc-controller {
z-index: 99997 !important;
}
.MuiTooltip-popper {
z-index: 99999 !important;
} | 0.281702 | 0.062189 |
*{ margin: 0; padding: 0; border: none; outline: none; font-weight: 300; box-sizing: border-box; font-family: 'Poppins', sans-serif; font-family: 'Roboto', sans-serif; text-decoration:none; list-style: none; }
.conteiner{margin:0px 2.5rem;}
.conteudo{margin: 0px 2rem; text-align: center; max-width: 1200px; }
.conteudo-galeria{margin: 0px 7%; text-align: center; max-width: 1200px; }
.conteudo-top{margin: 0px 2.5rem;}
.esconder{visibility: hidden;}
/*.row{display: flex; flex-wrap:wrap;}*/
/*TEXTOS*/
.titulo-principal{font-family:poppins; font-size: 40px; font-weight: 400; color: #363D47;}
.titulo-secundario{font-size: 25px; font-weight: 400; color: #363D47;}
.titulo-categoria{font-family:poppins;color: #0061F2; font-size: 13px; padding: 5px 10px; border-radius: 20px; margin-bottom:10px; display: inline-block; background-color: #DAE7FB;}
.paragrafo{font-size: 17px; color: #727881;}
.paragrafo-mini{font-size: 15px; color: #ACAEB8;}
/*BOTÕES*/
.btn-principal{display: inline-block; font-weight: 400; color:white; font-size:15px; padding:16px 45px 16px 25px; border-radius:10px; background-color:#0061F2; background-image: url(img/arrow.png); background-repeat:no-repeat; background-position-x: 110px; background-position-y: 50%; margin: 10px 0px; transition-delay: 0.3s; transition-property: background-color; transition-timing-function: linear; transition-duration: 0.3s; box-shadow: 1px 5px 19px rgba(37, 46, 59, 0.3) transition-property: box-shadow; transition-timing-function: linear; transition-duration: 0.3s;}
.btn-principal:hover{background-color: #0b4aa8; transition-delay: 0.3s; transition-property: background-color; transition-timing-function: linear; transition-duration: 0.3s; box-shadow: 1px 5px 19px rgba(37, 46, 59, 0.3) transition-property: box-shadow; transition-timing-function: linear; transition-duration: 0.3s;}
.btn-principal2{display: inline-block; font-weight: 400; color:white; font-size:15px; padding:16px 20px 16px 20px; border-radius:10px; background-color:#0061F2; transition-delay: 0.3s; transition-property: background-color; transition-timing-function: linear; transition-duration: 0.2s; box-shadow: 1px 5px 19px rgba(37, 46, 59, 0.3) transition-property: box-shadow; transition-timing-function: linear; transition-duration: 0.3s;}
.btn-principal2:hover{background-color: #0b4aa8; transition-delay: 0.3s; transition-property: background-color; transition-timing-function: linear; transition-duration: 0.3s; box-shadow: 1px 5px 19px rgba(37, 46, 59, 0.3) transition-property: box-shadow; transition-timing-function: linear; transition-duration: 0.3s;}
.btn-secundario{display: inline-block; font-weight: 400; color: #0061F2; font-size:15px; padding:16px 25px 16px 25px; border-radius:10px; background-color: #DAE7FB;}
/*HEADER*/
body{background-color:white;}
header{width: 100%; padding: 3%, 4%; margin-top: 40px; }
.logo{ font-family: 'poppins'; font-weight: 600; font-size: 20px;}
.logo-topo{display: block; float: left; color: #0061F2;}
.logo-rodape{color:#ACAEB8;}
/*BOTÃO HAMBURGER MENU*/
.nav-menu{border-bottom:1px solid rgb(228, 228, 228); height: 60px; background-color: white;}
.btn-menu{display: block; background-image: url(img/menu.svg); background-repeat: no-repeat; text-indent: -9999px; background-position: 100% center; }
.btn-menu-close{margin-top: -20px;}
/*MENU*/
.menu{background-color:white; border-bottom:1px solid rgb(228, 228, 228); margin: 0px; margin-top:30px; padding-bottom:40px; transform: translatey(-370px); transition: transform 200ms linear;}
.menu-item{ padding: 10px 0px;}
.menu-item-action{display: block; color: #808080; background-image: url(img/next.png); background-repeat: no-repeat; background-position: 100%;}
.menu-item-btn{padding-top:40px;}
.menu-item-btn-action{font-weight: 400; color:white; font-size:15px; padding:13px 38px 13px 18px; border-radius:10px; background-color:#0061F2; background-image: url(img/arrow.png); background-repeat:no-repeat; background-position-x:85px; background-position-y: 48%;}
.menu-open{ transform: translatey(0);}
/*BANNER TOPO*/
.banner{margin-bottom: 50px;}
.banner-texto{margin: 30px 0px;}
.banner-texto-p{margin-top: 20px;}
/*BOTÕES BANNER*/
.banner-botoes{margin: 20px 0px; width: 150px;}
/*LANDING PAGES DEMO*/
.demos{background-color: #F2F6FC; padding: 80px 0px; text-align: center;}
.demos-titulo{margin-bottom: 100px;}
.demos-titulo-p{margin-top: 10px;}
.demos-box{max-width: 1200px;}
.demos-box-itens{margin-bottom: 50px; /*flex: 0 33%; max-width: 33%; display: inline-block; max-width:350px;*/}
.demos-box-titulo{font-size: 17px; margin-bottom: 15px;}
.demos-box-link{}
.demos-box-img{; width: 90%; border-radius: 10px; box-shadow: 1px 5px 19px rgba(37, 46, 59, 0.3);}
/*INNER PAGES*/
.pages{margin-bottom:150px;}
.pages-titulo{ padding: 80px 0 50px 0;}
.pages-titulo-p{margin-top:10px;}
.pages-categorias{}
.titulo-page-categorias{text-align: left; font-weight: 400; font-size:16px; color:#333; margin-bottom: 20px; }
.categorias{margin-top: 55px;}
.categorias-lista{border: 0.8px solid #e6e6e6; border-radius:10px; box-shadow: 1px 5px 30px rgba(37, 46, 59, 0.2);}
.categorias-item{border-bottom: 0.8px solid #e6e6e6;}
.categorias-action{text-align: left; font-size: 15px; color: #4d4d4d; padding-top:15px; padding-left:20px; display: block; height: 50px; margin: center center; background-image: url(img/arrow-right.png); background-repeat: no-repeat; background-position: 94% 50%;}
/*DOCUMENTATION*/
.documentation{padding: 80px 0 80px 0;}
.documentation-titulo{margin-bottom: 55px;}
.documentation-titulo-p{margin-top: 10px;}
.documentation-valores{margin-top: 55px;}
.documentation-valores-lista{}
.docuementation-valores-item{padding: 110px 0;}
.item-valores{font-family: poppins; font-size: 90px; font-weight: 500; color: #C5CCD6;}
.item-titulo{font-weight: 400; display: inline-block; width: 80%;}
.documentation-btn{margin-top: 50px;}
/*RODAPE*/
footer{background-color:#F2F6FC;}
.rodape{padding-top: 80px; padding-bottom: 20px;}
.rodape-lista{}
.rodape-item{}
.redes-sociais-lista{display: grid; grid-template-columns: 6% 6% 6% 6% 6% 6% 6%; margin: 25px 0 40px 0;}
.redes-siciais-item{}
.redes-sociais-img{width: 18px; opacity: 0.3;}
.redes-sociais-img:hover{opacity: 0.7;}
.titulo-rodape{color: #ACAEB8; text-transform: uppercase; font-weight: 500; font-size: 13px; letter-spacing: 2px; margin: 50px 0 15px 0;}
.rodape-lista-pages{}
.rodape-item-pages{margin: 8px 0;}
.rodape-pages-action{color: #ACAEB8; font-family: poppins; font-size: 14px; font-weight: 300;}
.rodape-pages-action:hover{text-decoration: underline;}
.termos-legais{text-align: left; font-size: 12px;}
hr{border-top: 1px solid rgba(0, 0, 0, 0.1); margin: 20px 0;}
.paragrafo-mini a{color: #ACAEB8;}
.paragrafo-mini a:hover{text-decoration: underline;} | style.css | *{ margin: 0; padding: 0; border: none; outline: none; font-weight: 300; box-sizing: border-box; font-family: 'Poppins', sans-serif; font-family: 'Roboto', sans-serif; text-decoration:none; list-style: none; }
.conteiner{margin:0px 2.5rem;}
.conteudo{margin: 0px 2rem; text-align: center; max-width: 1200px; }
.conteudo-galeria{margin: 0px 7%; text-align: center; max-width: 1200px; }
.conteudo-top{margin: 0px 2.5rem;}
.esconder{visibility: hidden;}
/*.row{display: flex; flex-wrap:wrap;}*/
/*TEXTOS*/
.titulo-principal{font-family:poppins; font-size: 40px; font-weight: 400; color: #363D47;}
.titulo-secundario{font-size: 25px; font-weight: 400; color: #363D47;}
.titulo-categoria{font-family:poppins;color: #0061F2; font-size: 13px; padding: 5px 10px; border-radius: 20px; margin-bottom:10px; display: inline-block; background-color: #DAE7FB;}
.paragrafo{font-size: 17px; color: #727881;}
.paragrafo-mini{font-size: 15px; color: #ACAEB8;}
/*BOTÕES*/
.btn-principal{display: inline-block; font-weight: 400; color:white; font-size:15px; padding:16px 45px 16px 25px; border-radius:10px; background-color:#0061F2; background-image: url(img/arrow.png); background-repeat:no-repeat; background-position-x: 110px; background-position-y: 50%; margin: 10px 0px; transition-delay: 0.3s; transition-property: background-color; transition-timing-function: linear; transition-duration: 0.3s; box-shadow: 1px 5px 19px rgba(37, 46, 59, 0.3) transition-property: box-shadow; transition-timing-function: linear; transition-duration: 0.3s;}
.btn-principal:hover{background-color: #0b4aa8; transition-delay: 0.3s; transition-property: background-color; transition-timing-function: linear; transition-duration: 0.3s; box-shadow: 1px 5px 19px rgba(37, 46, 59, 0.3) transition-property: box-shadow; transition-timing-function: linear; transition-duration: 0.3s;}
.btn-principal2{display: inline-block; font-weight: 400; color:white; font-size:15px; padding:16px 20px 16px 20px; border-radius:10px; background-color:#0061F2; transition-delay: 0.3s; transition-property: background-color; transition-timing-function: linear; transition-duration: 0.2s; box-shadow: 1px 5px 19px rgba(37, 46, 59, 0.3) transition-property: box-shadow; transition-timing-function: linear; transition-duration: 0.3s;}
.btn-principal2:hover{background-color: #0b4aa8; transition-delay: 0.3s; transition-property: background-color; transition-timing-function: linear; transition-duration: 0.3s; box-shadow: 1px 5px 19px rgba(37, 46, 59, 0.3) transition-property: box-shadow; transition-timing-function: linear; transition-duration: 0.3s;}
.btn-secundario{display: inline-block; font-weight: 400; color: #0061F2; font-size:15px; padding:16px 25px 16px 25px; border-radius:10px; background-color: #DAE7FB;}
/*HEADER*/
body{background-color:white;}
header{width: 100%; padding: 3%, 4%; margin-top: 40px; }
.logo{ font-family: 'poppins'; font-weight: 600; font-size: 20px;}
.logo-topo{display: block; float: left; color: #0061F2;}
.logo-rodape{color:#ACAEB8;}
/*BOTÃO HAMBURGER MENU*/
.nav-menu{border-bottom:1px solid rgb(228, 228, 228); height: 60px; background-color: white;}
.btn-menu{display: block; background-image: url(img/menu.svg); background-repeat: no-repeat; text-indent: -9999px; background-position: 100% center; }
.btn-menu-close{margin-top: -20px;}
/*MENU*/
.menu{background-color:white; border-bottom:1px solid rgb(228, 228, 228); margin: 0px; margin-top:30px; padding-bottom:40px; transform: translatey(-370px); transition: transform 200ms linear;}
.menu-item{ padding: 10px 0px;}
.menu-item-action{display: block; color: #808080; background-image: url(img/next.png); background-repeat: no-repeat; background-position: 100%;}
.menu-item-btn{padding-top:40px;}
.menu-item-btn-action{font-weight: 400; color:white; font-size:15px; padding:13px 38px 13px 18px; border-radius:10px; background-color:#0061F2; background-image: url(img/arrow.png); background-repeat:no-repeat; background-position-x:85px; background-position-y: 48%;}
.menu-open{ transform: translatey(0);}
/*BANNER TOPO*/
.banner{margin-bottom: 50px;}
.banner-texto{margin: 30px 0px;}
.banner-texto-p{margin-top: 20px;}
/*BOTÕES BANNER*/
.banner-botoes{margin: 20px 0px; width: 150px;}
/*LANDING PAGES DEMO*/
.demos{background-color: #F2F6FC; padding: 80px 0px; text-align: center;}
.demos-titulo{margin-bottom: 100px;}
.demos-titulo-p{margin-top: 10px;}
.demos-box{max-width: 1200px;}
.demos-box-itens{margin-bottom: 50px; /*flex: 0 33%; max-width: 33%; display: inline-block; max-width:350px;*/}
.demos-box-titulo{font-size: 17px; margin-bottom: 15px;}
.demos-box-link{}
.demos-box-img{; width: 90%; border-radius: 10px; box-shadow: 1px 5px 19px rgba(37, 46, 59, 0.3);}
/*INNER PAGES*/
.pages{margin-bottom:150px;}
.pages-titulo{ padding: 80px 0 50px 0;}
.pages-titulo-p{margin-top:10px;}
.pages-categorias{}
.titulo-page-categorias{text-align: left; font-weight: 400; font-size:16px; color:#333; margin-bottom: 20px; }
.categorias{margin-top: 55px;}
.categorias-lista{border: 0.8px solid #e6e6e6; border-radius:10px; box-shadow: 1px 5px 30px rgba(37, 46, 59, 0.2);}
.categorias-item{border-bottom: 0.8px solid #e6e6e6;}
.categorias-action{text-align: left; font-size: 15px; color: #4d4d4d; padding-top:15px; padding-left:20px; display: block; height: 50px; margin: center center; background-image: url(img/arrow-right.png); background-repeat: no-repeat; background-position: 94% 50%;}
/*DOCUMENTATION*/
.documentation{padding: 80px 0 80px 0;}
.documentation-titulo{margin-bottom: 55px;}
.documentation-titulo-p{margin-top: 10px;}
.documentation-valores{margin-top: 55px;}
.documentation-valores-lista{}
.docuementation-valores-item{padding: 110px 0;}
.item-valores{font-family: poppins; font-size: 90px; font-weight: 500; color: #C5CCD6;}
.item-titulo{font-weight: 400; display: inline-block; width: 80%;}
.documentation-btn{margin-top: 50px;}
/*RODAPE*/
footer{background-color:#F2F6FC;}
.rodape{padding-top: 80px; padding-bottom: 20px;}
.rodape-lista{}
.rodape-item{}
.redes-sociais-lista{display: grid; grid-template-columns: 6% 6% 6% 6% 6% 6% 6%; margin: 25px 0 40px 0;}
.redes-siciais-item{}
.redes-sociais-img{width: 18px; opacity: 0.3;}
.redes-sociais-img:hover{opacity: 0.7;}
.titulo-rodape{color: #ACAEB8; text-transform: uppercase; font-weight: 500; font-size: 13px; letter-spacing: 2px; margin: 50px 0 15px 0;}
.rodape-lista-pages{}
.rodape-item-pages{margin: 8px 0;}
.rodape-pages-action{color: #ACAEB8; font-family: poppins; font-size: 14px; font-weight: 300;}
.rodape-pages-action:hover{text-decoration: underline;}
.termos-legais{text-align: left; font-size: 12px;}
hr{border-top: 1px solid rgba(0, 0, 0, 0.1); margin: 20px 0;}
.paragrafo-mini a{color: #ACAEB8;}
.paragrafo-mini a:hover{text-decoration: underline;} | 0.303525 | 0.108708 |
padding-top: 70px;
}
@media(max-width: 1024px){
#content {
padding-top: 113px;
}
} */
@media screen and (max-width: 1024px) {
#main-footer {
display: none;
}
}
#mainSlide .swiper-container {
width: 100%;
max-width: 1024px;
height: auto;
}
#mainSlide .swiper-slide {
background-size: cover;
background-position: center;
}
#mainSlide .swiper-container .swiper-slide {
height: 80%;
width: 100%;
margin-bottom: 60px;
}
#mainSlide .swiper-wrapper {
padding-inline-start: 0;
}
#mainSlide .swiper-button-prev, .swiper-button-next {
color: #dcdcdc;
padding-bottom: 50px;
}
#mainSlide .swiper-pagination-bullet {
background-color: #999;
}
#mainSlide .swiper-pagination-bullet-active {
background-color: #f68084;
}
/* SubPage */
#subPageSlide .swiper-container {
width: 100%;
max-width: 768px;
height: auto;
}
#subPageSlide .swiper-slide {
background-size: cover;
background-position: center;
}
#subPageSlide .swiper-slide img{
width: 100%;
}
#subPageSlide .swiper-container .swiper-slide {
height: 80%;
width: 100%;
margin-bottom: 5px;
}
#subPageSlide .swiper-container-thumbs {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}
#subPageSlide .swiper-container-thumbs .swiper-slide{
width: 25%;
height: 100%;
opacity: 0.4;
}
#subPageSlide .swiper-container-thumbs .swiper-slide-thumb-active {
opacity: 1;
}
#subPageSlide .swiper-wrapper {
padding-inline-start: 0;
}
#subPageSlide .swiper-button-prev, .swiper-button-next {
color: #dcdcdc;
}
/* intro */
#introPageSlide .swiper-container {
width: 100%;
max-width: 1024px;
height: auto;
}
#introPageSlide .swiper-slide {
background-size: cover;
background-position: center;
}
#introPageSlide .swiper-slide img{
width: 100%;
}
#introPageSlide .swiper-container .swiper-slide {
height: 80%;
width: 100%;
margin-bottom: 5px;
}
#introPageSlide .swiper-container-thumbs {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}
#introPageSlide .swiper-container-thumbs .swiper-slide{
width: 25%;
height: 100%;
opacity: 0.4;
}
#introPageSlide .swiper-container-thumbs .swiper-slide-thumb-active {
opacity: 1;
}
#introPageSlide .swiper-wrapper {
padding-inline-start: 0;
}
#introPageSlide .swiper-button-prev, .swiper-button-next {
color: #dcdcdc;
} | src/styles/style.css | padding-top: 70px;
}
@media(max-width: 1024px){
#content {
padding-top: 113px;
}
} */
@media screen and (max-width: 1024px) {
#main-footer {
display: none;
}
}
#mainSlide .swiper-container {
width: 100%;
max-width: 1024px;
height: auto;
}
#mainSlide .swiper-slide {
background-size: cover;
background-position: center;
}
#mainSlide .swiper-container .swiper-slide {
height: 80%;
width: 100%;
margin-bottom: 60px;
}
#mainSlide .swiper-wrapper {
padding-inline-start: 0;
}
#mainSlide .swiper-button-prev, .swiper-button-next {
color: #dcdcdc;
padding-bottom: 50px;
}
#mainSlide .swiper-pagination-bullet {
background-color: #999;
}
#mainSlide .swiper-pagination-bullet-active {
background-color: #f68084;
}
/* SubPage */
#subPageSlide .swiper-container {
width: 100%;
max-width: 768px;
height: auto;
}
#subPageSlide .swiper-slide {
background-size: cover;
background-position: center;
}
#subPageSlide .swiper-slide img{
width: 100%;
}
#subPageSlide .swiper-container .swiper-slide {
height: 80%;
width: 100%;
margin-bottom: 5px;
}
#subPageSlide .swiper-container-thumbs {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}
#subPageSlide .swiper-container-thumbs .swiper-slide{
width: 25%;
height: 100%;
opacity: 0.4;
}
#subPageSlide .swiper-container-thumbs .swiper-slide-thumb-active {
opacity: 1;
}
#subPageSlide .swiper-wrapper {
padding-inline-start: 0;
}
#subPageSlide .swiper-button-prev, .swiper-button-next {
color: #dcdcdc;
}
/* intro */
#introPageSlide .swiper-container {
width: 100%;
max-width: 1024px;
height: auto;
}
#introPageSlide .swiper-slide {
background-size: cover;
background-position: center;
}
#introPageSlide .swiper-slide img{
width: 100%;
}
#introPageSlide .swiper-container .swiper-slide {
height: 80%;
width: 100%;
margin-bottom: 5px;
}
#introPageSlide .swiper-container-thumbs {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}
#introPageSlide .swiper-container-thumbs .swiper-slide{
width: 25%;
height: 100%;
opacity: 0.4;
}
#introPageSlide .swiper-container-thumbs .swiper-slide-thumb-active {
opacity: 1;
}
#introPageSlide .swiper-wrapper {
padding-inline-start: 0;
}
#introPageSlide .swiper-button-prev, .swiper-button-next {
color: #dcdcdc;
} | 0.230833 | 0.03359 |
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,300italic,400,400italic,500,500italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Fredoka+One);
/* Main skin for the theme
------------------------------------------------------------------------- */
/* theme_skin_kidscare */
/* Theme Accent Color
------------------------------------------------------------------------- */
a:hover,
.theme_accent,
.topWrap .topMenuStyleFon > ul li a:hover,
.topWrap .topMenuStyleFon > ul > li.sfHover > a,
.topWrap .topMenuStyleFon > ul > li > a.sf-with-ul:hover,
.topWrap .topMenuStyleFon > ul > li ul a.sf-with-ul:after,
.topWrap .topMenuStyleLine > ul > li ul li a:hover,
.topMenuStyleFon ul#mainmenu .menu-panel ul.columns > li > a,
.topMenuStyleFon ul#mainmenu .menu-panel ul.columns > li a:hover,
.topMenuStyleFon ul#mainmenu .menu-panel ul.columns > li ul li a:hover,
.topMenuStyleFon ul#mainmenu .menu-panel ul.thumb_title > li > a,
.topMenuStyleFon ul#mainmenu .menu-panel ul.thumb_title > li > a:hover,
.infoPost a:hover,
.tabsButton ul li a:hover,
.widgetWrap ul li:before,
.popularFiltr ul li a:hover,
.isotopeFiltr ul li a:hover,
.widget_popular_posts article h3:before,
.widgetTabs .widget_popular_posts article .post_info .post_date a:hover,
.sidebar .widget_popular_posts article .post_info .post_date a:hover,
.sidebar .widget_recent_posts article .post_info .post_date a:hover,
.main .widgetWrap a:hover,
.main .widgetWrap a:hover span,
.widgetWrap a:hover span,
.roundButton:hover a,
input[type="submit"]:hover,
input[type="button"]:hover,
.squareButton > a:hover,
.squareButton.border > a,
.squareButton.global > button:hover,
.squareButton.border > button,
.roundButton.border > a,
.nav_pages_parts > a:hover,
.nav_comments > a:hover,
.comments_list a.comment-edit-link:hover,
.widget_area ul.tabs > li.squareButtonlite.ui-state-active > a,
.widget_calendar .sc_calendar tbody td a,
.sc_calendar tbody td a,
.widget_calendar .sc_calendar tbody td.today a:hover,
.sc_calendar tbody td.today a:hover,
blockquote cite,
blockquote cite a,
.sc_quote_title,
.sc_quote_title a,
.postLink a,
.masonry article .masonryInfo a:hover,
.masonry article .masonryInfo span.infoTags a:hover,
.relatedPostWrap article .relatedInfo a:hover,
.relatedPostWrap article .relatedInfo span.infoTags a:hover,
.infoPost span.infoTags a:hover,
.page404 p a,
.page404 .searchAnimation.sFocus .searchIcon,
.sc_team .sc_team_item .sc_team_item_position,
.copyWrap a,
.comments .commBody li.commItem .replyWrap .posted a:hover,
.comments .commBody li.commItem h4 a:hover,
.ratingItem span:before,
.reviewBlock .totalRating,
.widget_area .contactInfo .fContact:before,
.widget_area .widgetWrap a:hover,
.widget_area .widgetWrap a:hover span,
.widget_area .widgetWrap ul > li > a:hover,
.widget_area .widgetWrap ul > li > a:hover span,
.footerStyleLight .widget_area article .post_title:before,
.footerStyleLight .widget_area article .post_info a:hover,
.footerStyleLight .widget_area article .post_info .post_date a:hover,
.sc_list_style_arrows li:before,
.sc_list_style_arrows li a:hover,
.sc_list_style_iconed li a:hover,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:before,
.sc_accordion.sc_accordion_style_2 .sc_accordion_item.sc_active .sc_accordion_title,
.sc_accordion.sc_accordion_style_2 .sc_accordion_item.sc_active .sc_accordion_title:before,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item.sc_active .sc_accordion_title,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:before,
.sc_toggles.sc_toggles_style_2 .sc_toggles_item.sc_active .sc_toggles_title,
.sc_toggles.sc_toggles_style_2 .sc_toggles_item.sc_active .sc_toggles_title:before,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item.sc_active .sc_toggles_title,
.sc_tabs .sc_tabs_titles li a:hover,
.sc_dropcaps.sc_dropcaps_style_3 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_4 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_5 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_6 .sc_dropcap,
.sc_highlight.sc_highlight_style_2,
.sc_price_item .sc_price_money,
.sc_price_item .sc_price_penny,
.sc_pricing_table .sc_pricing_columns ul li .sc_icon,
.sc_tooltip_parent,
.sc_title_icon:before,
.sc_scroll_controls .flex-direction-nav a:hover:before,
.sc_testimonials_style_1 .flex-direction-nav a:hover:before,
.sc_testimonials_style_3 .flex-direction-nav a:hover:before,
.sc_testimonials_style_3 .flex-direction-nav a:active:before,
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav a:hover:before,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency > a:hover,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency > a,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency.sfHover > a,
.topWrap .usermenu_area ul.usermenu_list li ul li a:hover,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a:hover,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency > a:hover,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency > a,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency.sfHover > a,
.sidemenu_wrap .usermenu_area ul.usermenu_list li ul li a:hover,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a:hover,
.sc_blogger a:hover,
.sc_blogger.style_date .load_more:before,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date .day_month,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_info .comments_number,
.sc_blogger.style_accordion .sc_blogger_info .comments_number,
.widgetTabs .widgetTop ul > li:not(.tabs):before,
.widgetTabs .widgetTop ul > li:not(.tabs) > a:hover,
.widgetTabs .widgetTop ul > li:not(.tabs) > a:hover span,
.widgetTabs .widgetTop.widget_popular_posts article .post_title:before,
.swpRightPos .tabsMenuBody a:hover,
.swpRightPos .tabsMenuBody a:hover:before,
.openRightMenu:hover:before,
.topWrap .search:not(.searchOpen):hover:before,
.user-popUp .formItems.loginFormBody .remember .forgotPwd,
.user-popUp .formItems.loginFormBody .loginProblem,
.user-popUp .formItems.registerFormBody .i-agree a,
.sc_slider_pagination_area .flex-control-nav.manual .slide_info .slide_title,
#toc .toc_item.current .toc_icon,
#toc .toc_item:hover .toc_icon,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
.h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a,
.sc_blogger a,
.relatedPostWrap article .relatedInfo a,
.sc_list_style_iconed li:before,
.sc_list_style_arrows li:before,
.sc_team .sc_team_item .sc_team_item_title,
/*.footerStyleLight .footerWidget .widgetWrap .title,*/
.widget_calendar .sc_calendar thead th span,
.sc_calendar thead th span,
.footerStyleLight .footerWidget .sc_calendar thead th,
.widget_calendar .sc_calendar thead tr + tr th,
.sc_calendar thead tr + tr th,
.sidebar.widget_area .tabs_area ul.tabs > li.ui-state-active,
.sidebar.widget_area .tabs_area ul.tabs > li.ui-state-active a,
.sidebar.widget_area .tabs_area ul.tabs > li a:hover,
.widget_area .search-form .search-button a:hover
{color: #1bb4b9;}
#booking_slot_form > div > a:hover,
.booking_name_days_container .booking_day_name,
.topWrap .topMenuStyleLine > ul > li ul li a:hover,
.footerStyleDark .widget_area a.button:hover,
.flip-clock-wrapper ul li a div div.inn,
.footerStyleDark .widget_area .squareButton > a,
.footerStyleDark .widget_area .squareButton > button,
.tabsButton ul li.ui-tabs-active a,
.widget .tagcloud a:hover,
.widget_area .tagcloud a:hover,
.widget .tagcloud a:active,
.widgetWrap .tagcloud a:active
{color: #1bb4b9 !important;}
.theme_accent_bgc,
.topWrap,
.sidemenu_wrap .menuTranform,
.sc_video_player:active .sc_video_play_button:after,
input[type="submit"]:active,
input[type="button"]:active,
.squareButton.active > span,
.squareButton.active > a,
.squareButton.ui-state-active > a,
.squareButton.active > button,
.squareButton.ui-state-active > button,
.roundButton > a:active,
.squareButton > a:active,
.squareButton.global > a,
.squareButton.dark > a:active,
.squareButton.border > a:hover,
.squareButton > button:active,
.squareButton.global > button,
.squareButton.dark > button:active,
.squareButton.border > button:hover,
.roundButton.border:hover > a,
.nav_pages_parts > span.page_num,
.nav_comments > span.current,
ul > li.likeActive:active > a,
.sc_table.sc_table_style_1 table tr:first-child th,
.sc_table.sc_table_style_1 table tr:first-child td,
.masonry article .status,
.portfolio .isotopeElement .folioShowBlock:before,
.post .postStatus,
.sc_team .sc_team_item .sc_team_item_avatar:after,
.itemPageFull .itemDescriptionWrap .toggleButton:active,
.footerWrap .footerWidget .sc_video_player:active .sc_video_play_button:after,
.topWrap .topMenuStyleLine > ul > li ul,
.topMenuStyleLine > ul .menu-panel,
.sidemenu_wrap .sidemenu_button,
.userHeaderSection.global,
.userFooterSection.global,
.sliderLogo .elastislide-wrapper nav span:active:before,
.sc_skills_bar .sc_skills_item .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info,
.sc_dropcaps.sc_dropcaps_style_1 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_2 .sc_dropcap,
.sc_highlight.sc_highlight_style_1,
.sc_pricing_table .sc_pricing_columns .sc_pricing_title,
.sc_pricing_table .sc_pricing_columns:hover ul li.sc_pricing_title,
.sc_tooltip_parent .sc_tooltip,
.sc_tooltip_parent .sc_tooltip:before,
.sc_title_bg:before,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item .sc_accordion_title,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item .sc_toggles_title,
.sc_scroll_controls .flex-direction-nav a:active,
.sc_testimonials_style_1 .flex-direction-nav a:active,
.sc_testimonials_style_3 .sc_testimonials_items,
.sc_testimonials_style_3 .flex-direction-nav li,
.sc_testimonials_style_3 .flex-direction-nav a,
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav a:active,
.sc_popup_light:before,
.user-popUp ul.loginHeadTab li.ui-tabs-active:before,
.sc_banner:before,
.global_bg,
.widget .tagcloud a,
.widgetWrap .tagcloud a,
.widget .tagcloud a:active,
.widgetWrap .tagcloud a:active,
.sc_scroll_bar .swiper-scrollbar-drag:before,
.widgetTabs .widgetTop .tagcloud a:hover,
.widgetTabs .widgetTop .tagcloud a:active,
#custom_options .co_options #co_bg_images_list a.current,
#custom_options .co_options #co_bg_pattern_list a.current,
.fullScreenSlider.globalColor .sliderHomeBullets .rsContent:before,
.fullScreenSlider .sliderHomeBullets .rsContent .slide-3 .order p span,
ul.sc_list_style_disk li:before,
.sc_slider_pagination_area .flex-control-nav.manual .slide_date,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,
.sc_contact_form_custom .bubble label:hover,
.sc_contact_form_custom .bubble label.selected,
.sc_video_player:hover .sc_video_play_button:after,
.footerStyleLight .footerWidget .sc_video_player:hover .sc_video_play_button:after,
.sidebar.widget_area .tabs_area ul.tabs > li a,
.widget_area .search-form .search-button a
{background-color: #1bb4b9;}
.sc_table.sc_table_style_1 table tr:first-child th,
.sc_table.sc_table_style_1 table tr:first-child td
{border-top-color: #1bb4b9;}
.sc_table.sc_table_style_1 table tr:first-child th:first-child,
.sc_table.sc_table_style_1 table tr:first-child td:first-child
{border-left-color: #1bb4b9;}
.sc_table.sc_table_style_1 table tr:first-child th:last-child,
.sc_table.sc_table_style_1 table tr:first-child td:last-child
{border-right-color: #1bb4b9;}
.theme_accent_bg,
.days_container_all .booking_day_container:hover .booking_day_slots,
.ih-item.circle.effect1.colored .info,
.ih-item.circle.effect2.colored .info,
.ih-item.circle.effect3.colored .info,
.ih-item.circle.effect4.colored .info,
.ih-item.circle.effect5.colored .info .info-back,
.ih-item.circle.effect6.colored .info,
.ih-item.circle.effect7.colored .info,
.ih-item.circle.effect8.colored .info,
.ih-item.circle.effect9.colored .info,
.ih-item.circle.effect10.colored .info,
.ih-item.circle.effect11.colored .info,
.ih-item.circle.effect12.colored .info,
.ih-item.circle.effect13.colored .info,
.ih-item.circle.effect14.colored .info,
.ih-item.circle.effect15.colored .info,
.ih-item.circle.effect16.colored .info,
.ih-item.circle.effect18.colored .info .info-back,
.ih-item.circle.effect19.colored .info,
.ih-item.circle.effect20.colored .info .info-back,
.ih-item.square.effect1.colored .info,
.ih-item.square.effect2.colored .info,
.ih-item.square.effect3.colored .info,
.ih-item.square.effect4.colored .mask1,
.ih-item.square.effect4.colored .mask2,
.ih-item.square.effect5.colored .info,
.ih-item.square.effect6.colored .info,
.ih-item.square.effect7.colored .info,
.ih-item.square.effect8.colored .info,
.ih-item.square.effect9.colored .info .info-back,
.ih-item.square.effect10.colored .info,
.ih-item.square.effect11.colored .info,
.ih-item.square.effect12.colored .info,
.ih-item.square.effect13.colored .info,
.ih-item.square.effect14.colored .info,
.ih-item.square.effect15.colored .info
{background: #1bb4b9;}
.ih-item.circle.effect1.colored .info,
.ih-item.circle.effect2.colored .info,
.ih-item.circle.effect5.colored .info .info-back,
.ih-item.circle.effect19.colored .info,
.ih-item.circle.effect20.colored .info .info-back,
.ih-item.square.effect4.colored .mask1,
.ih-item.square.effect4.colored .mask2,
.ih-item.square.effect6.colored .info,
.ih-item.square.effect7.colored .info,
.ih-item.square.effect12.colored .info,
.ih-item.square.effect13.colored .info,
.sc_image_shape_round:hover figcaption,
.post .sc_image_shape_round:hover figcaption
{background: rgba(27, 180, 185, 0.60);}
.ih-item.circle.effect17.colored a:hover .img:before {
box-shadow: inset 0 0 0 110px #1bb4b9, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 0 0 110px rgba(27, 180, 185, 0.60), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ih-item.circle.effect1 .spinner
{border-right-color: #1bb4b9; border-bottom-color: #1bb4b9;}
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls { background: #1bb4b9 !important; }
.mejs-controls .mejs-volume-button .mejs-volume-slider
{background: rgba(27, 180, 185, 0.70) !important; }
.top_panel_above .fullScreenSlider .topWrap,
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li ul,
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li .menu-panel
{background-color: rgba(27, 180, 185, 0.80);}
.sc_slider_flex .sc_slider_info,
.sc_slider_swiper .sc_slider_info,
.sc_slider_flex .flex-direction-nav li,
.sc_slider_swiper .flex-direction-nav li
{background-color: rgba(27, 180, 185, 0.80) !important;}
.widget .tagcloud a:hover,
.widgetWrap .tagcloud a:hover
{background-color: transparent;}
.theme_accent_border,
.postSharing > ul > li > a:active,
.postSharing > ul > li > span:active,
.squareButton.active > span,
.squareButton.active > a,
.squareButton.active > button,
.roundButton > a:active,
.squareButton > a:active,
.squareButton.ui-state-active > a,
.squareButton.global > a,
.squareButton.dark > a:active,
.squareButton.border > a,
.squareButton > button:active,
.squareButton.ui-state-active > button,
.squareButton.global > button,
.squareButton.dark > button:active,
.squareButton.border > button,
.roundButton.border > a,
.nav_pages_parts > span.page_num,
.nav_comments > span.current,
.widget_calendar .sc_calendar th,
.widget_calendar .sc_calendar thead tr + tr th,
.sc_skills_bar .sc_skills_item .sc_skills_count,
.itemPageFull .itemDescriptionWrap .toggleButton:active,
.footerWidget .sc_video_player:active .sc_video_play_button:after,
.topWrap .topMenuStyleLine > ul > li ul,
.topMenuStyleLine > ul#mainmenu ul.menu-panel,
.sc_scroll_controls .flex-direction-nav a:active,
.sc_testimonials_style_1 .flex-direction-nav a:active,
.pagination .flex-direction-nav a:active,
.sliderLogo .elastislide-wrapper nav span:active:before,
.sc_dropcaps.sc_dropcaps_style_4 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_5 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_6 .sc_dropcap,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item,
.sc_tooltip_parent,
pre.code,
.widget .tagcloud a,
.widgetWrap .tagcloud a,
.widget .tagcloud a:active,
.widgetWrap .tagcloud a:active,
#toc .toc_item.current,
#toc .toc_item:hover,
.sidebar.widget_area .tabs_area ul.tabs > li a,
.widget_area .search-form .search-button a
{border-color: #1bb4b9;}
/* widget tabs */
.sidebar.widget_area .tabs_area ul.tabs > li {padding: 6px 0 0 0; margin-right: 5px;}
.sidebar.widget_area .tabs_area ul.tabs > li a {padding: 8px 10px; border-width: 2px; border-style: solid; }
/* widget list icon */
.widget_area article.no_thumb .post_title:before {content: '\e902'; font-size: 8px;}
.sidebar > .widget ul > li.dropMenu.dropOpen:before,
.widget_area .widgetWrap ul > li.dropMenu.dropOpen:before {content: '\e814'; font-size: 8px;}
.sidebar > .widget ul > li.dropMenu:before,
.widget_area .widgetWrap ul > li.dropMenu:before {content: '\e813'; font-size: 8px;}
.sidebar > .widget ul > li:before,
.widget_area .widgetWrap ul > li:before {content: '\e902'; font-size: 8px;}
.sidebar > .widget ul > li ul li:before,
.widget_area .widgetWrap ul > li ul li:before {content: '\e902'; font-size: 8px;}
::selection {color: #fff; background-color: #e77c80;}
::-moz-selection {color: #fff; background-color: #e77c80;}
/* tag cloud */
.widget .tagcloud a,
.widget_area .tagcloud a {
height: 30px;
line-height: 30px;
border-width: 2px;
-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;
}
/* WooCommerce colors */
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover,
.woocommerce .quantity input[type="button"]:hover, .woocommerce #content input[type="button"]:hover, .woocommerce-page .quantity input[type="button"]:hover, .woocommerce-page #content .quantity input[type="button"]:hover,
.woocommerce ul.cart_list li > .amount, .woocommerce ul.product_list_widget li > .amount, .woocommerce-page ul.cart_list li > .amount, .woocommerce-page ul.product_list_widget li > .amount,
.woocommerce ul.cart_list li span .amount, .woocommerce ul.product_list_widget li span .amount, .woocommerce-page ul.cart_list li span .amount, .woocommerce-page ul.product_list_widget li span .amount,
.woocommerce ul.cart_list li ins .amount, .woocommerce ul.product_list_widget li ins .amount, .woocommerce-page ul.cart_list li ins .amount, .woocommerce-page ul.product_list_widget li ins .amount,
.woocommerce.widget_shopping_cart .total .amount, .woocommerce .widget_shopping_cart .total .amount, .woocommerce-page.widget_shopping_cart .total .amount, .woocommerce-page .widget_shopping_cart .total .amount,
.woocommerce a:hover h3, .woocommerce-page a:hover h3,
.woocommerce .cart-collaterals .order-total strong, .woocommerce-page .cart-collaterals .order-total strong,
.woocommerce .checkout #order_review .order-total .amount, .woocommerce-page .checkout #order_review .order-total .amount,
.woocommerce .star-rating, .woocommerce-page .star-rating, .woocommerce .star-rating:before, .woocommerce-page .star-rating:before,
.widget_area .widgetWrap ul > li .star-rating span, .woocommerce #review_form #respond .stars a, .woocommerce-page #review_form #respond .stars a
{color: #1bb4b9;}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before,.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{background-color: #1bb4b9;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{background: #1bb4b9;}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message,
.woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce #respond input#submit.alt:active, .woocommerce #content input.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce-page input.button.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce-page #content input.button.alt:active,
.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active
{border-top-color: #1bb4b9;}
.woocommerce div.product form.cart .button,
.woocommerce a.button {background-color: #ea624c; border-color: #ea624c; color: #ffffff; }
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover {background-color: #1bb4b9; border-color: #1bb4b9; color: #ffffff; }
.woocommerce ul.products li.product.product-category a h3 { color: #58ad32; }
.woocommerce ul.products li.product.product-category a:hover h3 { color: #ea624c; }
.woocommerce ul.products li.product.product-category a h3,
.woocommerce ul.products li.product.product-category a:hover h3 {
-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.woocommerce div.product form.cart div.quantity{
position:relative;
height:29px;
border:solid 1px #C8BFC6;
}
.woocommerce div.product form.cart div.quantity input.input-text.qty.text{
height:27px;
width:94px;
border:none;
left:auto;
top:auto;
}
.woocommerce .quantity input.qty,.woocommerce-page .quantity input.qty{
position:relative;
border:solid 1px #DDD;
}
.woocommerce #review_form #respond .form-submit input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
text-align: center;
background: transparent;
outline: none;
}
.twitBlock .sc_slider .flex-direction-nav li {background-color: #60aaea !important;}
/* Theme Accent2 Color */
.theme_accent2,
.sc_team .sc_team_item .sc_team_item_position,
.sc_section.bg_tint_dark .pushButton > a:hover,
.openResponsiveMenu:hover,
.sc_blogger h3 > a, .sc_blogger .h3 > a,
.openRightMenu:hover:before,
.topWrap .search:not(.searchOpen):hover:before,
.sliderHomeBullets.slider_alias_15 .order a:hover,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_info .post_author,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_info .comments_number,
.sc_calendar tbody td.today,
.sc_calendar tbody td.today a
{color: #ea624c;}
.content .booking_month_name_custom,
.topWrap .topMenuStyleLine > ul > li ul li a:hover,
.topWrap .topMenuStyleLine > ul > li ul li.current-menu-item > a,
.topWrap .topMenuStyleLine > ul > li ul li a:hover .menu_item_description,
.topWrap .topMenuStyleFon > ul > li > a:hover,
.topWrap .topMenuStyleFon > ul > li.sfHover > a,
.topMenuStyleFon ul#mainmenu .menu-panel ul.columns > li > a,
.topWrap .topMenuStyleFon > ul > li ul li a:hover,
.topWrap .topMenuStyleFon > ul > li ul li a:hover .menu_item_description
{color: #ea624c !important;}
.theme_accent2_bgc,
.sc_title_divider.theme_accent2 .sc_title_divider_before,
.sc_title_divider.theme_accent2 .sc_title_divider_after,
.sc_team .sc_team_item .sc_team_item_avatar:after,
.sliderHomeBullets.slider_alias_15 .order a,
.dark .sc_slider_pagination_area .flex-control-nav.manual li.active .slide_date,
.dark .sc_slider_pagination_area .flex-control-nav.manual li.cs-active-pagination .slide_date,
.dark .sc_slider_pagination_area .flex-control-nav.manual li:hover .slide_date,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date,
.sc_video_player .sc_video_play_button:after,
.footerStyleLight .footerWidget .sc_video_player .sc_video_play_button:after,
.twitBlock,
.twitBlockWrap,
.sliderHomeBullets.slider_alias_13 .order a:hover,
.postAside
{background-color: #ea624c;}
.content .booking_day_black a,
.content .booking_day_black .booking_day_slots,
.content .booking_clear_custom:hover,
.content .booking_book_now_custom:hover,
.twitBlock .sc_slider .flex-direction-nav li
{background-color: #ea624c !important;}
.theme_accent2_bg,
.topTabsWrap
{background: #ea624c;}
.theme_accent2_border,
.topWrap .topMenuStyleLine > ul > li ul,
.sliderHomeBullets.slider_alias_13 .order a:hover
{border-color: #ea624c;}
.topWrap .openRightMenu:hover,
.topWrap .search:not(.searchOpen):hover {border-color: rgba(234, 98, 76, 0.40);}
.topWrap .topMenuStyleLine > ul > li > a {font-weight: bold;}
.top_panel_above .fullScreenSlider .topWrap /*,
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li ul,
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li .menu-panel */
{background-color: rgba(255, 255, 255, 0.80);}
/* Theme Accent3 Color */
.theme_accent3 {}
.theme_accent3_bgc {}
.theme_accent3_border {}
/* Theme Accent4 Color */
.theme_accent4 {color: #ff7593;}
.theme_accent4_bgc {background-color: #ff7593;}
.theme_accent4_border {border-color: #ff7593;}
.shop_features_bg {background-color: #2CBD44;}
.openResponsiveMenu,
.theme_dark,
.sc_section.bg_tint_dark .pushButton > a,
.topWrap .topMenuStyleLine > ul > li > a
/*dark*/{color: #292929;}
.theme_dark_bgc
/*dark_bg*/{background-color: #292929;}
.content .booking_day_black a,
.content .booking_day_black .booking_day_slots,
.widget .tagcloud a,
.widget_area .tagcloud a,
.theme_white,
.postStatus,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item .sc_accordion_title,
.sidebar.widget_area .tabs_area ul.tabs > li a,
.widget_area .search-form .search-button a
/*white*/{color: #ffffff;}
.theme_white_bgc,
.topWrap,
.topWrap .topMenuStyleLine > ul > li ul,
.sidebar.widget_area .tabs_area ul.tabs > li a:hover,
.sidebar.widget_area .tabs_area ul.tabs > li.ui-state-active,
.sidebar.widget_area .tabs_area ul.tabs > li.ui-state-active a,
.widget_area .search-form .search-button a:hover
/*white_bg*/{background-color: #ffffff;}
/* Tribe Events */
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
{background-color: #1bb4b9;}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {background: #1bb4b9;}
/* Pricing Table */
.sc_pricing_table.table_color_green .sc_pricing_columns ul,
.sc_pricing_table.table_color_blue .sc_pricing_columns ul,
.sc_pricing_table.table_color_orange .sc_pricing_columns ul
{border: none;}
.sc_pricing_table.table_color_green .sc_pricing_columns ul li,
.sc_pricing_table.table_color_blue .sc_pricing_columns ul li,
.sc_pricing_table.table_color_orange .sc_pricing_columns ul li
{border-top: none;}
.sc_pricing_tabletable_color_green .sc_pricing_columns:last-child ul li:first-child,
.sc_pricing_tabletable_color_blue .sc_pricing_columns:last-child ul li:first-child,
.sc_pricing_tabletable_color_orange .sc_pricing_columns:last-child ul li:first-child
{-webkit-border-radius: 10px 10px 0 0 !important; -moz-border-radius: 10px 10px 0 0 !important; border-radius: 10px 10px 0 0 !important;}
.sc_pricing_table.table_color_green .sc_pricing_columns:last-child ul li:last-child,
.sc_pricing_table.table_color_blue .sc_pricing_columns:last-child ul li:last-child,
.sc_pricing_table.table_color_orange .sc_pricing_columns:last-child ul li:last-child
{-webkit-border-radius: 0 0 10px 10px !important; -moz-border-radius: 0 0 10px 10px !important; border-radius: 0 0 10px 10px !important;}
.sc_pricing_table.table_color_green .sc_pricing_columns:hover ul.columnsAnimate,
.sc_pricing_table.table_color_blue .sc_pricing_columns:hover ul.columnsAnimate,
.sc_pricing_table.table_color_orange .sc_pricing_columns:hover ul.columnsAnimate
{-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.sc_pricing_table.table_color_green .sc_pricing_data {color: #ffffff; font-size: 14px;}
.sc_pricing_table.table_color_green .sc_pricing_columns ul li {height: 40px; padding-left: 30px; padding-right: 30px; padding-top: 0;}
.sc_pricing_table.table_color_green .sc_pricing_columns ul li.sc_pricing_title {height: 65px; line-height: 65px; font-size: 20px; font-weight: 400;}
.sc_pricing_table.table_color_green .sc_pricing_columns ul li.sc_pricing_footer {padding-bottom: 55px;}
.sc_pricing_table.table_color_green .sc_pricing_columns:hover ul.columnsAnimate li:last-child {padding-bottom: 75px; padding-top: 0;}
.sc_pricing_table.table_color_green .sc_pricing_data,
.sc_pricing_table.table_color_green .sc_pricing_data.sc_pricing_price,
.sc_pricing_table.table_color_green .sc_pricing_data.sc_pricing_footer { background-image: none !important; background-color: #70bc4f !important; }
.sc_pricing_table.table_color_green .sc_pricing_columns ul li.sc_pricing_price { height: 85px !important; padding-top: 25px !important; }
/*.sc_pricing_table.table_color_green .sc_pricing_data.sc_pricing_footer { height: 60px; }*/
.sc_pricing_table.table_color_green .sc_pricing_data.sc_pricing_title { background-color: #58ad32 !important; }
.table_color_green .sc_price_item .sc_price_currency {color: #ffffff; font-size: 65px; font-weight: 400; top: 15px; left: 0;}
.table_color_green .sc_price_item .sc_price_money {color: #ffffff; font-size: 72px; font-weight: bold;}
.table_color_green .sc_price_item .sc_price_info {padding-left: 7px;}
.table_color_green .sc_price_item .sc_price_penny {color: #ffffff; font-size: 18px; font-weight: 400; }
.table_color_green .sc_price_item .sc_price_period {color: #ffffff; font-size: 18px; font-weight: 400; }
.sc_pricing_table.table_color_blue .sc_pricing_data {color: #ffffff; font-size: 14px;}
.sc_pricing_table.table_color_blue .sc_pricing_columns ul li {height: 40px; padding-left: 30px; padding-right: 30px; padding-top: 0;}
.sc_pricing_table.table_color_blue .sc_pricing_columns ul li.sc_pricing_title {height: 65px; line-height: 65px; font-size: 20px; font-weight: 400;}
.sc_pricing_table.table_color_blue .sc_pricing_columns ul li.sc_pricing_footer {padding-bottom: 55px;}
.sc_pricing_table.table_color_blue .sc_pricing_columns:hover ul.columnsAnimate li:last-child {padding-bottom: 75px; padding-top: 0;}
.sc_pricing_table.table_color_blue .sc_pricing_data,
.sc_pricing_table.table_color_blue .sc_pricing_data.sc_pricing_price,
.sc_pricing_table.table_color_blue .sc_pricing_data.sc_pricing_footer { background-image: none !important; background-color: #4fc1c5 !important; }
.sc_pricing_table.table_color_blue .sc_pricing_columns ul li.sc_pricing_price { height: 85px !important; padding-top: 25px !important; }
/*.sc_pricing_table.table_color_blue .sc_pricing_data.sc_pricing_footer { height: 60px; }*/
.sc_pricing_table.table_color_blue .sc_pricing_data.sc_pricing_title { background-color: #1bb4b9 !important; }
.table_color_blue .sc_price_item .sc_price_currency {color: #ffffff; font-size: 65px; font-weight: 400; top: 15px; left: 0;}
.table_color_blue .sc_price_item .sc_price_money {color: #ffffff; font-size: 72px; font-weight: bold;}
.table_color_blue .sc_price_item .sc_price_info {padding-left: 7px;}
.table_color_blue .sc_price_item .sc_price_penny {color: #ffffff; font-size: 18px; font-weight: 400; }
.table_color_blue .sc_price_item .sc_price_period {color: #ffffff; font-size: 18px; font-weight: 400; }
.sc_pricing_table.table_color_orange .sc_pricing_data {color: #ffffff; font-size: 14px;}
.sc_pricing_table.table_color_orange .sc_pricing_columns ul li {height: 40px; padding-left: 30px; padding-right: 30px; padding-top: 0;}
.sc_pricing_table.table_color_orange .sc_pricing_columns ul li.sc_pricing_title {height: 65px; line-height: 65px; font-size: 20px; font-weight: 400;}
.sc_pricing_table.table_color_orange .sc_pricing_columns ul li.sc_pricing_footer {padding-bottom: 55px;}
.sc_pricing_table.table_color_orange .sc_pricing_columns:hover ul.columnsAnimate li:last-child {padding-bottom: 75px; padding-top: 0;}
.sc_pricing_table.table_color_orange .sc_pricing_data,
.sc_pricing_table.table_color_orange .sc_pricing_data.sc_pricing_price,
.sc_pricing_table.table_color_orange .sc_pricing_data.sc_pricing_footer { background-image: none !important; background-color: #f5b120 !important; }
.sc_pricing_table.table_color_orange .sc_pricing_columns ul li.sc_pricing_price { height: 85px !important; padding-top: 25px !important; }
/*.sc_pricing_table.table_color_orange .sc_pricing_data.sc_pricing_footer { height: 60px; }*/
.sc_pricing_table.table_color_orange .sc_pricing_data.sc_pricing_title { background-color: #efa70f !important; }
.table_color_orange .sc_price_item .sc_price_currency {color: #ffffff; font-size: 65px; font-weight: 400; top: 15px; left: 0;}
.table_color_orange .sc_price_item .sc_price_money {color: #ffffff; font-size: 72px; font-weight: bold;}
.table_color_orange .sc_price_item .sc_price_info {padding-left: 7px;}
.table_color_orange .sc_price_item .sc_price_penny {color: #ffffff; font-size: 18px; font-weight: 400; }
.table_color_orange .sc_price_item .sc_price_period {color: #ffffff; font-size: 18px; font-weight: 400; }
.table_color_green .sc_pricing_table .sc_pricing_columns ul li.sc_pricing_footer,
.table_color_blue .sc_pricing_table .sc_pricing_columns ul li.sc_pricing_footer,
.table_color_orange .sc_pricing_table .sc_pricing_columns ul li.sc_pricing_footer
{height: auto;}
/* curveButton */
.squareButton.curveButton { height: 57px; }
.squareButton.curveButton > a,
.squareButton.curveButton > a:hover,
.squareButton.curveButton > button,
.squareButton.curveButton > button:hover,
.squareButton.curveButton > span { font-family: 'Fredoka One', cursive; font-weight: 400; min-width: 114px; letter-spacing: -.91px; }
.squareButton.curveButton > a:after,
.squareButton.curveButton > a:before,
.squareButton.curveButton > button:after,
.squareButton.curveButton > button:before { height: 55px; line-height: 55px; }
.squareButton.curveButton a,
.squareButton.curveButton button,
.squareButton.curveButton span {
border: none;
font-size: 14px; line-height: 55px; height: 55px;
text-transform: uppercase; text-align: center; color: #292929;
background: transparent url("../images/curve_btn.png") no-repeat center center !important;
padding-left: 10px;
padding-right: 10px;
}
.squareButton.curveButton.right a,
.squareButton.curveButton.right button,
.squareButton.curveButton.right span { background-image: url("../images/curve_btn_right.png") !important; }
.squareButton.curveButton > a:hover,
.squareButton.curveButton > button:hover { color: #EA624C; }
.squareButton.curveButton.mini { height: 44px; }
.squareButton.curveButton.mini a,
.squareButton.curveButton.mini button,
.squareButton.curveButton.mini span {
font-size: 10px; line-height: 42px; height: 42px; min-width: 91px;
background: transparent url("../images/curve_btn_mini.png") no-repeat center center !important;
padding-left: 5px;
padding-right: 5px;
}
.squareButton.curveButton.mini.right a,
.squareButton.curveButton.mini.right button,
.squareButton.curveButton.mini.right span { background-image: url("../images/curve_btn_mini_right.png") !important; }
.squareButton.curveButton.mini > a:after,
.squareButton.curveButton.mini > a:before,
.squareButton.curveButton.mini > button:after,
.squareButton.curveButton.mini > button:before { height: 42px; line-height: 42px; }
.squareButton.curveButton.medium { height: 53px; }
.squareButton.curveButton.medium a,
.squareButton.curveButton.medium button,
.squareButton.curveButton.medium span {
font-size: 12px; line-height: 51px; height: 51px; min-width: 103px;
background: transparent url("../images/curve_btn_medium.png") no-repeat center center !important;
padding-left: 5px;
padding-right: 5px;
}
.squareButton.curveButton.medium.right a,
.squareButton.curveButton.medium.right button,
.squareButton.curveButton.medium.right span { background-image: url("../images/curve_btn_medium_right.png") !important; }
.squareButton.curveButton.medium > a:after,
.squareButton.curveButton.medium > a:before,
.squareButton.curveButton.medium > button:after,
.squareButton.curveButton.medium > button:before { height: 51px; line-height: 51px; }
.squareButton.curveButton.big { height: 57px; }
.squareButton.curveButton.big a,
.squareButton.curveButton.big button,
.squareButton.curveButton.big span {
font-size: 14px; line-height: 55px; height: 55px; min-width: 114px;
background: transparent url("../images/curve_btn_big.png") no-repeat center center !important;
padding-left: 5px;
padding-right: 5px;
}
.squareButton.curveButton.big.right a,
.squareButton.curveButton.big.right button,
.squareButton.curveButton.big.right span { background-image: url("../images/curve_btn_big_right.png") !important; }
.squareButton.curveButton.big > a:after,
.squareButton.curveButton.big > a:before,
.squareButton.curveButton.big > button:after,
.squareButton.curveButton.big > button:before { height: 55px; line-height: 55px; }
.squareButton.curveButton.huge { height: 86px; }
.squareButton.curveButton.huge a,
.squareButton.curveButton.huge button,
.squareButton.curveButton.huge span {
font-size: 22px; line-height: 84px; height: 84px; min-width: 169px;
background: transparent url("../images/curve_btn_huge.png") no-repeat center center !important;
padding-left: 0;
padding-right: 10px;
}
.squareButton.curveButton.huge.short a,
.squareButton.curveButton.huge.short button,
.squareButton.curveButton.huge.short span { min-width: 145px; background-image: url("../images/curve_btn_huge_short.png") !important; }
.squareButton.curveButton.huge.right a,
.squareButton.curveButton.huge.right button,
.squareButton.curveButton.huge.right span { background-image: url("../images/curve_btn_huge_right.png") !important; }
.squareButton.curveButton.huge.right.short a,
.squareButton.curveButton.huge.right.short button,
.squareButton.curveButton.huge.right.short span { background-image: url("../images/curve_btn_huge_right_short.png") !important; }
.squareButton.curveButton.huge > a:after,
.squareButton.curveButton.huge > a:before,
.squareButton.curveButton.huge > button:after,
.squareButton.curveButton.huge > button:before { height: 84px; line-height: 84px; }
.squareButton.curveButton.banner { height: 86px; }
.squareButton.curveButton.banner a,
.squareButton.curveButton.banner button,
.squareButton.curveButton.banner span {
font-size: 24px; line-height: 84px; height: 84px; min-width: 231px;
background: transparent url("../images/curve_btn_banner.png") no-repeat center center !important;
padding-left: 0;
padding-right: 10px;
}
.squareButton.curveButton.banner.right a,
.squareButton.curveButton.banner.right button,
.squareButton.curveButton.banner.right span { background-image: url("../images/curve_btn_banner_right.png") !important; }
.squareButton.curveButton.banner > a:after,
.squareButton.curveButton.banner > a:before,
.squareButton.curveButton.banner > button:after,
.squareButton.curveButton.banner > button:before { height: 84px; line-height: 84px; }
.rev_slider_wrapper .squareButton.curveButton a,
.rev_slider_wrapper .squareButton.curveButton button,
.rev_slider_wrapper .squareButton.curveButton span {
background-size: 100% auto !important;
background-position: center top !important;
}
/* Testimonials */
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_quote { font-size: 18px; font-weight: 500; }
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_author .sc_testimonials_item_avatar { width: 60px; height: 60px; border: solid 5px #ffffff; position: relative; }
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_author .sc_testimonials_item_avatar:before {content: ''; display: block; width: 70px; height: 70px; position: absolute; top: -5px; left: -5px; border-radius: 50%; box-shadow: inset -3px 1px 0 0 #df6f23;}
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_author .sc_testimonials_item_name { font-size: 20px; font-weight: 400; margin-left: 80px; }
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_author .sc_testimonials_item_position { font-size: 16px; font-weight: 300; text-transform: uppercase; margin-left: 80px; }
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_object {display: none;}
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_object .obhect {}
.theme_skin_kidscare .sc_testimonials.sc_testimonials_style_1 {}
.theme_skin_kidscare .sc_testimonials.sc_testimonials_style_2 {}
.theme_skin_kidscare .sc_testimonials.sc_testimonials_style_3 {}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_items,
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .flex-direction-nav li {background-color: transparent;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_content {padding-top: 0;padding-bottom: 0;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_quote:before {display: none;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_quote .sc_testimonials_item_text {font-size: 18px; line-height: 28px; font-weight: 500;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author {border: none; margin-top: 35px;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_avatar {width: 65px; height: 65px; border: solid 5px #ffffff; position: relative;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_avatar:before {content: ''; display: block; width: 75px; height: 75px; position: absolute; top: -5px; left: -5px; border-radius: 50%; box-shadow: inset -3px 1px 0 0 #df6f23;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_name {font-size: 35px; margin-left: 95px; font-weight: bold; margin-top: 10px;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_position {font-size: 16px; margin-left: 95px; margin-top: 10px;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_quote .sc_testimonials_item_text,
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_name,
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_position { /*color: #ffffff;*/ }
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide .sc_testimonials_item_content {}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide .sc_testimonials_item_content .sc_testimonials_item_object {height: 96px; position: relative; overflow: hidden; margin-top: 70px; display: block;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide .sc_testimonials_item_content .sc_testimonials_item_object .object {height: 96px; width: 194px; position: absolute; top: 0; right: 0%; margin-right: -97px; background: transparent url("../images/object_2.png") no-repeat center center;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide .sc_testimonials_item_content .sc_testimonials_item_object .object,
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide.swiper-slide-visible .sc_testimonials_item_content .sc_testimonials_item_object .object,
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide.swiper-slide-active .sc_testimonials_item_content .sc_testimonials_item_object .object {
-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
-webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s;
}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide .sc_testimonials_item_content .sc_testimonials_item_object .object {}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide.swiper-slide-visible .sc_testimonials_item_content .sc_testimonials_item_object .object {}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide.swiper-slide-active .sc_testimonials_item_content .sc_testimonials_item_object .object {right: 50%;}
.sc_border { padding: 4% 10% 10% 10%; } /*4% 10% 6% 10% / 7% 10% 7% 10%*/
/* Other skin settings
------------------------------------------------------------------------- */
/* Fonts */
body {font-family: 'Ubuntu', sans-serif; font-size: 16px; line-height:21px; font-weight:300; color: #969899 /*#808080*/;}
textarea { font-family: 'Ubuntu', sans-serif; color: #191d1e; }
.logo_text { font-family: 'Fredoka One', cursive; font-weight:700; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Fredoka One', cursive; font-weight:400; }
h1, .h1 { font-weight:400; }
h2, .h2 { font-size:36px; line-height:36px; }
h3, .h3 { font-size:24px; line-height:28px; }
h4, .h4 { font-size:20px; line-height:24px; }
h5, .h5 { font-size:18px; line-height:20px; }
h6, .h6 { font-size:16px; line-height:18px; }
.bg_tint_dark h1, .bg_tint_dark h2, .bg_tint_dark h3, .bg_tint_dark h4, .bg_tint_dark h5, .bg_tint_dark h6,
.bg_tint_dark .h1, .bg_tint_dark .h2, .bg_tint_dark .h3, .bg_tint_dark .h4, .bg_tint_dark .h5, .bg_tint_dark .h6 { color: #ffffff; }
.bg_tint_light h1, .bg_tint_light h2, .bg_tint_light h3, .bg_tint_light h4, .bg_tint_light h5, .bg_tint_light h6,
.bg_tint_light .h1, .bg_tint_light .h2, .bg_tint_light .h3, .bg_tint_light .h4, .bg_tint_light .h5, .bg_tint_light .h6 { color: #292929; }
b, strong { font-weight:700; }
.font_fredoka_one,
.booking_month_container_all .booking_month_name,
.booking_month_container_all .booking_month_year
/*font_fredoka*/{font-family: 'Fredoka One', cursive;}
.font_ubuntu,
.sc_title.sc_title_iconed,
.woocommerce ul.products li.product h3
/*font_ubuntu*/{font-family: 'Ubuntu', sans-serif; font-weight: 500; letter-spacing: -0.35px;}
.title_type_1 { font-size: 40px; line-height: 55px; }
.title_type_2 { font-size: 24px; line-height: 36px; }
.text_md { font-size: 18px; line-height: 28px; }
.text_lg { font-size: 24px; line-height: 34px; }
.text_xl { font-size: 60px; line-height: 75px; }
.sc_title.sc_title_regular.text_xl { padding-bottom: 25px; }
.sc_title.style_1 {margin-top:7px;font-weight:400;padding-bottom: 0;}
.sc_title.style_2 {font-weight:700;}
.sc_title.sc_title_iconed.style_1 {text-align: center; color: #292929; font-weight: 500;}
/* User menu */
.usermenu_area { background-color: #191d1e; }
.topWrap .usermenu_area { color: rgba(255,255,255,0.5); }
.topWrap .usermenu_area a { color: rgba(255,255,255,0.5); }
/* Top area */
.logo .logo_text {line-height: 45px;}
.logo .logo_slogan {font-size: 12px; line-height: 12px;}
.logo .logo_slogan {color: #ea624c;}
.topWrap .logo {font-size: 36px;}
.topWrap .logo {height: 52px; /*padding-top: 27px;*/}
.topWrap .logo img {height: 35px;}
/*.sidemenu_wrap .logo img {height: 52px;}*/
header.menu_right .logo_slogan {display: block;}
header.fixedTopMenu .topWrap .logo {height: 30px;}
header.fixedTopMenu .topWrap .logo img {height: 35px;}
header.fixedTopMenu .topWrap .logo .logo_text {line-height: 21px;}
.topWrap .logo.logo_center {height: 35px;}
.topWrap .with_logo_center .search {margin-top: 8px;}
.topWrap .with_logo_center .topMenuStyleLine > ul > li {padding-top: 5px;}
.topWrap .with_logo_center .topMenuStyleLine > ul > li > ul {top: 47px;}
.topWrap .with_logo_center ul#mainmenu ul.menu-panel {top: 47px;}
.topTabsWrap {background: #ea624c /*86d9d2*/; border-bottom-width: 0;}
.topTabsWrap .pageTitle {color: #ffffff; font-family: 'Ubuntu', sans-serif; font-weight: 700;}
.topTabsWrap .speedBar {color: rgba(255, 255, 255, 0.7);}
.topTabsWrap .speedBar .breadcrumbs_delimiter {color: #ffffff;}
.topTabsWrap .speedBar a {color: #ea624c; background-color: #ffffff; border-radius: 4px; padding: 4px 10px;}
.topTabsWrap .speedBar a:hover {color: #ffffff; background-color: #cc5d47; text-decoration: none;}
.topTabsWrap .speedBar a,
.topTabsWrap .speedBar a:hover{
-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;
}
.tabsButton ul li.ui-state-default:hover a:before, .tabsButton ul li.ui-tabs-active { border-color: transparent; }
.tabsButton ul li, .tabsButton ul li a:before { border-radius:0; }
.tabsButton ul li:hover a { color: #9b9b9b; }
.openRightMenu,
.topWrap .search { border-width: 1px; border-color:transparent; }
.topWrap .search.searchOpen { border-color: #ffffff; }
.openRightMenu:before,
.topWrap .search:before { color: #ffffff; }
.topWrap .search:before { content: '\e930'; }
/* Main menu */
.topWrap .topMenuStyleLine > ul > li ul {
background-color: #1BB4B9;
border: none;
border-radius: 4px;
padding-top: 4px;
padding-bottom: 4px;
-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.15) !important;
-moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.15) !important;
box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.15) !important;
}
.topWrap .topMenuStyleLine ul.custom-menu-style ul.sub-menu {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.topMenuStyleLine ul#mainmenu > li ul li a .menu_icon,
.topMenuStyleFon ul#mainmenu > li ul li a .menu_icon,
ul#mainmenu .menu-panel ul.columns > li a .menu_icon { display: none; }
.topWrap .topMenuStyleLine > ul > li > a {
font-size: 13px; font-weight: 700;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.topWrap .topMenuStyleLine > ul > li > a .menu_icon {display: none;}
.topWrap .topMenuStyleLine > ul > li:hover > a {color: #ffffff;}
.topWrap .topMenuStyleLine > ul > li > a:hover {background-color: #1BB4B9; color: #ffffff;}
.topWrap .topMenuStyleLine > ul > li ul li ul {border-top: none; padding-top: 4px; margin-top: -5px;}
.topWrap .topMenuStyleLine > ul > li.current-menu-ancestor > a {background-color: #1BB4B9; color: #ffffff;}
.topWrap .topMenuStyleLine > ul > li ul li.current-menu-item > a {background:#fff; color: }
/* menu animation */
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0% {opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3);}
20% {-webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
40% {-webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9);}
60% {opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}
80% {-webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97);}
100% {opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0% {opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3);}
20% {-webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
40% {-webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9);}
60% {opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}
80% {-webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97);}
100% {opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
}
@-webkit-keyframes fadeOutDown { 0% {opacity: 1;} 100% {opacity: 0; -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0);} }
@keyframes fadeOutDown { 0% {opacity: 1;} 100% {opacity: 0; -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0);} }
.topWrap .topMenuStyleLine > ul > li.sfHover ul {-webkit-animation-name: bounceIn; animation-name: bounceIn; -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-delay: 0s; animation-delay: 0s;}
.topWrap .topMenuStyleLine > ul > li ul {-webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; -webkit-animation-duration: .50s; animation-duration: .50s; -webkit-animation-delay: 0s; animation-delay: 0s;}
/* /animation */
.topWrap .topMenuStyleLine > ul > li ul { font-weight: 700; }
.topMenuStyleLine ul#mainmenu .menu-panel ul.columns > li > a {}
.topWrap .topMenuStyleLine > ul > li ul li a,
.topMenuStyleLine ul#mainmenu .menu-panel ul.columns > li > a,
.topMenuStyleLine ul#mainmenu > li ul li a .menu_icon
{color: #ffffff;}
/*ul#mainmenu ul.menu-panel*/
.topWrap .topMenuStyleLine > ul > li ul {top: 72px;}
header.fixedTopMenu .topWrap .menuTopWrap.topMenuStyleLine > ul > li > ul {top: 52px;}
ul#mainmenu ul.menu-panel {top: 72px;}
header.fixedTopMenu .topWrap .menuTopWrap.topMenuStyleLine > ul#mainmenu > li > .menu-panel {top: 52px;}
.topWrap .topMenuStyleLine > ul > li + li {margin-left: 3px;}
.topWrap .topMenuStyleLine > ul > li:after {
height: 39px;
border-radius: 4px;
margin-top: -39px;
box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.15) !important;
}
.topWrap .topMenuStyleLine > ul > li:after {background: #1BB4B9;}
/*.topMenuStyleLine ul#mainmenu .menu-panel ul.columns > li > a:hover {color: #ea624c !important;}*/
.theme_accent2_border,
.topWrap .topMenuStyleLine > ul > li ul
{
border-bottom-color: rgba(41, 41, 41, 0.20);
border-right-color: rgba(41, 41, 41, 0.20);
border-left-color: rgba(41, 41, 41, 0.20);
}
.topWrap .topMenuStyleLine > ul > li ul {
border-top-color: rgba(41, 41, 41, 0.20);
}
/*.topWrap .topMenuStyleLine > ul > li:after {background: rgba(234, 98, 76, 0.35);}*/
/*.menu_item_description {color: rgba(0,0,0,0.5); font-weight: 400; font-size: 11px;}*/
/*.topMenuStyleLine ul#mainmenu .menu-panel ul.columns > li > a:hover .menu_item_description {color: rgba(0,0,0,0.7) !important;}*/
.topWrap .topMenuStyleFon>ul>li ul,.topWrap .topMenuStyleLine>ul>li ul{width:260px; }
.topWrap .topMenuStyleFon>ul>li ul li ul{left:270px; }
.openRightMenu, .topWrap .search {border-color: transparent;}
.openRightMenu:before,
.topWrap .search:before {color: #000000;}
.topWrap .search.searchOpen {border-color: rgba(0,0,0,.2);}
.topWrap .search .searchForm .searchSubmit .icoSearch:before {color: rgba(0,0,0,.2);}
.topWrap .search .searchForm .searchField {color: rgba(0,0,0,.2);}
.topWrap .search .searchForm .searchField::-webkit-input-placeholder { color: rgba(0,0,0,.2); }
.topWrap .search .searchForm .searchField:focus {color: rgba(0,0,0,.5);}
.topWrap .search:before {content: '\e83f';}
.topWrap .search:not(.searchOpen):hover:before {background-color: transparent;}
/*helicopter*/
.upToScroll {bottom: 30px; right: -150px; background-color: transparent; height: auto; border: none;}
.upToScroll.buttonShow {bottom: 30px; right: 30px;}
.upToScroll a.scrollToTop:before {content: ''; display: none;}
.upToScroll a.scrollToTop {
background: transparent url("../images/object_3_main.png") no-repeat 50% 100%;
background-size: cover;
width: 146px;
height: 70px;
animation-name: floating;
-webkit-animation-name: floating;
animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
@keyframes floating {
0% {transform: translateY(0%) rotate3d(0,0,-1,0deg);}
50% {transform: translateY(8%) rotate3d(0,0,-1,3deg);}
100% {transform: translateY(0%) rotate3d(0,0,-1,0deg);}
}
@-webkit-keyframes floating {
0% {-webkit-transform: translateY(0%) rotate3d(0,0,-1,0deg);}
50% {-webkit-transform: translateY(8%) rotate3d(0,0,-1,3deg);}
100% {-webkit-transform: translateY(0%) rotate3d(0,0,-1,0deg);}
}
.upToScroll a.scrollToTop:before {
content: '';
display: block;
background: transparent url("../images/object_3_addon.png") no-repeat 50% 100%; background-size: cover;
width: 52px; height: 14px;
animation-name: spining;
-webkit-animation-name: spining;
animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-timing-function:linear;
-webkit-animation-timing-function:linear;
animation-play-state: running;
-webkit-animation-play-state: running;
}
@keyframes spining {
from {transform:rotateY(0deg);}
to {transform:rotateY(-360deg);}
}
@-webkit-keyframes spining {
from {-webkit-transform:rotateY(0deg);}
to {-webkit-transform:rotateY(-360deg);}
}
.upToScroll a.scrollToTop:after {
content: '';
display: block;
margin-top: 8px;
margin-left: 59px;
background: transparent url("../images/object_3_small.png") no-repeat 50% 100%; background-size: cover;
width: 8px; height: 30px;
animation-name: rotating;
-webkit-animation-name: rotating;
animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-timing-function:linear;
-webkit-animation-timing-function:linear;
animation-play-state: running;
-webkit-animation-play-state: running;
}
@keyframes rotating {
from {transform: rotate(0deg);}
to {transform: rotate(-360deg);}
}
@-webkit-keyframes rotating {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(-360deg);}
}
/*/helicopter*/
/*bulb*/
.footerContentWrap .upToScrollWrapper {position: relative; height: 24px; overflow: hidden; margin-top: -24px;}
.footerContentWrap .upToScrollWrapper .upToScroll {
border: none;
background: transparent;
position: absolute;
top: auto; bottom: 0 !important;
left: 50%; right: auto;
height: 24px;
margin-left: -42px;
z-index: 1;
}
.footerContentWrap .upToScrollWrapper .upToScroll a {color: #c0d75f;}
.footerContentWrap .upToScrollWrapper .upToScroll a:hover {color: #EA624C;}
.footerContentWrap .upToScrollWrapper .upToScroll a.addBookmark {display: none;}
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop {
width: 84px; height: 84px; line-height: 24px; background-color: #ffffff; margin-right: -42px; margin-top: 25px;
-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; -ms-transition: all 0.9s ease-out; -o-transition: all 0.9s ease-out; transition: all 0.9s ease-out;
}
.footerContentWrap .upToScrollWrapper .upToScroll a:before {line-height: 24px; font-size: 16px;}
.footerContentWrap .upToScrollWrapper .upToScroll.show a.scrollToTop {margin-top: 0;}
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop{background-image: none;}
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop:before {font-family: "fontello"; content: '\e827'; background-image: none; width: auto;}
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop:after {display: none;}
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop,
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop:before,
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop:after {
animation-name: none;
-webkit-animation-name: none;
}
/* Blog
------------------------------------------------------------------- */
.relatedPostWrap article .relatedInfo {font-style: normal;}
.sc_section.columns2_3.post_thumb.thumb {width: 100%; max-width: 100%;}
.sc_contact_form .sc_contact_form_button {padding-top: 0;}
/* Footer
------------------------------------------------------------------- */
.footerWrap.footerStyleLight {background: #f9fafb url("../images/pattern_7.png") repeat 50% 100%; border: none;}
.footerWrap.footerStyleDark {}
/*.theme_skin_kidscare .contactFooterWrap.footerStyleLight {background: #ea624c url("../images/object_1.png") no-repeat 50% 100%; color: #ffffff;}*/
.theme_skin_kidscare .contactFooterWrap.footerStyleLight {background: #ea624c; color: #ffffff;}
/*.theme_skin_kidscare .contactFooterWrap.footerStyleDark {background: #143A43 url("../images/object_1.png") no-repeat 50% 100%; color: #ffffff;}*/
.theme_skin_kidscare .contactFooterWrap.footerStyleDark {background: #143A43; color: #ffffff;}
.contactFooterWrap.footerStyleLight .contactAddress {color: #ffffff;}
.contactFooterWrap.footerStyleDark .contactAddress {color: #ffffff;}
.footerWidget {padding-bottom: 80px; padding-top: 80px;}
.footerStyleLight .footerWidget .widgetWrap .title {}
.footerStyleLight .footerWidget .widgetWrap .title {text-transform: uppercase; color: #292929; padding-bottom: 50px;}
.footerWrap .sidebar > .widget ul > li,
.footerWrap .widget_area .widgetWrap ul > li {font-size: 14px;}
.theme_skin_kidscare .contactFooter { padding: 90px 0 90px 0; }
.contactFooter .logo img { height: auto; }
.contactFooter .contactShare ul li a span,
.contactFooter .contactShare ul li a {background-size: 74px 148px; height: 74px; width: 74px;}
.contactFooter .contactShare ul li a {background-position: 0 -74px;}
.contactFooter .contactShare ul li a span {background-position: 0 0;}
.author .socPage ul li a span, .copyWrap .socPage ul li a span, .widget_socials .socPage ul li a span, .author .socPage ul li a, .copyWrap .socPage ul li a, .widget_socials .socPage ul li a, .sc_team .sc_team_item .sc_team_item_socials li a span, .sc_team .sc_team_item .sc_team_item_socials li a {
background-size: 36px 72px;
height: 36px;
width: 37px;
}
.widget_socials .socPage ul li a, .author .socPage ul li a, .copyWrap .socPage ul li a, .sc_team .sc_team_item .sc_team_item_socials li a {
background-position: 0 -36px;
}
.widget_socials .socPage ul li a span, .author .socPage ul li a span, .copyWrap .socPage ul li a span, .sc_team .sc_team_item .sc_team_item_socials li a span {
background-position: 0 0;
}
.widget_socials .socPage ul,
.copyWrap .socPage,
.copyWrap .socPage ul { height: 36px; }
.copyWrap .socPage { padding-top: 4px; }
.footerStyleLight .footerWidget .sc_calendar tbody td.today,
.footerStyleLight .footerWidget .sc_calendar tbody td.today a { background-color:transparent; }
.footerStyleDark .footerWidget .widgetWrap .title { color: #ffffff; }
.copyWrap { background-color: #ffffff; color: #a5a5a5; }
.copyWrap a { color: rgba(234, 98, 76, 0.60); }
.copyWrap a:hover { color: #ea624c; }
.widget_advert strong {font-weight: 500;}
/* Shortcodes
------------------------------------------------------------------- */
/* Accordion and Toggles */
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title { background: none; }
/* Blogger */
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date { border-width:0; }
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date .day_month { color: #ffffff !important; font-weight:400; }
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date .year { color: #ffffff; font-weight:400; }
.sc_blogger.style_date .sc_blogger_item .sc_blogger_title { font-family: 'Ubuntu', sans-serif; font-weight:400; font-size: 1em; color: #191d1e; }
.sc_blogger.style_date .sc_blogger_item .sc_blogger_title a { color: #191d1e; }
.sc_blogger.style_date .sc_blogger_item .sc_blogger_info { font-style:normal; }
/* Blogger Classes */
.sc_blogger.style_image_classes,
.sc_blogger.style_image_classes a {color: #ffffff;}
.sc_blogger.style_image_classes .sc_blogger_item {
border-radius: 10px;
overflow: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
background-color: #2d3e50;
}
.sc_blogger.style_image_classes .thumb {}
.sc_blogger.style_image_classes .thumb img {border-radius: 0;}
/*.sc_blogger.style_image_classes .thumb a:hover img {opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}*/
.sc_blogger.style_image_classes .thumb a {display: block; overflow: hidden; position: relative;}
.sc_blogger.style_image_classes .thumb a:after {
background-color: transparent;
content: ''; display: block;
position: absolute; z-index: 0;
top: -300%; left: -10%;
height: 300% !important;
width: 200% !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.sc_blogger.style_image_classes .thumb a:hover:after,
.sc_blogger.style_image_classes .thumb a:active:after {
top: -100%;
background-color: rgba(0, 0, 0, 0.3);
}
.sc_blogger.style_image_classes .thumb a,
.sc_blogger.style_image_classes .thumb a img,
.sc_blogger.style_image_classes .thumb a:hover img,
.sc_blogger.style_image_classes .thumb a .sc_blogger_content,
.sc_blogger.style_image_classes .thumb a:hover .sc_blogger_content
{
-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.sc_blogger.style_image_classes .sc_blogger_title {
margin: 20px 20px 0 20px;
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
line-height: 24px;
min-height: 48px;
}
.sc_blogger.style_image_classes .reviews_summary .starReview:before {color: #ffffff;}
.sc_blogger.style_image_classes .sc_blogger_title + .reviews_summary {
margin: 0 20px 20px 20px;
padding: 0;
}
.sc_blogger.style_image_classes .classes_price {
float: right;
max-width: 150px;
margin: -8px 0 0 20px;
font-size: 30px;
font-family: 'Ubuntu', sans-serif;
font-weight: 100;
}
.sc_blogger.style_image_classes .classes_price p {
padding: 0;
margin: 0;
font-weight: 100;
}
.sc_blogger.style_image_classes .classes_price strong {
font-size: 18px;
font-weight: 100;
}
.sc_blogger.style_image_classes .sc_blogger_item .sc_blogger_content {
background-color: #2d3e50;
position: absolute; z-index: 5;
bottom: -100%; left: 0;
width: 100%; min-height: 70px;
}
.sc_blogger.style_image_classes .sc_blogger_content_inner {
padding: 10px 20px;
}
.sc_blogger.style_image_classes .sc_blogger_item:hover .sc_blogger_content {bottom: 0;}
.sc_blogger.style_image_classes .sc_blogger_item .thumb .sc_blogger_content {display: block;}
.sc_blogger.style_image_classes .sc_blogger_item > .sc_blogger_content {display: none;}
.sc_blogger.style_image_classes .sc_blogger_info:before {display: none;}
.sc_blogger.style_image_classes .sc_blogger_info {margin: 0 20px; display: none;}
.sc_blogger.style_image_classes .sc_blogger_more,
.sc_blogger.style_image_classes .sc_blogger_more a {background-color: transparent; border-color: transparent;}
.sc_blogger.style_image_classes .column_item_1 .sc_blogger_content {background-color: #2d3e50; background-color: rgba(45, 62, 80, 0.70);}
.sc_blogger.style_image_classes .column_item_1 .sc_blogger_item {background-color: #2d3e50;}
.sc_blogger.style_image_classes .column_item_2 .sc_blogger_content {background-color: #f79c27; background-color: rgba(247, 156, 39, 0.70);}
.sc_blogger.style_image_classes .column_item_2 .sc_blogger_item {background-color: #f79c27;}
.sc_blogger.style_image_classes .column_item_3 .sc_blogger_content {background-color: #a7d163; background-color: rgba(167, 209, 99, 0.70);}
.sc_blogger.style_image_classes .column_item_3 .sc_blogger_item {background-color: #a7d163;}
.sc_blogger.style_image_classes .column_item_4 .sc_blogger_content {background-color: #a7d163; background-color: rgba(167, 209, 99, 0.70);}
.sc_blogger.style_image_classes .column_item_4 .sc_blogger_item {background-color: #a7d163;}
.sc_blogger.style_image_classes .column_item_5 .sc_blogger_content {background-color: #fe7d60; background-color: rgba(254, 125, 96, 0.70);}
.sc_blogger.style_image_classes .column_item_5 .sc_blogger_item {background-color: #fe7d60;}
.sc_blogger.style_image_classes .column_item_6 .sc_blogger_content {background-color: #0dcdc0; background-color: rgba(13, 205, 192, 0.70);}
.sc_blogger.style_image_classes .column_item_6 .sc_blogger_item {background-color: #0dcdc0;}
.sc_blogger.style_image_classes .column_item_7 .sc_blogger_content {background-color: #2d3e50; background-color: rgba(45, 62, 80, 0.70);}
.sc_blogger.style_image_classes .column_item_7 .sc_blogger_item {background-color: #2d3e50;}
.sc_blogger.style_image_classes .column_item_8 .sc_blogger_content {background-color: #f79c27; background-color: rgba(247, 156, 39, 0.70);}
.sc_blogger.style_image_classes .column_item_8 .sc_blogger_item {background-color: #f79c27;}
.sc_blogger.style_image_classes .column_item_9 .sc_blogger_content {background-color: #a7d163; background-color: rgba(167, 209, 99, 0.70);}
.sc_blogger.style_image_classes .column_item_9 .sc_blogger_item {background-color: #a7d163;}
.sc_blogger.style_image_classes .column_item_10 .sc_blogger_content {background-color: #a7d163; background-color: rgba(167, 209, 99, 0.70);}
.sc_blogger.style_image_classes .column_item_10 .sc_blogger_item {background-color: #a7d163;}
.sc_blogger.style_image_classes .column_item_11 .sc_blogger_content {background-color: #fe7d60; background-color: rgba(254, 125, 96, 0.70);}
.sc_blogger.style_image_classes .column_item_11 .sc_blogger_item {background-color: #fe7d60;}
.sc_blogger.style_image_classes .column_item_12 .sc_blogger_content {background-color: #0dcdc0; background-color: rgba(13, 205, 192, 0.70);}
.sc_blogger.style_image_classes .column_item_12 .sc_blogger_item {background-color: #0dcdc0;}
.sc_blogger_horizontal.sc_blogger_columns_4 .sc_blogger_item{width: 25%;}
.sc_blogger_horizontal.sc_blogger_horizontal_2_columns .sc_blogger_item {width: 48%; display: inline-table; margin-bottom: 30px;}
.sc_blogger_horizontal.sc_blogger_horizontal_2_columns .sc_blogger_item:nth-child(2n+2) {margin-left: 30px;}
/* Line */
/*.sc_line.wavy,*/
.sc_line.sc_line_style_wavy {
height: 22px !important;
border: none !important;
background: transparent url("../images/line_wavy.png") repeat-x center center !important;
}
.sc_line.sc_line_style_wavy_orange {
height: 22px !important;
border: none !important;
background: transparent url("../images/line_wavy_orange.png") repeat-x center center !important;
}
/* Team */
.theme_skin_kidscare .sc_team .sc_team_item {
/*padding-top: 65px;*/
overflow: hidden;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.theme_skin_kidscare .sc_team .sc_team_item .sc_team_item_avatar:before {content:''; display:block; position:absolute; width:100%; height:100%; z-index: 3; margin-left: -4px; border-right: solid 4px rgba(27, 180, 185, 0.50);}
.theme_skin_kidscare .sc_team .sc_team_item .sc_team_item_avatar:after {margin: 0; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; background-color: #1BB4B9;}
.theme_skin_kidscare .sc_team .sc_team_item .sc_team_item_info {padding-top: 35px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.theme_skin_kidscare .sc_team .sc_team_item .sc_team_item_info .sc_team_item_title {font-family: 'Ubuntu', sans-serif; font-weight: 300;}
.theme_skin_kidscare .sc_team .sc_team_item .sc_team_item_info .sc_team_item_position {font-family: 'Ubuntu', sans-serif; text-transform: uppercase;}
.theme_skin_kidscare .sc_team .sc_team_item:hover .sc_team_item_info {background-color: transparent; padding-bottom:32px;}
.theme_skin_kidscare .sc_team .sc_team_item:hover .sc_team_item_avatar {margin-top:-64px;}
.theme_skin_kidscare .sc_team .sc_team_item:hover .sc_team_item_avatar:after {opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}
.theme_skin_kidscare .sc_team .sc_team_item:hover .sc_team_item_avatar img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.theme_skin_kidscare .bg_tint_dark .sc_team .sc_team_item .sc_team_item_info .sc_team_item_title {color: #ffffff;}
.theme_skin_kidscare .bg_tint_dark .sc_team .sc_team_item .sc_team_item_info .sc_team_item_position {color: #ffffff;}
.theme_skin_kidscare .bg_tint_dark .sc_team .sc_team_item .sc_team_item_avatar:before {border-right: solid 4px #143a43;}
.theme_skin_kidscare .bg_tint_dark .sc_team .sc_team_item .sc_team_item_avatar:after {background-color: #143a43;}
/* Slider */
.dark .sc_slider_pagination_area .flex-control-nav.manual .slide_info .slide_title { font-family: 'Ubuntu', sans-serif; font-weight:400; color: #ffffff; }
.dark .sc_slider_pagination_area .flex-control-nav.manual li + li .slide_pager { border-color: rgba(255,255,255,0.3); }
.dark .sc_slider_pagination_area .flex-control-nav.manual li.active,
.dark .sc_slider_pagination_area .flex-control-nav.manual li.cs-active-pagination,
.dark .sc_slider_pagination_area .flex-control-nav.manual li:hover { background-color:transparent; }
.dark .sc_scroll_vertical .sc_scroll_bar { border-color: rgba(255,255,255,0.3); }
/* Video */
.sc_video_player .sc_video_play_button:after,
.sc_video_player:hover .sc_video_play_button:after,
.footerStyleLight .footerWidget .sc_video_player .sc_video_play_button:after,
.footerStyleLight .footerWidget .sc_video_player:hover .sc_video_play_button:after { color: #ffffff; }
/* Slider */
.sc_slider_flex ul.flex-direction-nav,
.sc_slider_chop ul.flex-direction-nav,
.sc_slider_swiper ul.flex-direction-nav
{right: 10px;}
.sc_slider_flex:hover ul.flex-direction-nav,
.sc_slider_chop:hover ul.flex-direction-nav,
.sc_slider_swiper:hover ul.flex-direction-nav
{top: 10px; right: 10px;}
.sc_slider_fixheight_1 {height: 390px;}
/* slider image */
.slider_img_1 {background-image:url(../images/2000x1333.png);width:100%;}
.slider_img_2 {background-image:url(../images/2000x1500.png);width:100%;}
.slider_img_3 {background-image:url(../images/2000x1537.png);width:100%;}
.slider_img_4 {width:100%;height:390px;;background-image:url(../images/507x390.png);width:100%;}
.slider_img_5 {width:100%;height:390px;;background-image:url(../images/585x390.png);width:100%;}
.slider_img_6 {width:100%;height:390px;;background-image:url(../images/520x390.png);width:100%;}
.slider_img_8 {background-image:url(../images/714x402.png);width:100%;}
.slider_img_9 {background-image:url(../images/714x402.png);width:100%;}
.slider_img_10 {background-image:url(../images/714x402.png);width:100%;}
.slider_img_11 {background-image:url(../images/1150x647.png);width:100%;}
.slider_img_12 {background-image:url(../images/1150x647.png);width:100%;}
.slider_img_13 {background-image:url(../images/1150x647.png);width:100%;}
.theme_skin_kidscare .sc_title_icon.sc_size_huge {width: 137px;}
.theme_skin_kidscare h6.sc_title.sc_title_iconed {line-height: 19px; letter-spacing: -0.5px;}
.sc_title_icon.sc_size_large:before {
font-size: 50px;
}
.sc_show_menu_error {display: inline-block; margin-top: 35px;}
/* Reset font weigh 100 to 400
------------------------------------------------------------------- */
.widgetTabs .widgetTop,
.widgetTabs .widgetTop ul:not(.tabs) > li,
.widgetTabs .widgetTop ul:not(.tabs) > li.dropMenu:before,
.widgetTabs .widgetTop .sc_calendar {font-weight: 300}
.widgetTabs .widgetTop .sc_calendar thead {font-weight: 400}
.widgetTabs .widgetTop .sc_calendar {text-align: center;}
.widgetTabs .widgetTop .sc_calendar tfoot {text-align: left;}
/* Disable round corners
------------------------------------------------------------------- */
/* Transition fix */
.sc_banner,
.sc_slider_flex,
.sc_slider_chop,
.topTabsWrap .tabssc_team ul li,
.sc_slider_swiper,
.relatedPostWrap article .sc_slider,
.sc_team .sc_team_item .sc_team_item_avatar
/*overRadius*/{-webkit-transform: translateZ(0) scale(1.0, 1.0);}
/* Disable shadows
------------------------------------------------------------------- */
.top_panel_over .topWrap,
.sliderHomeBullets.slider_alias_10 .order a,
.sc_slider_pagination_area .flex-control-nav.manual .slide_date,
.topWrap .topMenuStyleFon > ul > li ul,
.topWrap .topMenuStyleLine > ul > li ul,
.topWrap .topMenuStyleLine > ul#mainmenu ul.menu-panel,
.topWrap .topMenuStyleFon > ul#mainmenu ul.menu-panel,
.topWrap .topMenuStyleLine > ul#mainmenu ul.menu-panel ul,
.topWrap .topMenuStyleFon > ul#mainmenu ul.menu-panel ul,
.footerWrap.footerStyleLight .footerWidget:before,
.sc_shadow,
.sc_popup_light,
.inlineShadow,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
.squareButton:hover > a,
.squareButton:active > a,
.squareButton:hover > button,
.squareButton:active > button,
.nav_pages_parts a:hover span,
.nav_comments a:hover,
.sc_scroll_controls .flex-direction-nav a:hover,
.sc_testimonials_style_1 .flex-direction-nav a:hover,
.sc_testimonials_style_1 .flex-direction-nav a:active,
.pagination .flex-direction-nav a:hover,
.pagination .flex-direction-nav a:active,
.pagination > ul > li > a:hover,
.pagination .pageLibrary > li.libPage > .pageFocusBlock:after,
.roundButton a:hover,
.roundButton a:active,
ul > li.share > ul.shareDrop,
.sc_tabs_style_1 .sc_tabs_content,
.sc_table,
.sc_pricing_table,
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.inlineShadow { left:0; right: 0; height: 0; border-bottom:1px solid #e9e9e9; z-index:1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
.squareButton:hover,
.squareButton:active,
.nav_pages_parts a:hover span,
.nav_comments a:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover { top: 0; }
.sc_scroll_controls .flex-direction-nav a:hover,
.sc_testimonials_style_1 .flex-direction-nav a:hover,
.sc_testimonials_style_1 .flex-direction-nav a:active,
.pagination .flex-direction-nav a:hover,
.pagination .flex-direction-nav a:active,
.pagination > ul > li > a:hover,
.roundButton a:hover,
.roundButton a:active {margin-top:0;}
.price_slider_amount .price_label input[type="text"] {background-color: transparent; width: 44%;}
/* Arrows
---------------------------------------------------------------------- */
.sc_scroll_controls ul.flex-direction-nav a,
.sc_scroll_controls ul.flex-direction-nav li:hover a,
.sc_scroll_controls ul.flex-direction-nav li:active a,
.roundButton.up a, .roundButton.down a,
.roundButton.up:hover a, .roundButton.down:hover a,
.roundButton.up:active a, .roundButton.down:active a,
.sc_testimonials .flex-direction-nav a,
.sc_testimonials .flex-direction-nav a:hover,
.twitBlock .sc_slider .flex-direction-nav li a:before,
.widget_calendar .sc_calendar .roundButton a,
.sc_calendar .roundButton a,
.widget_calendar .sc_calendar .roundButton:hover a,
.sc_calendar .roundButton:hover a,
.footerStyleDark .footerWidget .roundButton a,
.footerStyleDark .footerWidget .roundButton:hover a,
.footerStyleLight .footerWidget .roundButton a,
.footerStyleLight .footerWidget .roundButton:hover a,
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav li a,
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav li:hover a
{background:none; border-color:transparent; }
.roundButton a:before,
.sc_scroll_controls_horizontal .flex-direction-nav a:before,
.sc_testimonials .flex-direction-nav a:before,
.twitBlock .sc_slider .flex-direction-nav li a:before,
.pagination .flex-direction-nav a:before
{color: #8b8b8b;}
.dark .roundButton a:before,
.dark .sc_scroll_controls_horizontal .flex-direction-nav a:before,
.dark .sc_testimonials .flex-direction-nav a:before,
.dark .twitBlock .sc_slider .flex-direction-nav li a:before,
.dark .pagination .flex-direction-nav a:before
{color: #ffffff;}
.twitBlock .sc_slider .flex-direction-nav li a:before { color: rgba(255,255,255,0.6); }
.twitBlock .sc_slider .flex-direction-nav li:hover a:before { color: #ffffff; background-color:transparent; }
.roundButton.left a:before,
.sc_scroll_controls_horizontal .flex-direction-nav a.flex-prev:before,
.sc_testimonials .flex-direction-nav a.flex-prev:before,
.twitBlock .sc_slider .flex-direction-nav li a.flex-prev:before,
.pagination .flex-direction-nav a.flex-prev:before,
.squareButton.ico.left > button:before,
.squareButton.ico.left > a:before
{content:'\e825';}
.roundButton.right a:before,
.sc_scroll_controls_horizontal .flex-direction-nav a.flex-next:before,
.sc_testimonials .flex-direction-nav a.flex-next:before,
.twitBlock .sc_slider .flex-direction-nav li a.flex-next:before,
.pagination .flex-direction-nav a.flex-next:before,
.squareButton.ico.right > button:after,
.squareButton.ico.right > a:after
{content:'\e826';}
.sc_scroll_controls_vertical .flex-direction-nav a.flex-prev:before, .roundButton.up a:before {content:'\e827';}
.sc_scroll_controls_vertical .flex-direction-nav a.flex-next:before, .roundButton.down a:before {content:'\e824';}
.widget_calendar #widget_calendar:not(.widgetTop) .roundButton.left a:before,
.widget_calendar:not(.widgetTop) .roundButton.left a:before,
.widget_calendar:not(.widgetTop) .roundButton.right a:before {font-size: 16px;}
.widget_calendar:not(.widgetTop) .roundButton.left a:before {content: '\e857';}
.sc_testimonials_style_3 .flex-direction-nav a:before,
.footerStyleDark .footerWidget .sc_video_player .sc_video_play_button:after { color: rgba(255,255,255,0.6); }
.sc_testimonials_style_3 .flex-direction-nav li:hover a:before,
.footerStyleDark .footerWidget .sc_video_player:hover .sc_video_play_button:after { color: #191d1e; }
/* widget twitter */
.widget_area .widgetWrap.widget_twitter ul > li {padding-left: 0; padding-bottom: 30px;}
.widget_area .widgetWrap.widget_twitter ul > li:before {content: '\e843'; color: #21bbf4; font-size: 16px; display: inline-block; position: relative; top: auto; left: auto;}
.widget_area .widgetWrap.widget_twitter ul > li a {font-weight: 700;}
/* Buttons
------------------------------------------------------------------ */
input[type="submit"],
input[type="button"],
.squareButton > a,
.squareButton > button,
.squareButton.global > button,
.roundButton > a,
.nav_pages_parts a span,
.nav_comments a
{border-color: #f9f9f9; background-color: #f9f9f9; color: #292929;}
.pagination .squareButton > a,
.pagination .squareButton > button { background-color:transparent; }
.relatedMore .squareButton a,
.postSharing .squareButton a,
.sc_blogger_more.squareButton a,
.relatedMore .squareButton button,
.postSharing .squareButton button,
.sc_blogger_more.squareButton button
{font-weight:700; font-size:0.85em; text-transform:uppercase; letter-spacing:1px;}
ul > li.share > ul.shareDrop { width: 100px; border-color: #f9f9f9; }
.squareButton > a.selected:hover,
.squareButton > button.selected:hover { border-color: #f9f9f9; }
/*.sc_button_style_light > a { border-color: #292929; }
.sc_button_style_light > a:hover {
border-color: #1BB4B9;
background-color: #1BB4B9;
color: #ffffff;
}*/
/*
==============================================
Button Animation v1 .squareButton:not(.curveButton)
==============================================
*/
.squareButton:not(.curveButton) > a,
.squareButton:not(.curveButton) > button,
.squareButton:not(.curveButton) > span {z-index: 1 !important;}
.squareButton:not(.curveButton) > a:after,
.squareButton:not(.curveButton) > button:after,
.squareButton:not(.curveButton) > span:after {
background-color: transparent;
content: ''; display: block;
position: absolute; z-index: -1;
top: -300%; left: -10%;
height: 300% !important;
width: 200% !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.isotopeFiltr .squareButton:not(.curveButton) > a:after,
.isotopeFiltr .squareButton:not(.curveButton) > button:after {display: none;}
.squareButton:not(.curveButton) > a:hover:after,
.squareButton:not(.curveButton) > a:active:after,
.squareButton:not(.curveButton) > button:hover:after,
.squareButton:not(.curveButton) > button:active:after,
.squareButton:not(.curveButton) > span:hover:after,
.squareButton:not(.curveButton) > span:active:after {
top: -100%; /*background-color: blue;*/
}
.squareButton.global:not(.curveButton) > a:hover:after,
.squareButton.global:not(.curveButton) > a:active:after,
.squareButton.global:not(.curveButton) > span:hover:after,
.squareButton.global:not(.curveButton) > span:active:after {
background-color: #292929;
}
.squareButton.dark:not(.curveButton) > a:hover:after,
.squareButton.dark:not(.curveButton) > a:active:after,
.squareButton.dark:not(.curveButton) > button:hover:after,
.squareButton.dark:not(.curveButton) > button:active:after,
.squareButton.dark:not(.curveButton) > span:hover:after,
.squareButton.dark:not(.curveButton) > span:active:after {
background-color: #1BB4B9;
}
.squareButton.light:not(.curveButton) > a:after,
.squareButton.light:not(.curveButton) > a:after,
.squareButton.light:not(.curveButton) > button:after,
.squareButton.light:not(.curveButton) > button:after,
.squareButton.light:not(.curveButton) > span:after,
.squareButton.light:not(.curveButton) > span:after {
background-color: #eeeeee;
}
.squareButton.global:not(.curveButton) > a:hover {color: #ffffff !important; border-color: #292929 !important;}
.squareButton.dark:not(.curveButton) > a:hover,
.squareButton.dark:not(.curveButton) > button:hover {color: #ffffff !important; border-color: #1BB4B9 !important;}
.squareButton.light:not(.curveButton) > a:hover,
.squareButton.light:not(.curveButton) > button:hover {color: #292929 !important; border-color: #eeeeee !important;}
/***/
.sc_button_style_dark > a {}
.sc_button_style_dark > a:hover {
background-color: #1BB4B9;
border-color: #1BB4B9;
color: #ffffff;
}
.sc_button_style_global > a {}
.sc_button_style_global > a:hover {
background-color: #292929;
border-color: #292929;
color: #ffffff;
}
.sc_section.bg_tint_light .pushButton > a:hover { }
.sc_section.bg_tint_dark .pushButton > a:hover { background-color: #fff; }
.sc_section.sc_section_style_1 {border: 1px dashed #ddd; padding: 20px; background-color: #fafafa; font-weight: 300;}
.sc_section.sc_section_style_2 {margin-top: 2em !important; margin-bottom: 2em !important; border: 1px dotted #d0dfca; padding: 20px; background-color: #f0ffda; color: #61763f; font-weight: 400; font-style: italic;}
.pushButton a,
.pushButton a:hover { border: none; }
/*.squareButton.sc_button_style_light {padding-left: 3px; padding-bottom: 3px;}*/
/*.squareButton.sc_button_style_light a {-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; -moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important;}*/
/*.squareButton.sc_button_style_light a:hover {background-color: #fff267; border-color: #fff267; color: #292929;}*/
/*.squareButton.sc_button_style_dark {padding-left: 3px; padding-bottom: 3px;}*/
/*.squareButton.sc_button_style_dark a {-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; -moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important;}*/
/*.squareButton.sc_button_style_dark a:hover {background-color: #fff267; border-color: #fff267; color: #292929;}*/
/*.squareButton.sc_button_style_global {padding-left: 3px; padding-bottom: 3px;}*/
/*.squareButton.sc_button_style_global a {-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; -moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important;}*/
/*.squareButton.sc_button_style_global a:hover {background-color: #fff267; border-color: #fff267; color: #292929;}*/
/* Title with icon animation */
a > .sc_title_icon,
.sc_title_icon {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
padding-top: 5px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
/*-webkit-transform: rotate3d(0,1,0,0deg);*/
/*transform: rotate3d(0,1,0,0deg);*/
}
a:hover > .sc_title_icon,
.sc_title_icon:hover {
-webkit-animation-name: pulse;
animation-name: pulse;
/*-webkit-transform: rotate3d(0,1,0,180deg);*/
/*transform: rotate3d(0,1,0,180deg);*/
}
.sc_title_icon.sc_title_top {text-align: center;}
/* Brands
---------------------------------------------------------------------- */
/*.post .sc_image figcaption {background-color: transparent;}*/
/* Slider
---------------------------------------------------------------------- */
.sliderHomeBullets.slider_alias_15 .rsBullets { display: none;}
.sliderHomeBullets.slider_alias_15 .rsBullets .rsBullet span { border-color: #ffffff; background-color: #ffffff; }
.sliderHomeBullets.slider_alias_15 .imageBlock { text-align: center; left: 0; width: 60%; z-index: 5;}
.sliderHomeBullets.slider_alias_15 .imageBlock img { display: inline-block; width: auto; }
.sliderHomeBullets.slider_alias_15 .textBlock { font-size: 1em; line-height: 150%; margin-left:0; text-align: center; left: 0; width: 60%; z-index: 5;}
.sliderHomeBullets.slider_alias_15 .textBlock.title div { font-family: 'Fredoka One', cursive; font-weight: 400; font-size: 5.14em; }
.sliderHomeBullets.slider_alias_15 .textBlock.text div { font-family: 'Ubuntu', sans-serif; font-weight: 400; margin: 0; background:none; padding:0; margin:0; display:inline-block; }
.sliderHomeBullets.slider_alias_15 .order { text-align: center; left: 0; width: 60%; }
.sliderHomeBullets.slider_alias_15 .order a { display: inline-block; color: #ffffff; font-size: 1.15em; font-weight: 700; border-width:0; }
.sliderHomeBullets.slider_alias_15 .order a:hover { background-color: #ffffff; }
.sliderHomeBullets.slider_alias_15 .order a:before { display: none; }
.sliderHomeBullets.slider_alias_15 .slide-1 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_15 .slide-1 .imageBlock { top: 42%;}
.sliderHomeBullets.slider_alias_15 .slide-1 .imageBlock img { height: 12.5%;}
.sliderHomeBullets.slider_alias_15 .slide-1 .textBlock.title { top: 58%; }
.sliderHomeBullets.slider_alias_15 .slide-1 .textBlock.text { top: 68%; }
.sliderHomeBullets.slider_alias_15 .slide-1 .textBlock.text div { font-size: 1.72em; }
.sliderHomeBullets.slider_alias_15 .slide-2 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_15 .slide-2 .imageBlock { top: 41.5%; left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slide-2 .imageBlock img { height: 15.6%; }
.sliderHomeBullets.slider_alias_15 .slide-2 .textBlock { left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slide-2 .textBlock.title { top: 65%; }
.sliderHomeBullets.slider_alias_15 .slide-2 .textBlock.title div { font-size:5.71em; }
.sliderHomeBullets.slider_alias_15 .slide-2 .textBlock.text { top: 55.8%; }
.sliderHomeBullets.slider_alias_15 .slide-2 .textBlock.text div { font-size: 1.29em; padding-bottom: 1.5em; border-bottom:1px solid rgba(255,255,255,0.4); }
.sliderHomeBullets.slider_alias_15 .slide-2 .order { top: 76%; left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slide-3 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_15 .slide-3 .imageBlock { top: 26.4%; left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slide-3 .imageBlock img { height: 17.1%; }
.sliderHomeBullets.slider_alias_15 .slide-3 .textBlock { left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slide-3 .textBlock.title { top: 44%; }
.sliderHomeBullets.slider_alias_15 .slide-3 .textBlock.text { top: 54%; }
.sliderHomeBullets.slider_alias_15 .slide-3 .textBlock.text div { font-size: 1.15em; }
.sliderHomeBullets.slider_alias_15 .slide-3 .order { top: 63%; left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slideContent:before { content: ''; position:absolute; left:0; top:0; bottom:0; right:0; background-color:rgba(0,0,0,0.2); z-index:3; background-image:url(../../images/bg/texture_3.png); }
/* New Fullscreen Slider ROYAL 16
---------------------------------------------------------------------- */
/* bg images */
.sliderHomeBullets.slider_alias_16 .slide-1 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_16 .slide-2 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_16 .slide-3 .fonBlock { background-image: url(../images/1920x1280.png); }
/* slide 1 */
.sliderHomeBullets.slider_alias_16 .slide-1 .image { width: 13.5em; position: absolute; top: 50%; left: 10%; right: auto; /*z-index: 1;*/ margin: -17em 0 0 0 ;}
.sliderHomeBullets.slider_alias_16 .slide-1 .textBlock { text-align: right; top: 35%; right: 10%; z-index: 5; }
.sliderHomeBullets.slider_alias_16 .slide-1 .textBlock .title { font-size: 1em; }
.sliderHomeBullets.slider_alias_16 .slide-1 .textBlock p {
font-size: .8em; line-height: 1em;
background-image: url(../images/fullscreen-slide-4-21.png); background-repeat: no-repeat; background-position: right bottom; padding: 0 1.2em 0 0;
-webkit-background-size: 1em 2em;
-moz-background-size: 1em 2em;
-o-background-size: 1em 2em;
background-size: 1em 2em;
}
.sliderHomeBullets.slider_alias_16 .slide-1 .order { top: 60%; right: 10%; left:auto; text-align: right; }
.sliderHomeBullets.slider_alias_16 .slide-1 .order a { font-size: 1em; }
.sliderHomeBullets.slider_alias_16 .slide-1 .order a:before { display:none; }
/* slide 2 */
.sliderHomeBullets.slider_alias_16 .slide-2 .textBlock { top: 45%; text-align: left; }
.sliderHomeBullets.slider_alias_16 .slide-2 .textBlock .title { font-size: .9em; }
.sliderHomeBullets.slider_alias_16 .slide-2 .textBlock p { font-size: .7em; line-height: .8em; }
.sliderHomeBullets.slider_alias_16 .slide-2 .image { width: 44em; right: 0; left: auto; top: 30%; }
/* slide 3 */
.sliderHomeBullets.slider_alias_16 .slide-3 .textBlock { width: 100%; text-align: center; top: 40%; right: 0; }
.sliderHomeBullets.slider_alias_16 .slide-3 .textBlock .title { font-size: 1em; }
.sliderHomeBullets.slider_alias_16 .slide-3 .textBlock p { font-size: 1.2em; line-height: .8em; }
.sliderHomeBullets.slider_alias_16 .slide-3 .order { right: 0; top: 58%; text-align: center; }
.sliderHomeBullets.slider_alias_16 .slide-3 .order a { display: inline-block; font-size: 1em; }
.sliderHomeBullets.slider_alias_16 .slide-3 .order a:before { content: '\e880'; }
/* overlay */
.sliderHomeBullets.slider_alias_16 .slideContent:before {
content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 3;
background-color: rgba(0, 0, 0, 0.3); background-image: url(../images/texture_2.png);
}
/* New Fullscreen Slider ROYAL 17
---------------------------------------------------------------------- */
/* bg images */
.sliderHomeBullets.slider_alias_17 .slide-1 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_17 .slide-2 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_17 .slide-3 .fonBlock { background-image: url(../images/1920x1280.png); }
/* slide 1 */
.sliderHomeBullets.slider_alias_17 .slide-1 .image { width: 13.5em; position: absolute; top: 50%; left: 10%; right: auto; /*z-index: 1;*/ margin: -17em 0 0 0 ;}
.sliderHomeBullets.slider_alias_17 .slide-1 .textBlock { text-align: right; top: 35%; right: 10%; z-index: 5; }
.sliderHomeBullets.slider_alias_17 .slide-1 .textBlock .title { font-size: 1em; }
.sliderHomeBullets.slider_alias_17 .slide-1 .textBlock p {
font-size: .8em; line-height: 1em;
background-image: url(../images/fullscreen-slide-4-21.png); background-repeat: no-repeat; background-position: right bottom; padding: 0 1.2em 0 0;
-webkit-background-size: 1em 2em;
-moz-background-size: 1em 2em;
-o-background-size: 1em 2em;
background-size: 1em 2em;
}
.sliderHomeBullets.slider_alias_17 .slide-1 .order { top: 60%; right: 10%; left:auto; text-align: right; }
.sliderHomeBullets.slider_alias_17 .slide-1 .order a { font-size: 1em; }
.sliderHomeBullets.slider_alias_17 .slide-1 .order a:before { display:none; }
/* slide 2 */
.sliderHomeBullets.slider_alias_17 .slide-2 .textBlock { top: 45%; text-align: left; }
.sliderHomeBullets.slider_alias_17 .slide-2 .textBlock .title { font-size: .9em; }
.sliderHomeBullets.slider_alias_17 .slide-2 .textBlock p { font-size: .7em; line-height: .8em; }
.sliderHomeBullets.slider_alias_17 .slide-2 .image { width: 44em; right: 0; left: auto; top: 30%; }
/* slide 3 */
.sliderHomeBullets.slider_alias_17 .slide-3 .textBlock { width: 100%; text-align: center; top: 40%; right: 0; }
.sliderHomeBullets.slider_alias_17 .slide-3 .textBlock .title { font-size: 1em; }
.sliderHomeBullets.slider_alias_17 .slide-3 .textBlock p { font-size: 1.2em; line-height: .8em; }
.sliderHomeBullets.slider_alias_17 .slide-3 .order { right: 0; top: 58%; text-align: center; }
.sliderHomeBullets.slider_alias_17 .slide-3 .order a { display: inline-block; font-size: 1em; }
.sliderHomeBullets.slider_alias_17 .slide-3 .order a:before { content: '\e880'; }
/* overlay */
.sliderHomeBullets.slider_alias_17 .slideContent:before {
content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 3;
background-color: rgba(0, 0, 0, 0.3); background-image: url(../images/texture_6.png);
}
.mainslider_5 .royalSlider{width: 100%;}
/*.fullScreenSlider .sliderHomeBullets.slider_alias_11 .slideContent:before { background-image:url(../images/texture_6.png); }*/
/* New Fullscreen Slider ROYAL 12
---------------------------------------------------------------------- */
.fullScreenSlider .sliderHomeBullets .textBlock .title {font-family: 'Fredoka One', cursive; text-shadow:rgba(0,0,0,0.4) 2px 2px;}
.sliderHomeBullets.slider_alias_12 .slide-1 .image { width: 13.5em; position: absolute; top: 50%; left: 10%; z-index: 1; margin: -17em 0 0 0 ;}
.sliderHomeBullets.slider_alias_12 .slide-1 .textBlock { text-align: right; top: 35%; right: 10%; z-index: 5; }
.sliderHomeBullets.slider_alias_12 .slide-1 .textBlock .title { font-size: 2.7em; }
.sliderHomeBullets.slider_alias_12 .slide-1 .textBlock p {
font-size: 2em; line-height: 1.3em;
background-image: url(../images/fullscreen-slide-4-21.png); background-repeat: no-repeat; background-position: right bottom; padding: 0 1.2em 0 0;
background-size: 1em 2em;
-webkit-background-size: 1em 2em;
-o-background-size: 1em 2em;
-moz-background-size: 1em 2em;
}
.sliderHomeBullets.slider_alias_12 .slide-1 .order { top: 57%; right: 0; left:auto; text-align: right; }
.sliderHomeBullets.slider_alias_12 .slide-2 .textBlock { top: 45%; text-align: left; }
.sliderHomeBullets.slider_alias_12 .slide-2 .textBlock .title { font-size: 2.3em; }
.sliderHomeBullets.slider_alias_12 .slide-2 .textBlock p { font-size: 2em; }
.sliderHomeBullets.slider_alias_12 .slide-2 .image { width: 44em; right: 0; left: auto; top: 30%; }
.sliderHomeBullets.slider_alias_12 .slide-3 .textBlock { width: 100%; text-align: center; top: 40%; right: 0; }
.sliderHomeBullets.slider_alias_12 .slide-3 .textBlock .title { font-size: 2em; }
.sliderHomeBullets.slider_alias_12 .slide-3 .textBlock p { font-size: 2.2em; line-height: 1.3em; }
.sliderHomeBullets.slider_alias_12 .slide-3 .order { right: 0; top: 58%; text-align: center; }
.sliderHomeBullets.slider_alias_12 .slide-3 .order a:before { content: '\e880'; }
.videoBackground.overlay:after { background-image: none; }
.mainslider_6 .royalSlider{width: 100%;}
/* WooCommerce Slider
---------------------------------------------------------------------- */
.sliderHomeBullets.slider_alias_13 .textBlock { width:45%; }
.sliderHomeBullets.slider_alias_13 .textBlock .title { font-family: 'Fredoka One', cursive; font-size: 3em; }
.sliderHomeBullets.slider_alias_13 .textTitle1 .title { font-weight: 700; }
.sliderHomeBullets.slider_alias_13 .order { top: 65%; left: 3.5%; }
.sliderHomeBullets.slider_alias_13 .order1 { }
.sliderHomeBullets.slider_alias_13 .order2 { left: 20%; }
.sliderHomeBullets.slider_alias_13 .order a {
border: none;
font-size: 1.3em;
font-family: 'Fredoka One', cursive; font-weight: 400;
color: #292929;
background-color: transparent;
background-image: url("../images/curve_btn_right.png") !important;
background-size: 100% 100%;
padding: 1.4em 1.5em;
}
.sliderHomeBullets.slider_alias_13 .order a:hover {
color: #ea624c;
background-color: transparent;
}
.sliderHomeBullets.slider_alias_13 .order a:before { display: none; }
.sliderHomeBullets.slider_alias_13 .slide-1 .textPrice,
.sliderHomeBullets.slider_alias_13 .slide-2 .textPrice { background: transparent; }
.sliderHomeBullets.slider_alias_13 .textPrice {
padding: 10px 0; width: 220px; top: 30%; right: 2%; color: #ea624c;
/*background: none; */
text-align: center !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.sliderHomeBullets.slider_alias_13 .textPrice:before {
content: ''; position: absolute; bottom: 65px; left: 0; width: 220px; height: 300px; z-index: -1;
background: transparent url(../images/babbysitter-slider-cloud-1a.png) no-repeat center bottom;
}
.sliderHomeBullets.slider_alias_13 .textPrice span { font-size:1.5em; display: inline-block; }
.sliderHomeBullets.slider_alias_13 .slide-1 .image { top: auto; bottom: 5%; left: 50%; width: 40%; }
.sliderHomeBullets.slider_alias_13 .slide-2 .image { top: auto; bottom: 5%; left: 50%; right: auto; width: 45%; z-index: 15; }
.sliderHomeBullets.slider_alias_13 .textDescr { font-size: 1.4em; font-weight: 700; }
.sliderHomeBullets.slider_alias_13 .slide-1 img.cloud {width: 12.5%; right: auto; left: 50%;}
.sliderHomeBullets.slider_alias_13 .slide-2 img.cloud {width: 12.5%; right: auto; left: 40%;}
/* WooCommerce
---------------------------------------------------------------------- */
.woocommerce div.product h3,
.woocommerce-page div.product h3,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {}
.woocommerce ul.products li.product h3 {border-bottom: none;}
.woocommerce.columns-5 ul.products {margin-right: 0;}
.woocommerce.columns-5 ul.products li.product.product-category {margin-right: 3.75%; margin-bottom: 55px;}
.woocommerce.columns-5 ul.products li.product.product-category.first {}
.woocommerce.columns-5 ul.products li.product.product-category.last {margin-right: 0;}
.woocommerce ul.products li.product a img {
max-width: 250px; /*margin: 0 auto 30px auto; */
-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
.woocommerce ul.products li.product a img {-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.07); box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.07);}
.woocommerce ul.products li.product a:hover img {-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15); box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);}
.woocommerce ul.products li.product.product-category a img { max-width: 160px; margin: 0 auto 15px auto; }
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {padding-top: 19px; margin-bottom: 0;}
.woocommerce ul.products li.product .price > .amount {font-size: 24px; font-weight: 700; color: #ea624c;}
.woocommerce ul.products li.product a h3 {color: #292929;}
.woocommerce ul.products li.product a:hover h3 {color: #ea624c;}
.woocommerce ul.products li.product.product-category a h3 {font-size: 16px; color: #292929;}
.woocommerce ul.products li.product.product-category a:hover h3 {color: #ea624c;}
.woocommerce ul.products li.product.product-category a img,
.woocommerce ul.products li.product.product-category a:hover img {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.ui-tabs-active {
border: 1px solid #dddddd;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-color:#ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {margin: 0;}
.woocommerce .shop_mode_list ul.products .item_wrapper .description > p span {color: #252525;}
/*.woocommerce ul.products li.product.product-category a {display: inline-block; width: 100%; text-align: center;}*/
/*.woocommerce ul.products li.product.product-category a {position: relative;}*/
/*.woocommerce ul.products li.product.product-category a:before {content: ''; display: block; width: 10px; height: 10px; position: absolute; left: 50%; right: 50%; margin-left: -5px; margin-top: -5px; background-color: red; z-index: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}*/
/*.woocommerce ul.products li.product.product-category a:hover:before {content: ''; width: 180px; height: 180px; position: absolute; margin-left: -90px; margin-top: -90px; }*/
.woocommerce a.button {
font-weight: 700; font-size: 12px; text-transform: uppercase;
padding-left: 20px; padding-right: 20px; height: 38px; line-height: 38px;
color: #ffffff; border-color: #ff7593; background-color: #ff7593;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
overflow: visible;
}
.price_slider_amount .price_label input[type="text"] {background-color: transparent; width: 32%; border: none; padding: 0; text-align: right;}
/* transition */
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a:hover,
.woocommerce ul.products li.product a h3,
.woocommerce ul.products li.product a:hover h3,
.woocommerce a.button,
.woocommerce a.button:hover {
-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;
}
/* woocommerce footer */
.woocommerce ul.product_list_widget li {font-weight: 500;}
.woocommerce ul.product_list_widget li img {margin-bottom: 10px; margin-right: 15px;}
.woocommerce ul.product_list_widget li a {font-weight: 500; height: auto; margin-bottom: 3px;}
.woocommerce ul.product_list_widget li > .amount {font-weight: 700; color: #ea624c;}
/* PrettyPhoto
---------------------------------------------------------------------- */
div.facebook .pp_nav p {line-height: 1;}
/* Revolution Slider
---------------------------------------------------------------------- */
.tparrows.default {
background-image: none;
background-color: #ffffff;
color: #bbdcd9;
width: 56px; height: 56px; line-height: 56px; text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 5px -1px 0 0 rgba(0, 0, 0, 0.15) !important;
-moz-box-shadow: 5px -1px 0 0 rgba(0, 0, 0, 0.15) !important;
box-shadow: 5px -1px 0 0 rgba(0, 0, 0, 0.15) !important;
}
.tparrows.default:hover {color: #ea624c;}
.tparrows.default:before { font-family: "fontello"; font-size: 2.5em; }
.tp-leftarrow.default:before { content: '\e857'; margin-left: -2px; }
.tp-rightarrow.default:before { content: '\e858'; margin-right: -2px; }
.tp-bullets.simplebullets.round .bullet { background:none; background-color: #fff; border:1px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-right:4px; width:14px; height: 14px;
-webkit-box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15);
box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15);
}
.tparrows.default,
.tparrows.default:hover,
.tparrows.default:before,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
.tp-bullets.simplebullets.round .bullet,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-caption a{
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}
.tp-caption a:hover{
color:#ffa902;
}
.tp-button.order{
font-weight:700;
font-size:16px;
letter-spacing:1px;
display:inline-block;
padding:10px 20px;
line-height:24px!important;
height:24px;
}
.babbysitter-slider-bg{
background-color:#86d9d2;
}
.healthcare-slider-bg{
background-color:#6fd3d7;
}
/* vc video header */
.videoBackgroundOverlay .mainWrap.without_sidebar .content .post_content .post_text_area > .vc_row { margin-left: 0; margin-right: 0; }
.sliderHomeBullets .rsBullets .rsBullet span {
background:none; background-color: #fff !important; border:1px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-right:4px; width:14px; height: 14px;
-webkit-box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15); box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15);
}
.sliderHomeBullets .rsBullets .rsBullet.rsNavSelected span,
.sliderHomeBullets .rsBullets .rsBullet:hover span {
background:none; background-color: #fff !important; border:1px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-right:4px; width:14px; height: 14px;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.sliderHomeBullets .rsBullets .rsBullet span,
.sliderHomeBullets .rsBullets .rsBullet:hover span {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.sliderHomeBullets{
height:670px;
}
.mainslider_1 .tp-caption._bs_slider_text{
font-size:16px;
line-height:16px;
font-weight:600;
font-family:Ubuntu,sans-serif;
color:rgb(3,55,97);
text-decoration:none;
text-shadow:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0,0,0);
border-style:none;
}
.mainslider_1 .tp-caption._bs_slider_title{
font-size:36px;
line-height:40px;
font-weight:400;
font-family:"Fredoka One",cursive;
color:rgb(3,55,97);
text-decoration:none;
padding:0px;
background-color:transparent;
border-width:0px;
border-color:rgb(255,255,255);
border-style:none;
}
.mainslider_1 .tp-caption._bs_slider_text_big{
font-size:23px;
line-height:23px;
font-weight:600;
font-family:Ubuntu,sans-serif;
color:rgb(3,55,97);
text-decoration:none;
text-shadow:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0,0,0);
border-style:none;
}
.mainslider_1 ._bs_slider_text{
font-size:16px;
line-height:16px;
font-weight:600;
font-family:Ubuntu,sans-serif;
color:rgb(3,55,97);
text-decoration:none;
text-shadow:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0,0,0);
border-style:none;
}
.mainslider_1 ._bs_slider_title{
font-size:36px;
line-height:40px;
font-weight:400;
font-family:"Fredoka One",cursive;
color:rgb(3,55,97);
text-decoration:none;
padding:0px;
background-color:transparent;
border-width:0px;
border-color:rgb(255,255,255);
border-style:none;
}
.mainslider_1 ._bs_slider_text_big{
font-size:23px;
line-height:23px;
font-weight:600;
font-family:Ubuntu,sans-serif;
color:rgb(3,55,97);
text-decoration:none;
text-shadow:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0,0,0);
border-style:none;
}
/*.mainslider_1 .rev_slider_wrapper {margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:633px;}*/
/*.mainslider_1 .rev_slider {display:none;max-height:633px;height:633px;}*/
.mainslider_1 li:nth-child(1){background-color:#86d9d2;}
.mainslider_1 li:nth-child(2){background-color:#fdd011;}
.mainslider_1 li:nth-child(3){background-color:#d0e8a9;}
/* Boxed view */
body.boxed .boxedWrap {position: relative;}
body.boxed .boxedWrap:before {content: ''; display: block; height: 100%; width: 100%; position: absolute; top: 0; left: 0; padding: 0 25px; background-color: #ffffff; margin-left: -25px; z-index: -1;}
/* line padding */
p.pd-lg {padding-bottom: 25px;}
p.pd-md {padding-bottom: 15px;}
p.pd-sm {padding-bottom: 10px;}
/* green section */
.green_section {background-color: #70bc4f;}
/* green opacity section */
.green_opacity_section {background-color: rgba(112,188,79,0.7);}
/* blue section */
.blue_section {background-color: #1f5967;}
/* lightblue section */
.lightblue_section {background-color: #40a3b8;}
/* skyblue section */
.skyblue_section {background-color: #01c2c7;}
/* yellow section */
.yellow_section {background-color: #f5b120;}
/* red section */
.red_section {background-color: #e77c80;}
/* beige section */
.beige_section {background-color: #fff4e5;}
/* light section */
.light_section {background-color: #fff;}
/* parallax */
.parallax_image_1 {background-image:url(../images/1920x900.png); background-position:50% 50%;}
.parallax_image_1 .sc_content {margin-top:90px; margin-bottom:90px;}
.parallax_image_2 {background-image:url(../images/1920x900.png); background-position:50% 50%;}
.parallax_image_2 .sc_content {margin-top:90px; margin-bottom:90px;}
.parallax_image_3 {background-image:url(../images/1920x900.png); background-position:50% 50%;}
.parallax_image_3 .sc_content {margin-top:90px;margin-bottom:0;}
.parallax_image_4 {background-image:url(../images/852x396.png); background-position:50% 50%;}
.parallax_image_5 {background-image:url(../images/1920x850.png); background-position:50% 50%;}
.parallax_image_5 .sc_parallax_overlay {background-color:rgba(0,0,0,0.65);}
.parallax_image_5 .sc_parallax_overlay > .sc_section{margin-top:5em !important;margin-right:auto !important;margin-bottom:2em !important;margin-left:auto !important;width:90%;}
.parallax_image_6 {background-image:url(../images/852x600.png); background-position:50% 50%;}
.parallax_image_6 .sc_parallax_overlay {background-color:rgba(0,0,0,0.65);}
.parallax_image_6 > .sc_columns{margin-top:5em;margin-bottom:5em;}
.parallax_image_7 {background-image:url(../images/1920x850.png); background-position:50% 50%;}
.parallax_image_7 .sc_parallax_overlay {background-color:rgba(0,0,0,0.6);}
.parallax_image_7 .sc_parallax_overlay > .sc_section{margin-top:13em !important;margin-bottom:11em !important;}
.parallax_style_1.sc_parallax_with_video .sc_parallax_overlay {background-color:rgba(0,0,0,0.5);}
.parallax_style_1.sc_parallax_with_video .sc_parallax_overlay > .sc_section {margin-top:8em !important;margin-bottom:7em !important; text-align: center;}
.sc_parallax.parallax_style_1 .sc_video_bg_wrapper {top: -55px;}
/* social images */
.twitter_image,
.twitter_image > span {background-image: url(../images/twitter.png);}
.facebook_image,
.facebook_image > span {background-image: url(../images/facebook.png);}
.gplus_image,
.gplus_image > span {background-image: url(../images/gplus.png);}
.dribbble_image,
.dribbble_image > span {background-image: url(../images/dribbble.png);}
.pinterest_image,
.pinterest_image > span {background-image: url(../images/pinterest.png);}
.linkedin_image,
.linkedin_image > span {background-image: url(../images/linkedin.png);}
.vimeo_image,
.vimeo_image > span {background-image: url(../images/vimeo.png);}
.rss_image,
.rss_image > span {background-image: url(../images/rss.png);} | web/css/kidscare.css | @import url(http://fonts.googleapis.com/css?family=Ubuntu:300,300italic,400,400italic,500,500italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Fredoka+One);
/* Main skin for the theme
------------------------------------------------------------------------- */
/* theme_skin_kidscare */
/* Theme Accent Color
------------------------------------------------------------------------- */
a:hover,
.theme_accent,
.topWrap .topMenuStyleFon > ul li a:hover,
.topWrap .topMenuStyleFon > ul > li.sfHover > a,
.topWrap .topMenuStyleFon > ul > li > a.sf-with-ul:hover,
.topWrap .topMenuStyleFon > ul > li ul a.sf-with-ul:after,
.topWrap .topMenuStyleLine > ul > li ul li a:hover,
.topMenuStyleFon ul#mainmenu .menu-panel ul.columns > li > a,
.topMenuStyleFon ul#mainmenu .menu-panel ul.columns > li a:hover,
.topMenuStyleFon ul#mainmenu .menu-panel ul.columns > li ul li a:hover,
.topMenuStyleFon ul#mainmenu .menu-panel ul.thumb_title > li > a,
.topMenuStyleFon ul#mainmenu .menu-panel ul.thumb_title > li > a:hover,
.infoPost a:hover,
.tabsButton ul li a:hover,
.widgetWrap ul li:before,
.popularFiltr ul li a:hover,
.isotopeFiltr ul li a:hover,
.widget_popular_posts article h3:before,
.widgetTabs .widget_popular_posts article .post_info .post_date a:hover,
.sidebar .widget_popular_posts article .post_info .post_date a:hover,
.sidebar .widget_recent_posts article .post_info .post_date a:hover,
.main .widgetWrap a:hover,
.main .widgetWrap a:hover span,
.widgetWrap a:hover span,
.roundButton:hover a,
input[type="submit"]:hover,
input[type="button"]:hover,
.squareButton > a:hover,
.squareButton.border > a,
.squareButton.global > button:hover,
.squareButton.border > button,
.roundButton.border > a,
.nav_pages_parts > a:hover,
.nav_comments > a:hover,
.comments_list a.comment-edit-link:hover,
.widget_area ul.tabs > li.squareButtonlite.ui-state-active > a,
.widget_calendar .sc_calendar tbody td a,
.sc_calendar tbody td a,
.widget_calendar .sc_calendar tbody td.today a:hover,
.sc_calendar tbody td.today a:hover,
blockquote cite,
blockquote cite a,
.sc_quote_title,
.sc_quote_title a,
.postLink a,
.masonry article .masonryInfo a:hover,
.masonry article .masonryInfo span.infoTags a:hover,
.relatedPostWrap article .relatedInfo a:hover,
.relatedPostWrap article .relatedInfo span.infoTags a:hover,
.infoPost span.infoTags a:hover,
.page404 p a,
.page404 .searchAnimation.sFocus .searchIcon,
.sc_team .sc_team_item .sc_team_item_position,
.copyWrap a,
.comments .commBody li.commItem .replyWrap .posted a:hover,
.comments .commBody li.commItem h4 a:hover,
.ratingItem span:before,
.reviewBlock .totalRating,
.widget_area .contactInfo .fContact:before,
.widget_area .widgetWrap a:hover,
.widget_area .widgetWrap a:hover span,
.widget_area .widgetWrap ul > li > a:hover,
.widget_area .widgetWrap ul > li > a:hover span,
.footerStyleLight .widget_area article .post_title:before,
.footerStyleLight .widget_area article .post_info a:hover,
.footerStyleLight .widget_area article .post_info .post_date a:hover,
.sc_list_style_arrows li:before,
.sc_list_style_arrows li a:hover,
.sc_list_style_iconed li a:hover,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:before,
.sc_accordion.sc_accordion_style_2 .sc_accordion_item.sc_active .sc_accordion_title,
.sc_accordion.sc_accordion_style_2 .sc_accordion_item.sc_active .sc_accordion_title:before,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item.sc_active .sc_accordion_title,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:before,
.sc_toggles.sc_toggles_style_2 .sc_toggles_item.sc_active .sc_toggles_title,
.sc_toggles.sc_toggles_style_2 .sc_toggles_item.sc_active .sc_toggles_title:before,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item.sc_active .sc_toggles_title,
.sc_tabs .sc_tabs_titles li a:hover,
.sc_dropcaps.sc_dropcaps_style_3 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_4 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_5 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_6 .sc_dropcap,
.sc_highlight.sc_highlight_style_2,
.sc_price_item .sc_price_money,
.sc_price_item .sc_price_penny,
.sc_pricing_table .sc_pricing_columns ul li .sc_icon,
.sc_tooltip_parent,
.sc_title_icon:before,
.sc_scroll_controls .flex-direction-nav a:hover:before,
.sc_testimonials_style_1 .flex-direction-nav a:hover:before,
.sc_testimonials_style_3 .flex-direction-nav a:hover:before,
.sc_testimonials_style_3 .flex-direction-nav a:active:before,
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav a:hover:before,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency > a:hover,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency > a,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_currency.sfHover > a,
.topWrap .usermenu_area ul.usermenu_list li ul li a:hover,
.topWrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a:hover,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency > a:hover,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency > a,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_currency.sfHover > a,
.sidemenu_wrap .usermenu_area ul.usermenu_list li ul li a:hover,
.sidemenu_wrap .usermenu_area ul.usermenu_list li.usermenu_cart .widget_area ul li a:hover,
.sc_blogger a:hover,
.sc_blogger.style_date .load_more:before,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date .day_month,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_info .comments_number,
.sc_blogger.style_accordion .sc_blogger_info .comments_number,
.widgetTabs .widgetTop ul > li:not(.tabs):before,
.widgetTabs .widgetTop ul > li:not(.tabs) > a:hover,
.widgetTabs .widgetTop ul > li:not(.tabs) > a:hover span,
.widgetTabs .widgetTop.widget_popular_posts article .post_title:before,
.swpRightPos .tabsMenuBody a:hover,
.swpRightPos .tabsMenuBody a:hover:before,
.openRightMenu:hover:before,
.topWrap .search:not(.searchOpen):hover:before,
.user-popUp .formItems.loginFormBody .remember .forgotPwd,
.user-popUp .formItems.loginFormBody .loginProblem,
.user-popUp .formItems.registerFormBody .i-agree a,
.sc_slider_pagination_area .flex-control-nav.manual .slide_info .slide_title,
#toc .toc_item.current .toc_icon,
#toc .toc_item:hover .toc_icon,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
.h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a,
.sc_blogger a,
.relatedPostWrap article .relatedInfo a,
.sc_list_style_iconed li:before,
.sc_list_style_arrows li:before,
.sc_team .sc_team_item .sc_team_item_title,
/*.footerStyleLight .footerWidget .widgetWrap .title,*/
.widget_calendar .sc_calendar thead th span,
.sc_calendar thead th span,
.footerStyleLight .footerWidget .sc_calendar thead th,
.widget_calendar .sc_calendar thead tr + tr th,
.sc_calendar thead tr + tr th,
.sidebar.widget_area .tabs_area ul.tabs > li.ui-state-active,
.sidebar.widget_area .tabs_area ul.tabs > li.ui-state-active a,
.sidebar.widget_area .tabs_area ul.tabs > li a:hover,
.widget_area .search-form .search-button a:hover
{color: #1bb4b9;}
#booking_slot_form > div > a:hover,
.booking_name_days_container .booking_day_name,
.topWrap .topMenuStyleLine > ul > li ul li a:hover,
.footerStyleDark .widget_area a.button:hover,
.flip-clock-wrapper ul li a div div.inn,
.footerStyleDark .widget_area .squareButton > a,
.footerStyleDark .widget_area .squareButton > button,
.tabsButton ul li.ui-tabs-active a,
.widget .tagcloud a:hover,
.widget_area .tagcloud a:hover,
.widget .tagcloud a:active,
.widgetWrap .tagcloud a:active
{color: #1bb4b9 !important;}
.theme_accent_bgc,
.topWrap,
.sidemenu_wrap .menuTranform,
.sc_video_player:active .sc_video_play_button:after,
input[type="submit"]:active,
input[type="button"]:active,
.squareButton.active > span,
.squareButton.active > a,
.squareButton.ui-state-active > a,
.squareButton.active > button,
.squareButton.ui-state-active > button,
.roundButton > a:active,
.squareButton > a:active,
.squareButton.global > a,
.squareButton.dark > a:active,
.squareButton.border > a:hover,
.squareButton > button:active,
.squareButton.global > button,
.squareButton.dark > button:active,
.squareButton.border > button:hover,
.roundButton.border:hover > a,
.nav_pages_parts > span.page_num,
.nav_comments > span.current,
ul > li.likeActive:active > a,
.sc_table.sc_table_style_1 table tr:first-child th,
.sc_table.sc_table_style_1 table tr:first-child td,
.masonry article .status,
.portfolio .isotopeElement .folioShowBlock:before,
.post .postStatus,
.sc_team .sc_team_item .sc_team_item_avatar:after,
.itemPageFull .itemDescriptionWrap .toggleButton:active,
.footerWrap .footerWidget .sc_video_player:active .sc_video_play_button:after,
.topWrap .topMenuStyleLine > ul > li ul,
.topMenuStyleLine > ul .menu-panel,
.sidemenu_wrap .sidemenu_button,
.userHeaderSection.global,
.userFooterSection.global,
.sliderLogo .elastislide-wrapper nav span:active:before,
.sc_skills_bar .sc_skills_item .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info,
.sc_dropcaps.sc_dropcaps_style_1 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_2 .sc_dropcap,
.sc_highlight.sc_highlight_style_1,
.sc_pricing_table .sc_pricing_columns .sc_pricing_title,
.sc_pricing_table .sc_pricing_columns:hover ul li.sc_pricing_title,
.sc_tooltip_parent .sc_tooltip,
.sc_tooltip_parent .sc_tooltip:before,
.sc_title_bg:before,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item .sc_accordion_title,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item .sc_toggles_title,
.sc_scroll_controls .flex-direction-nav a:active,
.sc_testimonials_style_1 .flex-direction-nav a:active,
.sc_testimonials_style_3 .sc_testimonials_items,
.sc_testimonials_style_3 .flex-direction-nav li,
.sc_testimonials_style_3 .flex-direction-nav a,
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav a:active,
.sc_popup_light:before,
.user-popUp ul.loginHeadTab li.ui-tabs-active:before,
.sc_banner:before,
.global_bg,
.widget .tagcloud a,
.widgetWrap .tagcloud a,
.widget .tagcloud a:active,
.widgetWrap .tagcloud a:active,
.sc_scroll_bar .swiper-scrollbar-drag:before,
.widgetTabs .widgetTop .tagcloud a:hover,
.widgetTabs .widgetTop .tagcloud a:active,
#custom_options .co_options #co_bg_images_list a.current,
#custom_options .co_options #co_bg_pattern_list a.current,
.fullScreenSlider.globalColor .sliderHomeBullets .rsContent:before,
.fullScreenSlider .sliderHomeBullets .rsContent .slide-3 .order p span,
ul.sc_list_style_disk li:before,
.sc_slider_pagination_area .flex-control-nav.manual .slide_date,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,
.sc_contact_form_custom .bubble label:hover,
.sc_contact_form_custom .bubble label.selected,
.sc_video_player:hover .sc_video_play_button:after,
.footerStyleLight .footerWidget .sc_video_player:hover .sc_video_play_button:after,
.sidebar.widget_area .tabs_area ul.tabs > li a,
.widget_area .search-form .search-button a
{background-color: #1bb4b9;}
.sc_table.sc_table_style_1 table tr:first-child th,
.sc_table.sc_table_style_1 table tr:first-child td
{border-top-color: #1bb4b9;}
.sc_table.sc_table_style_1 table tr:first-child th:first-child,
.sc_table.sc_table_style_1 table tr:first-child td:first-child
{border-left-color: #1bb4b9;}
.sc_table.sc_table_style_1 table tr:first-child th:last-child,
.sc_table.sc_table_style_1 table tr:first-child td:last-child
{border-right-color: #1bb4b9;}
.theme_accent_bg,
.days_container_all .booking_day_container:hover .booking_day_slots,
.ih-item.circle.effect1.colored .info,
.ih-item.circle.effect2.colored .info,
.ih-item.circle.effect3.colored .info,
.ih-item.circle.effect4.colored .info,
.ih-item.circle.effect5.colored .info .info-back,
.ih-item.circle.effect6.colored .info,
.ih-item.circle.effect7.colored .info,
.ih-item.circle.effect8.colored .info,
.ih-item.circle.effect9.colored .info,
.ih-item.circle.effect10.colored .info,
.ih-item.circle.effect11.colored .info,
.ih-item.circle.effect12.colored .info,
.ih-item.circle.effect13.colored .info,
.ih-item.circle.effect14.colored .info,
.ih-item.circle.effect15.colored .info,
.ih-item.circle.effect16.colored .info,
.ih-item.circle.effect18.colored .info .info-back,
.ih-item.circle.effect19.colored .info,
.ih-item.circle.effect20.colored .info .info-back,
.ih-item.square.effect1.colored .info,
.ih-item.square.effect2.colored .info,
.ih-item.square.effect3.colored .info,
.ih-item.square.effect4.colored .mask1,
.ih-item.square.effect4.colored .mask2,
.ih-item.square.effect5.colored .info,
.ih-item.square.effect6.colored .info,
.ih-item.square.effect7.colored .info,
.ih-item.square.effect8.colored .info,
.ih-item.square.effect9.colored .info .info-back,
.ih-item.square.effect10.colored .info,
.ih-item.square.effect11.colored .info,
.ih-item.square.effect12.colored .info,
.ih-item.square.effect13.colored .info,
.ih-item.square.effect14.colored .info,
.ih-item.square.effect15.colored .info
{background: #1bb4b9;}
.ih-item.circle.effect1.colored .info,
.ih-item.circle.effect2.colored .info,
.ih-item.circle.effect5.colored .info .info-back,
.ih-item.circle.effect19.colored .info,
.ih-item.circle.effect20.colored .info .info-back,
.ih-item.square.effect4.colored .mask1,
.ih-item.square.effect4.colored .mask2,
.ih-item.square.effect6.colored .info,
.ih-item.square.effect7.colored .info,
.ih-item.square.effect12.colored .info,
.ih-item.square.effect13.colored .info,
.sc_image_shape_round:hover figcaption,
.post .sc_image_shape_round:hover figcaption
{background: rgba(27, 180, 185, 0.60);}
.ih-item.circle.effect17.colored a:hover .img:before {
box-shadow: inset 0 0 0 110px #1bb4b9, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 0 0 110px rgba(27, 180, 185, 0.60), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ih-item.circle.effect1 .spinner
{border-right-color: #1bb4b9; border-bottom-color: #1bb4b9;}
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls { background: #1bb4b9 !important; }
.mejs-controls .mejs-volume-button .mejs-volume-slider
{background: rgba(27, 180, 185, 0.70) !important; }
.top_panel_above .fullScreenSlider .topWrap,
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li ul,
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li .menu-panel
{background-color: rgba(27, 180, 185, 0.80);}
.sc_slider_flex .sc_slider_info,
.sc_slider_swiper .sc_slider_info,
.sc_slider_flex .flex-direction-nav li,
.sc_slider_swiper .flex-direction-nav li
{background-color: rgba(27, 180, 185, 0.80) !important;}
.widget .tagcloud a:hover,
.widgetWrap .tagcloud a:hover
{background-color: transparent;}
.theme_accent_border,
.postSharing > ul > li > a:active,
.postSharing > ul > li > span:active,
.squareButton.active > span,
.squareButton.active > a,
.squareButton.active > button,
.roundButton > a:active,
.squareButton > a:active,
.squareButton.ui-state-active > a,
.squareButton.global > a,
.squareButton.dark > a:active,
.squareButton.border > a,
.squareButton > button:active,
.squareButton.ui-state-active > button,
.squareButton.global > button,
.squareButton.dark > button:active,
.squareButton.border > button,
.roundButton.border > a,
.nav_pages_parts > span.page_num,
.nav_comments > span.current,
.widget_calendar .sc_calendar th,
.widget_calendar .sc_calendar thead tr + tr th,
.sc_skills_bar .sc_skills_item .sc_skills_count,
.itemPageFull .itemDescriptionWrap .toggleButton:active,
.footerWidget .sc_video_player:active .sc_video_play_button:after,
.topWrap .topMenuStyleLine > ul > li ul,
.topMenuStyleLine > ul#mainmenu ul.menu-panel,
.sc_scroll_controls .flex-direction-nav a:active,
.sc_testimonials_style_1 .flex-direction-nav a:active,
.pagination .flex-direction-nav a:active,
.sliderLogo .elastislide-wrapper nav span:active:before,
.sc_dropcaps.sc_dropcaps_style_4 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_5 .sc_dropcap,
.sc_dropcaps.sc_dropcaps_style_6 .sc_dropcap,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item,
.sc_toggles.sc_toggles_style_3 .sc_toggles_item,
.sc_tooltip_parent,
pre.code,
.widget .tagcloud a,
.widgetWrap .tagcloud a,
.widget .tagcloud a:active,
.widgetWrap .tagcloud a:active,
#toc .toc_item.current,
#toc .toc_item:hover,
.sidebar.widget_area .tabs_area ul.tabs > li a,
.widget_area .search-form .search-button a
{border-color: #1bb4b9;}
/* widget tabs */
.sidebar.widget_area .tabs_area ul.tabs > li {padding: 6px 0 0 0; margin-right: 5px;}
.sidebar.widget_area .tabs_area ul.tabs > li a {padding: 8px 10px; border-width: 2px; border-style: solid; }
/* widget list icon */
.widget_area article.no_thumb .post_title:before {content: '\e902'; font-size: 8px;}
.sidebar > .widget ul > li.dropMenu.dropOpen:before,
.widget_area .widgetWrap ul > li.dropMenu.dropOpen:before {content: '\e814'; font-size: 8px;}
.sidebar > .widget ul > li.dropMenu:before,
.widget_area .widgetWrap ul > li.dropMenu:before {content: '\e813'; font-size: 8px;}
.sidebar > .widget ul > li:before,
.widget_area .widgetWrap ul > li:before {content: '\e902'; font-size: 8px;}
.sidebar > .widget ul > li ul li:before,
.widget_area .widgetWrap ul > li ul li:before {content: '\e902'; font-size: 8px;}
::selection {color: #fff; background-color: #e77c80;}
::-moz-selection {color: #fff; background-color: #e77c80;}
/* tag cloud */
.widget .tagcloud a,
.widget_area .tagcloud a {
height: 30px;
line-height: 30px;
border-width: 2px;
-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;
}
/* WooCommerce colors */
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover,
.woocommerce .quantity input[type="button"]:hover, .woocommerce #content input[type="button"]:hover, .woocommerce-page .quantity input[type="button"]:hover, .woocommerce-page #content .quantity input[type="button"]:hover,
.woocommerce ul.cart_list li > .amount, .woocommerce ul.product_list_widget li > .amount, .woocommerce-page ul.cart_list li > .amount, .woocommerce-page ul.product_list_widget li > .amount,
.woocommerce ul.cart_list li span .amount, .woocommerce ul.product_list_widget li span .amount, .woocommerce-page ul.cart_list li span .amount, .woocommerce-page ul.product_list_widget li span .amount,
.woocommerce ul.cart_list li ins .amount, .woocommerce ul.product_list_widget li ins .amount, .woocommerce-page ul.cart_list li ins .amount, .woocommerce-page ul.product_list_widget li ins .amount,
.woocommerce.widget_shopping_cart .total .amount, .woocommerce .widget_shopping_cart .total .amount, .woocommerce-page.widget_shopping_cart .total .amount, .woocommerce-page .widget_shopping_cart .total .amount,
.woocommerce a:hover h3, .woocommerce-page a:hover h3,
.woocommerce .cart-collaterals .order-total strong, .woocommerce-page .cart-collaterals .order-total strong,
.woocommerce .checkout #order_review .order-total .amount, .woocommerce-page .checkout #order_review .order-total .amount,
.woocommerce .star-rating, .woocommerce-page .star-rating, .woocommerce .star-rating:before, .woocommerce-page .star-rating:before,
.widget_area .widgetWrap ul > li .star-rating span, .woocommerce #review_form #respond .stars a, .woocommerce-page #review_form #respond .stars a
{color: #1bb4b9;}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before,.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{background-color: #1bb4b9;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{background: #1bb4b9;}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message,
.woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce #respond input#submit.alt:active, .woocommerce #content input.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce-page input.button.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce-page #content input.button.alt:active,
.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active
{border-top-color: #1bb4b9;}
.woocommerce div.product form.cart .button,
.woocommerce a.button {background-color: #ea624c; border-color: #ea624c; color: #ffffff; }
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover {background-color: #1bb4b9; border-color: #1bb4b9; color: #ffffff; }
.woocommerce ul.products li.product.product-category a h3 { color: #58ad32; }
.woocommerce ul.products li.product.product-category a:hover h3 { color: #ea624c; }
.woocommerce ul.products li.product.product-category a h3,
.woocommerce ul.products li.product.product-category a:hover h3 {
-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.woocommerce div.product form.cart div.quantity{
position:relative;
height:29px;
border:solid 1px #C8BFC6;
}
.woocommerce div.product form.cart div.quantity input.input-text.qty.text{
height:27px;
width:94px;
border:none;
left:auto;
top:auto;
}
.woocommerce .quantity input.qty,.woocommerce-page .quantity input.qty{
position:relative;
border:solid 1px #DDD;
}
.woocommerce #review_form #respond .form-submit input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
text-align: center;
background: transparent;
outline: none;
}
.twitBlock .sc_slider .flex-direction-nav li {background-color: #60aaea !important;}
/* Theme Accent2 Color */
.theme_accent2,
.sc_team .sc_team_item .sc_team_item_position,
.sc_section.bg_tint_dark .pushButton > a:hover,
.openResponsiveMenu:hover,
.sc_blogger h3 > a, .sc_blogger .h3 > a,
.openRightMenu:hover:before,
.topWrap .search:not(.searchOpen):hover:before,
.sliderHomeBullets.slider_alias_15 .order a:hover,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_info .post_author,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_info .comments_number,
.sc_calendar tbody td.today,
.sc_calendar tbody td.today a
{color: #ea624c;}
.content .booking_month_name_custom,
.topWrap .topMenuStyleLine > ul > li ul li a:hover,
.topWrap .topMenuStyleLine > ul > li ul li.current-menu-item > a,
.topWrap .topMenuStyleLine > ul > li ul li a:hover .menu_item_description,
.topWrap .topMenuStyleFon > ul > li > a:hover,
.topWrap .topMenuStyleFon > ul > li.sfHover > a,
.topMenuStyleFon ul#mainmenu .menu-panel ul.columns > li > a,
.topWrap .topMenuStyleFon > ul > li ul li a:hover,
.topWrap .topMenuStyleFon > ul > li ul li a:hover .menu_item_description
{color: #ea624c !important;}
.theme_accent2_bgc,
.sc_title_divider.theme_accent2 .sc_title_divider_before,
.sc_title_divider.theme_accent2 .sc_title_divider_after,
.sc_team .sc_team_item .sc_team_item_avatar:after,
.sliderHomeBullets.slider_alias_15 .order a,
.dark .sc_slider_pagination_area .flex-control-nav.manual li.active .slide_date,
.dark .sc_slider_pagination_area .flex-control-nav.manual li.cs-active-pagination .slide_date,
.dark .sc_slider_pagination_area .flex-control-nav.manual li:hover .slide_date,
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date,
.sc_video_player .sc_video_play_button:after,
.footerStyleLight .footerWidget .sc_video_player .sc_video_play_button:after,
.twitBlock,
.twitBlockWrap,
.sliderHomeBullets.slider_alias_13 .order a:hover,
.postAside
{background-color: #ea624c;}
.content .booking_day_black a,
.content .booking_day_black .booking_day_slots,
.content .booking_clear_custom:hover,
.content .booking_book_now_custom:hover,
.twitBlock .sc_slider .flex-direction-nav li
{background-color: #ea624c !important;}
.theme_accent2_bg,
.topTabsWrap
{background: #ea624c;}
.theme_accent2_border,
.topWrap .topMenuStyleLine > ul > li ul,
.sliderHomeBullets.slider_alias_13 .order a:hover
{border-color: #ea624c;}
.topWrap .openRightMenu:hover,
.topWrap .search:not(.searchOpen):hover {border-color: rgba(234, 98, 76, 0.40);}
.topWrap .topMenuStyleLine > ul > li > a {font-weight: bold;}
.top_panel_above .fullScreenSlider .topWrap /*,
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li ul,
.top_panel_above .fullScreenSlider .topWrap .topMenuStyleLine > ul > li .menu-panel */
{background-color: rgba(255, 255, 255, 0.80);}
/* Theme Accent3 Color */
.theme_accent3 {}
.theme_accent3_bgc {}
.theme_accent3_border {}
/* Theme Accent4 Color */
.theme_accent4 {color: #ff7593;}
.theme_accent4_bgc {background-color: #ff7593;}
.theme_accent4_border {border-color: #ff7593;}
.shop_features_bg {background-color: #2CBD44;}
.openResponsiveMenu,
.theme_dark,
.sc_section.bg_tint_dark .pushButton > a,
.topWrap .topMenuStyleLine > ul > li > a
/*dark*/{color: #292929;}
.theme_dark_bgc
/*dark_bg*/{background-color: #292929;}
.content .booking_day_black a,
.content .booking_day_black .booking_day_slots,
.widget .tagcloud a,
.widget_area .tagcloud a,
.theme_white,
.postStatus,
.sc_accordion.sc_accordion_style_3 .sc_accordion_item .sc_accordion_title,
.sidebar.widget_area .tabs_area ul.tabs > li a,
.widget_area .search-form .search-button a
/*white*/{color: #ffffff;}
.theme_white_bgc,
.topWrap,
.topWrap .topMenuStyleLine > ul > li ul,
.sidebar.widget_area .tabs_area ul.tabs > li a:hover,
.sidebar.widget_area .tabs_area ul.tabs > li.ui-state-active,
.sidebar.widget_area .tabs_area ul.tabs > li.ui-state-active a,
.widget_area .search-form .search-button a:hover
/*white_bg*/{background-color: #ffffff;}
/* Tribe Events */
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
{background-color: #1bb4b9;}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {background: #1bb4b9;}
/* Pricing Table */
.sc_pricing_table.table_color_green .sc_pricing_columns ul,
.sc_pricing_table.table_color_blue .sc_pricing_columns ul,
.sc_pricing_table.table_color_orange .sc_pricing_columns ul
{border: none;}
.sc_pricing_table.table_color_green .sc_pricing_columns ul li,
.sc_pricing_table.table_color_blue .sc_pricing_columns ul li,
.sc_pricing_table.table_color_orange .sc_pricing_columns ul li
{border-top: none;}
.sc_pricing_tabletable_color_green .sc_pricing_columns:last-child ul li:first-child,
.sc_pricing_tabletable_color_blue .sc_pricing_columns:last-child ul li:first-child,
.sc_pricing_tabletable_color_orange .sc_pricing_columns:last-child ul li:first-child
{-webkit-border-radius: 10px 10px 0 0 !important; -moz-border-radius: 10px 10px 0 0 !important; border-radius: 10px 10px 0 0 !important;}
.sc_pricing_table.table_color_green .sc_pricing_columns:last-child ul li:last-child,
.sc_pricing_table.table_color_blue .sc_pricing_columns:last-child ul li:last-child,
.sc_pricing_table.table_color_orange .sc_pricing_columns:last-child ul li:last-child
{-webkit-border-radius: 0 0 10px 10px !important; -moz-border-radius: 0 0 10px 10px !important; border-radius: 0 0 10px 10px !important;}
.sc_pricing_table.table_color_green .sc_pricing_columns:hover ul.columnsAnimate,
.sc_pricing_table.table_color_blue .sc_pricing_columns:hover ul.columnsAnimate,
.sc_pricing_table.table_color_orange .sc_pricing_columns:hover ul.columnsAnimate
{-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.sc_pricing_table.table_color_green .sc_pricing_data {color: #ffffff; font-size: 14px;}
.sc_pricing_table.table_color_green .sc_pricing_columns ul li {height: 40px; padding-left: 30px; padding-right: 30px; padding-top: 0;}
.sc_pricing_table.table_color_green .sc_pricing_columns ul li.sc_pricing_title {height: 65px; line-height: 65px; font-size: 20px; font-weight: 400;}
.sc_pricing_table.table_color_green .sc_pricing_columns ul li.sc_pricing_footer {padding-bottom: 55px;}
.sc_pricing_table.table_color_green .sc_pricing_columns:hover ul.columnsAnimate li:last-child {padding-bottom: 75px; padding-top: 0;}
.sc_pricing_table.table_color_green .sc_pricing_data,
.sc_pricing_table.table_color_green .sc_pricing_data.sc_pricing_price,
.sc_pricing_table.table_color_green .sc_pricing_data.sc_pricing_footer { background-image: none !important; background-color: #70bc4f !important; }
.sc_pricing_table.table_color_green .sc_pricing_columns ul li.sc_pricing_price { height: 85px !important; padding-top: 25px !important; }
/*.sc_pricing_table.table_color_green .sc_pricing_data.sc_pricing_footer { height: 60px; }*/
.sc_pricing_table.table_color_green .sc_pricing_data.sc_pricing_title { background-color: #58ad32 !important; }
.table_color_green .sc_price_item .sc_price_currency {color: #ffffff; font-size: 65px; font-weight: 400; top: 15px; left: 0;}
.table_color_green .sc_price_item .sc_price_money {color: #ffffff; font-size: 72px; font-weight: bold;}
.table_color_green .sc_price_item .sc_price_info {padding-left: 7px;}
.table_color_green .sc_price_item .sc_price_penny {color: #ffffff; font-size: 18px; font-weight: 400; }
.table_color_green .sc_price_item .sc_price_period {color: #ffffff; font-size: 18px; font-weight: 400; }
.sc_pricing_table.table_color_blue .sc_pricing_data {color: #ffffff; font-size: 14px;}
.sc_pricing_table.table_color_blue .sc_pricing_columns ul li {height: 40px; padding-left: 30px; padding-right: 30px; padding-top: 0;}
.sc_pricing_table.table_color_blue .sc_pricing_columns ul li.sc_pricing_title {height: 65px; line-height: 65px; font-size: 20px; font-weight: 400;}
.sc_pricing_table.table_color_blue .sc_pricing_columns ul li.sc_pricing_footer {padding-bottom: 55px;}
.sc_pricing_table.table_color_blue .sc_pricing_columns:hover ul.columnsAnimate li:last-child {padding-bottom: 75px; padding-top: 0;}
.sc_pricing_table.table_color_blue .sc_pricing_data,
.sc_pricing_table.table_color_blue .sc_pricing_data.sc_pricing_price,
.sc_pricing_table.table_color_blue .sc_pricing_data.sc_pricing_footer { background-image: none !important; background-color: #4fc1c5 !important; }
.sc_pricing_table.table_color_blue .sc_pricing_columns ul li.sc_pricing_price { height: 85px !important; padding-top: 25px !important; }
/*.sc_pricing_table.table_color_blue .sc_pricing_data.sc_pricing_footer { height: 60px; }*/
.sc_pricing_table.table_color_blue .sc_pricing_data.sc_pricing_title { background-color: #1bb4b9 !important; }
.table_color_blue .sc_price_item .sc_price_currency {color: #ffffff; font-size: 65px; font-weight: 400; top: 15px; left: 0;}
.table_color_blue .sc_price_item .sc_price_money {color: #ffffff; font-size: 72px; font-weight: bold;}
.table_color_blue .sc_price_item .sc_price_info {padding-left: 7px;}
.table_color_blue .sc_price_item .sc_price_penny {color: #ffffff; font-size: 18px; font-weight: 400; }
.table_color_blue .sc_price_item .sc_price_period {color: #ffffff; font-size: 18px; font-weight: 400; }
.sc_pricing_table.table_color_orange .sc_pricing_data {color: #ffffff; font-size: 14px;}
.sc_pricing_table.table_color_orange .sc_pricing_columns ul li {height: 40px; padding-left: 30px; padding-right: 30px; padding-top: 0;}
.sc_pricing_table.table_color_orange .sc_pricing_columns ul li.sc_pricing_title {height: 65px; line-height: 65px; font-size: 20px; font-weight: 400;}
.sc_pricing_table.table_color_orange .sc_pricing_columns ul li.sc_pricing_footer {padding-bottom: 55px;}
.sc_pricing_table.table_color_orange .sc_pricing_columns:hover ul.columnsAnimate li:last-child {padding-bottom: 75px; padding-top: 0;}
.sc_pricing_table.table_color_orange .sc_pricing_data,
.sc_pricing_table.table_color_orange .sc_pricing_data.sc_pricing_price,
.sc_pricing_table.table_color_orange .sc_pricing_data.sc_pricing_footer { background-image: none !important; background-color: #f5b120 !important; }
.sc_pricing_table.table_color_orange .sc_pricing_columns ul li.sc_pricing_price { height: 85px !important; padding-top: 25px !important; }
/*.sc_pricing_table.table_color_orange .sc_pricing_data.sc_pricing_footer { height: 60px; }*/
.sc_pricing_table.table_color_orange .sc_pricing_data.sc_pricing_title { background-color: #efa70f !important; }
.table_color_orange .sc_price_item .sc_price_currency {color: #ffffff; font-size: 65px; font-weight: 400; top: 15px; left: 0;}
.table_color_orange .sc_price_item .sc_price_money {color: #ffffff; font-size: 72px; font-weight: bold;}
.table_color_orange .sc_price_item .sc_price_info {padding-left: 7px;}
.table_color_orange .sc_price_item .sc_price_penny {color: #ffffff; font-size: 18px; font-weight: 400; }
.table_color_orange .sc_price_item .sc_price_period {color: #ffffff; font-size: 18px; font-weight: 400; }
.table_color_green .sc_pricing_table .sc_pricing_columns ul li.sc_pricing_footer,
.table_color_blue .sc_pricing_table .sc_pricing_columns ul li.sc_pricing_footer,
.table_color_orange .sc_pricing_table .sc_pricing_columns ul li.sc_pricing_footer
{height: auto;}
/* curveButton */
.squareButton.curveButton { height: 57px; }
.squareButton.curveButton > a,
.squareButton.curveButton > a:hover,
.squareButton.curveButton > button,
.squareButton.curveButton > button:hover,
.squareButton.curveButton > span { font-family: 'Fredoka One', cursive; font-weight: 400; min-width: 114px; letter-spacing: -.91px; }
.squareButton.curveButton > a:after,
.squareButton.curveButton > a:before,
.squareButton.curveButton > button:after,
.squareButton.curveButton > button:before { height: 55px; line-height: 55px; }
.squareButton.curveButton a,
.squareButton.curveButton button,
.squareButton.curveButton span {
border: none;
font-size: 14px; line-height: 55px; height: 55px;
text-transform: uppercase; text-align: center; color: #292929;
background: transparent url("../images/curve_btn.png") no-repeat center center !important;
padding-left: 10px;
padding-right: 10px;
}
.squareButton.curveButton.right a,
.squareButton.curveButton.right button,
.squareButton.curveButton.right span { background-image: url("../images/curve_btn_right.png") !important; }
.squareButton.curveButton > a:hover,
.squareButton.curveButton > button:hover { color: #EA624C; }
.squareButton.curveButton.mini { height: 44px; }
.squareButton.curveButton.mini a,
.squareButton.curveButton.mini button,
.squareButton.curveButton.mini span {
font-size: 10px; line-height: 42px; height: 42px; min-width: 91px;
background: transparent url("../images/curve_btn_mini.png") no-repeat center center !important;
padding-left: 5px;
padding-right: 5px;
}
.squareButton.curveButton.mini.right a,
.squareButton.curveButton.mini.right button,
.squareButton.curveButton.mini.right span { background-image: url("../images/curve_btn_mini_right.png") !important; }
.squareButton.curveButton.mini > a:after,
.squareButton.curveButton.mini > a:before,
.squareButton.curveButton.mini > button:after,
.squareButton.curveButton.mini > button:before { height: 42px; line-height: 42px; }
.squareButton.curveButton.medium { height: 53px; }
.squareButton.curveButton.medium a,
.squareButton.curveButton.medium button,
.squareButton.curveButton.medium span {
font-size: 12px; line-height: 51px; height: 51px; min-width: 103px;
background: transparent url("../images/curve_btn_medium.png") no-repeat center center !important;
padding-left: 5px;
padding-right: 5px;
}
.squareButton.curveButton.medium.right a,
.squareButton.curveButton.medium.right button,
.squareButton.curveButton.medium.right span { background-image: url("../images/curve_btn_medium_right.png") !important; }
.squareButton.curveButton.medium > a:after,
.squareButton.curveButton.medium > a:before,
.squareButton.curveButton.medium > button:after,
.squareButton.curveButton.medium > button:before { height: 51px; line-height: 51px; }
.squareButton.curveButton.big { height: 57px; }
.squareButton.curveButton.big a,
.squareButton.curveButton.big button,
.squareButton.curveButton.big span {
font-size: 14px; line-height: 55px; height: 55px; min-width: 114px;
background: transparent url("../images/curve_btn_big.png") no-repeat center center !important;
padding-left: 5px;
padding-right: 5px;
}
.squareButton.curveButton.big.right a,
.squareButton.curveButton.big.right button,
.squareButton.curveButton.big.right span { background-image: url("../images/curve_btn_big_right.png") !important; }
.squareButton.curveButton.big > a:after,
.squareButton.curveButton.big > a:before,
.squareButton.curveButton.big > button:after,
.squareButton.curveButton.big > button:before { height: 55px; line-height: 55px; }
.squareButton.curveButton.huge { height: 86px; }
.squareButton.curveButton.huge a,
.squareButton.curveButton.huge button,
.squareButton.curveButton.huge span {
font-size: 22px; line-height: 84px; height: 84px; min-width: 169px;
background: transparent url("../images/curve_btn_huge.png") no-repeat center center !important;
padding-left: 0;
padding-right: 10px;
}
.squareButton.curveButton.huge.short a,
.squareButton.curveButton.huge.short button,
.squareButton.curveButton.huge.short span { min-width: 145px; background-image: url("../images/curve_btn_huge_short.png") !important; }
.squareButton.curveButton.huge.right a,
.squareButton.curveButton.huge.right button,
.squareButton.curveButton.huge.right span { background-image: url("../images/curve_btn_huge_right.png") !important; }
.squareButton.curveButton.huge.right.short a,
.squareButton.curveButton.huge.right.short button,
.squareButton.curveButton.huge.right.short span { background-image: url("../images/curve_btn_huge_right_short.png") !important; }
.squareButton.curveButton.huge > a:after,
.squareButton.curveButton.huge > a:before,
.squareButton.curveButton.huge > button:after,
.squareButton.curveButton.huge > button:before { height: 84px; line-height: 84px; }
.squareButton.curveButton.banner { height: 86px; }
.squareButton.curveButton.banner a,
.squareButton.curveButton.banner button,
.squareButton.curveButton.banner span {
font-size: 24px; line-height: 84px; height: 84px; min-width: 231px;
background: transparent url("../images/curve_btn_banner.png") no-repeat center center !important;
padding-left: 0;
padding-right: 10px;
}
.squareButton.curveButton.banner.right a,
.squareButton.curveButton.banner.right button,
.squareButton.curveButton.banner.right span { background-image: url("../images/curve_btn_banner_right.png") !important; }
.squareButton.curveButton.banner > a:after,
.squareButton.curveButton.banner > a:before,
.squareButton.curveButton.banner > button:after,
.squareButton.curveButton.banner > button:before { height: 84px; line-height: 84px; }
.rev_slider_wrapper .squareButton.curveButton a,
.rev_slider_wrapper .squareButton.curveButton button,
.rev_slider_wrapper .squareButton.curveButton span {
background-size: 100% auto !important;
background-position: center top !important;
}
/* Testimonials */
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_quote { font-size: 18px; font-weight: 500; }
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_author .sc_testimonials_item_avatar { width: 60px; height: 60px; border: solid 5px #ffffff; position: relative; }
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_author .sc_testimonials_item_avatar:before {content: ''; display: block; width: 70px; height: 70px; position: absolute; top: -5px; left: -5px; border-radius: 50%; box-shadow: inset -3px 1px 0 0 #df6f23;}
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_author .sc_testimonials_item_name { font-size: 20px; font-weight: 400; margin-left: 80px; }
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_author .sc_testimonials_item_position { font-size: 16px; font-weight: 300; text-transform: uppercase; margin-left: 80px; }
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_object {display: none;}
.theme_skin_kidscare .sc_testimonials .sc_testimonials_item_object .obhect {}
.theme_skin_kidscare .sc_testimonials.sc_testimonials_style_1 {}
.theme_skin_kidscare .sc_testimonials.sc_testimonials_style_2 {}
.theme_skin_kidscare .sc_testimonials.sc_testimonials_style_3 {}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_items,
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .flex-direction-nav li {background-color: transparent;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_content {padding-top: 0;padding-bottom: 0;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_quote:before {display: none;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_quote .sc_testimonials_item_text {font-size: 18px; line-height: 28px; font-weight: 500;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author {border: none; margin-top: 35px;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_avatar {width: 65px; height: 65px; border: solid 5px #ffffff; position: relative;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_avatar:before {content: ''; display: block; width: 75px; height: 75px; position: absolute; top: -5px; left: -5px; border-radius: 50%; box-shadow: inset -3px 1px 0 0 #df6f23;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_name {font-size: 35px; margin-left: 95px; font-weight: bold; margin-top: 10px;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_position {font-size: 16px; margin-left: 95px; margin-top: 10px;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_quote .sc_testimonials_item_text,
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_name,
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .sc_testimonials_item_author .sc_testimonials_item_position { /*color: #ffffff;*/ }
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide .sc_testimonials_item_content {}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide .sc_testimonials_item_content .sc_testimonials_item_object {height: 96px; position: relative; overflow: hidden; margin-top: 70px; display: block;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide .sc_testimonials_item_content .sc_testimonials_item_object .object {height: 96px; width: 194px; position: absolute; top: 0; right: 0%; margin-right: -97px; background: transparent url("../images/object_2.png") no-repeat center center;}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide .sc_testimonials_item_content .sc_testimonials_item_object .object,
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide.swiper-slide-visible .sc_testimonials_item_content .sc_testimonials_item_object .object,
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide.swiper-slide-active .sc_testimonials_item_content .sc_testimonials_item_object .object {
-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
-webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s;
}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide .sc_testimonials_item_content .sc_testimonials_item_object .object {}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide.swiper-slide-visible .sc_testimonials_item_content .sc_testimonials_item_object .object {}
.theme_skin_kidscare .sc_testimonials_style_2.with_aircraft .swiper-slide.swiper-slide-active .sc_testimonials_item_content .sc_testimonials_item_object .object {right: 50%;}
.sc_border { padding: 4% 10% 10% 10%; } /*4% 10% 6% 10% / 7% 10% 7% 10%*/
/* Other skin settings
------------------------------------------------------------------------- */
/* Fonts */
body {font-family: 'Ubuntu', sans-serif; font-size: 16px; line-height:21px; font-weight:300; color: #969899 /*#808080*/;}
textarea { font-family: 'Ubuntu', sans-serif; color: #191d1e; }
.logo_text { font-family: 'Fredoka One', cursive; font-weight:700; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Fredoka One', cursive; font-weight:400; }
h1, .h1 { font-weight:400; }
h2, .h2 { font-size:36px; line-height:36px; }
h3, .h3 { font-size:24px; line-height:28px; }
h4, .h4 { font-size:20px; line-height:24px; }
h5, .h5 { font-size:18px; line-height:20px; }
h6, .h6 { font-size:16px; line-height:18px; }
.bg_tint_dark h1, .bg_tint_dark h2, .bg_tint_dark h3, .bg_tint_dark h4, .bg_tint_dark h5, .bg_tint_dark h6,
.bg_tint_dark .h1, .bg_tint_dark .h2, .bg_tint_dark .h3, .bg_tint_dark .h4, .bg_tint_dark .h5, .bg_tint_dark .h6 { color: #ffffff; }
.bg_tint_light h1, .bg_tint_light h2, .bg_tint_light h3, .bg_tint_light h4, .bg_tint_light h5, .bg_tint_light h6,
.bg_tint_light .h1, .bg_tint_light .h2, .bg_tint_light .h3, .bg_tint_light .h4, .bg_tint_light .h5, .bg_tint_light .h6 { color: #292929; }
b, strong { font-weight:700; }
.font_fredoka_one,
.booking_month_container_all .booking_month_name,
.booking_month_container_all .booking_month_year
/*font_fredoka*/{font-family: 'Fredoka One', cursive;}
.font_ubuntu,
.sc_title.sc_title_iconed,
.woocommerce ul.products li.product h3
/*font_ubuntu*/{font-family: 'Ubuntu', sans-serif; font-weight: 500; letter-spacing: -0.35px;}
.title_type_1 { font-size: 40px; line-height: 55px; }
.title_type_2 { font-size: 24px; line-height: 36px; }
.text_md { font-size: 18px; line-height: 28px; }
.text_lg { font-size: 24px; line-height: 34px; }
.text_xl { font-size: 60px; line-height: 75px; }
.sc_title.sc_title_regular.text_xl { padding-bottom: 25px; }
.sc_title.style_1 {margin-top:7px;font-weight:400;padding-bottom: 0;}
.sc_title.style_2 {font-weight:700;}
.sc_title.sc_title_iconed.style_1 {text-align: center; color: #292929; font-weight: 500;}
/* User menu */
.usermenu_area { background-color: #191d1e; }
.topWrap .usermenu_area { color: rgba(255,255,255,0.5); }
.topWrap .usermenu_area a { color: rgba(255,255,255,0.5); }
/* Top area */
.logo .logo_text {line-height: 45px;}
.logo .logo_slogan {font-size: 12px; line-height: 12px;}
.logo .logo_slogan {color: #ea624c;}
.topWrap .logo {font-size: 36px;}
.topWrap .logo {height: 52px; /*padding-top: 27px;*/}
.topWrap .logo img {height: 35px;}
/*.sidemenu_wrap .logo img {height: 52px;}*/
header.menu_right .logo_slogan {display: block;}
header.fixedTopMenu .topWrap .logo {height: 30px;}
header.fixedTopMenu .topWrap .logo img {height: 35px;}
header.fixedTopMenu .topWrap .logo .logo_text {line-height: 21px;}
.topWrap .logo.logo_center {height: 35px;}
.topWrap .with_logo_center .search {margin-top: 8px;}
.topWrap .with_logo_center .topMenuStyleLine > ul > li {padding-top: 5px;}
.topWrap .with_logo_center .topMenuStyleLine > ul > li > ul {top: 47px;}
.topWrap .with_logo_center ul#mainmenu ul.menu-panel {top: 47px;}
.topTabsWrap {background: #ea624c /*86d9d2*/; border-bottom-width: 0;}
.topTabsWrap .pageTitle {color: #ffffff; font-family: 'Ubuntu', sans-serif; font-weight: 700;}
.topTabsWrap .speedBar {color: rgba(255, 255, 255, 0.7);}
.topTabsWrap .speedBar .breadcrumbs_delimiter {color: #ffffff;}
.topTabsWrap .speedBar a {color: #ea624c; background-color: #ffffff; border-radius: 4px; padding: 4px 10px;}
.topTabsWrap .speedBar a:hover {color: #ffffff; background-color: #cc5d47; text-decoration: none;}
.topTabsWrap .speedBar a,
.topTabsWrap .speedBar a:hover{
-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;
}
.tabsButton ul li.ui-state-default:hover a:before, .tabsButton ul li.ui-tabs-active { border-color: transparent; }
.tabsButton ul li, .tabsButton ul li a:before { border-radius:0; }
.tabsButton ul li:hover a { color: #9b9b9b; }
.openRightMenu,
.topWrap .search { border-width: 1px; border-color:transparent; }
.topWrap .search.searchOpen { border-color: #ffffff; }
.openRightMenu:before,
.topWrap .search:before { color: #ffffff; }
.topWrap .search:before { content: '\e930'; }
/* Main menu */
.topWrap .topMenuStyleLine > ul > li ul {
background-color: #1BB4B9;
border: none;
border-radius: 4px;
padding-top: 4px;
padding-bottom: 4px;
-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.15) !important;
-moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.15) !important;
box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.15) !important;
}
.topWrap .topMenuStyleLine ul.custom-menu-style ul.sub-menu {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.topMenuStyleLine ul#mainmenu > li ul li a .menu_icon,
.topMenuStyleFon ul#mainmenu > li ul li a .menu_icon,
ul#mainmenu .menu-panel ul.columns > li a .menu_icon { display: none; }
.topWrap .topMenuStyleLine > ul > li > a {
font-size: 13px; font-weight: 700;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.topWrap .topMenuStyleLine > ul > li > a .menu_icon {display: none;}
.topWrap .topMenuStyleLine > ul > li:hover > a {color: #ffffff;}
.topWrap .topMenuStyleLine > ul > li > a:hover {background-color: #1BB4B9; color: #ffffff;}
.topWrap .topMenuStyleLine > ul > li ul li ul {border-top: none; padding-top: 4px; margin-top: -5px;}
.topWrap .topMenuStyleLine > ul > li.current-menu-ancestor > a {background-color: #1BB4B9; color: #ffffff;}
.topWrap .topMenuStyleLine > ul > li ul li.current-menu-item > a {background:#fff; color: }
/* menu animation */
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0% {opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3);}
20% {-webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
40% {-webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9);}
60% {opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}
80% {-webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97);}
100% {opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0% {opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3);}
20% {-webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
40% {-webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9);}
60% {opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03);}
80% {-webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97);}
100% {opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
}
@-webkit-keyframes fadeOutDown { 0% {opacity: 1;} 100% {opacity: 0; -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0);} }
@keyframes fadeOutDown { 0% {opacity: 1;} 100% {opacity: 0; -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0);} }
.topWrap .topMenuStyleLine > ul > li.sfHover ul {-webkit-animation-name: bounceIn; animation-name: bounceIn; -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-delay: 0s; animation-delay: 0s;}
.topWrap .topMenuStyleLine > ul > li ul {-webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; -webkit-animation-duration: .50s; animation-duration: .50s; -webkit-animation-delay: 0s; animation-delay: 0s;}
/* /animation */
.topWrap .topMenuStyleLine > ul > li ul { font-weight: 700; }
.topMenuStyleLine ul#mainmenu .menu-panel ul.columns > li > a {}
.topWrap .topMenuStyleLine > ul > li ul li a,
.topMenuStyleLine ul#mainmenu .menu-panel ul.columns > li > a,
.topMenuStyleLine ul#mainmenu > li ul li a .menu_icon
{color: #ffffff;}
/*ul#mainmenu ul.menu-panel*/
.topWrap .topMenuStyleLine > ul > li ul {top: 72px;}
header.fixedTopMenu .topWrap .menuTopWrap.topMenuStyleLine > ul > li > ul {top: 52px;}
ul#mainmenu ul.menu-panel {top: 72px;}
header.fixedTopMenu .topWrap .menuTopWrap.topMenuStyleLine > ul#mainmenu > li > .menu-panel {top: 52px;}
.topWrap .topMenuStyleLine > ul > li + li {margin-left: 3px;}
.topWrap .topMenuStyleLine > ul > li:after {
height: 39px;
border-radius: 4px;
margin-top: -39px;
box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.15) !important;
}
.topWrap .topMenuStyleLine > ul > li:after {background: #1BB4B9;}
/*.topMenuStyleLine ul#mainmenu .menu-panel ul.columns > li > a:hover {color: #ea624c !important;}*/
.theme_accent2_border,
.topWrap .topMenuStyleLine > ul > li ul
{
border-bottom-color: rgba(41, 41, 41, 0.20);
border-right-color: rgba(41, 41, 41, 0.20);
border-left-color: rgba(41, 41, 41, 0.20);
}
.topWrap .topMenuStyleLine > ul > li ul {
border-top-color: rgba(41, 41, 41, 0.20);
}
/*.topWrap .topMenuStyleLine > ul > li:after {background: rgba(234, 98, 76, 0.35);}*/
/*.menu_item_description {color: rgba(0,0,0,0.5); font-weight: 400; font-size: 11px;}*/
/*.topMenuStyleLine ul#mainmenu .menu-panel ul.columns > li > a:hover .menu_item_description {color: rgba(0,0,0,0.7) !important;}*/
.topWrap .topMenuStyleFon>ul>li ul,.topWrap .topMenuStyleLine>ul>li ul{width:260px; }
.topWrap .topMenuStyleFon>ul>li ul li ul{left:270px; }
.openRightMenu, .topWrap .search {border-color: transparent;}
.openRightMenu:before,
.topWrap .search:before {color: #000000;}
.topWrap .search.searchOpen {border-color: rgba(0,0,0,.2);}
.topWrap .search .searchForm .searchSubmit .icoSearch:before {color: rgba(0,0,0,.2);}
.topWrap .search .searchForm .searchField {color: rgba(0,0,0,.2);}
.topWrap .search .searchForm .searchField::-webkit-input-placeholder { color: rgba(0,0,0,.2); }
.topWrap .search .searchForm .searchField:focus {color: rgba(0,0,0,.5);}
.topWrap .search:before {content: '\e83f';}
.topWrap .search:not(.searchOpen):hover:before {background-color: transparent;}
/*helicopter*/
.upToScroll {bottom: 30px; right: -150px; background-color: transparent; height: auto; border: none;}
.upToScroll.buttonShow {bottom: 30px; right: 30px;}
.upToScroll a.scrollToTop:before {content: ''; display: none;}
.upToScroll a.scrollToTop {
background: transparent url("../images/object_3_main.png") no-repeat 50% 100%;
background-size: cover;
width: 146px;
height: 70px;
animation-name: floating;
-webkit-animation-name: floating;
animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
@keyframes floating {
0% {transform: translateY(0%) rotate3d(0,0,-1,0deg);}
50% {transform: translateY(8%) rotate3d(0,0,-1,3deg);}
100% {transform: translateY(0%) rotate3d(0,0,-1,0deg);}
}
@-webkit-keyframes floating {
0% {-webkit-transform: translateY(0%) rotate3d(0,0,-1,0deg);}
50% {-webkit-transform: translateY(8%) rotate3d(0,0,-1,3deg);}
100% {-webkit-transform: translateY(0%) rotate3d(0,0,-1,0deg);}
}
.upToScroll a.scrollToTop:before {
content: '';
display: block;
background: transparent url("../images/object_3_addon.png") no-repeat 50% 100%; background-size: cover;
width: 52px; height: 14px;
animation-name: spining;
-webkit-animation-name: spining;
animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-timing-function:linear;
-webkit-animation-timing-function:linear;
animation-play-state: running;
-webkit-animation-play-state: running;
}
@keyframes spining {
from {transform:rotateY(0deg);}
to {transform:rotateY(-360deg);}
}
@-webkit-keyframes spining {
from {-webkit-transform:rotateY(0deg);}
to {-webkit-transform:rotateY(-360deg);}
}
.upToScroll a.scrollToTop:after {
content: '';
display: block;
margin-top: 8px;
margin-left: 59px;
background: transparent url("../images/object_3_small.png") no-repeat 50% 100%; background-size: cover;
width: 8px; height: 30px;
animation-name: rotating;
-webkit-animation-name: rotating;
animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-timing-function:linear;
-webkit-animation-timing-function:linear;
animation-play-state: running;
-webkit-animation-play-state: running;
}
@keyframes rotating {
from {transform: rotate(0deg);}
to {transform: rotate(-360deg);}
}
@-webkit-keyframes rotating {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(-360deg);}
}
/*/helicopter*/
/*bulb*/
.footerContentWrap .upToScrollWrapper {position: relative; height: 24px; overflow: hidden; margin-top: -24px;}
.footerContentWrap .upToScrollWrapper .upToScroll {
border: none;
background: transparent;
position: absolute;
top: auto; bottom: 0 !important;
left: 50%; right: auto;
height: 24px;
margin-left: -42px;
z-index: 1;
}
.footerContentWrap .upToScrollWrapper .upToScroll a {color: #c0d75f;}
.footerContentWrap .upToScrollWrapper .upToScroll a:hover {color: #EA624C;}
.footerContentWrap .upToScrollWrapper .upToScroll a.addBookmark {display: none;}
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop {
width: 84px; height: 84px; line-height: 24px; background-color: #ffffff; margin-right: -42px; margin-top: 25px;
-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; -ms-transition: all 0.9s ease-out; -o-transition: all 0.9s ease-out; transition: all 0.9s ease-out;
}
.footerContentWrap .upToScrollWrapper .upToScroll a:before {line-height: 24px; font-size: 16px;}
.footerContentWrap .upToScrollWrapper .upToScroll.show a.scrollToTop {margin-top: 0;}
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop{background-image: none;}
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop:before {font-family: "fontello"; content: '\e827'; background-image: none; width: auto;}
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop:after {display: none;}
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop,
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop:before,
.footerContentWrap .upToScrollWrapper .upToScroll a.scrollToTop:after {
animation-name: none;
-webkit-animation-name: none;
}
/* Blog
------------------------------------------------------------------- */
.relatedPostWrap article .relatedInfo {font-style: normal;}
.sc_section.columns2_3.post_thumb.thumb {width: 100%; max-width: 100%;}
.sc_contact_form .sc_contact_form_button {padding-top: 0;}
/* Footer
------------------------------------------------------------------- */
.footerWrap.footerStyleLight {background: #f9fafb url("../images/pattern_7.png") repeat 50% 100%; border: none;}
.footerWrap.footerStyleDark {}
/*.theme_skin_kidscare .contactFooterWrap.footerStyleLight {background: #ea624c url("../images/object_1.png") no-repeat 50% 100%; color: #ffffff;}*/
.theme_skin_kidscare .contactFooterWrap.footerStyleLight {background: #ea624c; color: #ffffff;}
/*.theme_skin_kidscare .contactFooterWrap.footerStyleDark {background: #143A43 url("../images/object_1.png") no-repeat 50% 100%; color: #ffffff;}*/
.theme_skin_kidscare .contactFooterWrap.footerStyleDark {background: #143A43; color: #ffffff;}
.contactFooterWrap.footerStyleLight .contactAddress {color: #ffffff;}
.contactFooterWrap.footerStyleDark .contactAddress {color: #ffffff;}
.footerWidget {padding-bottom: 80px; padding-top: 80px;}
.footerStyleLight .footerWidget .widgetWrap .title {}
.footerStyleLight .footerWidget .widgetWrap .title {text-transform: uppercase; color: #292929; padding-bottom: 50px;}
.footerWrap .sidebar > .widget ul > li,
.footerWrap .widget_area .widgetWrap ul > li {font-size: 14px;}
.theme_skin_kidscare .contactFooter { padding: 90px 0 90px 0; }
.contactFooter .logo img { height: auto; }
.contactFooter .contactShare ul li a span,
.contactFooter .contactShare ul li a {background-size: 74px 148px; height: 74px; width: 74px;}
.contactFooter .contactShare ul li a {background-position: 0 -74px;}
.contactFooter .contactShare ul li a span {background-position: 0 0;}
.author .socPage ul li a span, .copyWrap .socPage ul li a span, .widget_socials .socPage ul li a span, .author .socPage ul li a, .copyWrap .socPage ul li a, .widget_socials .socPage ul li a, .sc_team .sc_team_item .sc_team_item_socials li a span, .sc_team .sc_team_item .sc_team_item_socials li a {
background-size: 36px 72px;
height: 36px;
width: 37px;
}
.widget_socials .socPage ul li a, .author .socPage ul li a, .copyWrap .socPage ul li a, .sc_team .sc_team_item .sc_team_item_socials li a {
background-position: 0 -36px;
}
.widget_socials .socPage ul li a span, .author .socPage ul li a span, .copyWrap .socPage ul li a span, .sc_team .sc_team_item .sc_team_item_socials li a span {
background-position: 0 0;
}
.widget_socials .socPage ul,
.copyWrap .socPage,
.copyWrap .socPage ul { height: 36px; }
.copyWrap .socPage { padding-top: 4px; }
.footerStyleLight .footerWidget .sc_calendar tbody td.today,
.footerStyleLight .footerWidget .sc_calendar tbody td.today a { background-color:transparent; }
.footerStyleDark .footerWidget .widgetWrap .title { color: #ffffff; }
.copyWrap { background-color: #ffffff; color: #a5a5a5; }
.copyWrap a { color: rgba(234, 98, 76, 0.60); }
.copyWrap a:hover { color: #ea624c; }
.widget_advert strong {font-weight: 500;}
/* Shortcodes
------------------------------------------------------------------- */
/* Accordion and Toggles */
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title { background: none; }
/* Blogger */
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date { border-width:0; }
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date .day_month { color: #ffffff !important; font-weight:400; }
.sc_blogger.style_date .sc_blogger_item .sc_blogger_date .year { color: #ffffff; font-weight:400; }
.sc_blogger.style_date .sc_blogger_item .sc_blogger_title { font-family: 'Ubuntu', sans-serif; font-weight:400; font-size: 1em; color: #191d1e; }
.sc_blogger.style_date .sc_blogger_item .sc_blogger_title a { color: #191d1e; }
.sc_blogger.style_date .sc_blogger_item .sc_blogger_info { font-style:normal; }
/* Blogger Classes */
.sc_blogger.style_image_classes,
.sc_blogger.style_image_classes a {color: #ffffff;}
.sc_blogger.style_image_classes .sc_blogger_item {
border-radius: 10px;
overflow: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
background-color: #2d3e50;
}
.sc_blogger.style_image_classes .thumb {}
.sc_blogger.style_image_classes .thumb img {border-radius: 0;}
/*.sc_blogger.style_image_classes .thumb a:hover img {opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}*/
.sc_blogger.style_image_classes .thumb a {display: block; overflow: hidden; position: relative;}
.sc_blogger.style_image_classes .thumb a:after {
background-color: transparent;
content: ''; display: block;
position: absolute; z-index: 0;
top: -300%; left: -10%;
height: 300% !important;
width: 200% !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.sc_blogger.style_image_classes .thumb a:hover:after,
.sc_blogger.style_image_classes .thumb a:active:after {
top: -100%;
background-color: rgba(0, 0, 0, 0.3);
}
.sc_blogger.style_image_classes .thumb a,
.sc_blogger.style_image_classes .thumb a img,
.sc_blogger.style_image_classes .thumb a:hover img,
.sc_blogger.style_image_classes .thumb a .sc_blogger_content,
.sc_blogger.style_image_classes .thumb a:hover .sc_blogger_content
{
-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.sc_blogger.style_image_classes .sc_blogger_title {
margin: 20px 20px 0 20px;
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
line-height: 24px;
min-height: 48px;
}
.sc_blogger.style_image_classes .reviews_summary .starReview:before {color: #ffffff;}
.sc_blogger.style_image_classes .sc_blogger_title + .reviews_summary {
margin: 0 20px 20px 20px;
padding: 0;
}
.sc_blogger.style_image_classes .classes_price {
float: right;
max-width: 150px;
margin: -8px 0 0 20px;
font-size: 30px;
font-family: 'Ubuntu', sans-serif;
font-weight: 100;
}
.sc_blogger.style_image_classes .classes_price p {
padding: 0;
margin: 0;
font-weight: 100;
}
.sc_blogger.style_image_classes .classes_price strong {
font-size: 18px;
font-weight: 100;
}
.sc_blogger.style_image_classes .sc_blogger_item .sc_blogger_content {
background-color: #2d3e50;
position: absolute; z-index: 5;
bottom: -100%; left: 0;
width: 100%; min-height: 70px;
}
.sc_blogger.style_image_classes .sc_blogger_content_inner {
padding: 10px 20px;
}
.sc_blogger.style_image_classes .sc_blogger_item:hover .sc_blogger_content {bottom: 0;}
.sc_blogger.style_image_classes .sc_blogger_item .thumb .sc_blogger_content {display: block;}
.sc_blogger.style_image_classes .sc_blogger_item > .sc_blogger_content {display: none;}
.sc_blogger.style_image_classes .sc_blogger_info:before {display: none;}
.sc_blogger.style_image_classes .sc_blogger_info {margin: 0 20px; display: none;}
.sc_blogger.style_image_classes .sc_blogger_more,
.sc_blogger.style_image_classes .sc_blogger_more a {background-color: transparent; border-color: transparent;}
.sc_blogger.style_image_classes .column_item_1 .sc_blogger_content {background-color: #2d3e50; background-color: rgba(45, 62, 80, 0.70);}
.sc_blogger.style_image_classes .column_item_1 .sc_blogger_item {background-color: #2d3e50;}
.sc_blogger.style_image_classes .column_item_2 .sc_blogger_content {background-color: #f79c27; background-color: rgba(247, 156, 39, 0.70);}
.sc_blogger.style_image_classes .column_item_2 .sc_blogger_item {background-color: #f79c27;}
.sc_blogger.style_image_classes .column_item_3 .sc_blogger_content {background-color: #a7d163; background-color: rgba(167, 209, 99, 0.70);}
.sc_blogger.style_image_classes .column_item_3 .sc_blogger_item {background-color: #a7d163;}
.sc_blogger.style_image_classes .column_item_4 .sc_blogger_content {background-color: #a7d163; background-color: rgba(167, 209, 99, 0.70);}
.sc_blogger.style_image_classes .column_item_4 .sc_blogger_item {background-color: #a7d163;}
.sc_blogger.style_image_classes .column_item_5 .sc_blogger_content {background-color: #fe7d60; background-color: rgba(254, 125, 96, 0.70);}
.sc_blogger.style_image_classes .column_item_5 .sc_blogger_item {background-color: #fe7d60;}
.sc_blogger.style_image_classes .column_item_6 .sc_blogger_content {background-color: #0dcdc0; background-color: rgba(13, 205, 192, 0.70);}
.sc_blogger.style_image_classes .column_item_6 .sc_blogger_item {background-color: #0dcdc0;}
.sc_blogger.style_image_classes .column_item_7 .sc_blogger_content {background-color: #2d3e50; background-color: rgba(45, 62, 80, 0.70);}
.sc_blogger.style_image_classes .column_item_7 .sc_blogger_item {background-color: #2d3e50;}
.sc_blogger.style_image_classes .column_item_8 .sc_blogger_content {background-color: #f79c27; background-color: rgba(247, 156, 39, 0.70);}
.sc_blogger.style_image_classes .column_item_8 .sc_blogger_item {background-color: #f79c27;}
.sc_blogger.style_image_classes .column_item_9 .sc_blogger_content {background-color: #a7d163; background-color: rgba(167, 209, 99, 0.70);}
.sc_blogger.style_image_classes .column_item_9 .sc_blogger_item {background-color: #a7d163;}
.sc_blogger.style_image_classes .column_item_10 .sc_blogger_content {background-color: #a7d163; background-color: rgba(167, 209, 99, 0.70);}
.sc_blogger.style_image_classes .column_item_10 .sc_blogger_item {background-color: #a7d163;}
.sc_blogger.style_image_classes .column_item_11 .sc_blogger_content {background-color: #fe7d60; background-color: rgba(254, 125, 96, 0.70);}
.sc_blogger.style_image_classes .column_item_11 .sc_blogger_item {background-color: #fe7d60;}
.sc_blogger.style_image_classes .column_item_12 .sc_blogger_content {background-color: #0dcdc0; background-color: rgba(13, 205, 192, 0.70);}
.sc_blogger.style_image_classes .column_item_12 .sc_blogger_item {background-color: #0dcdc0;}
.sc_blogger_horizontal.sc_blogger_columns_4 .sc_blogger_item{width: 25%;}
.sc_blogger_horizontal.sc_blogger_horizontal_2_columns .sc_blogger_item {width: 48%; display: inline-table; margin-bottom: 30px;}
.sc_blogger_horizontal.sc_blogger_horizontal_2_columns .sc_blogger_item:nth-child(2n+2) {margin-left: 30px;}
/* Line */
/*.sc_line.wavy,*/
.sc_line.sc_line_style_wavy {
height: 22px !important;
border: none !important;
background: transparent url("../images/line_wavy.png") repeat-x center center !important;
}
.sc_line.sc_line_style_wavy_orange {
height: 22px !important;
border: none !important;
background: transparent url("../images/line_wavy_orange.png") repeat-x center center !important;
}
/* Team */
.theme_skin_kidscare .sc_team .sc_team_item {
/*padding-top: 65px;*/
overflow: hidden;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.theme_skin_kidscare .sc_team .sc_team_item .sc_team_item_avatar:before {content:''; display:block; position:absolute; width:100%; height:100%; z-index: 3; margin-left: -4px; border-right: solid 4px rgba(27, 180, 185, 0.50);}
.theme_skin_kidscare .sc_team .sc_team_item .sc_team_item_avatar:after {margin: 0; opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; background-color: #1BB4B9;}
.theme_skin_kidscare .sc_team .sc_team_item .sc_team_item_info {padding-top: 35px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.theme_skin_kidscare .sc_team .sc_team_item .sc_team_item_info .sc_team_item_title {font-family: 'Ubuntu', sans-serif; font-weight: 300;}
.theme_skin_kidscare .sc_team .sc_team_item .sc_team_item_info .sc_team_item_position {font-family: 'Ubuntu', sans-serif; text-transform: uppercase;}
.theme_skin_kidscare .sc_team .sc_team_item:hover .sc_team_item_info {background-color: transparent; padding-bottom:32px;}
.theme_skin_kidscare .sc_team .sc_team_item:hover .sc_team_item_avatar {margin-top:-64px;}
.theme_skin_kidscare .sc_team .sc_team_item:hover .sc_team_item_avatar:after {opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}
.theme_skin_kidscare .sc_team .sc_team_item:hover .sc_team_item_avatar img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.theme_skin_kidscare .bg_tint_dark .sc_team .sc_team_item .sc_team_item_info .sc_team_item_title {color: #ffffff;}
.theme_skin_kidscare .bg_tint_dark .sc_team .sc_team_item .sc_team_item_info .sc_team_item_position {color: #ffffff;}
.theme_skin_kidscare .bg_tint_dark .sc_team .sc_team_item .sc_team_item_avatar:before {border-right: solid 4px #143a43;}
.theme_skin_kidscare .bg_tint_dark .sc_team .sc_team_item .sc_team_item_avatar:after {background-color: #143a43;}
/* Slider */
.dark .sc_slider_pagination_area .flex-control-nav.manual .slide_info .slide_title { font-family: 'Ubuntu', sans-serif; font-weight:400; color: #ffffff; }
.dark .sc_slider_pagination_area .flex-control-nav.manual li + li .slide_pager { border-color: rgba(255,255,255,0.3); }
.dark .sc_slider_pagination_area .flex-control-nav.manual li.active,
.dark .sc_slider_pagination_area .flex-control-nav.manual li.cs-active-pagination,
.dark .sc_slider_pagination_area .flex-control-nav.manual li:hover { background-color:transparent; }
.dark .sc_scroll_vertical .sc_scroll_bar { border-color: rgba(255,255,255,0.3); }
/* Video */
.sc_video_player .sc_video_play_button:after,
.sc_video_player:hover .sc_video_play_button:after,
.footerStyleLight .footerWidget .sc_video_player .sc_video_play_button:after,
.footerStyleLight .footerWidget .sc_video_player:hover .sc_video_play_button:after { color: #ffffff; }
/* Slider */
.sc_slider_flex ul.flex-direction-nav,
.sc_slider_chop ul.flex-direction-nav,
.sc_slider_swiper ul.flex-direction-nav
{right: 10px;}
.sc_slider_flex:hover ul.flex-direction-nav,
.sc_slider_chop:hover ul.flex-direction-nav,
.sc_slider_swiper:hover ul.flex-direction-nav
{top: 10px; right: 10px;}
.sc_slider_fixheight_1 {height: 390px;}
/* slider image */
.slider_img_1 {background-image:url(../images/2000x1333.png);width:100%;}
.slider_img_2 {background-image:url(../images/2000x1500.png);width:100%;}
.slider_img_3 {background-image:url(../images/2000x1537.png);width:100%;}
.slider_img_4 {width:100%;height:390px;;background-image:url(../images/507x390.png);width:100%;}
.slider_img_5 {width:100%;height:390px;;background-image:url(../images/585x390.png);width:100%;}
.slider_img_6 {width:100%;height:390px;;background-image:url(../images/520x390.png);width:100%;}
.slider_img_8 {background-image:url(../images/714x402.png);width:100%;}
.slider_img_9 {background-image:url(../images/714x402.png);width:100%;}
.slider_img_10 {background-image:url(../images/714x402.png);width:100%;}
.slider_img_11 {background-image:url(../images/1150x647.png);width:100%;}
.slider_img_12 {background-image:url(../images/1150x647.png);width:100%;}
.slider_img_13 {background-image:url(../images/1150x647.png);width:100%;}
.theme_skin_kidscare .sc_title_icon.sc_size_huge {width: 137px;}
.theme_skin_kidscare h6.sc_title.sc_title_iconed {line-height: 19px; letter-spacing: -0.5px;}
.sc_title_icon.sc_size_large:before {
font-size: 50px;
}
.sc_show_menu_error {display: inline-block; margin-top: 35px;}
/* Reset font weigh 100 to 400
------------------------------------------------------------------- */
.widgetTabs .widgetTop,
.widgetTabs .widgetTop ul:not(.tabs) > li,
.widgetTabs .widgetTop ul:not(.tabs) > li.dropMenu:before,
.widgetTabs .widgetTop .sc_calendar {font-weight: 300}
.widgetTabs .widgetTop .sc_calendar thead {font-weight: 400}
.widgetTabs .widgetTop .sc_calendar {text-align: center;}
.widgetTabs .widgetTop .sc_calendar tfoot {text-align: left;}
/* Disable round corners
------------------------------------------------------------------- */
/* Transition fix */
.sc_banner,
.sc_slider_flex,
.sc_slider_chop,
.topTabsWrap .tabssc_team ul li,
.sc_slider_swiper,
.relatedPostWrap article .sc_slider,
.sc_team .sc_team_item .sc_team_item_avatar
/*overRadius*/{-webkit-transform: translateZ(0) scale(1.0, 1.0);}
/* Disable shadows
------------------------------------------------------------------- */
.top_panel_over .topWrap,
.sliderHomeBullets.slider_alias_10 .order a,
.sc_slider_pagination_area .flex-control-nav.manual .slide_date,
.topWrap .topMenuStyleFon > ul > li ul,
.topWrap .topMenuStyleLine > ul > li ul,
.topWrap .topMenuStyleLine > ul#mainmenu ul.menu-panel,
.topWrap .topMenuStyleFon > ul#mainmenu ul.menu-panel,
.topWrap .topMenuStyleLine > ul#mainmenu ul.menu-panel ul,
.topWrap .topMenuStyleFon > ul#mainmenu ul.menu-panel ul,
.footerWrap.footerStyleLight .footerWidget:before,
.sc_shadow,
.sc_popup_light,
.inlineShadow,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
.squareButton:hover > a,
.squareButton:active > a,
.squareButton:hover > button,
.squareButton:active > button,
.nav_pages_parts a:hover span,
.nav_comments a:hover,
.sc_scroll_controls .flex-direction-nav a:hover,
.sc_testimonials_style_1 .flex-direction-nav a:hover,
.sc_testimonials_style_1 .flex-direction-nav a:active,
.pagination .flex-direction-nav a:hover,
.pagination .flex-direction-nav a:active,
.pagination > ul > li > a:hover,
.pagination .pageLibrary > li.libPage > .pageFocusBlock:after,
.roundButton a:hover,
.roundButton a:active,
ul > li.share > ul.shareDrop,
.sc_tabs_style_1 .sc_tabs_content,
.sc_table,
.sc_pricing_table,
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.inlineShadow { left:0; right: 0; height: 0; border-bottom:1px solid #e9e9e9; z-index:1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
.squareButton:hover,
.squareButton:active,
.nav_pages_parts a:hover span,
.nav_comments a:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover { top: 0; }
.sc_scroll_controls .flex-direction-nav a:hover,
.sc_testimonials_style_1 .flex-direction-nav a:hover,
.sc_testimonials_style_1 .flex-direction-nav a:active,
.pagination .flex-direction-nav a:hover,
.pagination .flex-direction-nav a:active,
.pagination > ul > li > a:hover,
.roundButton a:hover,
.roundButton a:active {margin-top:0;}
.price_slider_amount .price_label input[type="text"] {background-color: transparent; width: 44%;}
/* Arrows
---------------------------------------------------------------------- */
.sc_scroll_controls ul.flex-direction-nav a,
.sc_scroll_controls ul.flex-direction-nav li:hover a,
.sc_scroll_controls ul.flex-direction-nav li:active a,
.roundButton.up a, .roundButton.down a,
.roundButton.up:hover a, .roundButton.down:hover a,
.roundButton.up:active a, .roundButton.down:active a,
.sc_testimonials .flex-direction-nav a,
.sc_testimonials .flex-direction-nav a:hover,
.twitBlock .sc_slider .flex-direction-nav li a:before,
.widget_calendar .sc_calendar .roundButton a,
.sc_calendar .roundButton a,
.widget_calendar .sc_calendar .roundButton:hover a,
.sc_calendar .roundButton:hover a,
.footerStyleDark .footerWidget .roundButton a,
.footerStyleDark .footerWidget .roundButton:hover a,
.footerStyleLight .footerWidget .roundButton a,
.footerStyleLight .footerWidget .roundButton:hover a,
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav li a,
.pagination .pageLibrary > li.libPage > .pageFocusBlock .flex-direction-nav li:hover a
{background:none; border-color:transparent; }
.roundButton a:before,
.sc_scroll_controls_horizontal .flex-direction-nav a:before,
.sc_testimonials .flex-direction-nav a:before,
.twitBlock .sc_slider .flex-direction-nav li a:before,
.pagination .flex-direction-nav a:before
{color: #8b8b8b;}
.dark .roundButton a:before,
.dark .sc_scroll_controls_horizontal .flex-direction-nav a:before,
.dark .sc_testimonials .flex-direction-nav a:before,
.dark .twitBlock .sc_slider .flex-direction-nav li a:before,
.dark .pagination .flex-direction-nav a:before
{color: #ffffff;}
.twitBlock .sc_slider .flex-direction-nav li a:before { color: rgba(255,255,255,0.6); }
.twitBlock .sc_slider .flex-direction-nav li:hover a:before { color: #ffffff; background-color:transparent; }
.roundButton.left a:before,
.sc_scroll_controls_horizontal .flex-direction-nav a.flex-prev:before,
.sc_testimonials .flex-direction-nav a.flex-prev:before,
.twitBlock .sc_slider .flex-direction-nav li a.flex-prev:before,
.pagination .flex-direction-nav a.flex-prev:before,
.squareButton.ico.left > button:before,
.squareButton.ico.left > a:before
{content:'\e825';}
.roundButton.right a:before,
.sc_scroll_controls_horizontal .flex-direction-nav a.flex-next:before,
.sc_testimonials .flex-direction-nav a.flex-next:before,
.twitBlock .sc_slider .flex-direction-nav li a.flex-next:before,
.pagination .flex-direction-nav a.flex-next:before,
.squareButton.ico.right > button:after,
.squareButton.ico.right > a:after
{content:'\e826';}
.sc_scroll_controls_vertical .flex-direction-nav a.flex-prev:before, .roundButton.up a:before {content:'\e827';}
.sc_scroll_controls_vertical .flex-direction-nav a.flex-next:before, .roundButton.down a:before {content:'\e824';}
.widget_calendar #widget_calendar:not(.widgetTop) .roundButton.left a:before,
.widget_calendar:not(.widgetTop) .roundButton.left a:before,
.widget_calendar:not(.widgetTop) .roundButton.right a:before {font-size: 16px;}
.widget_calendar:not(.widgetTop) .roundButton.left a:before {content: '\e857';}
.sc_testimonials_style_3 .flex-direction-nav a:before,
.footerStyleDark .footerWidget .sc_video_player .sc_video_play_button:after { color: rgba(255,255,255,0.6); }
.sc_testimonials_style_3 .flex-direction-nav li:hover a:before,
.footerStyleDark .footerWidget .sc_video_player:hover .sc_video_play_button:after { color: #191d1e; }
/* widget twitter */
.widget_area .widgetWrap.widget_twitter ul > li {padding-left: 0; padding-bottom: 30px;}
.widget_area .widgetWrap.widget_twitter ul > li:before {content: '\e843'; color: #21bbf4; font-size: 16px; display: inline-block; position: relative; top: auto; left: auto;}
.widget_area .widgetWrap.widget_twitter ul > li a {font-weight: 700;}
/* Buttons
------------------------------------------------------------------ */
input[type="submit"],
input[type="button"],
.squareButton > a,
.squareButton > button,
.squareButton.global > button,
.roundButton > a,
.nav_pages_parts a span,
.nav_comments a
{border-color: #f9f9f9; background-color: #f9f9f9; color: #292929;}
.pagination .squareButton > a,
.pagination .squareButton > button { background-color:transparent; }
.relatedMore .squareButton a,
.postSharing .squareButton a,
.sc_blogger_more.squareButton a,
.relatedMore .squareButton button,
.postSharing .squareButton button,
.sc_blogger_more.squareButton button
{font-weight:700; font-size:0.85em; text-transform:uppercase; letter-spacing:1px;}
ul > li.share > ul.shareDrop { width: 100px; border-color: #f9f9f9; }
.squareButton > a.selected:hover,
.squareButton > button.selected:hover { border-color: #f9f9f9; }
/*.sc_button_style_light > a { border-color: #292929; }
.sc_button_style_light > a:hover {
border-color: #1BB4B9;
background-color: #1BB4B9;
color: #ffffff;
}*/
/*
==============================================
Button Animation v1 .squareButton:not(.curveButton)
==============================================
*/
.squareButton:not(.curveButton) > a,
.squareButton:not(.curveButton) > button,
.squareButton:not(.curveButton) > span {z-index: 1 !important;}
.squareButton:not(.curveButton) > a:after,
.squareButton:not(.curveButton) > button:after,
.squareButton:not(.curveButton) > span:after {
background-color: transparent;
content: ''; display: block;
position: absolute; z-index: -1;
top: -300%; left: -10%;
height: 300% !important;
width: 200% !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.isotopeFiltr .squareButton:not(.curveButton) > a:after,
.isotopeFiltr .squareButton:not(.curveButton) > button:after {display: none;}
.squareButton:not(.curveButton) > a:hover:after,
.squareButton:not(.curveButton) > a:active:after,
.squareButton:not(.curveButton) > button:hover:after,
.squareButton:not(.curveButton) > button:active:after,
.squareButton:not(.curveButton) > span:hover:after,
.squareButton:not(.curveButton) > span:active:after {
top: -100%; /*background-color: blue;*/
}
.squareButton.global:not(.curveButton) > a:hover:after,
.squareButton.global:not(.curveButton) > a:active:after,
.squareButton.global:not(.curveButton) > span:hover:after,
.squareButton.global:not(.curveButton) > span:active:after {
background-color: #292929;
}
.squareButton.dark:not(.curveButton) > a:hover:after,
.squareButton.dark:not(.curveButton) > a:active:after,
.squareButton.dark:not(.curveButton) > button:hover:after,
.squareButton.dark:not(.curveButton) > button:active:after,
.squareButton.dark:not(.curveButton) > span:hover:after,
.squareButton.dark:not(.curveButton) > span:active:after {
background-color: #1BB4B9;
}
.squareButton.light:not(.curveButton) > a:after,
.squareButton.light:not(.curveButton) > a:after,
.squareButton.light:not(.curveButton) > button:after,
.squareButton.light:not(.curveButton) > button:after,
.squareButton.light:not(.curveButton) > span:after,
.squareButton.light:not(.curveButton) > span:after {
background-color: #eeeeee;
}
.squareButton.global:not(.curveButton) > a:hover {color: #ffffff !important; border-color: #292929 !important;}
.squareButton.dark:not(.curveButton) > a:hover,
.squareButton.dark:not(.curveButton) > button:hover {color: #ffffff !important; border-color: #1BB4B9 !important;}
.squareButton.light:not(.curveButton) > a:hover,
.squareButton.light:not(.curveButton) > button:hover {color: #292929 !important; border-color: #eeeeee !important;}
/***/
.sc_button_style_dark > a {}
.sc_button_style_dark > a:hover {
background-color: #1BB4B9;
border-color: #1BB4B9;
color: #ffffff;
}
.sc_button_style_global > a {}
.sc_button_style_global > a:hover {
background-color: #292929;
border-color: #292929;
color: #ffffff;
}
.sc_section.bg_tint_light .pushButton > a:hover { }
.sc_section.bg_tint_dark .pushButton > a:hover { background-color: #fff; }
.sc_section.sc_section_style_1 {border: 1px dashed #ddd; padding: 20px; background-color: #fafafa; font-weight: 300;}
.sc_section.sc_section_style_2 {margin-top: 2em !important; margin-bottom: 2em !important; border: 1px dotted #d0dfca; padding: 20px; background-color: #f0ffda; color: #61763f; font-weight: 400; font-style: italic;}
.pushButton a,
.pushButton a:hover { border: none; }
/*.squareButton.sc_button_style_light {padding-left: 3px; padding-bottom: 3px;}*/
/*.squareButton.sc_button_style_light a {-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; -moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important;}*/
/*.squareButton.sc_button_style_light a:hover {background-color: #fff267; border-color: #fff267; color: #292929;}*/
/*.squareButton.sc_button_style_dark {padding-left: 3px; padding-bottom: 3px;}*/
/*.squareButton.sc_button_style_dark a {-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; -moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important;}*/
/*.squareButton.sc_button_style_dark a:hover {background-color: #fff267; border-color: #fff267; color: #292929;}*/
/*.squareButton.sc_button_style_global {padding-left: 3px; padding-bottom: 3px;}*/
/*.squareButton.sc_button_style_global a {-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; -moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important; box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.10) !important;}*/
/*.squareButton.sc_button_style_global a:hover {background-color: #fff267; border-color: #fff267; color: #292929;}*/
/* Title with icon animation */
a > .sc_title_icon,
.sc_title_icon {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
padding-top: 5px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
/*-webkit-transform: rotate3d(0,1,0,0deg);*/
/*transform: rotate3d(0,1,0,0deg);*/
}
a:hover > .sc_title_icon,
.sc_title_icon:hover {
-webkit-animation-name: pulse;
animation-name: pulse;
/*-webkit-transform: rotate3d(0,1,0,180deg);*/
/*transform: rotate3d(0,1,0,180deg);*/
}
.sc_title_icon.sc_title_top {text-align: center;}
/* Brands
---------------------------------------------------------------------- */
/*.post .sc_image figcaption {background-color: transparent;}*/
/* Slider
---------------------------------------------------------------------- */
.sliderHomeBullets.slider_alias_15 .rsBullets { display: none;}
.sliderHomeBullets.slider_alias_15 .rsBullets .rsBullet span { border-color: #ffffff; background-color: #ffffff; }
.sliderHomeBullets.slider_alias_15 .imageBlock { text-align: center; left: 0; width: 60%; z-index: 5;}
.sliderHomeBullets.slider_alias_15 .imageBlock img { display: inline-block; width: auto; }
.sliderHomeBullets.slider_alias_15 .textBlock { font-size: 1em; line-height: 150%; margin-left:0; text-align: center; left: 0; width: 60%; z-index: 5;}
.sliderHomeBullets.slider_alias_15 .textBlock.title div { font-family: 'Fredoka One', cursive; font-weight: 400; font-size: 5.14em; }
.sliderHomeBullets.slider_alias_15 .textBlock.text div { font-family: 'Ubuntu', sans-serif; font-weight: 400; margin: 0; background:none; padding:0; margin:0; display:inline-block; }
.sliderHomeBullets.slider_alias_15 .order { text-align: center; left: 0; width: 60%; }
.sliderHomeBullets.slider_alias_15 .order a { display: inline-block; color: #ffffff; font-size: 1.15em; font-weight: 700; border-width:0; }
.sliderHomeBullets.slider_alias_15 .order a:hover { background-color: #ffffff; }
.sliderHomeBullets.slider_alias_15 .order a:before { display: none; }
.sliderHomeBullets.slider_alias_15 .slide-1 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_15 .slide-1 .imageBlock { top: 42%;}
.sliderHomeBullets.slider_alias_15 .slide-1 .imageBlock img { height: 12.5%;}
.sliderHomeBullets.slider_alias_15 .slide-1 .textBlock.title { top: 58%; }
.sliderHomeBullets.slider_alias_15 .slide-1 .textBlock.text { top: 68%; }
.sliderHomeBullets.slider_alias_15 .slide-1 .textBlock.text div { font-size: 1.72em; }
.sliderHomeBullets.slider_alias_15 .slide-2 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_15 .slide-2 .imageBlock { top: 41.5%; left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slide-2 .imageBlock img { height: 15.6%; }
.sliderHomeBullets.slider_alias_15 .slide-2 .textBlock { left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slide-2 .textBlock.title { top: 65%; }
.sliderHomeBullets.slider_alias_15 .slide-2 .textBlock.title div { font-size:5.71em; }
.sliderHomeBullets.slider_alias_15 .slide-2 .textBlock.text { top: 55.8%; }
.sliderHomeBullets.slider_alias_15 .slide-2 .textBlock.text div { font-size: 1.29em; padding-bottom: 1.5em; border-bottom:1px solid rgba(255,255,255,0.4); }
.sliderHomeBullets.slider_alias_15 .slide-2 .order { top: 76%; left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slide-3 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_15 .slide-3 .imageBlock { top: 26.4%; left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slide-3 .imageBlock img { height: 17.1%; }
.sliderHomeBullets.slider_alias_15 .slide-3 .textBlock { left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slide-3 .textBlock.title { top: 44%; }
.sliderHomeBullets.slider_alias_15 .slide-3 .textBlock.text { top: 54%; }
.sliderHomeBullets.slider_alias_15 .slide-3 .textBlock.text div { font-size: 1.15em; }
.sliderHomeBullets.slider_alias_15 .slide-3 .order { top: 63%; left: auto; right:0; }
.sliderHomeBullets.slider_alias_15 .slideContent:before { content: ''; position:absolute; left:0; top:0; bottom:0; right:0; background-color:rgba(0,0,0,0.2); z-index:3; background-image:url(../../images/bg/texture_3.png); }
/* New Fullscreen Slider ROYAL 16
---------------------------------------------------------------------- */
/* bg images */
.sliderHomeBullets.slider_alias_16 .slide-1 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_16 .slide-2 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_16 .slide-3 .fonBlock { background-image: url(../images/1920x1280.png); }
/* slide 1 */
.sliderHomeBullets.slider_alias_16 .slide-1 .image { width: 13.5em; position: absolute; top: 50%; left: 10%; right: auto; /*z-index: 1;*/ margin: -17em 0 0 0 ;}
.sliderHomeBullets.slider_alias_16 .slide-1 .textBlock { text-align: right; top: 35%; right: 10%; z-index: 5; }
.sliderHomeBullets.slider_alias_16 .slide-1 .textBlock .title { font-size: 1em; }
.sliderHomeBullets.slider_alias_16 .slide-1 .textBlock p {
font-size: .8em; line-height: 1em;
background-image: url(../images/fullscreen-slide-4-21.png); background-repeat: no-repeat; background-position: right bottom; padding: 0 1.2em 0 0;
-webkit-background-size: 1em 2em;
-moz-background-size: 1em 2em;
-o-background-size: 1em 2em;
background-size: 1em 2em;
}
.sliderHomeBullets.slider_alias_16 .slide-1 .order { top: 60%; right: 10%; left:auto; text-align: right; }
.sliderHomeBullets.slider_alias_16 .slide-1 .order a { font-size: 1em; }
.sliderHomeBullets.slider_alias_16 .slide-1 .order a:before { display:none; }
/* slide 2 */
.sliderHomeBullets.slider_alias_16 .slide-2 .textBlock { top: 45%; text-align: left; }
.sliderHomeBullets.slider_alias_16 .slide-2 .textBlock .title { font-size: .9em; }
.sliderHomeBullets.slider_alias_16 .slide-2 .textBlock p { font-size: .7em; line-height: .8em; }
.sliderHomeBullets.slider_alias_16 .slide-2 .image { width: 44em; right: 0; left: auto; top: 30%; }
/* slide 3 */
.sliderHomeBullets.slider_alias_16 .slide-3 .textBlock { width: 100%; text-align: center; top: 40%; right: 0; }
.sliderHomeBullets.slider_alias_16 .slide-3 .textBlock .title { font-size: 1em; }
.sliderHomeBullets.slider_alias_16 .slide-3 .textBlock p { font-size: 1.2em; line-height: .8em; }
.sliderHomeBullets.slider_alias_16 .slide-3 .order { right: 0; top: 58%; text-align: center; }
.sliderHomeBullets.slider_alias_16 .slide-3 .order a { display: inline-block; font-size: 1em; }
.sliderHomeBullets.slider_alias_16 .slide-3 .order a:before { content: '\e880'; }
/* overlay */
.sliderHomeBullets.slider_alias_16 .slideContent:before {
content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 3;
background-color: rgba(0, 0, 0, 0.3); background-image: url(../images/texture_2.png);
}
/* New Fullscreen Slider ROYAL 17
---------------------------------------------------------------------- */
/* bg images */
.sliderHomeBullets.slider_alias_17 .slide-1 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_17 .slide-2 .fonBlock { background-image: url(../images/1920x1280.png); }
.sliderHomeBullets.slider_alias_17 .slide-3 .fonBlock { background-image: url(../images/1920x1280.png); }
/* slide 1 */
.sliderHomeBullets.slider_alias_17 .slide-1 .image { width: 13.5em; position: absolute; top: 50%; left: 10%; right: auto; /*z-index: 1;*/ margin: -17em 0 0 0 ;}
.sliderHomeBullets.slider_alias_17 .slide-1 .textBlock { text-align: right; top: 35%; right: 10%; z-index: 5; }
.sliderHomeBullets.slider_alias_17 .slide-1 .textBlock .title { font-size: 1em; }
.sliderHomeBullets.slider_alias_17 .slide-1 .textBlock p {
font-size: .8em; line-height: 1em;
background-image: url(../images/fullscreen-slide-4-21.png); background-repeat: no-repeat; background-position: right bottom; padding: 0 1.2em 0 0;
-webkit-background-size: 1em 2em;
-moz-background-size: 1em 2em;
-o-background-size: 1em 2em;
background-size: 1em 2em;
}
.sliderHomeBullets.slider_alias_17 .slide-1 .order { top: 60%; right: 10%; left:auto; text-align: right; }
.sliderHomeBullets.slider_alias_17 .slide-1 .order a { font-size: 1em; }
.sliderHomeBullets.slider_alias_17 .slide-1 .order a:before { display:none; }
/* slide 2 */
.sliderHomeBullets.slider_alias_17 .slide-2 .textBlock { top: 45%; text-align: left; }
.sliderHomeBullets.slider_alias_17 .slide-2 .textBlock .title { font-size: .9em; }
.sliderHomeBullets.slider_alias_17 .slide-2 .textBlock p { font-size: .7em; line-height: .8em; }
.sliderHomeBullets.slider_alias_17 .slide-2 .image { width: 44em; right: 0; left: auto; top: 30%; }
/* slide 3 */
.sliderHomeBullets.slider_alias_17 .slide-3 .textBlock { width: 100%; text-align: center; top: 40%; right: 0; }
.sliderHomeBullets.slider_alias_17 .slide-3 .textBlock .title { font-size: 1em; }
.sliderHomeBullets.slider_alias_17 .slide-3 .textBlock p { font-size: 1.2em; line-height: .8em; }
.sliderHomeBullets.slider_alias_17 .slide-3 .order { right: 0; top: 58%; text-align: center; }
.sliderHomeBullets.slider_alias_17 .slide-3 .order a { display: inline-block; font-size: 1em; }
.sliderHomeBullets.slider_alias_17 .slide-3 .order a:before { content: '\e880'; }
/* overlay */
.sliderHomeBullets.slider_alias_17 .slideContent:before {
content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 3;
background-color: rgba(0, 0, 0, 0.3); background-image: url(../images/texture_6.png);
}
.mainslider_5 .royalSlider{width: 100%;}
/*.fullScreenSlider .sliderHomeBullets.slider_alias_11 .slideContent:before { background-image:url(../images/texture_6.png); }*/
/* New Fullscreen Slider ROYAL 12
---------------------------------------------------------------------- */
.fullScreenSlider .sliderHomeBullets .textBlock .title {font-family: 'Fredoka One', cursive; text-shadow:rgba(0,0,0,0.4) 2px 2px;}
.sliderHomeBullets.slider_alias_12 .slide-1 .image { width: 13.5em; position: absolute; top: 50%; left: 10%; z-index: 1; margin: -17em 0 0 0 ;}
.sliderHomeBullets.slider_alias_12 .slide-1 .textBlock { text-align: right; top: 35%; right: 10%; z-index: 5; }
.sliderHomeBullets.slider_alias_12 .slide-1 .textBlock .title { font-size: 2.7em; }
.sliderHomeBullets.slider_alias_12 .slide-1 .textBlock p {
font-size: 2em; line-height: 1.3em;
background-image: url(../images/fullscreen-slide-4-21.png); background-repeat: no-repeat; background-position: right bottom; padding: 0 1.2em 0 0;
background-size: 1em 2em;
-webkit-background-size: 1em 2em;
-o-background-size: 1em 2em;
-moz-background-size: 1em 2em;
}
.sliderHomeBullets.slider_alias_12 .slide-1 .order { top: 57%; right: 0; left:auto; text-align: right; }
.sliderHomeBullets.slider_alias_12 .slide-2 .textBlock { top: 45%; text-align: left; }
.sliderHomeBullets.slider_alias_12 .slide-2 .textBlock .title { font-size: 2.3em; }
.sliderHomeBullets.slider_alias_12 .slide-2 .textBlock p { font-size: 2em; }
.sliderHomeBullets.slider_alias_12 .slide-2 .image { width: 44em; right: 0; left: auto; top: 30%; }
.sliderHomeBullets.slider_alias_12 .slide-3 .textBlock { width: 100%; text-align: center; top: 40%; right: 0; }
.sliderHomeBullets.slider_alias_12 .slide-3 .textBlock .title { font-size: 2em; }
.sliderHomeBullets.slider_alias_12 .slide-3 .textBlock p { font-size: 2.2em; line-height: 1.3em; }
.sliderHomeBullets.slider_alias_12 .slide-3 .order { right: 0; top: 58%; text-align: center; }
.sliderHomeBullets.slider_alias_12 .slide-3 .order a:before { content: '\e880'; }
.videoBackground.overlay:after { background-image: none; }
.mainslider_6 .royalSlider{width: 100%;}
/* WooCommerce Slider
---------------------------------------------------------------------- */
.sliderHomeBullets.slider_alias_13 .textBlock { width:45%; }
.sliderHomeBullets.slider_alias_13 .textBlock .title { font-family: 'Fredoka One', cursive; font-size: 3em; }
.sliderHomeBullets.slider_alias_13 .textTitle1 .title { font-weight: 700; }
.sliderHomeBullets.slider_alias_13 .order { top: 65%; left: 3.5%; }
.sliderHomeBullets.slider_alias_13 .order1 { }
.sliderHomeBullets.slider_alias_13 .order2 { left: 20%; }
.sliderHomeBullets.slider_alias_13 .order a {
border: none;
font-size: 1.3em;
font-family: 'Fredoka One', cursive; font-weight: 400;
color: #292929;
background-color: transparent;
background-image: url("../images/curve_btn_right.png") !important;
background-size: 100% 100%;
padding: 1.4em 1.5em;
}
.sliderHomeBullets.slider_alias_13 .order a:hover {
color: #ea624c;
background-color: transparent;
}
.sliderHomeBullets.slider_alias_13 .order a:before { display: none; }
.sliderHomeBullets.slider_alias_13 .slide-1 .textPrice,
.sliderHomeBullets.slider_alias_13 .slide-2 .textPrice { background: transparent; }
.sliderHomeBullets.slider_alias_13 .textPrice {
padding: 10px 0; width: 220px; top: 30%; right: 2%; color: #ea624c;
/*background: none; */
text-align: center !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.sliderHomeBullets.slider_alias_13 .textPrice:before {
content: ''; position: absolute; bottom: 65px; left: 0; width: 220px; height: 300px; z-index: -1;
background: transparent url(../images/babbysitter-slider-cloud-1a.png) no-repeat center bottom;
}
.sliderHomeBullets.slider_alias_13 .textPrice span { font-size:1.5em; display: inline-block; }
.sliderHomeBullets.slider_alias_13 .slide-1 .image { top: auto; bottom: 5%; left: 50%; width: 40%; }
.sliderHomeBullets.slider_alias_13 .slide-2 .image { top: auto; bottom: 5%; left: 50%; right: auto; width: 45%; z-index: 15; }
.sliderHomeBullets.slider_alias_13 .textDescr { font-size: 1.4em; font-weight: 700; }
.sliderHomeBullets.slider_alias_13 .slide-1 img.cloud {width: 12.5%; right: auto; left: 50%;}
.sliderHomeBullets.slider_alias_13 .slide-2 img.cloud {width: 12.5%; right: auto; left: 40%;}
/* WooCommerce
---------------------------------------------------------------------- */
.woocommerce div.product h3,
.woocommerce-page div.product h3,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {}
.woocommerce ul.products li.product h3 {border-bottom: none;}
.woocommerce.columns-5 ul.products {margin-right: 0;}
.woocommerce.columns-5 ul.products li.product.product-category {margin-right: 3.75%; margin-bottom: 55px;}
.woocommerce.columns-5 ul.products li.product.product-category.first {}
.woocommerce.columns-5 ul.products li.product.product-category.last {margin-right: 0;}
.woocommerce ul.products li.product a img {
max-width: 250px; /*margin: 0 auto 30px auto; */
-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
.woocommerce ul.products li.product a img {-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.07); box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.07);}
.woocommerce ul.products li.product a:hover img {-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15); box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);}
.woocommerce ul.products li.product.product-category a img { max-width: 160px; margin: 0 auto 15px auto; }
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {padding-top: 19px; margin-bottom: 0;}
.woocommerce ul.products li.product .price > .amount {font-size: 24px; font-weight: 700; color: #ea624c;}
.woocommerce ul.products li.product a h3 {color: #292929;}
.woocommerce ul.products li.product a:hover h3 {color: #ea624c;}
.woocommerce ul.products li.product.product-category a h3 {font-size: 16px; color: #292929;}
.woocommerce ul.products li.product.product-category a:hover h3 {color: #ea624c;}
.woocommerce ul.products li.product.product-category a img,
.woocommerce ul.products li.product.product-category a:hover img {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.ui-tabs-active {
border: 1px solid #dddddd;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-color:#ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {margin: 0;}
.woocommerce .shop_mode_list ul.products .item_wrapper .description > p span {color: #252525;}
/*.woocommerce ul.products li.product.product-category a {display: inline-block; width: 100%; text-align: center;}*/
/*.woocommerce ul.products li.product.product-category a {position: relative;}*/
/*.woocommerce ul.products li.product.product-category a:before {content: ''; display: block; width: 10px; height: 10px; position: absolute; left: 50%; right: 50%; margin-left: -5px; margin-top: -5px; background-color: red; z-index: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}*/
/*.woocommerce ul.products li.product.product-category a:hover:before {content: ''; width: 180px; height: 180px; position: absolute; margin-left: -90px; margin-top: -90px; }*/
.woocommerce a.button {
font-weight: 700; font-size: 12px; text-transform: uppercase;
padding-left: 20px; padding-right: 20px; height: 38px; line-height: 38px;
color: #ffffff; border-color: #ff7593; background-color: #ff7593;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
overflow: visible;
}
.price_slider_amount .price_label input[type="text"] {background-color: transparent; width: 32%; border: none; padding: 0; text-align: right;}
/* transition */
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a:hover,
.woocommerce ul.products li.product a h3,
.woocommerce ul.products li.product a:hover h3,
.woocommerce a.button,
.woocommerce a.button:hover {
-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;
}
/* woocommerce footer */
.woocommerce ul.product_list_widget li {font-weight: 500;}
.woocommerce ul.product_list_widget li img {margin-bottom: 10px; margin-right: 15px;}
.woocommerce ul.product_list_widget li a {font-weight: 500; height: auto; margin-bottom: 3px;}
.woocommerce ul.product_list_widget li > .amount {font-weight: 700; color: #ea624c;}
/* PrettyPhoto
---------------------------------------------------------------------- */
div.facebook .pp_nav p {line-height: 1;}
/* Revolution Slider
---------------------------------------------------------------------- */
.tparrows.default {
background-image: none;
background-color: #ffffff;
color: #bbdcd9;
width: 56px; height: 56px; line-height: 56px; text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 5px -1px 0 0 rgba(0, 0, 0, 0.15) !important;
-moz-box-shadow: 5px -1px 0 0 rgba(0, 0, 0, 0.15) !important;
box-shadow: 5px -1px 0 0 rgba(0, 0, 0, 0.15) !important;
}
.tparrows.default:hover {color: #ea624c;}
.tparrows.default:before { font-family: "fontello"; font-size: 2.5em; }
.tp-leftarrow.default:before { content: '\e857'; margin-left: -2px; }
.tp-rightarrow.default:before { content: '\e858'; margin-right: -2px; }
.tp-bullets.simplebullets.round .bullet { background:none; background-color: #fff; border:1px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-right:4px; width:14px; height: 14px;
-webkit-box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15);
box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15);
}
.tparrows.default,
.tparrows.default:hover,
.tparrows.default:before,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
.tp-bullets.simplebullets.round .bullet,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tp-caption a{
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}
.tp-caption a:hover{
color:#ffa902;
}
.tp-button.order{
font-weight:700;
font-size:16px;
letter-spacing:1px;
display:inline-block;
padding:10px 20px;
line-height:24px!important;
height:24px;
}
.babbysitter-slider-bg{
background-color:#86d9d2;
}
.healthcare-slider-bg{
background-color:#6fd3d7;
}
/* vc video header */
.videoBackgroundOverlay .mainWrap.without_sidebar .content .post_content .post_text_area > .vc_row { margin-left: 0; margin-right: 0; }
.sliderHomeBullets .rsBullets .rsBullet span {
background:none; background-color: #fff !important; border:1px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-right:4px; width:14px; height: 14px;
-webkit-box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15); box-shadow: 2px -1px 0 0 rgba(0, 0, 0, 0.15);
}
.sliderHomeBullets .rsBullets .rsBullet.rsNavSelected span,
.sliderHomeBullets .rsBullets .rsBullet:hover span {
background:none; background-color: #fff !important; border:1px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-right:4px; width:14px; height: 14px;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.sliderHomeBullets .rsBullets .rsBullet span,
.sliderHomeBullets .rsBullets .rsBullet:hover span {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.sliderHomeBullets{
height:670px;
}
.mainslider_1 .tp-caption._bs_slider_text{
font-size:16px;
line-height:16px;
font-weight:600;
font-family:Ubuntu,sans-serif;
color:rgb(3,55,97);
text-decoration:none;
text-shadow:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0,0,0);
border-style:none;
}
.mainslider_1 .tp-caption._bs_slider_title{
font-size:36px;
line-height:40px;
font-weight:400;
font-family:"Fredoka One",cursive;
color:rgb(3,55,97);
text-decoration:none;
padding:0px;
background-color:transparent;
border-width:0px;
border-color:rgb(255,255,255);
border-style:none;
}
.mainslider_1 .tp-caption._bs_slider_text_big{
font-size:23px;
line-height:23px;
font-weight:600;
font-family:Ubuntu,sans-serif;
color:rgb(3,55,97);
text-decoration:none;
text-shadow:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0,0,0);
border-style:none;
}
.mainslider_1 ._bs_slider_text{
font-size:16px;
line-height:16px;
font-weight:600;
font-family:Ubuntu,sans-serif;
color:rgb(3,55,97);
text-decoration:none;
text-shadow:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0,0,0);
border-style:none;
}
.mainslider_1 ._bs_slider_title{
font-size:36px;
line-height:40px;
font-weight:400;
font-family:"Fredoka One",cursive;
color:rgb(3,55,97);
text-decoration:none;
padding:0px;
background-color:transparent;
border-width:0px;
border-color:rgb(255,255,255);
border-style:none;
}
.mainslider_1 ._bs_slider_text_big{
font-size:23px;
line-height:23px;
font-weight:600;
font-family:Ubuntu,sans-serif;
color:rgb(3,55,97);
text-decoration:none;
text-shadow:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0,0,0);
border-style:none;
}
/*.mainslider_1 .rev_slider_wrapper {margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:633px;}*/
/*.mainslider_1 .rev_slider {display:none;max-height:633px;height:633px;}*/
.mainslider_1 li:nth-child(1){background-color:#86d9d2;}
.mainslider_1 li:nth-child(2){background-color:#fdd011;}
.mainslider_1 li:nth-child(3){background-color:#d0e8a9;}
/* Boxed view */
body.boxed .boxedWrap {position: relative;}
body.boxed .boxedWrap:before {content: ''; display: block; height: 100%; width: 100%; position: absolute; top: 0; left: 0; padding: 0 25px; background-color: #ffffff; margin-left: -25px; z-index: -1;}
/* line padding */
p.pd-lg {padding-bottom: 25px;}
p.pd-md {padding-bottom: 15px;}
p.pd-sm {padding-bottom: 10px;}
/* green section */
.green_section {background-color: #70bc4f;}
/* green opacity section */
.green_opacity_section {background-color: rgba(112,188,79,0.7);}
/* blue section */
.blue_section {background-color: #1f5967;}
/* lightblue section */
.lightblue_section {background-color: #40a3b8;}
/* skyblue section */
.skyblue_section {background-color: #01c2c7;}
/* yellow section */
.yellow_section {background-color: #f5b120;}
/* red section */
.red_section {background-color: #e77c80;}
/* beige section */
.beige_section {background-color: #fff4e5;}
/* light section */
.light_section {background-color: #fff;}
/* parallax */
.parallax_image_1 {background-image:url(../images/1920x900.png); background-position:50% 50%;}
.parallax_image_1 .sc_content {margin-top:90px; margin-bottom:90px;}
.parallax_image_2 {background-image:url(../images/1920x900.png); background-position:50% 50%;}
.parallax_image_2 .sc_content {margin-top:90px; margin-bottom:90px;}
.parallax_image_3 {background-image:url(../images/1920x900.png); background-position:50% 50%;}
.parallax_image_3 .sc_content {margin-top:90px;margin-bottom:0;}
.parallax_image_4 {background-image:url(../images/852x396.png); background-position:50% 50%;}
.parallax_image_5 {background-image:url(../images/1920x850.png); background-position:50% 50%;}
.parallax_image_5 .sc_parallax_overlay {background-color:rgba(0,0,0,0.65);}
.parallax_image_5 .sc_parallax_overlay > .sc_section{margin-top:5em !important;margin-right:auto !important;margin-bottom:2em !important;margin-left:auto !important;width:90%;}
.parallax_image_6 {background-image:url(../images/852x600.png); background-position:50% 50%;}
.parallax_image_6 .sc_parallax_overlay {background-color:rgba(0,0,0,0.65);}
.parallax_image_6 > .sc_columns{margin-top:5em;margin-bottom:5em;}
.parallax_image_7 {background-image:url(../images/1920x850.png); background-position:50% 50%;}
.parallax_image_7 .sc_parallax_overlay {background-color:rgba(0,0,0,0.6);}
.parallax_image_7 .sc_parallax_overlay > .sc_section{margin-top:13em !important;margin-bottom:11em !important;}
.parallax_style_1.sc_parallax_with_video .sc_parallax_overlay {background-color:rgba(0,0,0,0.5);}
.parallax_style_1.sc_parallax_with_video .sc_parallax_overlay > .sc_section {margin-top:8em !important;margin-bottom:7em !important; text-align: center;}
.sc_parallax.parallax_style_1 .sc_video_bg_wrapper {top: -55px;}
/* social images */
.twitter_image,
.twitter_image > span {background-image: url(../images/twitter.png);}
.facebook_image,
.facebook_image > span {background-image: url(../images/facebook.png);}
.gplus_image,
.gplus_image > span {background-image: url(../images/gplus.png);}
.dribbble_image,
.dribbble_image > span {background-image: url(../images/dribbble.png);}
.pinterest_image,
.pinterest_image > span {background-image: url(../images/pinterest.png);}
.linkedin_image,
.linkedin_image > span {background-image: url(../images/linkedin.png);}
.vimeo_image,
.vimeo_image > span {background-image: url(../images/vimeo.png);}
.rss_image,
.rss_image > span {background-image: url(../images/rss.png);} | 0.28577 | 0.048114 |
body {
/*background-image: url("../images/clouds1Seamless.jpg");*/
background-size: 50%;
background-color: #040404;
font-size: 18px;
/*Switching...to...manual...mode*/
margin: 0;
padding: 0;
height: 100vh;
overflow-y: overlay;
}
/*--------------------DIV containers--------------------*/
div.div-content {
background-color: #141414;
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
text-align: left;
max-width: 100%;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
div.div-main {
background: none;
outline: none;
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
margin-top: 0;
margin-bottom: 0;
text-align: left;
max-width: 800px;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
div.div-header {
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
align: center;
padding-left: 20px;
padding-right: 20px;
padding-top: 0;
padding-bottom: 0;
}
div.div-footer {
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
text-align: left;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
div.div-buttons {
text-align: center;
padding: 20px;
}
/*--------------------TEXT--------------------*/
p {
color: #dddddd;
font-size: 18px;
font-family: 'Roboto Mono', monospace;
}
h1 {
color: #dddddd;
font-size: 25px;
font-weight: bold;
font-family: 'Roboto Mono', monospace;
}
h2 {
color: #dddddd;
font-weight: bold;
font-family: 'Roboto Mono', monospace;
}
/*--------------------LINKS/URLs--------------------*/
a {
outline: none;
text-decoration: none;
padding: 2px 1px 0;
}
a:link {
color: #4ebcfc;
}
a:visited {
color: #4ebcfc;
}
a:focus {
color: #ED474A;
}
a:hover {
color: #ED474A;
}
a:active {
color: white;
}
/*--------------------FORMS/INPUT--------------------*/
form {
color: #dddddd;
font-size: 18px;
font-family: 'Roboto Mono', monospace;
}
input {
background-color: #0F161A;
border-style: none;
outline: 2px solid #847D71;
color: #dddddd;
font-size: 18px;
font-weight: bold;
font-family: 'Roboto Mono', monospace;
}
input:hover {
outline: 4px solid #2274A5;
}
input:focus {
outline: 4px solid #2274A5;
}
input:active {
outline: 4px solid #ED474A;
}
input[type="radio"] {
background-color: #0F161A;
border-style: none;
outline-style: none;
color: #dddddd;
width: 18px;
height: 18px;
}
textarea {
background-color: #000000;
border-style: none;
outline: 1px solid #dddddd;
color: #dddddd;
font-size: 18px;
font-family: 'Roboto Mono', monospace;
width: 100%;
min-height: 100px;
resize: none;
padding: 10px;
box-sizing: border-box;
}
textarea:focus {
outline: 4px solid #2274A5;
}
.error-message {
color: #ED474A;
}
/*--------------------IMAGES N SHIT--------------------*/
.header-logo {
display: block;
margin-left: auto;
margin-right: auto;
width: 200px;
} | css/stylesheet.css | body {
/*background-image: url("../images/clouds1Seamless.jpg");*/
background-size: 50%;
background-color: #040404;
font-size: 18px;
/*Switching...to...manual...mode*/
margin: 0;
padding: 0;
height: 100vh;
overflow-y: overlay;
}
/*--------------------DIV containers--------------------*/
div.div-content {
background-color: #141414;
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
text-align: left;
max-width: 100%;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
div.div-main {
background: none;
outline: none;
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
margin-top: 0;
margin-bottom: 0;
text-align: left;
max-width: 800px;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
div.div-header {
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
align: center;
padding-left: 20px;
padding-right: 20px;
padding-top: 0;
padding-bottom: 0;
}
div.div-footer {
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
text-align: left;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
div.div-buttons {
text-align: center;
padding: 20px;
}
/*--------------------TEXT--------------------*/
p {
color: #dddddd;
font-size: 18px;
font-family: 'Roboto Mono', monospace;
}
h1 {
color: #dddddd;
font-size: 25px;
font-weight: bold;
font-family: 'Roboto Mono', monospace;
}
h2 {
color: #dddddd;
font-weight: bold;
font-family: 'Roboto Mono', monospace;
}
/*--------------------LINKS/URLs--------------------*/
a {
outline: none;
text-decoration: none;
padding: 2px 1px 0;
}
a:link {
color: #4ebcfc;
}
a:visited {
color: #4ebcfc;
}
a:focus {
color: #ED474A;
}
a:hover {
color: #ED474A;
}
a:active {
color: white;
}
/*--------------------FORMS/INPUT--------------------*/
form {
color: #dddddd;
font-size: 18px;
font-family: 'Roboto Mono', monospace;
}
input {
background-color: #0F161A;
border-style: none;
outline: 2px solid #847D71;
color: #dddddd;
font-size: 18px;
font-weight: bold;
font-family: 'Roboto Mono', monospace;
}
input:hover {
outline: 4px solid #2274A5;
}
input:focus {
outline: 4px solid #2274A5;
}
input:active {
outline: 4px solid #ED474A;
}
input[type="radio"] {
background-color: #0F161A;
border-style: none;
outline-style: none;
color: #dddddd;
width: 18px;
height: 18px;
}
textarea {
background-color: #000000;
border-style: none;
outline: 1px solid #dddddd;
color: #dddddd;
font-size: 18px;
font-family: 'Roboto Mono', monospace;
width: 100%;
min-height: 100px;
resize: none;
padding: 10px;
box-sizing: border-box;
}
textarea:focus {
outline: 4px solid #2274A5;
}
.error-message {
color: #ED474A;
}
/*--------------------IMAGES N SHIT--------------------*/
.header-logo {
display: block;
margin-left: auto;
margin-right: auto;
width: 200px;
} | 0.24899 | 0.044307 |
body {
background: #f0f2f5;
color: #333333;
margin-bottom: 6rem;
}
.margin-top {
margin-top: 150px;
}
.static-width {
width: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #444444;
}
ul {
margin: 0;
}
.bg-steel {
background-color: #5f788a;
}
.site-header .navbar-nav .nav-link {
color: #cbd5db;
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.article-title {
color: #444444;
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
resize: both;
max-width: 90%;
height: fit-content;
border-radius: 60%;
margin-left: 7%;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3;
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: x-large;
}
/* Navbar */
.search-bar {
display: inline-flex;
margin-left: 13%;
margin-top: 15px;
width: 28%;
}
.search {
width: 225%;
border-radius: 15px;
border: none;
}
.search:focus {
outline: none;
}
.search::placeholder {
color: #c4c4c4;
}
.search-icon {
padding: 1%;
margin-left: 47%;
color: #c4c4c4;
}
.navbar-container {
width: 100%;
}
.navbar-nav {
float: right;
}
.welcome-user {
float: left;
padding: 10px 10px 10px 10px;
color: white;
font-weight: bold;
}
.welcome-user-link {
color: white;
}
.welcome-user-link:hover {
color: #2f6870;
text-decoration: none;
}
.navbar-toggle-container {
float: right;
}
.navbar-right {
height: 15px;
float: right;
margin-top: 6px;
}
.nav-link {
float: right;
padding: 10px 10px 10px 10px;
}
.navbar {
background-color: #5cb2bf;
top: 0px;
}
.navbar-title {
color: white !important;
font-family: "Oleo Script", cursive;
font-size: 30px;
}
.logo-image {
width: 55px;
height: 55px;
margin-top: -75%;
float: right;
}
.logo-title {
float: left;
}
/* login */
.login-section {
background-color: #4e99a4;
margin-left: auto;
width: 38%;
border-radius: 5px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
float: right;
margin-top: 150px;
}
.login-title {
color: white;
font-size: 30px;
text-align: center;
font-family: Aleo;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.landing-page {
width: 80%;
margin: 0 auto;
}
.landing-page-message {
font-family: "Amatic SC", cursive;
font-style: normal;
font-weight: 603px;
font-size: 50px;
line-height: 88px;
color: #4e99a4;
}
.landing-page-container {
width: 348px;
height: 400px;
float: left;
margin-top: 150px;
}
.btn-container {
display: flex;
justify-content: center;
}
.login-btn {
width: 126px;
height: 30px;
color: white;
box-shadow: 0px 4px 4px rgba(0, 0, 0.25);
border-radius: 20px;
background-color: #0d3c43;
font-style: normal;
border: none;
}
/* Register */
.register-container {
margin-top: 5rem;
margin-left: auto;
background-color: #4e99a4;
width: 500px;
border-radius: 5px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.register-title {
font-size: 30px;
font-family: "Aleo";
font-weight: 400;
color: white;
text-align: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.signup-btn {
width: 126px;
height: 30px;
color: white;
box-shadow: 0px 4px 4px rgba(0, 0, 0.25);
border-radius: 20px;
background-color: #0d3c43;
font-style: normal;
margin-left: 35%;
border: none;
}
.register-fields {
width: 75%;
margin: 20px auto;
}
.login-form > .form-group > .control-group > .control-label,
.register-form > .control-group > .control-label {
color: white;
font-family: Aleo;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 34px;
}
.help-block {
font-size: 10px;
}
.controls > ul {
font-size: 12px;
}
.login-form > .form-group > .control-group > .controls > .textinput,
.register-form > .control-group > .controls > .textinput,
.register-form > .control-group > .controls > #id_email {
border-bottom: 1px solid white;
background-color: #4e99a4;
border-top: none;
border-right: none;
border-left: none;
width: 100%;
}
#id_email > select,
.textinput > select,
.textinput > textarea {
color: black;
}
.signup-link {
color: white;
text-decoration: none;
background-color: transparent;
}
.signup-link:hover {
color: #c4c4dd;
text-decoration: none;
}
/* user settings */
.user-settings-content {
padding: 30px;
}
.user-info {
float: left;
display: flex;
margin-left: 7%;
align-items: center;
flex-direction: column;
}
.media-body {
flex: 1;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
}
.update-settings {
color: steelblue;
}
.user-settings-section {
margin: 150px auto;
}
.user-settings-form {
margin-left: 40%;
}
.settings-img {
resize: both;
max-width: 75%;
height: fit-content;
border-radius: 60%;
margin-left: 12%;
}
/* Reset Password */
.standard-btn {
width: 126px;
height: 30px;
color: white;
border-radius: 20px;
background-color: #0d3c43;
font-style: normal;
border: none;
}
.standard-cancel-btn {
padding: 3px;
margin-top: -5px;
width: 100px;
height: 30px;
border-radius: 20px;
text-decoration: none;
background: #c4c4c4;
color: white;
font-size: 15px;
font-style: normal;
}
.standard-link-btn {
padding: 3px;
margin-top: -5px;
width: 100px;
height: 30px;
border-radius: 20px;
text-decoration: none;
background-color: #0d3c43;
color: white;
font-size: 15px;
font-style: normal;
}
.standard-cancel-btn:hover {
padding: 3px;
margin-top: -5px;
width: 100px;
height: 30px;
border-radius: 20px;
text-decoration: none;
background-color: #c4c4c4;
color: white;
font-size: 15px;
font-style: normal;
}
.standard-link-btn:hover {
padding: 3px;
margin-top: -5px;
width: 100px;
height: 30px;
border-radius: 20px;
text-decoration: none;
background-color: #0d3c43;
color: white;
font-size: 15px;
font-style: normal;
}
.reset-password-title {
border-bottom: 1px solid #dee2e6 !important;
font-style: normal;
font-weight: 500;
}
.password-reset-section {
margin: 150px;
background: rgba(196, 196, 196, 0.4);
padding: 10px 20px;
border: 1px solid #c4c4c4;
border-radius: 3px;
margin-bottom: 20px;
}
/* dashboard */
.dashboard {
margin: 90px 0px 0px 10px;
}
.dashboard-welcome {
width: 17%;
float: left;
margin-left: 42px;
}
.dashboard-links {
font-size: 30px;
display: flex;
padding: 25px;
justify-content: center;
}
.dashboard-link:hover {
color: #5cb2bf;
text-decoration: none;
}
.dashboard-link {
font-weight: bold;
color: #999999;
padding: 5px 5px 5px 5px;
display: inline;
}
.dashboard-link-border {
border-right: 1px solid #999999;
}
.dashboard-heading {
display: flex;
justify-content: center;
}
/* dashboard event feed and favorite charities*/
.dashboard-content {
margin: inherit;
width: 100%;
}
.favorite-charities-feed {
width: 20%;
}
.charity-feed {
display: flex;
align-items: center;
flex-direction: column;
}
.favorite-charity-link {
color: black;
padding: 2px 0px 2px 5px;
}
.favorite-charities-title {
color: #4e99a4;
}
.favorite-charities {
background-color: white;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.favorite-charities-content {
padding: 7px 0px 0px 5px;
}
.charity-page-events {
margin-top: -235px !important;
}
.charity-event-feed {
margin-top: -120px !important;
}
.event-feed {
float: right;
width: 75%;
margin-top: -280px;
}
.event {
width: 95%;
background-color: white;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin: 0% 0% 3% 0%;
}
.event-content {
padding: 15px 0px 1px 15px;
}
.event-owner {
color: #4e99a4;
}
.event-owner:hover {
text-decoration-line: none !important;
color: #999999;
}
.event-title {
font-size: 18px;
color: #999999;
margin: -1% 0 2.25% 0px;
}
.event-title:hover {
color: #737373;
}
.event-date {
margin: -20px 0px 10px 0px;
}
.newsletter {
font-size: 20px;
color: #4e99a4;
}
/* Create event */
.create-event-section {
width: 90%;
margin: 150px auto;
background: #dcdcdc2e;
}
.btn-outline-info {
color: white;
background: #4e99a4;
background-image: none;
border-color: #17a2b8;
border-radius: 7px;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
color: #1d1e1f;
}
/* Update event */
.update-event-section {
margin: 150px auto;
background: white;
width: 80%;
}
.control-group {
font-family: math;
}
/*delete event */
.delete-event-section {
margin-top: 250px;
background: #dcdcdc2e;
}
.btn-outline-secondary {
color: #305865;
background-color: #0000000a;
background-image: none;
border-color: #6c757d;
}
.btn-outline-danger {
color: #f8f9fa;
background-color: #dc3545;
background-image: none;
border-color: #dc3545;
}
/* password sent */
.alert-info {
margin-top: 25%;
color: #0c5460;
background: #dbe4ec;
border-color: #bee5eb;
}
.password-reset-form-section {
margin-top: 150px;
}
a.password-sent-section {
margin-left: 2px;
border-radius: 10px;
text-decoration: none;
background: #0d3c43;
color: white;
font-size: 15px;
padding: 5px;
}
/* charity page */
.charity-page {
margin-top: 100px;
}
.charity-overview {
margin-top: 0%;
margin-left: 2%;
padding: 15px 15px 0px 15px;
float: left;
background-color: #4e99a4;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
width: 20%;
}
.charity-overview-content {
margin: 10px auto;
}
.charity-overview-title {
color: white;
font-family: "Oleo Script", cursive;
display: flex;
justify-content: center;
}
.charity-name {
display: flex;
justify-content: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-weight: bold;
}
#charity-page-img {
resize: both;
height: fit-content;
border-radius: 60%;
margin-left: 4.75%;
max-width: 12%;
margin-left: 6%;
}
/* event page */
.event-page {
width: 80%;
margin: 150px auto;
}
.event-img {
width: 50px;
height: 50px;
}
.register-event {
margin-left: 2px;
border-radius: 10px;
text-decoration: none;
background: #0d3c43;
color: white;
font-size: 15px;
padding: 5px;
}
/* update interests section */
.update-interests-section {
margin: 150px auto;
}
.update-interests-content {
height: 47.5vh;
padding: 30px;
}
#interests-img {
resize: both;
max-width: 75%;
height: fit-content;
border-radius: 60%;
margin-left: 11%;
}
/* volunteer now */
.volunteer-now-section {
width: 80%;
margin: 150px auto;
}
/* notification page */
.notification-section {
margin: 150px auto;
width: 80%;
}
/* Setting password */
.setting-password-section {
margin: 150px;
background: white;
}
/* search results */
.search-results-section {
margin: 150px auto;
width: 80%;
background-color: white;
padding: 15px;
}
.search-result-title {
margin-left: 40px;
}
.result-description {
width: 78%;
float: right;
}
.description {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
/* notification */
.center-text {
text-align: center;
}
.notification-img {
width: 80px;
height: 80px;
}
.charity-email {
margin-left: 9%;
margin-top: -27px;
color: #999999;
}
.no-underline {
text-decoration: none !important;
}
.email-section {
margin: 150px auto;
width: 80%;
}
.volunteer-event-feed {
margin-top: -275px !important;
}
.update-interests-content {
height: 446px;
padding: 30px;
} | src/base/static/base/main.css | body {
background: #f0f2f5;
color: #333333;
margin-bottom: 6rem;
}
.margin-top {
margin-top: 150px;
}
.static-width {
width: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #444444;
}
ul {
margin: 0;
}
.bg-steel {
background-color: #5f788a;
}
.site-header .navbar-nav .nav-link {
color: #cbd5db;
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.article-title {
color: #444444;
}
a.article-title:hover {
color: #428bca;
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
resize: both;
max-width: 90%;
height: fit-content;
border-radius: 60%;
margin-left: 7%;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3;
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: x-large;
}
/* Navbar */
.search-bar {
display: inline-flex;
margin-left: 13%;
margin-top: 15px;
width: 28%;
}
.search {
width: 225%;
border-radius: 15px;
border: none;
}
.search:focus {
outline: none;
}
.search::placeholder {
color: #c4c4c4;
}
.search-icon {
padding: 1%;
margin-left: 47%;
color: #c4c4c4;
}
.navbar-container {
width: 100%;
}
.navbar-nav {
float: right;
}
.welcome-user {
float: left;
padding: 10px 10px 10px 10px;
color: white;
font-weight: bold;
}
.welcome-user-link {
color: white;
}
.welcome-user-link:hover {
color: #2f6870;
text-decoration: none;
}
.navbar-toggle-container {
float: right;
}
.navbar-right {
height: 15px;
float: right;
margin-top: 6px;
}
.nav-link {
float: right;
padding: 10px 10px 10px 10px;
}
.navbar {
background-color: #5cb2bf;
top: 0px;
}
.navbar-title {
color: white !important;
font-family: "Oleo Script", cursive;
font-size: 30px;
}
.logo-image {
width: 55px;
height: 55px;
margin-top: -75%;
float: right;
}
.logo-title {
float: left;
}
/* login */
.login-section {
background-color: #4e99a4;
margin-left: auto;
width: 38%;
border-radius: 5px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
float: right;
margin-top: 150px;
}
.login-title {
color: white;
font-size: 30px;
text-align: center;
font-family: Aleo;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.landing-page {
width: 80%;
margin: 0 auto;
}
.landing-page-message {
font-family: "Amatic SC", cursive;
font-style: normal;
font-weight: 603px;
font-size: 50px;
line-height: 88px;
color: #4e99a4;
}
.landing-page-container {
width: 348px;
height: 400px;
float: left;
margin-top: 150px;
}
.btn-container {
display: flex;
justify-content: center;
}
.login-btn {
width: 126px;
height: 30px;
color: white;
box-shadow: 0px 4px 4px rgba(0, 0, 0.25);
border-radius: 20px;
background-color: #0d3c43;
font-style: normal;
border: none;
}
/* Register */
.register-container {
margin-top: 5rem;
margin-left: auto;
background-color: #4e99a4;
width: 500px;
border-radius: 5px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.register-title {
font-size: 30px;
font-family: "Aleo";
font-weight: 400;
color: white;
text-align: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.signup-btn {
width: 126px;
height: 30px;
color: white;
box-shadow: 0px 4px 4px rgba(0, 0, 0.25);
border-radius: 20px;
background-color: #0d3c43;
font-style: normal;
margin-left: 35%;
border: none;
}
.register-fields {
width: 75%;
margin: 20px auto;
}
.login-form > .form-group > .control-group > .control-label,
.register-form > .control-group > .control-label {
color: white;
font-family: Aleo;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 34px;
}
.help-block {
font-size: 10px;
}
.controls > ul {
font-size: 12px;
}
.login-form > .form-group > .control-group > .controls > .textinput,
.register-form > .control-group > .controls > .textinput,
.register-form > .control-group > .controls > #id_email {
border-bottom: 1px solid white;
background-color: #4e99a4;
border-top: none;
border-right: none;
border-left: none;
width: 100%;
}
#id_email > select,
.textinput > select,
.textinput > textarea {
color: black;
}
.signup-link {
color: white;
text-decoration: none;
background-color: transparent;
}
.signup-link:hover {
color: #c4c4dd;
text-decoration: none;
}
/* user settings */
.user-settings-content {
padding: 30px;
}
.user-info {
float: left;
display: flex;
margin-left: 7%;
align-items: center;
flex-direction: column;
}
.media-body {
flex: 1;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
}
.update-settings {
color: steelblue;
}
.user-settings-section {
margin: 150px auto;
}
.user-settings-form {
margin-left: 40%;
}
.settings-img {
resize: both;
max-width: 75%;
height: fit-content;
border-radius: 60%;
margin-left: 12%;
}
/* Reset Password */
.standard-btn {
width: 126px;
height: 30px;
color: white;
border-radius: 20px;
background-color: #0d3c43;
font-style: normal;
border: none;
}
.standard-cancel-btn {
padding: 3px;
margin-top: -5px;
width: 100px;
height: 30px;
border-radius: 20px;
text-decoration: none;
background: #c4c4c4;
color: white;
font-size: 15px;
font-style: normal;
}
.standard-link-btn {
padding: 3px;
margin-top: -5px;
width: 100px;
height: 30px;
border-radius: 20px;
text-decoration: none;
background-color: #0d3c43;
color: white;
font-size: 15px;
font-style: normal;
}
.standard-cancel-btn:hover {
padding: 3px;
margin-top: -5px;
width: 100px;
height: 30px;
border-radius: 20px;
text-decoration: none;
background-color: #c4c4c4;
color: white;
font-size: 15px;
font-style: normal;
}
.standard-link-btn:hover {
padding: 3px;
margin-top: -5px;
width: 100px;
height: 30px;
border-radius: 20px;
text-decoration: none;
background-color: #0d3c43;
color: white;
font-size: 15px;
font-style: normal;
}
.reset-password-title {
border-bottom: 1px solid #dee2e6 !important;
font-style: normal;
font-weight: 500;
}
.password-reset-section {
margin: 150px;
background: rgba(196, 196, 196, 0.4);
padding: 10px 20px;
border: 1px solid #c4c4c4;
border-radius: 3px;
margin-bottom: 20px;
}
/* dashboard */
.dashboard {
margin: 90px 0px 0px 10px;
}
.dashboard-welcome {
width: 17%;
float: left;
margin-left: 42px;
}
.dashboard-links {
font-size: 30px;
display: flex;
padding: 25px;
justify-content: center;
}
.dashboard-link:hover {
color: #5cb2bf;
text-decoration: none;
}
.dashboard-link {
font-weight: bold;
color: #999999;
padding: 5px 5px 5px 5px;
display: inline;
}
.dashboard-link-border {
border-right: 1px solid #999999;
}
.dashboard-heading {
display: flex;
justify-content: center;
}
/* dashboard event feed and favorite charities*/
.dashboard-content {
margin: inherit;
width: 100%;
}
.favorite-charities-feed {
width: 20%;
}
.charity-feed {
display: flex;
align-items: center;
flex-direction: column;
}
.favorite-charity-link {
color: black;
padding: 2px 0px 2px 5px;
}
.favorite-charities-title {
color: #4e99a4;
}
.favorite-charities {
background-color: white;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.favorite-charities-content {
padding: 7px 0px 0px 5px;
}
.charity-page-events {
margin-top: -235px !important;
}
.charity-event-feed {
margin-top: -120px !important;
}
.event-feed {
float: right;
width: 75%;
margin-top: -280px;
}
.event {
width: 95%;
background-color: white;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin: 0% 0% 3% 0%;
}
.event-content {
padding: 15px 0px 1px 15px;
}
.event-owner {
color: #4e99a4;
}
.event-owner:hover {
text-decoration-line: none !important;
color: #999999;
}
.event-title {
font-size: 18px;
color: #999999;
margin: -1% 0 2.25% 0px;
}
.event-title:hover {
color: #737373;
}
.event-date {
margin: -20px 0px 10px 0px;
}
.newsletter {
font-size: 20px;
color: #4e99a4;
}
/* Create event */
.create-event-section {
width: 90%;
margin: 150px auto;
background: #dcdcdc2e;
}
.btn-outline-info {
color: white;
background: #4e99a4;
background-image: none;
border-color: #17a2b8;
border-radius: 7px;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
color: #1d1e1f;
}
/* Update event */
.update-event-section {
margin: 150px auto;
background: white;
width: 80%;
}
.control-group {
font-family: math;
}
/*delete event */
.delete-event-section {
margin-top: 250px;
background: #dcdcdc2e;
}
.btn-outline-secondary {
color: #305865;
background-color: #0000000a;
background-image: none;
border-color: #6c757d;
}
.btn-outline-danger {
color: #f8f9fa;
background-color: #dc3545;
background-image: none;
border-color: #dc3545;
}
/* password sent */
.alert-info {
margin-top: 25%;
color: #0c5460;
background: #dbe4ec;
border-color: #bee5eb;
}
.password-reset-form-section {
margin-top: 150px;
}
a.password-sent-section {
margin-left: 2px;
border-radius: 10px;
text-decoration: none;
background: #0d3c43;
color: white;
font-size: 15px;
padding: 5px;
}
/* charity page */
.charity-page {
margin-top: 100px;
}
.charity-overview {
margin-top: 0%;
margin-left: 2%;
padding: 15px 15px 0px 15px;
float: left;
background-color: #4e99a4;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
width: 20%;
}
.charity-overview-content {
margin: 10px auto;
}
.charity-overview-title {
color: white;
font-family: "Oleo Script", cursive;
display: flex;
justify-content: center;
}
.charity-name {
display: flex;
justify-content: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-weight: bold;
}
#charity-page-img {
resize: both;
height: fit-content;
border-radius: 60%;
margin-left: 4.75%;
max-width: 12%;
margin-left: 6%;
}
/* event page */
.event-page {
width: 80%;
margin: 150px auto;
}
.event-img {
width: 50px;
height: 50px;
}
.register-event {
margin-left: 2px;
border-radius: 10px;
text-decoration: none;
background: #0d3c43;
color: white;
font-size: 15px;
padding: 5px;
}
/* update interests section */
.update-interests-section {
margin: 150px auto;
}
.update-interests-content {
height: 47.5vh;
padding: 30px;
}
#interests-img {
resize: both;
max-width: 75%;
height: fit-content;
border-radius: 60%;
margin-left: 11%;
}
/* volunteer now */
.volunteer-now-section {
width: 80%;
margin: 150px auto;
}
/* notification page */
.notification-section {
margin: 150px auto;
width: 80%;
}
/* Setting password */
.setting-password-section {
margin: 150px;
background: white;
}
/* search results */
.search-results-section {
margin: 150px auto;
width: 80%;
background-color: white;
padding: 15px;
}
.search-result-title {
margin-left: 40px;
}
.result-description {
width: 78%;
float: right;
}
.description {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
/* notification */
.center-text {
text-align: center;
}
.notification-img {
width: 80px;
height: 80px;
}
.charity-email {
margin-left: 9%;
margin-top: -27px;
color: #999999;
}
.no-underline {
text-decoration: none !important;
}
.email-section {
margin: 150px auto;
width: 80%;
}
.volunteer-event-feed {
margin-top: -275px !important;
}
.update-interests-content {
height: 446px;
padding: 30px;
} | 0.352536 | 0.062933 |
@import url("../fonts/museo-sans/font.css");
@import url("../fonts/novecento/font.css");
@import url("../fonts/museo-sans-italic/font.css");
/* ========================================================================== Custom Styles ========================================================================== */
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'DINPro-CondensedBlackItalic';
}
p {
color: #383838;
}
ul, li {
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
a:hover {
text-decoration: none;
}
* html .clearfix {
height: 1%;
}
img {
max-width: 100%;
}
.ease, a, input[type="submit"], button {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.relative {
position: relative;
}
.clearfix {
display: block;
clear: both;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: "";
clear: both;
height: 0;
}
.center-div {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.middle-div {
position: absolute;
top: 50%;
-ms-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.hori-div {
position: absolute;
left: 50%;
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.bg-common {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
/* ========================================================================== START HERE -> ========================================================================== */
/*# sourceMappingURL=main.css.map */
/*admin*/
* {
background-repeat: no-repeat;
}
.b-road-login {
width: 443px;
height: 493px;
background-color: #eaeced;
border-radius: 8px;
text-align: center;
}
.b-road-logo {
text-align: center;
margin-top: 35px;
}
.b-road-sign h5 {
font-size: 15px;
margin-left: -270px;
font-family: Novecento-WideMedium;
}
.b-road-sign {
text-align: center;
margin-top: 61px;
}
.b-road-password h5 {
font-size: 15px;
margin-left: -270px;
font-family: Novecento-WideMedium;
}
.b-road-password {
text-align: center;
margin-top: 29px;
}
.b-road-password input {
width: 349px;
height: 50px;
border: none;
font-family: Novecento-WideMedium;
}
.btn-show-pw {
background-color: #f1e4bf;
border: none;
font-size: 12px;
font-family: Novecento-WideMedium;
}
.show-pw {
float: right;
margin-right: 58px;
margin-top: -40px;
position: relative;
}
.b-road-login h4 {
font-family: Novecento-WideMedium;
font-size: 12px;
float: right;
margin-right: 46px;
margin-top: 16px;
}
.login-admin li {
list-style-type: none;
padding-top: 15px;
}
.login-admin a {
color: #fff;
font-family: Novecento-WideMedium;
}
.login-admin {
background-color: #dcb335;
width: 352px;
height: 55px;
margin-top: 55px;
margin-left: 44px;
border-radius: 5px;
}
.b-road-sign input {
width: 349px;
height: 50px;
border: none;
font-family: Novecento-WideMedium;
}
/*communities*/
.br-logo {
background-color: #21324f;
text-align: center;
height: 110px;
}
.br-logo img {
object-fit: cover;
margin-top: 21px;
}
.br-selection {
text-align: center;
background-color: #283848;
height: 970px;
}
.br-selection li {
padding-top: 66px;
}
.br-selection a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
.selection {
display: inline-block;
cursor: pointer;
margin-top: 36px;
margin-left: 20px;
}
.bar1, .bar2, .bar3 {
width: 35px;
height: 5px;
background-color: #000;
margin: 6px 0;
}
.bridge-road-manage-communities {
background-color: #f7faff;
height: 110px;
}
.admin {
text-align: right;
margin-right: 35px;
margin-top: -54px;
position: relative;
}
.admin h5 {
font-size: 14px;
font-family: Novecento-WideMedium;
}
.turning-vision h3 {
font-size: 14px;
font-family: Novecento-WideMedium;
}
.turning-vision {
text-align: right;
margin-right: 243px;
margin-top: -40px;
position: relative;
}
.admin a {
color: #000;
}
.manage-communities {
margin-left: 74px;
margin-top: 57px;
}
.manage-communities h3 {
font-size: 32px;
font-family: Novecento-WideMedium;
}
.manage-communities-div {
width: 1200px;
height: 600px;
background-color: #f6f7f8;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.communities-add-communities h6 {
font-size: 21px;
font-family: MuseoSans-500;
}
.add-communities-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-communities-button {
background-color: #e8b825;
height: 39px;
width: 186px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-communities-button li {
padding-top: 7px;
}
.communities-add-communities {
margin-top: 25px;
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.communities-add-communities h6 {
margin-left: 19px;
}
.manage-communities-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-communities-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-communities-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-communities-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-communities-showing-rows {
float: right;
margin-right: 19px;
}
.manage-communities-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-communities-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-communities-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-communities-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-communities-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-communities-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-communities-prev-next {
text-align: right;
}
.manage-communities-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-communities-prev-next a {
color: #c4c4c4;
}
.footer {
margin-top: 200px;
}
.footer li {
margin-left: 76px;
}
.footer a {
color: #000;
font-family: MuseoSans-500;
font-size: 12px;
}
.footer-mav {
position: relative;
float: right;
margin-right: 88px;
}
/*coomunites add edit*/
.communities-c-p h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.communities-c-p {
margin-top: 43px;
margin-left: 42px;
}
.communities-name input {
width: 580px;
border: none;
border-bottom: 2px solid #ffc209;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.communities-name {
margin-left: 42px;
}
.province-select-type a {
font-size: 12px;
font-family: MuseoSans-500;
color: #000;
}
.communities-c-p {
margin-top: 43px;
margin-left: 42px;
}
.province-select-type span {
position: relative;
float: right;
margin-right: -367px;
}
.province-select-type {
border-bottom: 1px solid #e0dfdf;
width: 450px;
}
.select-caret a {
position: relative;
text-align: right;
margin-left: 30px;
}
.select-text-area {
margin-left: 46px;
margin-top: 60px;
}
.select-text-area p {
font-size: 12px;
font-weight: bold;
font-family: MuseoSans-500;
}
.select-text-area textarea {
font-size: 12px;
font-family: MuseoSans-500;
border: none;
border-bottom: 1px solid #e0dfdf;
}
.coomunities-add-update-button a {
font-size: 20px;
font-family: MuseoSans-500;
color: #000;
}
.add-communities li {
width: 200px;
height: 58px;
background-color: #283848;
border-radius: 30px;
padding-top: 15px;
}
.add-communities {
text-align: center;
margin-left: 45px;
margin-top: 50px;
}
.update-communities li {
width: 200px;
height: 58px;
background-color: #ffc30d;
border-radius: 30px;
padding-top: 15px;
}
.update-communities {
text-align: center;
}
/*documents add edit*/
.documents-c-p h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.documents-c-p {
margin-top: 43px;
margin-left: 42px;
}
.documents-name input {
width: 500px;
border: none;
border-bottom: 2px solid #ffc209;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.documents-name {
margin-left: 42px;
}
.province-select-type a {
font-size: 12px;
font-family: MuseoSans-500;
color: #000;
}
.documents-c-p {
margin-top: 43px;
margin-left: 42px;
}
.documents-select-type span {
position: relative;
float: right;
margin-right: -367px;
}
.documents-add-update-button a {
font-size: 20px;
font-family: MuseoSans-500;
color: #000;
}
.add-documents li {
width: 200px;
height: 58px;
background-color: #283848;
border-radius: 30px;
padding-top: 15px;
}
.add-documents {
text-align: center;
margin-left: 45px;
margin-top: 50px;
}
.update-documents li {
width: 200px;
height: 58px;
background-color: #ffc30d;
border-radius: 30px;
padding-top: 15px;
}
.update-documents {
text-align: center;
}
.documents-name p {
background-color: #ffc100;
padding: 10px;
border-radius: 50px;
color: #fff;
}
.attach-communities h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.attach-communities {
margin-left: 42px;
margin-top: 60px;
}
.attach-scroll-bar {
border: 1px solid #d1d1d1;
width: 404px;
height: 231px;
border-radius: 5px;
}
.attach-scroll-bar {
list-style-type: none;
}
.attach-scroll-bar a {
font-size: 14px;
font-family: MuseoSans-500;
color: #000;
margin-left: 10px;
padding-top: 10px;
padding-top: 5px;
}
.attach-scroll-bar li:hover {
background-color: #ffdf7f;
}
.attach-scroll-bar li {
margin-top: 10px;
}
.attach-scroll-bar {
overflow-y: auto;
}
.attach-communities h6 {
font-size: 12px;
font-family: MuseoSans-500;
}
.attach-communities h4 {
background-color: #000;
width: 15px;
text-align: center;
border-radius: 50px;
color: #fff;
}
/*Manage residence*/
.add-residence-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-residence-button {
background-color: #e8b825;
height: 39px;
width: 186px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-residence-button li {
padding-top: 7px;
}
/*.residence-add-residence{margin-top: 25px; height: 62px; border-bottom: 2px solid #e4e4e4;}*/
/*.communities-add-communities h6{margin-left:19px;}*/
.manage-residence-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-residence-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-residence-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-residence-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-residence-showing-rows {
float: right;
margin-right: 19px;
}
.manage-residence-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-residence-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-residence-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-residence-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-residence-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-residence-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-residence-prev-next {
text-align: right;
}
.manage-residence-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-residence-prev-next a {
color: #c4c4c4;
}
/*Manage province*/
.add-province-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-province-button {
background-color: #e8b825;
height: 39px;
width: 186px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-province-button li {
padding-top: 7px;
}
/*.residence-add-residence{margin-top: 25px; height: 62px; border-bottom: 2px solid #e4e4e4;}*/
/*.communities-add-communities h6{margin-left:19px;}*/
.manage-province-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-province-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-province-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-province-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-province-showing-rows {
float: right;
margin-right: 19px;
}
.manage-province-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-province-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-province-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-province-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-province-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-province-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-province-prev-next {
text-align: right;
}
.manage-province-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-province-prev-next a {
color: #c4c4c4;
}
/*province add edit*/
.manage-province {
margin-left: 74px;
margin-top: 57px;
}
.manage-province h3 {
font-size: 32px;
font-family: Novecento-WideMedium;
}
.manage-province-div {
width: 1200px;
height: 800px;
background-color: #f6f7f8;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.province-c-p h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.province-c-p {
margin-top: 43px;
margin-left: 42px;
}
.province-name input {
width: 530px;
border: none;
border-bottom: 2px solid #ffc209;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.province-name {
margin-left: 42px;
}
.province-select-type a {
font-size: 12px;
font-family: MuseoSans-500;
color: #000;
}
.province-select-type span {
position: relative;
float: right;
margin-right: -367px;
}
.province-select-type {
border-bottom: 1px solid #e0dfdf;
width: 450px;
}
.select-caret a {
position: relative;
text-align: right;
margin-left: 30px;
}
.select-text-area {
margin-left: 46px;
margin-top: 60px;
}
.select-text-area p {
font-size: 12px;
font-weight: bold;
font-family: MuseoSans-500;
}
.select-text-area textarea {
font-size: 12px;
font-family: MuseoSans-500;
border: none;
border-bottom: 1px solid #e0dfdf;
}
.province-add-update-button a {
font-size: 20px;
font-family: MuseoSans-500;
color: #000;
}
.add-province li {
width: 200px;
height: 58px;
background-color: #283848;
border-radius: 30px;
padding-top: 15px;
}
.add-province {
text-align: center;
margin-left: 45px;
margin-top: 100px;
}
.update-province li {
width: 200px;
height: 58px;
background-color: #ffc30d;
border-radius: 30px;
padding-top: 15px;
}
.update-province {
text-align: center;
}
.province-abbrevation h5 {
font-size: 16px;
font-family: MuseoSans-500;
}
.province-abbrevation {
margin-top: 25px;
}
.province-abbrevation input {
width: 490px;
border: none;
border-bottom: 2px solid #e0dfdf;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.province-order h5 {
font-size: 16px;
font-family: MuseoSans-500;
}
.province-order {
margin-top: 43px;
margin-left: 42px;
}
.province-order-cont input {
width: 530px;
border: none;
border-bottom: 2px solid #e0dfdf;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.br-selection-province {
text-align: center;
background-color: #283848;
height: 1170px;
}
.br-selection-province li {
padding-top: 66px;
}
.br-selection-province a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
/*Manage administrator*/
.add-resadmin-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-resadmin-button {
background-color: #e8b825;
height: 39px;
width: 252px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-resadmin-button li {
padding-top: 7px;
}
/*.residence-add-residence{margin-top: 25px; height: 62px; border-bottom: 2px solid #e4e4e4;}*/
/*.communities-add-communities h6{margin-left:19px;}*/
.manage-resadmin-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-resadmin-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-resadmin-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-resadmin-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-resadmin-showing-rows {
float: right;
margin-right: 19px;
}
.manage-resadmin-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-resadmin-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-resadmin-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-resadmin-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-resadmin-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-resadmin-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-resadmin-prev-next {
text-align: right;
}
.manage-resadmin-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-resadmin-prev-next a {
color: #c4c4c4;
}
.manage-details-admin {
height: 107px;
}
.br-selection-administrator {
text-align: center;
background-color: #283848;
height: 980px;
}
.br-selection-administrator li {
padding-top: 66px;
}
.br-selection-administrator a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
.arrows button {
border: none;
position: relative;
text-align: right;
}
.arrows {
position: relative;
margin-left: 385px;
top: -88px;
}
.res-edit-delete {
text-align: center;
}
.res-edit-delete h6 {
margin-left: 0px;
}
.arrows-1 button {
border: none;
position: relative;
text-align: right;
}
.arrows-1 {
position: relative;
float: right;
top: -30px;
margin-right: -10px;
}
/*residence admin add edit*/
.resi-admin-add-ed h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.resi-admin-add-ed {
margin-top: 43px;
margin-left: 42px;
}
.resi-admin-add-ed-name input {
width: 330px;
border: none;
border-bottom: 2px solid #ffc209;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.resi-admin-add-ed-name {
margin-left: 42px;
}
.province-select-type a {
font-size: 12px;
font-family: MuseoSans-500;
color: #000;
}
.documents-c-p {
margin-top: 43px;
margin-left: 42px;
}
.documents-select-type span {
position: relative;
float: right;
margin-right: -367px;
}
.documents-add-update-button a {
font-size: 20px;
font-family: MuseoSans-500;
color: #000;
}
.add-documents li {
width: 200px;
height: 58px;
background-color: #283848;
border-radius: 30px;
padding-top: 15px;
}
.add-documents {
text-align: center;
margin-left: 45px;
margin-top: 50px;
}
.update-documents li {
width: 200px;
height: 58px;
background-color: #ffc30d;
border-radius: 30px;
padding-top: 15px;
}
.update-documents {
text-align: center;
}
.attach-communities h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.attach-communities {
margin-left: 42px;
margin-top: 60px;
}
.attach-scroll-bar {
border: 1px solid #d1d1d1;
width: 404px;
height: 231px;
border-radius: 5px;
}
.attach-scroll-bar {
list-style-type: none;
}
.attach-scroll-bar a {
font-size: 14px;
font-family: MuseoSans-500;
color: #000;
margin-left: 10px;
padding-top: 10px;
padding-top: 5px;
}
.attach-scroll-bar li:hover {
background-color: #ffdf7f;
}
.attach-scroll-bar li {
margin-top: 10px;
}
.attach-scroll-bar {
overflow-y: auto;
}
.attach-communities h6 {
font-size: 12px;
font-family: MuseoSans-500;
}
.attach-communities h4 {
background-color: #000;
width: 15px;
text-align: center;
border-radius: 50px;
color: #fff;
}
.resi-admin-add-ed-name-1 input {
width: 330px;
border: none;
border-bottom: 1px solid #e0dfdf;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.resi-admin-add-ed-name-1 {
margin-left: 42px;
}
.resi-admin-add-ed-name-2 input {
width: 730px;
border: none;
border-bottom: 1px solid #e0dfdf;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.resi-admin-add-ed-name-2 {
margin-left: 42px;
}
.password-warning h6 {
font-size: 12px;
font-family: MuseoSans-500;
color: #d0cece;
}
.password-warning {
margin-left: 42px;
}
.password-warning span {
text-align: center;
background-color: #fc8585;
width: 10px;
height: 10px;
border-radius: 50px;
}
.manage-residence-admin-add-edit-div {
width: 1200px;
height: 930px;
background-color: #f6f7f8;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.br-selection-res-admin-add-edit {
text-align: center;
background-color: #283848;
height: 1300px;
}
.br-selection-res-admin-add-edit li {
padding-top: 66px;
}
.br-selection-res-admin-add-edit a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
/*Manage SALES REPRESENTATIVE*/
.add-sales-representative-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-sales-representative-button {
background-color: #e8b825;
height: 39px;
width: 283px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-sales-representative-button li {
padding-top: 7px;
}
/*.residence-add-residence{margin-top: 25px; height: 62px; border-bottom: 2px solid #e4e4e4;}*/
/*.communities-add-communities h6{margin-left:19px;}*/
.manage-sales-representative-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-sales-representative-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-sales-representative-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-sales-representative-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-sales-representative-showing-rows {
float: right;
margin-right: 19px;
}
.manage-sales-representative-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-sales-representative-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-sales-representative-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-sales-representative-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-sales-representative-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-sales-representative-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-sales-representative-prev-next {
text-align: right;
}
.manage-sales-representative-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-sales-representative-prev-next a {
color: #c4c4c4;
}
.manage-details-admin {
height: 107px;
}
.br-selection-administrator {
text-align: center;
background-color: #283848;
height: 980px;
}
.br-selection-administrator li {
padding-top: 66px;
}
.br-selection-administrator a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
.arrows button {
border: none;
position: relative;
text-align: right;
}
.arrows {
position: relative;
margin-left: 385px;
top: -50px;
}
.res-edit-delete {
text-align: center;
}
.res-edit-delete h6 {
margin-left: 0px;
}
.arrows-1 button {
border: none;
position: relative;
text-align: right;
}
.arrows-1 {
position: relative;
float: right;
top: -30px;
margin-right: -10px;
}
.manage-sales-represetative-div {
width: 1200px;
height: 697px;
background-color: #f6f7f8;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.br-selection-sales-representative {
text-align: center;
background-color: #283848;
height: 1062px;
}
.br-selection-sales-representative li {
padding-top: 66px;
}
.br-selection-sales-representative a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
/*sales -representative add edit*/
.sales-representative-plus span {
background-color: #ffc100;
padding-top: 5px;
width: 30px;
height: 30px;
text-align: center;
border-radius: 50px;
font-size: 20px;
color: #fff;
}
.sales-representative-pic {
margin-left: 42px;
margin-top: 20px;
}
.sales-representative-pic img {
border: 5px solid #fff;
object-fit: cover;
border-radius: 10px;
}
.sales-representative-add-edit-div {
width: 1200px;
height: 687px;
background-color: #f6f7f8;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.br-selection-sales-representative-add-edit {
text-align: center;
background-color: #283848;
height: 1062px;
}
.s-rep-ad-ed-1 input {
width: 486px;
border: none;
border-bottom: 2px solid #ffc209;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.s-rep-ad-ed input {
width: 484px;
border: none;
border-bottom: 1px solid #e0dfdf;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
/*Manage administrator*/
.add-shareholders-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-shareholders-button {
background-color: #e8b825;
height: 39px;
width: 252px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-shareholders-button li {
padding-top: 7px;
}
/*.residence-add-residence{margin-top: 25px; height: 62px; border-bottom: 2px solid #e4e4e4;}*/
/*.communities-add-communities h6{margin-left:19px;}*/
.manage-shareholders-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-shareholders-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-shareholders-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-shareholders-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-shareholders-showing-rows {
float: right;
margin-right: 19px;
}
.manage-shareholders-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-shareholders-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-shareholders-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-shareholders-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-shareholders-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-shareholders-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-shareholders-prev-next {
text-align: right;
}
.manage-shareholders-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-shareholders-prev-next a {
color: #c4c4c4;
}
.manage-details-admin {
height: 107px;
}
.br-selection-administrator {
text-align: center;
background-color: #283848;
height: 980px;
}
.br-selection-administrator li {
padding-top: 66px;
}
.br-selection-administrator a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
.arrows button {
border: none;
position: relative;
text-align: right;
}
.arrows {
position: relative;
margin-left: 385px;
top: -88px;
}
.res-edit-delete {
text-align: center;
}
.res-edit-delete h6 {
margin-left: 0px;
}
.arrows-1 button {
border: none;
position: relative;
text-align: right;
}
.arrows-1 {
position: relative;
float: right;
top: -30px;
margin-right: -10px;
}
/*shareholder add edit
.resi-admin-add-ed h3{font-size: 16px; font-family: MuseoSans-500;}
.resi-admin-add-ed{margin-top: 43px; margin-left: 42px;}
.resi-admin-add-ed-name input{width: 330px;border:none; border-bottom: 2px solid #ffc209; background-color: #f7faff; font-size: 12px; font-family: MuseoSans-500;}
.resi-admin-add-ed-name{margin-left: 42px; }
.province-select-type a{font-size: 12px; font-family: MuseoSans-500; color:#000;}
.documents-c-p{margin-top: 43px; margin-left: 42px;}
.documents-select-type span{position: relative; float: right; margin-right: -367px;}
.documents-add-update-button a{font-size: 20px; font-family: MuseoSans-500; color: #000;}
.add-documents li{width: 200px; height: 58px; background-color: #283848; border-radius: 30px; padding-top: 15px;}
.add-documents{text-align: center; margin-left: 45px; margin-top: 50px;}
.update-documents li{width: 200px; height: 58px; background-color: #ffc30d; border-radius: 30px; padding-top: 15px;}
.update-documents{text-align: center;}
.attach-communities h3{font-size: 16px; font-family: MuseoSans-500;}
.attach-communities{margin-left: 42px; margin-top: 60px;}
.attach-scroll-bar{border:1px solid #d1d1d1; width: 404px; height: 231px; border-radius: 5px;}
.attach-scroll-bar{list-style-type: none;}
.attach-scroll-bar a{font-size: 14px; font-family: MuseoSans-500; color:#000; margin-left: 10px; padding-top: 10px; padding-top: 5px;}
.attach-scroll-bar li:hover{background-color:#ffdf7f;}
.attach-scroll-bar li{margin-top: 10px;}
.attach-scroll-bar{overflow-y:auto; }
.attach-communities h6{font-size: 12px; font-family: MuseoSans-500;}
.attach-communities h4{background-color: #000; width: 15px; text-align: center; border-radius: 50px; color:#fff;}
.resi-admin-add-ed-name-1 input{width: 330px;border:none; border-bottom: 1px solid #e0dfdf; background-color: #f7faff; font-size: 12px; font-family: MuseoSans-500;}
.resi-admin-add-ed-name-1{margin-left: 42px; }
.resi-admin-add-ed-name-2 input{width: 730px;border:none; border-bottom: 1px solid #e0dfdf; background-color: #f7faff; font-size: 12px; font-family: MuseoSans-500;}
.resi-admin-add-ed-name-2{margin-left: 42px; }
.password-warning h6{font-size: 12px; font-family: MuseoSans-500; color:#d0cece;}
.password-warning{margin-left: 42px;}
.password-warning span{text-align: center; background-color: #fc8585; width: 10px; height: 10px; border-radius: 50px;}
.manage-residence-admin-add-edit-div{width: 1200px; height: 930px; background-color: #f6f7f8; border-top:4px solid #f9bc00; border-radius:2px; margin-top: 23px;}
.br-selection-res-admin-add-edit{
text-align: center;
background-color: #283848;
height: 1300px;
}
.br-selection-res-admin-add-edit li{padding-top: 66px;}
.br-selection-res-admin-add-edit a{font-size: 14px; font-family: Novecento-WideMedium; color:#fff;}*/
/*new css*/
.b-road-sign input {
padding: 0 20px;
}
.b-road-password input {
padding: 0 20px;
}
.flex-container-425{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
position: relative;
}
.selection {
display: inline-block;
cursor: pointer;
margin-top: 36px;
margin-left: 20px;
position: relative;
z-index: 90;
}
/*08-11-2020*/
.manage-communities-div {
width: 100%;
height: 100%;
background-color: transparent;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.manage-communities {
margin: 0;
width: 100%;
padding-left: 100px;
padding-right: 200px;
padding-top: 50px;
}
.br-selection {
background-color: transparent;
height: auto;
}
.bridge-road-selection{
background-color: #283848;
height: 100%;
}
.manage-communities-delete li a {
color: #fff;
}
.manage-communities-edit li a {
color: #fff;
}
.details-group .manage-details:nth-of-type(odd){
background: #fafbfc;
}
.head-background{
background-color: #f6f7f8;
}
.manage-communities-div {
border: 1px solid #c7c8c9;
}
.manage-details {
border-right: none;
border-left: none;
}
.communities-add-communities {
margin-top: 0;
padding: 25px 0;
height: 100%;
border-bottom: 2px solid #e4e4e4;
border-top: 5px solid #f8bb00;
position: relative;
}
.manage-communities-search li.search-tab {
background: #fff;
padding: 5px 10px;
margin: 0;
color: #c7c8c9;
}
.manage-communities-search li.row-tab {
padding: 0;
margin: 0;
background: transparent;
}
.manage-communities-search li.search-tab input{
background: #fff;
border: none;
font-size: 14px;
height: 100%;
padding: 5px 0;
}
@media(max-width: 1100px){
.manage-communities-search li.search-tab input{
width: auto;
}
}
.manage-communities-search li.search-tab input:focus{
outline: none;
}
.manage-communities-search {
height: 100%;
padding: 20px 20px;
border-bottom: 2px solid #e4e4e4;
}
.footer ul{
padding: 25px 0 20px;
}
.br-logo {
height: auto;
padding: 0 20px 30px;
}
.details-group .manage-communities-details{
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
justify-content: center;
align-items: flex-start;
height: 100%;
}
/*pagination style*/
.page-item .page-link {
border: none;
}
.page-item:first-child .page-link {
font-size: 16px;
font-family: MuseoSans-500;
color: #283848;
}
.page-item:last-child .page-link {
font-size: 16px;
font-family: MuseoSans-500;
color: #283848;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #283848;
border-color: #283848;
}
.pagination {
padding: 20px 0;
justify-content: flex-end;
}
/*end of pagination style*/
/*for admin button*/
.admin ul{
justify-content: flex-end;
align-items: center;
}
.admin ul li button{
background: none;
border: none;
font-size: 14px;
font-family: Novecento-WideMedium;
color: #283848;
}
/*.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
top: 66px;
left: -22px;
border-top: 2px solid #035586;
min-width: 250px;
padding-left: 15px;
}*/
.dropdown-menu {
position: absolute;
top: 0px;
left: -50px !important;
will-change: transform;
}
@media(max-width: 991px){
.dropdown-menu {
position: absolute;
top: 0px;
left: -50px !important;
will-change: transform;
}
}
.bridge-road-manage-communities {
background-color: #f7faff;
min-height: 110px;
}
/*custom class*/
.ht-100{
height: 100%;
width: 100%;
}
.w-100{
width: 100%;
}
.border-box{
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding-right: 20px !important;
}
.bg-color-common{
background-color: #fafbfc;
}
/*end of custom class*/
/*for Communities add/edit page*/
.communities-c-p select{
border: none;
}
.communities-c-p select option:first-of-type{
font-family: MuseoSans-500;
color: #cdcdcd;
}
.select-text-area textarea {
width: 100%;
padding: 20px;
min-height: 234px;
}
.select-text-area {
margin: 60px 46px 0;
}
.communities-c-p {
margin: 43px 40px 0;
}
.coomunities-add-update-button .list-inline-item{
margin: 0 10px;
}
.coomunities-add-update-button .list-inline-item:last-of-type li a{
color: #283848;
font-family: MuseoSans-500;
font-weight: 600;
}
.coomunities-add-update-button .list-inline-item a{
color: #fff;
}
.coomunities-add-update-button{
display: flex;
justify-content: flex-start;
align-items: center;
padding: 20px 20px;
}
.communities-name input, .communities-c-p select {
width: 100%;
background: transparent;
font-family: MuseoSans-500;
color: #000;
font-size: 12px;
padding: 10px;
border-bottom: 1px solid #e0dfdf;
}
.communities-name input:focus, .communities-c-p select:focus {
outline: none;
border-bottom: 2px solid #ffc209;
}
.communities-name input:placeholder, .communities-c-p select:placeholder {
font-size: 12px;
color: #cdcdcd;
font-family: MuseoSans-500;
}
.manage-documents{
flex-direction: column;
}
.details-group .manage-details{
min-height: 62px !important;
height: 100%;
}
.manage-documents h6 {
margin: 0;
}
.manage-documents {
justify-content: flex-start !important;
align-items: flex-start;
height: 100%;
padding: 20px;
}
/*.sub-content{
display: none;
}*/
.select-file{
width: 100%;
}
.select-file button{
width: 100%;
min-height: 60px;
background: none;
display: flex;
justify-content: space-between;
align-items: flex-end;
padding-bottom: 10px;
border: none;
border-bottom: 1.5px solid #cdcdcd;
}
.select-file button:focus{
border-bottom: 1.5px solid #ffc000;
outline: none;
}
.select-file button i{
border-radius: 50%;
height: 30px;
width: 30px;
background-color: #ffc100;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
float: right;
}
.select-file button span{
font-family: MuseoSans-500;
font-size: 12px;
color: #cdcdcd;
}
.widget-select{
width: 100%;
}
.widget-select label{
width: 100%;
display: block;
margin-bottom: 0.5rem;
font-weight: 600;
}
.widget-select select{
font-size: 1rem;
min-width: 100%;
width: 100%;
height: 230px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
margin: 0 1rem 1rem 0;
border-radius: 4px;
border: none;
}
.widget-select select::-webkit-scrollbar{
width: 10px;
border-radius: 50%;
}
.widget-select select::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.widget-select select::-webkit-scrollbar-thumb {
background-color: #ffc000;
height: 120px
border-radius: 50%;
}
.widget-select select:focus{
outline: none;
}
.attach-community{
border: 1px solid #d1d1d1;
width: 404px;
height: 240px;
border-radius: 5px;
padding:5px;
margin-bottom: 120px;
}
.widget-select select option {
font-size: 18px;
margin: 10px 0;
color: #bdbdbd;
width: 96%;
padding: 5px 10px;
border-radius: 20px;
font-family: MuseoSans-500;
}
.widget-select option:checked {
background: red linear-gradient(0deg, #ffdf7f 0%, #ffdf7f 100%);\
color: #000 !important;
}
.manage-communites-content h3{
text-transform: uppercase;
}
.add-communities-button a{
text-transform: uppercase;
}
.manage-communities-edit li {
margin-top: 0;
}
.manage-communities-delete li {
margin-top: 0;
}
.communities-name {
margin-left: 0;
}
.order-bottom{
margin-bottom: 50px;
}
.add-communities-button li a span{
margin: 0 5px;
}
.sales-representative-add-edit-div {
width: 100%;
}
.resi-admin-add-ed-name {
width: 100%;
margin: 0;
}
.s-rep-ad-ed input {
width: 100%;
background-color: transparent;
}
.s-rep-ad-ed input:focus {
outline: none;
border-bottom: 1px solid #ffc000;
}
.resi-admin-add-ed {
margin: 43px 21px 0;
}
.resi-admin-add-ed-name-prov{
padding: 0 20px;
}
.documents-name {
margin-left: 0;
}
.manage-communities-div {
padding: 0 20px;
}
.sales-representative-add-edit-div {
background-color: transparent;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
border-radius: 10px;
min-height: 300px;
height: 100%;
}
.sales-representative-pic img{
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
border-radius: 10px;
height: 200px;
object-fit: cover;
width: 200px;
object-position: center;
}
.sale-button{
padding: 50px 20px;
}
.no-padding{
padding: 0;
}
.add-communities-button {
width: auto;
min-width: 186px;
padding: 0 20px;
}
.active-link a{
color: #ddb436;
position: relative;
}
.active-link a::before{
content: '\f054';
font-family: 'FontAwesome';
padding-right: 10px;
}
/*.details-group .manage-communities-details {
display: flex;
justify-content: center;
align-items: center;
}*/
.manage-communities-edit{
display: flex;
justify-content: center;
align-items: center !important;
width: 100%;
}
.manage-communities-delete{
display: flex;
justify-content: center;
align-items: center !important;
width: 100%;
}
.manage-documents{
position: relative;
width: 100%;
}
.manage-documents button{
background: none;
border: none;
position: absolute;
right: 0;
}
.manage-documents button i{
color: #cdcdcd;
} | public/assets/css/main-break.css | @import url("../fonts/museo-sans/font.css");
@import url("../fonts/novecento/font.css");
@import url("../fonts/museo-sans-italic/font.css");
/* ========================================================================== Custom Styles ========================================================================== */
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'DINPro-CondensedBlackItalic';
}
p {
color: #383838;
}
ul, li {
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
a:hover {
text-decoration: none;
}
* html .clearfix {
height: 1%;
}
img {
max-width: 100%;
}
.ease, a, input[type="submit"], button {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.relative {
position: relative;
}
.clearfix {
display: block;
clear: both;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: "";
clear: both;
height: 0;
}
.center-div {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.middle-div {
position: absolute;
top: 50%;
-ms-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.hori-div {
position: absolute;
left: 50%;
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.bg-common {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
/* ========================================================================== START HERE -> ========================================================================== */
/*# sourceMappingURL=main.css.map */
/*admin*/
* {
background-repeat: no-repeat;
}
.b-road-login {
width: 443px;
height: 493px;
background-color: #eaeced;
border-radius: 8px;
text-align: center;
}
.b-road-logo {
text-align: center;
margin-top: 35px;
}
.b-road-sign h5 {
font-size: 15px;
margin-left: -270px;
font-family: Novecento-WideMedium;
}
.b-road-sign {
text-align: center;
margin-top: 61px;
}
.b-road-password h5 {
font-size: 15px;
margin-left: -270px;
font-family: Novecento-WideMedium;
}
.b-road-password {
text-align: center;
margin-top: 29px;
}
.b-road-password input {
width: 349px;
height: 50px;
border: none;
font-family: Novecento-WideMedium;
}
.btn-show-pw {
background-color: #f1e4bf;
border: none;
font-size: 12px;
font-family: Novecento-WideMedium;
}
.show-pw {
float: right;
margin-right: 58px;
margin-top: -40px;
position: relative;
}
.b-road-login h4 {
font-family: Novecento-WideMedium;
font-size: 12px;
float: right;
margin-right: 46px;
margin-top: 16px;
}
.login-admin li {
list-style-type: none;
padding-top: 15px;
}
.login-admin a {
color: #fff;
font-family: Novecento-WideMedium;
}
.login-admin {
background-color: #dcb335;
width: 352px;
height: 55px;
margin-top: 55px;
margin-left: 44px;
border-radius: 5px;
}
.b-road-sign input {
width: 349px;
height: 50px;
border: none;
font-family: Novecento-WideMedium;
}
/*communities*/
.br-logo {
background-color: #21324f;
text-align: center;
height: 110px;
}
.br-logo img {
object-fit: cover;
margin-top: 21px;
}
.br-selection {
text-align: center;
background-color: #283848;
height: 970px;
}
.br-selection li {
padding-top: 66px;
}
.br-selection a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
.selection {
display: inline-block;
cursor: pointer;
margin-top: 36px;
margin-left: 20px;
}
.bar1, .bar2, .bar3 {
width: 35px;
height: 5px;
background-color: #000;
margin: 6px 0;
}
.bridge-road-manage-communities {
background-color: #f7faff;
height: 110px;
}
.admin {
text-align: right;
margin-right: 35px;
margin-top: -54px;
position: relative;
}
.admin h5 {
font-size: 14px;
font-family: Novecento-WideMedium;
}
.turning-vision h3 {
font-size: 14px;
font-family: Novecento-WideMedium;
}
.turning-vision {
text-align: right;
margin-right: 243px;
margin-top: -40px;
position: relative;
}
.admin a {
color: #000;
}
.manage-communities {
margin-left: 74px;
margin-top: 57px;
}
.manage-communities h3 {
font-size: 32px;
font-family: Novecento-WideMedium;
}
.manage-communities-div {
width: 1200px;
height: 600px;
background-color: #f6f7f8;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.communities-add-communities h6 {
font-size: 21px;
font-family: MuseoSans-500;
}
.add-communities-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-communities-button {
background-color: #e8b825;
height: 39px;
width: 186px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-communities-button li {
padding-top: 7px;
}
.communities-add-communities {
margin-top: 25px;
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.communities-add-communities h6 {
margin-left: 19px;
}
.manage-communities-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-communities-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-communities-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-communities-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-communities-showing-rows {
float: right;
margin-right: 19px;
}
.manage-communities-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-communities-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-communities-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-communities-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-communities-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-communities-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-communities-prev-next {
text-align: right;
}
.manage-communities-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-communities-prev-next a {
color: #c4c4c4;
}
.footer {
margin-top: 200px;
}
.footer li {
margin-left: 76px;
}
.footer a {
color: #000;
font-family: MuseoSans-500;
font-size: 12px;
}
.footer-mav {
position: relative;
float: right;
margin-right: 88px;
}
/*coomunites add edit*/
.communities-c-p h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.communities-c-p {
margin-top: 43px;
margin-left: 42px;
}
.communities-name input {
width: 580px;
border: none;
border-bottom: 2px solid #ffc209;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.communities-name {
margin-left: 42px;
}
.province-select-type a {
font-size: 12px;
font-family: MuseoSans-500;
color: #000;
}
.communities-c-p {
margin-top: 43px;
margin-left: 42px;
}
.province-select-type span {
position: relative;
float: right;
margin-right: -367px;
}
.province-select-type {
border-bottom: 1px solid #e0dfdf;
width: 450px;
}
.select-caret a {
position: relative;
text-align: right;
margin-left: 30px;
}
.select-text-area {
margin-left: 46px;
margin-top: 60px;
}
.select-text-area p {
font-size: 12px;
font-weight: bold;
font-family: MuseoSans-500;
}
.select-text-area textarea {
font-size: 12px;
font-family: MuseoSans-500;
border: none;
border-bottom: 1px solid #e0dfdf;
}
.coomunities-add-update-button a {
font-size: 20px;
font-family: MuseoSans-500;
color: #000;
}
.add-communities li {
width: 200px;
height: 58px;
background-color: #283848;
border-radius: 30px;
padding-top: 15px;
}
.add-communities {
text-align: center;
margin-left: 45px;
margin-top: 50px;
}
.update-communities li {
width: 200px;
height: 58px;
background-color: #ffc30d;
border-radius: 30px;
padding-top: 15px;
}
.update-communities {
text-align: center;
}
/*documents add edit*/
.documents-c-p h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.documents-c-p {
margin-top: 43px;
margin-left: 42px;
}
.documents-name input {
width: 500px;
border: none;
border-bottom: 2px solid #ffc209;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.documents-name {
margin-left: 42px;
}
.province-select-type a {
font-size: 12px;
font-family: MuseoSans-500;
color: #000;
}
.documents-c-p {
margin-top: 43px;
margin-left: 42px;
}
.documents-select-type span {
position: relative;
float: right;
margin-right: -367px;
}
.documents-add-update-button a {
font-size: 20px;
font-family: MuseoSans-500;
color: #000;
}
.add-documents li {
width: 200px;
height: 58px;
background-color: #283848;
border-radius: 30px;
padding-top: 15px;
}
.add-documents {
text-align: center;
margin-left: 45px;
margin-top: 50px;
}
.update-documents li {
width: 200px;
height: 58px;
background-color: #ffc30d;
border-radius: 30px;
padding-top: 15px;
}
.update-documents {
text-align: center;
}
.documents-name p {
background-color: #ffc100;
padding: 10px;
border-radius: 50px;
color: #fff;
}
.attach-communities h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.attach-communities {
margin-left: 42px;
margin-top: 60px;
}
.attach-scroll-bar {
border: 1px solid #d1d1d1;
width: 404px;
height: 231px;
border-radius: 5px;
}
.attach-scroll-bar {
list-style-type: none;
}
.attach-scroll-bar a {
font-size: 14px;
font-family: MuseoSans-500;
color: #000;
margin-left: 10px;
padding-top: 10px;
padding-top: 5px;
}
.attach-scroll-bar li:hover {
background-color: #ffdf7f;
}
.attach-scroll-bar li {
margin-top: 10px;
}
.attach-scroll-bar {
overflow-y: auto;
}
.attach-communities h6 {
font-size: 12px;
font-family: MuseoSans-500;
}
.attach-communities h4 {
background-color: #000;
width: 15px;
text-align: center;
border-radius: 50px;
color: #fff;
}
/*Manage residence*/
.add-residence-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-residence-button {
background-color: #e8b825;
height: 39px;
width: 186px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-residence-button li {
padding-top: 7px;
}
/*.residence-add-residence{margin-top: 25px; height: 62px; border-bottom: 2px solid #e4e4e4;}*/
/*.communities-add-communities h6{margin-left:19px;}*/
.manage-residence-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-residence-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-residence-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-residence-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-residence-showing-rows {
float: right;
margin-right: 19px;
}
.manage-residence-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-residence-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-residence-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-residence-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-residence-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-residence-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-residence-prev-next {
text-align: right;
}
.manage-residence-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-residence-prev-next a {
color: #c4c4c4;
}
/*Manage province*/
.add-province-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-province-button {
background-color: #e8b825;
height: 39px;
width: 186px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-province-button li {
padding-top: 7px;
}
/*.residence-add-residence{margin-top: 25px; height: 62px; border-bottom: 2px solid #e4e4e4;}*/
/*.communities-add-communities h6{margin-left:19px;}*/
.manage-province-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-province-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-province-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-province-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-province-showing-rows {
float: right;
margin-right: 19px;
}
.manage-province-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-province-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-province-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-province-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-province-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-province-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-province-prev-next {
text-align: right;
}
.manage-province-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-province-prev-next a {
color: #c4c4c4;
}
/*province add edit*/
.manage-province {
margin-left: 74px;
margin-top: 57px;
}
.manage-province h3 {
font-size: 32px;
font-family: Novecento-WideMedium;
}
.manage-province-div {
width: 1200px;
height: 800px;
background-color: #f6f7f8;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.province-c-p h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.province-c-p {
margin-top: 43px;
margin-left: 42px;
}
.province-name input {
width: 530px;
border: none;
border-bottom: 2px solid #ffc209;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.province-name {
margin-left: 42px;
}
.province-select-type a {
font-size: 12px;
font-family: MuseoSans-500;
color: #000;
}
.province-select-type span {
position: relative;
float: right;
margin-right: -367px;
}
.province-select-type {
border-bottom: 1px solid #e0dfdf;
width: 450px;
}
.select-caret a {
position: relative;
text-align: right;
margin-left: 30px;
}
.select-text-area {
margin-left: 46px;
margin-top: 60px;
}
.select-text-area p {
font-size: 12px;
font-weight: bold;
font-family: MuseoSans-500;
}
.select-text-area textarea {
font-size: 12px;
font-family: MuseoSans-500;
border: none;
border-bottom: 1px solid #e0dfdf;
}
.province-add-update-button a {
font-size: 20px;
font-family: MuseoSans-500;
color: #000;
}
.add-province li {
width: 200px;
height: 58px;
background-color: #283848;
border-radius: 30px;
padding-top: 15px;
}
.add-province {
text-align: center;
margin-left: 45px;
margin-top: 100px;
}
.update-province li {
width: 200px;
height: 58px;
background-color: #ffc30d;
border-radius: 30px;
padding-top: 15px;
}
.update-province {
text-align: center;
}
.province-abbrevation h5 {
font-size: 16px;
font-family: MuseoSans-500;
}
.province-abbrevation {
margin-top: 25px;
}
.province-abbrevation input {
width: 490px;
border: none;
border-bottom: 2px solid #e0dfdf;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.province-order h5 {
font-size: 16px;
font-family: MuseoSans-500;
}
.province-order {
margin-top: 43px;
margin-left: 42px;
}
.province-order-cont input {
width: 530px;
border: none;
border-bottom: 2px solid #e0dfdf;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.br-selection-province {
text-align: center;
background-color: #283848;
height: 1170px;
}
.br-selection-province li {
padding-top: 66px;
}
.br-selection-province a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
/*Manage administrator*/
.add-resadmin-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-resadmin-button {
background-color: #e8b825;
height: 39px;
width: 252px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-resadmin-button li {
padding-top: 7px;
}
/*.residence-add-residence{margin-top: 25px; height: 62px; border-bottom: 2px solid #e4e4e4;}*/
/*.communities-add-communities h6{margin-left:19px;}*/
.manage-resadmin-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-resadmin-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-resadmin-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-resadmin-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-resadmin-showing-rows {
float: right;
margin-right: 19px;
}
.manage-resadmin-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-resadmin-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-resadmin-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-resadmin-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-resadmin-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-resadmin-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-resadmin-prev-next {
text-align: right;
}
.manage-resadmin-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-resadmin-prev-next a {
color: #c4c4c4;
}
.manage-details-admin {
height: 107px;
}
.br-selection-administrator {
text-align: center;
background-color: #283848;
height: 980px;
}
.br-selection-administrator li {
padding-top: 66px;
}
.br-selection-administrator a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
.arrows button {
border: none;
position: relative;
text-align: right;
}
.arrows {
position: relative;
margin-left: 385px;
top: -88px;
}
.res-edit-delete {
text-align: center;
}
.res-edit-delete h6 {
margin-left: 0px;
}
.arrows-1 button {
border: none;
position: relative;
text-align: right;
}
.arrows-1 {
position: relative;
float: right;
top: -30px;
margin-right: -10px;
}
/*residence admin add edit*/
.resi-admin-add-ed h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.resi-admin-add-ed {
margin-top: 43px;
margin-left: 42px;
}
.resi-admin-add-ed-name input {
width: 330px;
border: none;
border-bottom: 2px solid #ffc209;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.resi-admin-add-ed-name {
margin-left: 42px;
}
.province-select-type a {
font-size: 12px;
font-family: MuseoSans-500;
color: #000;
}
.documents-c-p {
margin-top: 43px;
margin-left: 42px;
}
.documents-select-type span {
position: relative;
float: right;
margin-right: -367px;
}
.documents-add-update-button a {
font-size: 20px;
font-family: MuseoSans-500;
color: #000;
}
.add-documents li {
width: 200px;
height: 58px;
background-color: #283848;
border-radius: 30px;
padding-top: 15px;
}
.add-documents {
text-align: center;
margin-left: 45px;
margin-top: 50px;
}
.update-documents li {
width: 200px;
height: 58px;
background-color: #ffc30d;
border-radius: 30px;
padding-top: 15px;
}
.update-documents {
text-align: center;
}
.attach-communities h3 {
font-size: 16px;
font-family: MuseoSans-500;
}
.attach-communities {
margin-left: 42px;
margin-top: 60px;
}
.attach-scroll-bar {
border: 1px solid #d1d1d1;
width: 404px;
height: 231px;
border-radius: 5px;
}
.attach-scroll-bar {
list-style-type: none;
}
.attach-scroll-bar a {
font-size: 14px;
font-family: MuseoSans-500;
color: #000;
margin-left: 10px;
padding-top: 10px;
padding-top: 5px;
}
.attach-scroll-bar li:hover {
background-color: #ffdf7f;
}
.attach-scroll-bar li {
margin-top: 10px;
}
.attach-scroll-bar {
overflow-y: auto;
}
.attach-communities h6 {
font-size: 12px;
font-family: MuseoSans-500;
}
.attach-communities h4 {
background-color: #000;
width: 15px;
text-align: center;
border-radius: 50px;
color: #fff;
}
.resi-admin-add-ed-name-1 input {
width: 330px;
border: none;
border-bottom: 1px solid #e0dfdf;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.resi-admin-add-ed-name-1 {
margin-left: 42px;
}
.resi-admin-add-ed-name-2 input {
width: 730px;
border: none;
border-bottom: 1px solid #e0dfdf;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.resi-admin-add-ed-name-2 {
margin-left: 42px;
}
.password-warning h6 {
font-size: 12px;
font-family: MuseoSans-500;
color: #d0cece;
}
.password-warning {
margin-left: 42px;
}
.password-warning span {
text-align: center;
background-color: #fc8585;
width: 10px;
height: 10px;
border-radius: 50px;
}
.manage-residence-admin-add-edit-div {
width: 1200px;
height: 930px;
background-color: #f6f7f8;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.br-selection-res-admin-add-edit {
text-align: center;
background-color: #283848;
height: 1300px;
}
.br-selection-res-admin-add-edit li {
padding-top: 66px;
}
.br-selection-res-admin-add-edit a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
/*Manage SALES REPRESENTATIVE*/
.add-sales-representative-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-sales-representative-button {
background-color: #e8b825;
height: 39px;
width: 283px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-sales-representative-button li {
padding-top: 7px;
}
/*.residence-add-residence{margin-top: 25px; height: 62px; border-bottom: 2px solid #e4e4e4;}*/
/*.communities-add-communities h6{margin-left:19px;}*/
.manage-sales-representative-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-sales-representative-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-sales-representative-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-sales-representative-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-sales-representative-showing-rows {
float: right;
margin-right: 19px;
}
.manage-sales-representative-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-sales-representative-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-sales-representative-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-sales-representative-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-sales-representative-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-sales-representative-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-sales-representative-prev-next {
text-align: right;
}
.manage-sales-representative-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-sales-representative-prev-next a {
color: #c4c4c4;
}
.manage-details-admin {
height: 107px;
}
.br-selection-administrator {
text-align: center;
background-color: #283848;
height: 980px;
}
.br-selection-administrator li {
padding-top: 66px;
}
.br-selection-administrator a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
.arrows button {
border: none;
position: relative;
text-align: right;
}
.arrows {
position: relative;
margin-left: 385px;
top: -50px;
}
.res-edit-delete {
text-align: center;
}
.res-edit-delete h6 {
margin-left: 0px;
}
.arrows-1 button {
border: none;
position: relative;
text-align: right;
}
.arrows-1 {
position: relative;
float: right;
top: -30px;
margin-right: -10px;
}
.manage-sales-represetative-div {
width: 1200px;
height: 697px;
background-color: #f6f7f8;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.br-selection-sales-representative {
text-align: center;
background-color: #283848;
height: 1062px;
}
.br-selection-sales-representative li {
padding-top: 66px;
}
.br-selection-sales-representative a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
/*sales -representative add edit*/
.sales-representative-plus span {
background-color: #ffc100;
padding-top: 5px;
width: 30px;
height: 30px;
text-align: center;
border-radius: 50px;
font-size: 20px;
color: #fff;
}
.sales-representative-pic {
margin-left: 42px;
margin-top: 20px;
}
.sales-representative-pic img {
border: 5px solid #fff;
object-fit: cover;
border-radius: 10px;
}
.sales-representative-add-edit-div {
width: 1200px;
height: 687px;
background-color: #f6f7f8;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.br-selection-sales-representative-add-edit {
text-align: center;
background-color: #283848;
height: 1062px;
}
.s-rep-ad-ed-1 input {
width: 486px;
border: none;
border-bottom: 2px solid #ffc209;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
.s-rep-ad-ed input {
width: 484px;
border: none;
border-bottom: 1px solid #e0dfdf;
background-color: #f7faff;
font-size: 12px;
font-family: MuseoSans-500;
}
/*Manage administrator*/
.add-shareholders-button a {
font-size: 13px;
font-family: Novecento-WideMedium;
color: #000;
padding-top: 9px;
}
.add-shareholders-button {
background-color: #e8b825;
height: 39px;
width: 252px;
text-align: center;
border-radius: 20px;
float: right;
margin-right: 19px;
}
.add-shareholders-button li {
padding-top: 7px;
}
/*.residence-add-residence{margin-top: 25px; height: 62px; border-bottom: 2px solid #e4e4e4;}*/
/*.communities-add-communities h6{margin-left:19px;}*/
.manage-shareholders-search input {
width: 412px;
height: 40px;
font-family: Novecento-WideMedium;
font-size: 16px;
}
.manage-shareholders-search li {
font-size: 25px;
margin-top: 10px;
margin-left: 19px;
}
.manage-shareholders-showing-rows a {
font-size: 16px;
font-family: MuseoSans-500;
color: #000;
}
.manage-shareholders-search {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-shareholders-showing-rows {
float: right;
margin-right: 19px;
}
.manage-shareholders-details h6 {
font-size: 16.56px;
font-family: MuseoSans-500;
}
.caret {
float: right;
}
.manage-details {
height: 62px;
border-bottom: 2px solid #e4e4e4;
}
.manage-shareholders-details h6 {
margin-top: 18px;
margin-left: 19px;
}
.manage-shareholders-edit li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-shareholders-edit li {
width: 97px;
height: 27px;
background-color: #4680ff;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-shareholders-delete li a {
font-family: MuseoSans-500;
color: #000;
}
.manage-shareholders-delete li {
width: 97px;
height: 27px;
background-color: #ff5252;
text-align: center;
border-radius: 30px;
margin-top: 15px;
}
.manage-shareholders-prev-next {
text-align: right;
}
.manage-shareholders-prev-next h6 {
font-size: 16px;
font-family: MuseoSans-500;
margin-top: 29px;
}
.activers {
background-color: #283848;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
}
.manage-shareholders-prev-next a {
color: #c4c4c4;
}
.manage-details-admin {
height: 107px;
}
.br-selection-administrator {
text-align: center;
background-color: #283848;
height: 980px;
}
.br-selection-administrator li {
padding-top: 66px;
}
.br-selection-administrator a {
font-size: 14px;
font-family: Novecento-WideMedium;
color: #fff;
}
.arrows button {
border: none;
position: relative;
text-align: right;
}
.arrows {
position: relative;
margin-left: 385px;
top: -88px;
}
.res-edit-delete {
text-align: center;
}
.res-edit-delete h6 {
margin-left: 0px;
}
.arrows-1 button {
border: none;
position: relative;
text-align: right;
}
.arrows-1 {
position: relative;
float: right;
top: -30px;
margin-right: -10px;
}
/*shareholder add edit
.resi-admin-add-ed h3{font-size: 16px; font-family: MuseoSans-500;}
.resi-admin-add-ed{margin-top: 43px; margin-left: 42px;}
.resi-admin-add-ed-name input{width: 330px;border:none; border-bottom: 2px solid #ffc209; background-color: #f7faff; font-size: 12px; font-family: MuseoSans-500;}
.resi-admin-add-ed-name{margin-left: 42px; }
.province-select-type a{font-size: 12px; font-family: MuseoSans-500; color:#000;}
.documents-c-p{margin-top: 43px; margin-left: 42px;}
.documents-select-type span{position: relative; float: right; margin-right: -367px;}
.documents-add-update-button a{font-size: 20px; font-family: MuseoSans-500; color: #000;}
.add-documents li{width: 200px; height: 58px; background-color: #283848; border-radius: 30px; padding-top: 15px;}
.add-documents{text-align: center; margin-left: 45px; margin-top: 50px;}
.update-documents li{width: 200px; height: 58px; background-color: #ffc30d; border-radius: 30px; padding-top: 15px;}
.update-documents{text-align: center;}
.attach-communities h3{font-size: 16px; font-family: MuseoSans-500;}
.attach-communities{margin-left: 42px; margin-top: 60px;}
.attach-scroll-bar{border:1px solid #d1d1d1; width: 404px; height: 231px; border-radius: 5px;}
.attach-scroll-bar{list-style-type: none;}
.attach-scroll-bar a{font-size: 14px; font-family: MuseoSans-500; color:#000; margin-left: 10px; padding-top: 10px; padding-top: 5px;}
.attach-scroll-bar li:hover{background-color:#ffdf7f;}
.attach-scroll-bar li{margin-top: 10px;}
.attach-scroll-bar{overflow-y:auto; }
.attach-communities h6{font-size: 12px; font-family: MuseoSans-500;}
.attach-communities h4{background-color: #000; width: 15px; text-align: center; border-radius: 50px; color:#fff;}
.resi-admin-add-ed-name-1 input{width: 330px;border:none; border-bottom: 1px solid #e0dfdf; background-color: #f7faff; font-size: 12px; font-family: MuseoSans-500;}
.resi-admin-add-ed-name-1{margin-left: 42px; }
.resi-admin-add-ed-name-2 input{width: 730px;border:none; border-bottom: 1px solid #e0dfdf; background-color: #f7faff; font-size: 12px; font-family: MuseoSans-500;}
.resi-admin-add-ed-name-2{margin-left: 42px; }
.password-warning h6{font-size: 12px; font-family: MuseoSans-500; color:#d0cece;}
.password-warning{margin-left: 42px;}
.password-warning span{text-align: center; background-color: #fc8585; width: 10px; height: 10px; border-radius: 50px;}
.manage-residence-admin-add-edit-div{width: 1200px; height: 930px; background-color: #f6f7f8; border-top:4px solid #f9bc00; border-radius:2px; margin-top: 23px;}
.br-selection-res-admin-add-edit{
text-align: center;
background-color: #283848;
height: 1300px;
}
.br-selection-res-admin-add-edit li{padding-top: 66px;}
.br-selection-res-admin-add-edit a{font-size: 14px; font-family: Novecento-WideMedium; color:#fff;}*/
/*new css*/
.b-road-sign input {
padding: 0 20px;
}
.b-road-password input {
padding: 0 20px;
}
.flex-container-425{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
position: relative;
}
.selection {
display: inline-block;
cursor: pointer;
margin-top: 36px;
margin-left: 20px;
position: relative;
z-index: 90;
}
/*08-11-2020*/
.manage-communities-div {
width: 100%;
height: 100%;
background-color: transparent;
border-top: 4px solid #f9bc00;
border-radius: 2px;
margin-top: 23px;
}
.manage-communities {
margin: 0;
width: 100%;
padding-left: 100px;
padding-right: 200px;
padding-top: 50px;
}
.br-selection {
background-color: transparent;
height: auto;
}
.bridge-road-selection{
background-color: #283848;
height: 100%;
}
.manage-communities-delete li a {
color: #fff;
}
.manage-communities-edit li a {
color: #fff;
}
.details-group .manage-details:nth-of-type(odd){
background: #fafbfc;
}
.head-background{
background-color: #f6f7f8;
}
.manage-communities-div {
border: 1px solid #c7c8c9;
}
.manage-details {
border-right: none;
border-left: none;
}
.communities-add-communities {
margin-top: 0;
padding: 25px 0;
height: 100%;
border-bottom: 2px solid #e4e4e4;
border-top: 5px solid #f8bb00;
position: relative;
}
.manage-communities-search li.search-tab {
background: #fff;
padding: 5px 10px;
margin: 0;
color: #c7c8c9;
}
.manage-communities-search li.row-tab {
padding: 0;
margin: 0;
background: transparent;
}
.manage-communities-search li.search-tab input{
background: #fff;
border: none;
font-size: 14px;
height: 100%;
padding: 5px 0;
}
@media(max-width: 1100px){
.manage-communities-search li.search-tab input{
width: auto;
}
}
.manage-communities-search li.search-tab input:focus{
outline: none;
}
.manage-communities-search {
height: 100%;
padding: 20px 20px;
border-bottom: 2px solid #e4e4e4;
}
.footer ul{
padding: 25px 0 20px;
}
.br-logo {
height: auto;
padding: 0 20px 30px;
}
.details-group .manage-communities-details{
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
justify-content: center;
align-items: flex-start;
height: 100%;
}
/*pagination style*/
.page-item .page-link {
border: none;
}
.page-item:first-child .page-link {
font-size: 16px;
font-family: MuseoSans-500;
color: #283848;
}
.page-item:last-child .page-link {
font-size: 16px;
font-family: MuseoSans-500;
color: #283848;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #283848;
border-color: #283848;
}
.pagination {
padding: 20px 0;
justify-content: flex-end;
}
/*end of pagination style*/
/*for admin button*/
.admin ul{
justify-content: flex-end;
align-items: center;
}
.admin ul li button{
background: none;
border: none;
font-size: 14px;
font-family: Novecento-WideMedium;
color: #283848;
}
/*.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
top: 66px;
left: -22px;
border-top: 2px solid #035586;
min-width: 250px;
padding-left: 15px;
}*/
.dropdown-menu {
position: absolute;
top: 0px;
left: -50px !important;
will-change: transform;
}
@media(max-width: 991px){
.dropdown-menu {
position: absolute;
top: 0px;
left: -50px !important;
will-change: transform;
}
}
.bridge-road-manage-communities {
background-color: #f7faff;
min-height: 110px;
}
/*custom class*/
.ht-100{
height: 100%;
width: 100%;
}
.w-100{
width: 100%;
}
.border-box{
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding-right: 20px !important;
}
.bg-color-common{
background-color: #fafbfc;
}
/*end of custom class*/
/*for Communities add/edit page*/
.communities-c-p select{
border: none;
}
.communities-c-p select option:first-of-type{
font-family: MuseoSans-500;
color: #cdcdcd;
}
.select-text-area textarea {
width: 100%;
padding: 20px;
min-height: 234px;
}
.select-text-area {
margin: 60px 46px 0;
}
.communities-c-p {
margin: 43px 40px 0;
}
.coomunities-add-update-button .list-inline-item{
margin: 0 10px;
}
.coomunities-add-update-button .list-inline-item:last-of-type li a{
color: #283848;
font-family: MuseoSans-500;
font-weight: 600;
}
.coomunities-add-update-button .list-inline-item a{
color: #fff;
}
.coomunities-add-update-button{
display: flex;
justify-content: flex-start;
align-items: center;
padding: 20px 20px;
}
.communities-name input, .communities-c-p select {
width: 100%;
background: transparent;
font-family: MuseoSans-500;
color: #000;
font-size: 12px;
padding: 10px;
border-bottom: 1px solid #e0dfdf;
}
.communities-name input:focus, .communities-c-p select:focus {
outline: none;
border-bottom: 2px solid #ffc209;
}
.communities-name input:placeholder, .communities-c-p select:placeholder {
font-size: 12px;
color: #cdcdcd;
font-family: MuseoSans-500;
}
.manage-documents{
flex-direction: column;
}
.details-group .manage-details{
min-height: 62px !important;
height: 100%;
}
.manage-documents h6 {
margin: 0;
}
.manage-documents {
justify-content: flex-start !important;
align-items: flex-start;
height: 100%;
padding: 20px;
}
/*.sub-content{
display: none;
}*/
.select-file{
width: 100%;
}
.select-file button{
width: 100%;
min-height: 60px;
background: none;
display: flex;
justify-content: space-between;
align-items: flex-end;
padding-bottom: 10px;
border: none;
border-bottom: 1.5px solid #cdcdcd;
}
.select-file button:focus{
border-bottom: 1.5px solid #ffc000;
outline: none;
}
.select-file button i{
border-radius: 50%;
height: 30px;
width: 30px;
background-color: #ffc100;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
float: right;
}
.select-file button span{
font-family: MuseoSans-500;
font-size: 12px;
color: #cdcdcd;
}
.widget-select{
width: 100%;
}
.widget-select label{
width: 100%;
display: block;
margin-bottom: 0.5rem;
font-weight: 600;
}
.widget-select select{
font-size: 1rem;
min-width: 100%;
width: 100%;
height: 230px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
margin: 0 1rem 1rem 0;
border-radius: 4px;
border: none;
}
.widget-select select::-webkit-scrollbar{
width: 10px;
border-radius: 50%;
}
.widget-select select::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.widget-select select::-webkit-scrollbar-thumb {
background-color: #ffc000;
height: 120px
border-radius: 50%;
}
.widget-select select:focus{
outline: none;
}
.attach-community{
border: 1px solid #d1d1d1;
width: 404px;
height: 240px;
border-radius: 5px;
padding:5px;
margin-bottom: 120px;
}
.widget-select select option {
font-size: 18px;
margin: 10px 0;
color: #bdbdbd;
width: 96%;
padding: 5px 10px;
border-radius: 20px;
font-family: MuseoSans-500;
}
.widget-select option:checked {
background: red linear-gradient(0deg, #ffdf7f 0%, #ffdf7f 100%);\
color: #000 !important;
}
.manage-communites-content h3{
text-transform: uppercase;
}
.add-communities-button a{
text-transform: uppercase;
}
.manage-communities-edit li {
margin-top: 0;
}
.manage-communities-delete li {
margin-top: 0;
}
.communities-name {
margin-left: 0;
}
.order-bottom{
margin-bottom: 50px;
}
.add-communities-button li a span{
margin: 0 5px;
}
.sales-representative-add-edit-div {
width: 100%;
}
.resi-admin-add-ed-name {
width: 100%;
margin: 0;
}
.s-rep-ad-ed input {
width: 100%;
background-color: transparent;
}
.s-rep-ad-ed input:focus {
outline: none;
border-bottom: 1px solid #ffc000;
}
.resi-admin-add-ed {
margin: 43px 21px 0;
}
.resi-admin-add-ed-name-prov{
padding: 0 20px;
}
.documents-name {
margin-left: 0;
}
.manage-communities-div {
padding: 0 20px;
}
.sales-representative-add-edit-div {
background-color: transparent;
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
border-radius: 10px;
min-height: 300px;
height: 100%;
}
.sales-representative-pic img{
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
border-radius: 10px;
height: 200px;
object-fit: cover;
width: 200px;
object-position: center;
}
.sale-button{
padding: 50px 20px;
}
.no-padding{
padding: 0;
}
.add-communities-button {
width: auto;
min-width: 186px;
padding: 0 20px;
}
.active-link a{
color: #ddb436;
position: relative;
}
.active-link a::before{
content: '\f054';
font-family: 'FontAwesome';
padding-right: 10px;
}
/*.details-group .manage-communities-details {
display: flex;
justify-content: center;
align-items: center;
}*/
.manage-communities-edit{
display: flex;
justify-content: center;
align-items: center !important;
width: 100%;
}
.manage-communities-delete{
display: flex;
justify-content: center;
align-items: center !important;
width: 100%;
}
.manage-documents{
position: relative;
width: 100%;
}
.manage-documents button{
background: none;
border: none;
position: absolute;
right: 0;
}
.manage-documents button i{
color: #cdcdcd;
} | 0.316898 | 0.046184 |
html, body {
font-family: 'Nunito','Montserrat', sans-serif;
font-weight: 400;
font-size: 13px;
overflow: hide;
color: #444;
/*background-color: rgb(219, 219, 219);*/
background: radial-gradient(circle closest-corner, rgb(255, 255, 255), rgb(184, 184, 184))
}
#loadSpinner {
/*display: none !important;*/
width: 100%;
height: 100vh;
position: absolute;
top: 0;
left: 0;
z-index: 90000;
}
#main-app {
width: 100vw;
min-height: calc(100vh - 56px);
height: calc(100vh - 56px);
overflow: auto;
padding: 1rem;
overflow-x: auto;
}
#logout { cursor: pointer; }
#logout:hover { transform: scale(1.5);}
.full-height {
top: 0;
left: 0;
height: 20%;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.dropdown-item:hover {
background-color: orangered;
color: white !important;
}
/* width */
::-webkit-scrollbar { width: 7px; }
/* Track */
::-webkit-scrollbar-track { background: #f1f1f146; }
/* Handle */
::-webkit-scrollbar-thumb { background: #888; }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #FF4500; }
.data-table {
height: calc(100vh - 180px);
max-height: calc(100vh - 180px);
overflow:auto;
}
#tableData .row-count {
font-size: .7rem;
color: #555;
}
#tableData thead {
background-color: rgb(253, 215, 145);
}
.btn-orange {
background-color: orangered;
color: white;
}
.btn-large { min-width: 70%; }
.bg-orange {
color: white;
background-color: orangered;
}
.bg-gray {
color: black;
background-color: rgb(187,187,187);
}
.bg-orange a, .bg-orange a:link {
text-decoration: none;
color:inherit;
}
.bg-orange a:hover {
color: darkgrey;
}
.bg-orange .disabled {
color:rgb(126, 16, 1);
}
.bg-orange .navbar-toggler-icon {
color: white !important;
}
.bg-orange-light {
color: white;
background-color: rgb(255, 130, 58);
}
label, [data-nav], [data-razao] { cursor: pointer; }
.filtro-relatorio {
max-width: 90%;
min-width: 400px;
width: 60%;
margin: auto;
background-color: rgb(131, 131, 131);
color: white;
}
.custom-control-input:checked~.custom-control-label::before {
background-color: orangered !important;
border: 0;
}
.modal-header-error {
background-color: #f8d7da;
color: #721c24;
}
input[type="number"] {
text-align: right;
max-width: 30%;
min-width: 200px;
}
.dropdown .sobre { display: none; }
.dropdown:hover .sobre { display: block; }
.text-orange { color: orangered; }
.text-gray { color: grey; }
.text-black { color: black !important; }
.tw-1 { font-weight: 100;}
.tw-2 { font-weight: 200;}
.tw-3 { font-weight: 300;}
.tw-4 { font-weight: 400;}
.tw-5 { font-weight: 500;}
.tw-6 { font-weight: 600;}
.tw-7 { font-weight: 700;}
.tw-8 { font-weight: 800;}
.tw-9 { font-weight: 900;}
.ts-1 { font-size: 0.1em;}
.ts-2 { font-size: 0.2em;}
.ts-3 { font-size: 0.3em;}
.ts-4 { font-size: 0.4em;}
.ts-5 { font-size: 0.5em;}
.ts-6 { font-size: 0.6em;}
.ts-7 { font-size: 0.7em;}
.ts-8 { font-size: 0.8em;}
.ts-9 { font-size: 0.9em;}
.ts1 { font-size: 1em;}
.ts2 { font-size: 1.2em;}
.ts3 { font-size: 1.3em;}
.ts4 { font-size: 1.4em;}
.ts5 { font-size: 1.5em;}
.ts6 { font-size: 1.6em;}
.ts7 { font-size: 1.7em;}
.ts8 { font-size: 1.8em;}
.ts9 { font-size: 1.9em;}
.CRN { color:rgb(153, 153, 153) !important; }
.DES { color:rgb(107, 52, 0) !important; font-weight: 800; }
.IMP { color:rgb(126, 16, 1) !important; }
.nav-item .nav-link {color: white !important;}
.form-required
label { font-weight: 700; color: orangered; }
.form-required
.form-control { border-color: orangered !important; }
.form-required
.custom-select { border-color: orangered !important; } | public/css/gerencial.css | html, body {
font-family: 'Nunito','Montserrat', sans-serif;
font-weight: 400;
font-size: 13px;
overflow: hide;
color: #444;
/*background-color: rgb(219, 219, 219);*/
background: radial-gradient(circle closest-corner, rgb(255, 255, 255), rgb(184, 184, 184))
}
#loadSpinner {
/*display: none !important;*/
width: 100%;
height: 100vh;
position: absolute;
top: 0;
left: 0;
z-index: 90000;
}
#main-app {
width: 100vw;
min-height: calc(100vh - 56px);
height: calc(100vh - 56px);
overflow: auto;
padding: 1rem;
overflow-x: auto;
}
#logout { cursor: pointer; }
#logout:hover { transform: scale(1.5);}
.full-height {
top: 0;
left: 0;
height: 20%;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.dropdown-item:hover {
background-color: orangered;
color: white !important;
}
/* width */
::-webkit-scrollbar { width: 7px; }
/* Track */
::-webkit-scrollbar-track { background: #f1f1f146; }
/* Handle */
::-webkit-scrollbar-thumb { background: #888; }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #FF4500; }
.data-table {
height: calc(100vh - 180px);
max-height: calc(100vh - 180px);
overflow:auto;
}
#tableData .row-count {
font-size: .7rem;
color: #555;
}
#tableData thead {
background-color: rgb(253, 215, 145);
}
.btn-orange {
background-color: orangered;
color: white;
}
.btn-large { min-width: 70%; }
.bg-orange {
color: white;
background-color: orangered;
}
.bg-gray {
color: black;
background-color: rgb(187,187,187);
}
.bg-orange a, .bg-orange a:link {
text-decoration: none;
color:inherit;
}
.bg-orange a:hover {
color: darkgrey;
}
.bg-orange .disabled {
color:rgb(126, 16, 1);
}
.bg-orange .navbar-toggler-icon {
color: white !important;
}
.bg-orange-light {
color: white;
background-color: rgb(255, 130, 58);
}
label, [data-nav], [data-razao] { cursor: pointer; }
.filtro-relatorio {
max-width: 90%;
min-width: 400px;
width: 60%;
margin: auto;
background-color: rgb(131, 131, 131);
color: white;
}
.custom-control-input:checked~.custom-control-label::before {
background-color: orangered !important;
border: 0;
}
.modal-header-error {
background-color: #f8d7da;
color: #721c24;
}
input[type="number"] {
text-align: right;
max-width: 30%;
min-width: 200px;
}
.dropdown .sobre { display: none; }
.dropdown:hover .sobre { display: block; }
.text-orange { color: orangered; }
.text-gray { color: grey; }
.text-black { color: black !important; }
.tw-1 { font-weight: 100;}
.tw-2 { font-weight: 200;}
.tw-3 { font-weight: 300;}
.tw-4 { font-weight: 400;}
.tw-5 { font-weight: 500;}
.tw-6 { font-weight: 600;}
.tw-7 { font-weight: 700;}
.tw-8 { font-weight: 800;}
.tw-9 { font-weight: 900;}
.ts-1 { font-size: 0.1em;}
.ts-2 { font-size: 0.2em;}
.ts-3 { font-size: 0.3em;}
.ts-4 { font-size: 0.4em;}
.ts-5 { font-size: 0.5em;}
.ts-6 { font-size: 0.6em;}
.ts-7 { font-size: 0.7em;}
.ts-8 { font-size: 0.8em;}
.ts-9 { font-size: 0.9em;}
.ts1 { font-size: 1em;}
.ts2 { font-size: 1.2em;}
.ts3 { font-size: 1.3em;}
.ts4 { font-size: 1.4em;}
.ts5 { font-size: 1.5em;}
.ts6 { font-size: 1.6em;}
.ts7 { font-size: 1.7em;}
.ts8 { font-size: 1.8em;}
.ts9 { font-size: 1.9em;}
.CRN { color:rgb(153, 153, 153) !important; }
.DES { color:rgb(107, 52, 0) !important; font-weight: 800; }
.IMP { color:rgb(126, 16, 1) !important; }
.nav-item .nav-link {color: white !important;}
.form-required
label { font-weight: 700; color: orangered; }
.form-required
.form-control { border-color: orangered !important; }
.form-required
.custom-select { border-color: orangered !important; } | 0.46223 | 0.071397 |
a:hover {
color: #04B2D9 !important;
}
.ft-color {
color: #04B2D9 !important;
}
.bg-navbar {
min-height: 66px;
background-color: #26014A;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}
.tagline {
font-family: 'Play', sans-serif;
font-weight: bold;
font-size: xx-large;
color: #26014A;
text-align: center;
margin-top: 15px;
background-color: whitesmoke;
height: auto;
}
.hero {
height: 800px;
width: 100vw;
margin-bottom: 25px;
background-image: url(./assets/images/light-bulb.jpg);
background-size: cover;
background-position: center;
}
.team {
height: 800px;
width: 100vw;
margin-bottom: 250px;
background-image: url(./assets/images/team.png);
background-position: center;
}
.btm-btn {
margin-top: 150px;
font-family: 'Play', sans-serif;
font-size: 27px;
color: #26014A;
}
.headline-div {
height: 500px;
width: 100vw;
margin-left: 200px;
margin-top: 200px;
}
.card {
border-color: transparent;
margin: 0 !important;
}
#headline-img {
margin-right: 200px;
margin-top: 90px;
}
#headline-srvcs {
font-family: 'Rajdhani', sans-serif;
font-size: 17pt;
padding-top: 10px;
}
.btn-headline {
text-align: center;
padding-bottom: 20px;
}
.btn-primary {
background-color: #04B2D9;
border-color: transparent;
color: #26014A;
}
.btn:hover {
background-color: #48038C;
border-color: transparent;
color: #04B2D9;
}
.button {
background-color: #48038C;
color: white;
}
.intro {
margin-top: 50px;
padding: 20px;
background-color: whitesmoke;
height: 400px;
width: 100vw;
}
#headline {
font-family: 'Play', sans-serif;
font-weight: bold;
font-size: 50px;
margin-bottom: 30px;
}
.headline-p {
margin-bottom: 100px;
}
.table {
text-align: center;
}
.services {
margin-top: 50px;
padding: 20px;
background-color: whitesmoke;
height: 500px;
width: 100vw;
margin-bottom: 200px;
}
/* font-family: 'Play', sans-serif;
font-family: 'Rajdhani', sans-serif;
*/
footer {
width: 100vw;
text-align: center;
padding-top: 20px;
height: 75px;
opacity: 0.9;
}
/*Portfolio page begins*/
.bg-color {
background-color: whitesmoke;
}
.portfolio {
background-color: whitesmoke;
height: auto;
width: 100vw;
padding: 20px;
margin-top: 50px;
margin-bottom: 200px;
}
.portf-ctr {
align-content: center;
}
.proj-descr-hl {
font-family: 'Play', sans-serif;
font-size: 21px;
font-weight: bold;
}
#proj-descr {
padding-top: 15px;
font-family: 'Rajdhani', sans-serif;
}
.portf-spc {
margin-bottom: 150px;
}
/*Portfolio page ends*/
.form {
margin-top: 50px;
width: 66vw;
background-color: whitesmoke;
padding: 20px;
margin-bottom: 200px;
} | style.css | a:hover {
color: #04B2D9 !important;
}
.ft-color {
color: #04B2D9 !important;
}
.bg-navbar {
min-height: 66px;
background-color: #26014A;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}
.tagline {
font-family: 'Play', sans-serif;
font-weight: bold;
font-size: xx-large;
color: #26014A;
text-align: center;
margin-top: 15px;
background-color: whitesmoke;
height: auto;
}
.hero {
height: 800px;
width: 100vw;
margin-bottom: 25px;
background-image: url(./assets/images/light-bulb.jpg);
background-size: cover;
background-position: center;
}
.team {
height: 800px;
width: 100vw;
margin-bottom: 250px;
background-image: url(./assets/images/team.png);
background-position: center;
}
.btm-btn {
margin-top: 150px;
font-family: 'Play', sans-serif;
font-size: 27px;
color: #26014A;
}
.headline-div {
height: 500px;
width: 100vw;
margin-left: 200px;
margin-top: 200px;
}
.card {
border-color: transparent;
margin: 0 !important;
}
#headline-img {
margin-right: 200px;
margin-top: 90px;
}
#headline-srvcs {
font-family: 'Rajdhani', sans-serif;
font-size: 17pt;
padding-top: 10px;
}
.btn-headline {
text-align: center;
padding-bottom: 20px;
}
.btn-primary {
background-color: #04B2D9;
border-color: transparent;
color: #26014A;
}
.btn:hover {
background-color: #48038C;
border-color: transparent;
color: #04B2D9;
}
.button {
background-color: #48038C;
color: white;
}
.intro {
margin-top: 50px;
padding: 20px;
background-color: whitesmoke;
height: 400px;
width: 100vw;
}
#headline {
font-family: 'Play', sans-serif;
font-weight: bold;
font-size: 50px;
margin-bottom: 30px;
}
.headline-p {
margin-bottom: 100px;
}
.table {
text-align: center;
}
.services {
margin-top: 50px;
padding: 20px;
background-color: whitesmoke;
height: 500px;
width: 100vw;
margin-bottom: 200px;
}
/* font-family: 'Play', sans-serif;
font-family: 'Rajdhani', sans-serif;
*/
footer {
width: 100vw;
text-align: center;
padding-top: 20px;
height: 75px;
opacity: 0.9;
}
/*Portfolio page begins*/
.bg-color {
background-color: whitesmoke;
}
.portfolio {
background-color: whitesmoke;
height: auto;
width: 100vw;
padding: 20px;
margin-top: 50px;
margin-bottom: 200px;
}
.portf-ctr {
align-content: center;
}
.proj-descr-hl {
font-family: 'Play', sans-serif;
font-size: 21px;
font-weight: bold;
}
#proj-descr {
padding-top: 15px;
font-family: 'Rajdhani', sans-serif;
}
.portf-spc {
margin-bottom: 150px;
}
/*Portfolio page ends*/
.form {
margin-top: 50px;
width: 66vw;
background-color: whitesmoke;
padding: 20px;
margin-bottom: 200px;
} | 0.434941 | 0.168207 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
html,body
{
padding: 0px;
margin: 0px;
font-family: 'Montserrat', sans-serif;
background-color: white;
scroll-behavior: smooth;
/*background-image: url("../img/dvdp.gif");*/
background-repeat:repeat;
scroll-behavior:smooth;
}
.cont:hover {
box-shadow: 0 10px 70px 0 rgba(0,0,0,0.2);
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
::selection{
color: #ffff;
background: rgb(142, 73, 232);
}
.cont{
background: #fff;
border-radius: 5px;
box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
#myCarousel .carousel-item .mask {
position: absolute;
top: 0;
left:0;
height:100%;
width: 100%;
background-attachment: fixed;
}
#myCarousel h4{
font-size:50px;
margin-bottom:15px;
color:#FFF;
line-height:100%;
letter-spacing:0.5px;
font-weight:600;
}
#myCarousel p{
font-size:18px;
margin-bottom:15px;
color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none; }
#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;}
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;}
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
animation-duration: 1.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px; }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url(https://i.imgur.com/6axE29k.jpg) center center no-repeat; background-size:cover; }
.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }
.carousel-item {
position: relative;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
transition: -webkit-transform .6s ease;
transition: transform .6s ease;
transition: transform .6s ease,-webkit-transform .6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: opacity;
transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
footer {
background-color: #616161
}
footer .card {
background-color: #616161;
color: white;
margin-top: 50px;
border: none
}
.head1 {
font-weight: 900;
font-size: 30px
}
.bdr {
border-bottom: 1.5px solid #FFB74D;
width: 65px;
margin-right: auto;
margin-left: auto
}
.card-footer {
justify-content: space-between;
border: none;
background: none;
border-bottom: 0.5px solid #9E9E9E
}
.footer-right>i {
margin-left: 15px
}
.fa-hand-holding-usd {
color: #FFB74D
}
.fa-handshake {
color: #FFB74D
}
.card-title {
margin-bottom: .75rem;
font-weight: 900;
font-size: 15px;
margin-top: 1.75rem
}
.learn-more {
color: #FFB74D
}
.fa-angle-right {
margin-left: 10px
}
.fa-3x {
color: #FFB74D
}
.card-content {
padding-right: 40px;
padding-left: 30px;
padding-bottom: 10px;
padding-top: 10px
}
.card-content>p {
color: #9E9E9E
}
.heading {
position: relative;
top: 75px
}
.follow-text {
color: #9E9E9E
} | src/index.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
html,body
{
padding: 0px;
margin: 0px;
font-family: 'Montserrat', sans-serif;
background-color: white;
scroll-behavior: smooth;
/*background-image: url("../img/dvdp.gif");*/
background-repeat:repeat;
scroll-behavior:smooth;
}
.cont:hover {
box-shadow: 0 10px 70px 0 rgba(0,0,0,0.2);
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
::selection{
color: #ffff;
background: rgb(142, 73, 232);
}
.cont{
background: #fff;
border-radius: 5px;
box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
#myCarousel .carousel-item .mask {
position: absolute;
top: 0;
left:0;
height:100%;
width: 100%;
background-attachment: fixed;
}
#myCarousel h4{
font-size:50px;
margin-bottom:15px;
color:#FFF;
line-height:100%;
letter-spacing:0.5px;
font-weight:600;
}
#myCarousel p{
font-size:18px;
margin-bottom:15px;
color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none; }
#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;}
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;}
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
animation-duration: 1.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px; }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url(https://i.imgur.com/6axE29k.jpg) center center no-repeat; background-size:cover; }
.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }
.carousel-item {
position: relative;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
transition: -webkit-transform .6s ease;
transition: transform .6s ease;
transition: transform .6s ease,-webkit-transform .6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: opacity;
transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
footer {
background-color: #616161
}
footer .card {
background-color: #616161;
color: white;
margin-top: 50px;
border: none
}
.head1 {
font-weight: 900;
font-size: 30px
}
.bdr {
border-bottom: 1.5px solid #FFB74D;
width: 65px;
margin-right: auto;
margin-left: auto
}
.card-footer {
justify-content: space-between;
border: none;
background: none;
border-bottom: 0.5px solid #9E9E9E
}
.footer-right>i {
margin-left: 15px
}
.fa-hand-holding-usd {
color: #FFB74D
}
.fa-handshake {
color: #FFB74D
}
.card-title {
margin-bottom: .75rem;
font-weight: 900;
font-size: 15px;
margin-top: 1.75rem
}
.learn-more {
color: #FFB74D
}
.fa-angle-right {
margin-left: 10px
}
.fa-3x {
color: #FFB74D
}
.card-content {
padding-right: 40px;
padding-left: 30px;
padding-bottom: 10px;
padding-top: 10px
}
.card-content>p {
color: #9E9E9E
}
.heading {
position: relative;
top: 75px
}
.follow-text {
color: #9E9E9E
} | 0.318697 | 0.051606 |
html, body{
margin:0;
padding:0;
font-size:1em;
font-family: 'Roboto', sans-serif;
color:#212f3f;
}
html {
background-color:#212f3f;
}
body {
margin-top:50px;
background-color:#f8fafd;
min-height:800px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', serif;
}
#topnav{
background-color:#f8fafd;
}
hr{
border-color:#212f3f;
}
.container-fluid {
margin:0 auto 0 auto;
padding-left:15px;
padding-right:15px;
max-width:1000px;
}
.navbar-alert{
height:35px;
text-align:center;
vertical-align:middle;
}
.p-alert{
padding-top:3px;
}
.row{
padding-top:10px;
padding-bottom:20px;
}
.navbar-nav li > a{
font-weight:bold;
font-size:1.2em;
color:black;
height:51px;
padding:13px 10px 13px 10px;
}
.navbar-nav li > a:hover{
color:#212f3f;
}
.navbar-nav li.active{
color:#212f3f;
}
.btn-action{
background-color:#398bc5;
color:white;
}
.btn-action:hover{
color:#212f3f;
}
.jumbotron{
background-color:#212f3f;
color:white;
}
.alert-action{
background-color:#398bc5;
color:white;
}
.strap{
padding-top:40px;
padding-bottom:40px;
background-color:#212f3f;
min-height:400px;
margin:-10px 0 0 0;
}
.strap-compact{
min-height:10px;
padding-top:2px;
padding-bottom:2px;
}
.strap-action{
background-color:#f04717;
}
.strap-action a{
color:#212f3f;
}
.action{
color:#f04717;
}
.strap-white{
background-color:#fff;
}
/* CAROUSEL */
/*.carousel {
height: 400px;
margin-bottom: 60px;
}
.carousel-caption {
z-index: 10;
}
.carousel .item {
height: 400px;
background-color: transparent;
}
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 400px;
}
.carousel-indicators li{
background-color:white;
border-color:#212f3f;
}
.carousel-indicators li.active{
background-color:#f04717;
border-color:transparent;
}*/
/* MAP STUFF */
.country{
stroke: #fff;
stroke-width: 0.8px;
}
.country:hover{
stroke: #333;
stroke-width: 0.8px;
}
.text{
font-size:1px;
text-transform:capitalize;
}
div.tooltip {
color: #222;
background: #fff;
padding: .5em;
text-shadow: #f5f5f5 0 1px 0;
border-radius: 2px;
box-shadow: 0px 0px 2px 0px #a6a6a6;
opacity: 0.9;
position: absolute;
}
/* mobile nav */
#mobnav {
display:none;
width:100%;
height:100%;
margin:0;
padding:5px;
position:fixed;
top:0;
left:1200;
z-index:100000000000;
background-color:#212f3f;
}
#mobnav h2 {
padding-bottom:5px;
border-bottom:1px solid #212f3f;
}
#mobnav h2 a {
color:#398bc5;
} | static/oabutton.css | html, body{
margin:0;
padding:0;
font-size:1em;
font-family: 'Roboto', sans-serif;
color:#212f3f;
}
html {
background-color:#212f3f;
}
body {
margin-top:50px;
background-color:#f8fafd;
min-height:800px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', serif;
}
#topnav{
background-color:#f8fafd;
}
hr{
border-color:#212f3f;
}
.container-fluid {
margin:0 auto 0 auto;
padding-left:15px;
padding-right:15px;
max-width:1000px;
}
.navbar-alert{
height:35px;
text-align:center;
vertical-align:middle;
}
.p-alert{
padding-top:3px;
}
.row{
padding-top:10px;
padding-bottom:20px;
}
.navbar-nav li > a{
font-weight:bold;
font-size:1.2em;
color:black;
height:51px;
padding:13px 10px 13px 10px;
}
.navbar-nav li > a:hover{
color:#212f3f;
}
.navbar-nav li.active{
color:#212f3f;
}
.btn-action{
background-color:#398bc5;
color:white;
}
.btn-action:hover{
color:#212f3f;
}
.jumbotron{
background-color:#212f3f;
color:white;
}
.alert-action{
background-color:#398bc5;
color:white;
}
.strap{
padding-top:40px;
padding-bottom:40px;
background-color:#212f3f;
min-height:400px;
margin:-10px 0 0 0;
}
.strap-compact{
min-height:10px;
padding-top:2px;
padding-bottom:2px;
}
.strap-action{
background-color:#f04717;
}
.strap-action a{
color:#212f3f;
}
.action{
color:#f04717;
}
.strap-white{
background-color:#fff;
}
/* CAROUSEL */
/*.carousel {
height: 400px;
margin-bottom: 60px;
}
.carousel-caption {
z-index: 10;
}
.carousel .item {
height: 400px;
background-color: transparent;
}
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 400px;
}
.carousel-indicators li{
background-color:white;
border-color:#212f3f;
}
.carousel-indicators li.active{
background-color:#f04717;
border-color:transparent;
}*/
/* MAP STUFF */
.country{
stroke: #fff;
stroke-width: 0.8px;
}
.country:hover{
stroke: #333;
stroke-width: 0.8px;
}
.text{
font-size:1px;
text-transform:capitalize;
}
div.tooltip {
color: #222;
background: #fff;
padding: .5em;
text-shadow: #f5f5f5 0 1px 0;
border-radius: 2px;
box-shadow: 0px 0px 2px 0px #a6a6a6;
opacity: 0.9;
position: absolute;
}
/* mobile nav */
#mobnav {
display:none;
width:100%;
height:100%;
margin:0;
padding:5px;
position:fixed;
top:0;
left:1200;
z-index:100000000000;
background-color:#212f3f;
}
#mobnav h2 {
padding-bottom:5px;
border-bottom:1px solid #212f3f;
}
#mobnav h2 a {
color:#398bc5;
} | 0.398172 | 0.056159 |
@media (max-width: 576px) {
.container {
max-width: 100%;
}
#a {
margin-top: 1%;
margin-bottom: 1%;
}
#input-select {
margin-right: 1%;
margin-left: 1%;
}
.navbar-brand {
width: 40%;
}
.left-panel {
z-index: 10;
position: absolute;
width: 0%;
overflow-x: hidden;
float: left;
transition: 0.5s;
}
.left-panel-show {
width: 100%;
padding: 0 3% 3% 3%;
background: rgba(255, 245, 238, 1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.4);
margin-bottom: 0.75rem;
}
body.dark .left-panel-show {
background: rgba(83, 83, 83, 1);
}
#input-select {
margin-right: 0px;
margin-left: 0px;
}
}
@media (min-width: 577px) {
.container {
max-width: 100%;
}
.left-panel {
position: relative;
width: 0%;
z-index: 1;
overflow-x: hidden;
float: left;
transition: 0.5s;
}
.left-panel-show {
width: 18%;
background: rgba(255, 245, 238, 1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
body.dark .left-panel-show {
background-color: rgb(83, 83, 83);
}
}
@media (min-width: 576px) and (max-width: 840px) {
.btn-text {
display: none;
}
.nav-buttons>.btn, .nav-buttons>*>.btn {
width: 60px;
}
}
@media (min-width: 577px) and (max-width: 1142px){
.left-panel-show {
min-width: 200px;
}
}
@media (min-width: 1700px) {
.left-panel {
width: 0%;
z-index: 1;
overflow-x: hidden;
float: left;
background: seashell;
transition: 0.5s;
}
.left-panel-show {
width: 12%;
}
body.dark .left-panel-show {
background-color: rgb(83, 83, 83);
}
}
.splashscreen {
position: fixed;
top:0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
background-color: white;
color: black;
z-index: 1100;
}
.display-none{
opacity: 0;
z-index: -10;
transition: all 0.5s;
}
@keyframes fadeIn{
to{
opacity: 1;
}
}
.fade-in{
opacity: 0;
animation: fadeIn 0.1s ease-in forwards;
}
.splash-logo{
width: 150px;
}
.ace {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.output-container {
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
#output {
display: flex;
flex-direction: column;
width: 100%;
flex-grow: 1;
overflow: auto;
border: 1px #d9dee4 dotted;
border-radius: 8px;
background: #f4f9ff;
margin-top: 10px;
padding: 5px 5px 5px 5px;
white-space: pre-wrap;
}
#output-model{
color: black;
}
#output-error{
color: red;
}
.output-pane {
opacity: 0;
}
body {
height: 100%;
background-color: rgba(0, 0, 0, 0.06);
}
.container {
padding: 0px;
margin: 0px;
padding-right: 1%;
padding-left: 1%;
width: 100%;
overflow: auto;
}
.navbar-right {
padding-right: 1%;
}
.navbar-brand {
margin-right: 0px;
}
.navbar-logo {
cursor: pointer;
width: 84px;
}
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.panel-right {
transition: margin-left 0.5s;
padding: 16px;
}
.option-solver {
margin-left: 3%;
margin-right: 3%;
}
a[role="button"] {
font-size: 19px;
}
a[role="button"]:focus {
outline: none;
}
.btn:focus {
outline: none;
}
#drop_zone {
border-style: dashed;
border-color: #dddddd;
margin-left: 1%;
margin-right: 1%;
height: 100px;
border-radius: 8px;
margin-top: 1%;
}
#drop_zone > p {
margin-top: 1%;
}
#input-select {
cursor: pointer;
position: relative;
text-align: center;
vertical-align: middle;
margin-left: 20%;
margin-right: 20%;
margin-top: 1%;
margin-bottom: 1%;
}
.ui-layout-resizer {
background: none;
}
#files {
display: inline-block;
cursor: pointer;
}
#setting-editor > .modal-dialog > .modal-content > .modal-body > .row {
margin-bottom: 3%;
}
.nav-tabs > li > a {
display: inline-block;
}
.nav-tabs > li > a > span > i {
cursor: pointer;
color: red;
opacity: 0;
transition: opacity 0.5s ease-out;
clear: both;
}
.nav-tabs > li:hover > a > span > i {
opacity: 1;
}
.nav > .btn {
margin-right: 5px;
}
.nav-tabs {
border-bottom: 0px;
}
.row-tabpanel-toolbar {
margin-right: 0px;
margin-left: 0px;
display: flex;
align-items: center;
padding-bottom: 5px;
padding-top: 5px;
}
#tab-execute {
margin-top: 5%;
}
.opname {
width: 100%;
}
#version {
color: #337ab7;
}
::selection {
background-color: yellow;
}
mark {
background: transparent;
font-weight: bold;
}
.ui-layout-pane-center {
overflow: hidden;
}
#seeting-output {
width: 100%;
height: 1%;
padding: 5px 5px 20px 5px;
}
#btn-upload {
color: white;
}
.btn-outline {
background-color: transparent;
border: 1px solid red;
transition: all 0.5s;
}
.btn-outline.btn-outline-danger {
color: #d9534f;
}
.btn-outline.btn-outline-danger:hover {
color: #fff;
background-color: #d9534f;
}
#reset-container {
margin-top: 5%;
}
.popover-download {
cursor: pointer;
}
.popover-download-content {
padding: 10px;
border-radius: 5px;
}
.nav.navbar-nav .btn {
margin-top: 12.5px;
}
.btn-saver {
margin-left: 2px;
margin-right: 2px;
}
#cloud-download {
margin-top: 0;
}
.save-content {
margin-top: 4px;
}
.hidden {
display: none;
}
#change-name-tab {
border-radius: 0px 4px 4px 0px;
border-color: #ced4da;
}
.delete-tab {
transition: 1s;
}
label[for="btn-download"] {
margin-bottom: 0px;
}
.popover {
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
border-radius: 0.5rem;
z-index: 1054;
}
.popover-header {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
#toast-container {
position: absolute;
z-index: 1060;
top: 0;
right: 0;
margin-top: 2%;
margin-right: 2%;
}
.pane {
border-radius: 10px;
border: 0;
}
.left-panel {
left: -500px;
overflow-y: hidden;
padding-bottom: 2%;
margin-bottom: 0.5%;
}
.left-panel:hover {
overflow-y: auto;
}
.left-panel-show {
margin-right: 1%;
border-radius: 10px;
left: 0px;
}
.left-panel-title {
border-bottom: 1px dashed #dddddd;
background-color: rgba(255, 245, 238, 1);
}
.add-tab {
cursor: pointer;
margin-left: 5px;
padding: 3.5px 10px;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border: 1px dashed rgba(0, 0, 0, 0.05) !important;
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-tab {
cursor: pointer;
padding: 0.35rem 0.4rem;
margin: 0.3rem 0.1rem;
background-color: #f8f9fa;
border: 1px solid #dee2e6;
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;
}
.nav-tabs .nav-link {
border-top-right-radius: 7px;
border-top-left-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
border-bottom-color: #dee2e6;
}
.nav {
align-items: center;
}
li.nav-item:hover > a:not(.active) {
background-color: #e3e7eb;
}
.bootstrap-select > .dropdown-toggle {
border: 1px solid rgba(0, 0, 0, 0.05);
}
.ui-layout-center {
transition: 0.5s;
padding-top: 0px;
}
.navbar {
margin-top: 0.5%;
margin-bottom: 0.5%;
margin-left: 1%;
margin-right: 1%;
border-radius: 8px;
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
.navbar {
background-color: white;
transition: 0.5s;
}
#change-name-tab-textbox {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
#btn-add-option {
margin-top: 10px;
}
.btn-del-option {
margin-top: 5px;
}
.btn-add {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: 0;
border-bottom: 1px solid #ced4da;
border-left: 1px solid #ced4da;
border-right: 1px solid #ced4da;
}
.btn-context-tab {
border-radius: 5px;
padding: 0px 5px;
}
.context-menu-list {
border-radius: 0.4rem;
}
.context-menu-item {
padding: 0.2em 0.7em;
}
.context-menu-item.context-menu-hover {
background-color: rgb(245, 244, 244);
color: black;
}
.context-menu-item-icon {
padding-right: 8px;
width: 25px;
}
select.not-alone {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.option-value {
border-top: 0px;
border-radius: 0px;
padding-right: 37px;
}
.btn-del-option {
cursor: pointer;
}
.btn-del-value {
position: absolute;
right: 5px;
top: 6px;
bottom: 4px;
z-index: 9;
padding-left: 10px;
padding-right: 10px;
color: red;
cursor: pointer;
opacity: 0;
transition: 0.5s;
}
.input-group:hover > .btn-del-value {
opacity: 1;
}
.check-run-lp {
margin-right: 7px;
}
.save-btn {
display: flex;
}
.custom-file-label {
text-align: start;
}
.check-tab-name {
margin-left: 8px;
white-space: nowrap;
overflow: hidden;
}
.check-auto-run-tab {
padding: 0.375rem 0.75rem;
}
.check-run-tab {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
}
.check-box {
background-color: white;
border-radius: 5px;
border: #d8d8d8 1px solid;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
color: #495057;
}
.list-divider {
display: flex;
justify-content: center;
align-items: center;
background-color: #f6f6f6;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 1px;
padding-right: 1px;
width: 100%;
height: 5px;
}
.divider {
width: 100%;
height: 1px;
border-top: #dddddd dashed 1px;
}
.tab-execute-title {
font-size: 14px;
}
.run-auto-box {
/* padding: 0.375rem 0.75rem; */
border-radius: 0.25rem;
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.125);
padding: 0.375rem 0.75rem;
}
.option-container {
border-radius: 0.25rem;
background-color: antiquewhite;
border: 0;
padding: 0.375rem 0.75rem;
}
.custom-switch {
white-space: nowrap;
overflow: hidden;
}
select {
cursor: pointer;
}
#run-dot,
label[for="run-dot"] {
cursor: pointer;
}
.keybox, .shortcut-title{
font-size: 16px;
}
/*DARK-MODE SECTION*/
body.dark {
background-color: rgba(29, 29, 29, 0.98);
color: white;
}
body.dark .navbar {
background-color: rgb(83, 83, 83);
}
body.dark .ui-layout-pane {
background-color: rgb(83, 83, 83);
}
body.dark .modal-content {
background-color: rgb(83, 83, 83);
}
body.dark #output {
border: 1px #616161 dotted;
background: #373737;
}
body.dark .btn-tab {
background-color: #696a6b;
border: 1px solid #a5a5a5;
color: white;
}
body.dark .nav-tabs .nav-link {
border: 1px solid transparent;
}
body.dark .nav-tabs .nav-item.show .nav-link,
body.dark .nav-tabs .nav-link.active {
color: white;
background-color: #878787;
border-color: transparent transparent transparent;
border-bottom-color: transparent;
}
body.dark li.nav-item:hover > a:not(.active) {
background-color: #48494d;
}
body.dark li.nav-item:hover > a.add-tab {
background-color: #252529;
}
body.dark .pull-right {
color: #dddddd;
}
body.dark .popover {
background-color: rgb(83, 83, 83);
color: white;
}
body.dark .popover-body {
color: white;
}
body.dark .popover-header {
background-color: rgb(128, 128, 128);
border-bottom: 1px solid #7e7e7e;
}
body.dark .toast {
background-color: transparent;
}
body.dark .toast-header {
color: #f9f9f9;
background-color: rgba(144, 144, 144, 0.85);
}
body.dark .navbar-brand, body.dark .about-logo {
filter: invert(100%);
}
body.dark .form-control {
background-color: #d8d8d8;
}
body.dark .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
body.dark .bs-popover-bottom > .arrow::after {
border-bottom-color: #555;
}
body.dark .bs-popover-auto[x-placement^="right"] > .arrow::after,
body.dark .bs-popover-right > .arrow::after {
border-right-color: rgb(128, 128, 128);
}
body.dark .btn-add {
border-bottom: 0;
border-left: 0;
border-right: 0;
}
body.dark .form-control {
border-color: #343a40;
}
body.dark .custom-select {
background-color: #d8d8d8;
}
body.dark .custom-file-label {
background-color: #d8d8d8;
}
body.dark .run-auto-box {
background-color: #696a6b;
border: 0;
}
body.dark .option-container {
background-color: #696a6b;
}
body.dark .list-group-item {
background-color: #d8d8d8;
}
body.dark .list-divider {
background-color: #f6f6f6;
}
body.dark .divider {
/* background-color: #9b9a9a; */
border: #cccaca dashed 0.5px;
}
body.dark .context-menu-item {
background-color: #e8e8e8;
}
body.dark .context-menu-list {
background-color: #e8e8e8;
}
body.dark .context-menu-item.context-menu-hover {
background-color: #dbdbdb;
}
body.dark .list-group-item-action:focus,
body.dark .list-group-item-action:hover {
background-color: rgb(233, 233, 233);
}
body.dark .left-panel-title {
background-color: rgb(83, 83, 83);
}
body.dark #output-model{
color: white;
} | resources/css/style.css | @media (max-width: 576px) {
.container {
max-width: 100%;
}
#a {
margin-top: 1%;
margin-bottom: 1%;
}
#input-select {
margin-right: 1%;
margin-left: 1%;
}
.navbar-brand {
width: 40%;
}
.left-panel {
z-index: 10;
position: absolute;
width: 0%;
overflow-x: hidden;
float: left;
transition: 0.5s;
}
.left-panel-show {
width: 100%;
padding: 0 3% 3% 3%;
background: rgba(255, 245, 238, 1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.4);
margin-bottom: 0.75rem;
}
body.dark .left-panel-show {
background: rgba(83, 83, 83, 1);
}
#input-select {
margin-right: 0px;
margin-left: 0px;
}
}
@media (min-width: 577px) {
.container {
max-width: 100%;
}
.left-panel {
position: relative;
width: 0%;
z-index: 1;
overflow-x: hidden;
float: left;
transition: 0.5s;
}
.left-panel-show {
width: 18%;
background: rgba(255, 245, 238, 1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
body.dark .left-panel-show {
background-color: rgb(83, 83, 83);
}
}
@media (min-width: 576px) and (max-width: 840px) {
.btn-text {
display: none;
}
.nav-buttons>.btn, .nav-buttons>*>.btn {
width: 60px;
}
}
@media (min-width: 577px) and (max-width: 1142px){
.left-panel-show {
min-width: 200px;
}
}
@media (min-width: 1700px) {
.left-panel {
width: 0%;
z-index: 1;
overflow-x: hidden;
float: left;
background: seashell;
transition: 0.5s;
}
.left-panel-show {
width: 12%;
}
body.dark .left-panel-show {
background-color: rgb(83, 83, 83);
}
}
.splashscreen {
position: fixed;
top:0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
background-color: white;
color: black;
z-index: 1100;
}
.display-none{
opacity: 0;
z-index: -10;
transition: all 0.5s;
}
@keyframes fadeIn{
to{
opacity: 1;
}
}
.fade-in{
opacity: 0;
animation: fadeIn 0.1s ease-in forwards;
}
.splash-logo{
width: 150px;
}
.ace {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.output-container {
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
#output {
display: flex;
flex-direction: column;
width: 100%;
flex-grow: 1;
overflow: auto;
border: 1px #d9dee4 dotted;
border-radius: 8px;
background: #f4f9ff;
margin-top: 10px;
padding: 5px 5px 5px 5px;
white-space: pre-wrap;
}
#output-model{
color: black;
}
#output-error{
color: red;
}
.output-pane {
opacity: 0;
}
body {
height: 100%;
background-color: rgba(0, 0, 0, 0.06);
}
.container {
padding: 0px;
margin: 0px;
padding-right: 1%;
padding-left: 1%;
width: 100%;
overflow: auto;
}
.navbar-right {
padding-right: 1%;
}
.navbar-brand {
margin-right: 0px;
}
.navbar-logo {
cursor: pointer;
width: 84px;
}
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.panel-right {
transition: margin-left 0.5s;
padding: 16px;
}
.option-solver {
margin-left: 3%;
margin-right: 3%;
}
a[role="button"] {
font-size: 19px;
}
a[role="button"]:focus {
outline: none;
}
.btn:focus {
outline: none;
}
#drop_zone {
border-style: dashed;
border-color: #dddddd;
margin-left: 1%;
margin-right: 1%;
height: 100px;
border-radius: 8px;
margin-top: 1%;
}
#drop_zone > p {
margin-top: 1%;
}
#input-select {
cursor: pointer;
position: relative;
text-align: center;
vertical-align: middle;
margin-left: 20%;
margin-right: 20%;
margin-top: 1%;
margin-bottom: 1%;
}
.ui-layout-resizer {
background: none;
}
#files {
display: inline-block;
cursor: pointer;
}
#setting-editor > .modal-dialog > .modal-content > .modal-body > .row {
margin-bottom: 3%;
}
.nav-tabs > li > a {
display: inline-block;
}
.nav-tabs > li > a > span > i {
cursor: pointer;
color: red;
opacity: 0;
transition: opacity 0.5s ease-out;
clear: both;
}
.nav-tabs > li:hover > a > span > i {
opacity: 1;
}
.nav > .btn {
margin-right: 5px;
}
.nav-tabs {
border-bottom: 0px;
}
.row-tabpanel-toolbar {
margin-right: 0px;
margin-left: 0px;
display: flex;
align-items: center;
padding-bottom: 5px;
padding-top: 5px;
}
#tab-execute {
margin-top: 5%;
}
.opname {
width: 100%;
}
#version {
color: #337ab7;
}
::selection {
background-color: yellow;
}
mark {
background: transparent;
font-weight: bold;
}
.ui-layout-pane-center {
overflow: hidden;
}
#seeting-output {
width: 100%;
height: 1%;
padding: 5px 5px 20px 5px;
}
#btn-upload {
color: white;
}
.btn-outline {
background-color: transparent;
border: 1px solid red;
transition: all 0.5s;
}
.btn-outline.btn-outline-danger {
color: #d9534f;
}
.btn-outline.btn-outline-danger:hover {
color: #fff;
background-color: #d9534f;
}
#reset-container {
margin-top: 5%;
}
.popover-download {
cursor: pointer;
}
.popover-download-content {
padding: 10px;
border-radius: 5px;
}
.nav.navbar-nav .btn {
margin-top: 12.5px;
}
.btn-saver {
margin-left: 2px;
margin-right: 2px;
}
#cloud-download {
margin-top: 0;
}
.save-content {
margin-top: 4px;
}
.hidden {
display: none;
}
#change-name-tab {
border-radius: 0px 4px 4px 0px;
border-color: #ced4da;
}
.delete-tab {
transition: 1s;
}
label[for="btn-download"] {
margin-bottom: 0px;
}
.popover {
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
border-radius: 0.5rem;
z-index: 1054;
}
.popover-header {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
#toast-container {
position: absolute;
z-index: 1060;
top: 0;
right: 0;
margin-top: 2%;
margin-right: 2%;
}
.pane {
border-radius: 10px;
border: 0;
}
.left-panel {
left: -500px;
overflow-y: hidden;
padding-bottom: 2%;
margin-bottom: 0.5%;
}
.left-panel:hover {
overflow-y: auto;
}
.left-panel-show {
margin-right: 1%;
border-radius: 10px;
left: 0px;
}
.left-panel-title {
border-bottom: 1px dashed #dddddd;
background-color: rgba(255, 245, 238, 1);
}
.add-tab {
cursor: pointer;
margin-left: 5px;
padding: 3.5px 10px;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border: 1px dashed rgba(0, 0, 0, 0.05) !important;
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-tab {
cursor: pointer;
padding: 0.35rem 0.4rem;
margin: 0.3rem 0.1rem;
background-color: #f8f9fa;
border: 1px solid #dee2e6;
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;
}
.nav-tabs .nav-link {
border-top-right-radius: 7px;
border-top-left-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
border-bottom-color: #dee2e6;
}
.nav {
align-items: center;
}
li.nav-item:hover > a:not(.active) {
background-color: #e3e7eb;
}
.bootstrap-select > .dropdown-toggle {
border: 1px solid rgba(0, 0, 0, 0.05);
}
.ui-layout-center {
transition: 0.5s;
padding-top: 0px;
}
.navbar {
margin-top: 0.5%;
margin-bottom: 0.5%;
margin-left: 1%;
margin-right: 1%;
border-radius: 8px;
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
.navbar {
background-color: white;
transition: 0.5s;
}
#change-name-tab-textbox {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
#btn-add-option {
margin-top: 10px;
}
.btn-del-option {
margin-top: 5px;
}
.btn-add {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: 0;
border-bottom: 1px solid #ced4da;
border-left: 1px solid #ced4da;
border-right: 1px solid #ced4da;
}
.btn-context-tab {
border-radius: 5px;
padding: 0px 5px;
}
.context-menu-list {
border-radius: 0.4rem;
}
.context-menu-item {
padding: 0.2em 0.7em;
}
.context-menu-item.context-menu-hover {
background-color: rgb(245, 244, 244);
color: black;
}
.context-menu-item-icon {
padding-right: 8px;
width: 25px;
}
select.not-alone {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.option-value {
border-top: 0px;
border-radius: 0px;
padding-right: 37px;
}
.btn-del-option {
cursor: pointer;
}
.btn-del-value {
position: absolute;
right: 5px;
top: 6px;
bottom: 4px;
z-index: 9;
padding-left: 10px;
padding-right: 10px;
color: red;
cursor: pointer;
opacity: 0;
transition: 0.5s;
}
.input-group:hover > .btn-del-value {
opacity: 1;
}
.check-run-lp {
margin-right: 7px;
}
.save-btn {
display: flex;
}
.custom-file-label {
text-align: start;
}
.check-tab-name {
margin-left: 8px;
white-space: nowrap;
overflow: hidden;
}
.check-auto-run-tab {
padding: 0.375rem 0.75rem;
}
.check-run-tab {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
}
.check-box {
background-color: white;
border-radius: 5px;
border: #d8d8d8 1px solid;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
color: #495057;
}
.list-divider {
display: flex;
justify-content: center;
align-items: center;
background-color: #f6f6f6;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 1px;
padding-right: 1px;
width: 100%;
height: 5px;
}
.divider {
width: 100%;
height: 1px;
border-top: #dddddd dashed 1px;
}
.tab-execute-title {
font-size: 14px;
}
.run-auto-box {
/* padding: 0.375rem 0.75rem; */
border-radius: 0.25rem;
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.125);
padding: 0.375rem 0.75rem;
}
.option-container {
border-radius: 0.25rem;
background-color: antiquewhite;
border: 0;
padding: 0.375rem 0.75rem;
}
.custom-switch {
white-space: nowrap;
overflow: hidden;
}
select {
cursor: pointer;
}
#run-dot,
label[for="run-dot"] {
cursor: pointer;
}
.keybox, .shortcut-title{
font-size: 16px;
}
/*DARK-MODE SECTION*/
body.dark {
background-color: rgba(29, 29, 29, 0.98);
color: white;
}
body.dark .navbar {
background-color: rgb(83, 83, 83);
}
body.dark .ui-layout-pane {
background-color: rgb(83, 83, 83);
}
body.dark .modal-content {
background-color: rgb(83, 83, 83);
}
body.dark #output {
border: 1px #616161 dotted;
background: #373737;
}
body.dark .btn-tab {
background-color: #696a6b;
border: 1px solid #a5a5a5;
color: white;
}
body.dark .nav-tabs .nav-link {
border: 1px solid transparent;
}
body.dark .nav-tabs .nav-item.show .nav-link,
body.dark .nav-tabs .nav-link.active {
color: white;
background-color: #878787;
border-color: transparent transparent transparent;
border-bottom-color: transparent;
}
body.dark li.nav-item:hover > a:not(.active) {
background-color: #48494d;
}
body.dark li.nav-item:hover > a.add-tab {
background-color: #252529;
}
body.dark .pull-right {
color: #dddddd;
}
body.dark .popover {
background-color: rgb(83, 83, 83);
color: white;
}
body.dark .popover-body {
color: white;
}
body.dark .popover-header {
background-color: rgb(128, 128, 128);
border-bottom: 1px solid #7e7e7e;
}
body.dark .toast {
background-color: transparent;
}
body.dark .toast-header {
color: #f9f9f9;
background-color: rgba(144, 144, 144, 0.85);
}
body.dark .navbar-brand, body.dark .about-logo {
filter: invert(100%);
}
body.dark .form-control {
background-color: #d8d8d8;
}
body.dark .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
body.dark .bs-popover-bottom > .arrow::after {
border-bottom-color: #555;
}
body.dark .bs-popover-auto[x-placement^="right"] > .arrow::after,
body.dark .bs-popover-right > .arrow::after {
border-right-color: rgb(128, 128, 128);
}
body.dark .btn-add {
border-bottom: 0;
border-left: 0;
border-right: 0;
}
body.dark .form-control {
border-color: #343a40;
}
body.dark .custom-select {
background-color: #d8d8d8;
}
body.dark .custom-file-label {
background-color: #d8d8d8;
}
body.dark .run-auto-box {
background-color: #696a6b;
border: 0;
}
body.dark .option-container {
background-color: #696a6b;
}
body.dark .list-group-item {
background-color: #d8d8d8;
}
body.dark .list-divider {
background-color: #f6f6f6;
}
body.dark .divider {
/* background-color: #9b9a9a; */
border: #cccaca dashed 0.5px;
}
body.dark .context-menu-item {
background-color: #e8e8e8;
}
body.dark .context-menu-list {
background-color: #e8e8e8;
}
body.dark .context-menu-item.context-menu-hover {
background-color: #dbdbdb;
}
body.dark .list-group-item-action:focus,
body.dark .list-group-item-action:hover {
background-color: rgb(233, 233, 233);
}
body.dark .left-panel-title {
background-color: rgb(83, 83, 83);
}
body.dark #output-model{
color: white;
} | 0.535827 | 0.131787 |
body{
width: 100%;
margin: 0 auto;
background-color: #1e4c37;
}
h1{
font-size: 40px;
text-decoration: none;
margin-bottom: 20px;
}
h2{
font-size: 30px;
font-weight: 650;
line-height: 50px;
}
h3{
font-size: 24px;
font-weight: 500;
line-height: 80px;
}
a{
color: white;
text-decoration: none;
}
.more a:link, .more a:visited {
text-decoration: none;
color:#0C2715
}
a:visited{
color: white;
}
.hr{
width: 100%;
margin: 0 auto;
height: 2px;
margin: 20px auto;
}
ul{
margin: 0;
}
sub-heading{
font-size: 18px;
}
.clearfix:after{
content: '';
display: block;
clear: both;
}
nav{
background-color:transparent;
height: 50px;
margin: 0px;
}
nav logo{
height:50px;
line-height: 50px;
display: inline-block;
float: left;
margin-left: 20px;
color:#00a57f;
font-size: 40px;
font-weight: 600;
letter-spacing: 1px;
font-family: "楷体","楷体_GB2312";;
}
nav ul{
list-style: none;
}
nav ul li{
display: inline-block;
line-height: 50px;
font-size: 25px;
color: #00a57f;
float: right;
margin-right: 35px;
}
nav ul li .active{
display: inline-block;
height: 45px;
color: #00a57f;
line-height: 50px;
font-size: 25px;
text-decoration: none;
border-bottom: 5px solid #00a57f;
}
nav ul li a{
height: inherit;
color: #00a57f;
display: inline-block;
}
header{
background-color:#e8e8e8;
}
#banner{
height: 550px;
}
#banner .row li{
display: inline-block;
font-size:130px;
color:#ccc;
font-weight:100;
line-height: 500px;
}
#banner .row li.R{
margin-left: 45px;
}
#banner .row li.L{
margin-right: 45px;
float: right;
}
.rightdiv{
display: inline-blockl;
width: 85%;
float: right;
}
#content{
background-color: #00a57f;
padding-bottom: 80px;
}
#content .one .wrapper{
padding-top: 100px;
max-width: 60%;
margin: 0 auto;
font-size: 13px;
color: white;
/*text-align: center;*/
}
#content article{
width: 80%;
margin: 10px auto;
line-height: 30px;
}
.one .wrapper .hr{
background-color: #016f56;
width: 70%;
}
.one .wrapper p{
margin: 40px auto;
line-height: 20px;
font-size: 13px;
text-align: center;
/*word-wrap: break-word;
color: white;
margin-bottom: 15px;
text-indent: 2em;
line-height: 24px;
zoom: 1;*/
}
.one article p{
font-size: 14px;
word-wrap: break-word;
/*color: #333;*/
margin-bottom: 15px;
text-indent: 2em;
line-height: 24px;
zoom: 1;
}
#content .one .card-group{
margin: 0px auto;
max-width: 60%;
margin-bottom: 50px;
}
.one .card-group .card{
float: left;
width: 50%;
color: white;
padding: 30px;
min-height: 250px;
box-sizing: border-box;
}
.one .card-group .card td{
width: 50%;
font-size: 20px;
line-height: 40px;
}
.one .card-group .card .more{
float: right;
margin-right: -200px;
}
.card:first-child{
background: rgba(0,0,0,0.02)
}
.card:nth-child(2){
background: rgba(0,0,0,0.06)
}
.card:nth-child(3){
background: rgba(0,0,0,0.1)
}
.card:nth-child(4){
background: rgba(0,0,0,0.14)
}
.card:nth-child(5){
background: rgba(0,0,0,0.18)
}
.card:nth-child(6){
background: rgba(0,0,0,0.22)
}
.card:nth-child(7){
background: rgba(0,0,0,0.26)
}
.card:nth-child(8){
background: rgba(0,0,0,0.30)
}
#siderbar{
position: fixed;
top: 50px;
bottom: 0px;
width: 15%;
background-color: #1e4c37;
}
#siderbar form{
box-sizing: border-box;
height: 50px;
margin: 20px 10px 10px 0px;
}
#siderbar form .text{
width: 100px;
height: 20px;
border-radius :10px;
}
#siderbar form .search{
width: 50px;
height: 20px;
margin: 0;
border: 0px;
background-color: #638a76;
}
#siderbar ul{
padding: 0;
margin: 0;
}
#siderbar ul a{
width: 100%;
height: 30px;
box-sizing: border-box;
line-height: 30px;
font-size: 20px;
text-decoration: none;
padding: 10px;
display: inline-block;
}
#siderbar ul li:hover{
line-height: 30px;
background-color: #638a76;
}
#siderbar ul .menu{
padding-right: 14px;
position: absolute;
right: 300px;
width: 450px;
height: 300px;
float:left;
}
#siderbar ul li:hover .menu{
background-color: #444;
display: inline-block;
overflow: hidden;
}
#siderbar ul li .menu:hover+a{
background-color: #444;
}
#siderbar ul .menu td a{
height:25px;
font-size: 15px;
line-height: 10px;
}
#siderbar ul .menu tr{
height: 25%;
}
footer{
background-color: #133827;
color: #fff;
text-align: center;
height: 200px;
}
.share-group{
display: block;
max-width: 1080px;
margin: 0 auto;
padding: 50px;
}
.share-group li{
display: inline-block;
width: 20%;
/*text-decoration: none;
padding: 15px;
font-size: 20px;
font-weight: 400;
letter-spacing: 1px;*/
}
.share-group li img{
width: 3%;
position: absolute;
}
.copy{
line-height: 25px;
}
#back_to{
width: 100px;
height: 40px;
padding: 10px 10px;
}
#back_to button{
width: 90px;
height: 30px;
background-color: whitesmoke;
}
#back_to a{
color: black;
} | public/content/css/main.css | body{
width: 100%;
margin: 0 auto;
background-color: #1e4c37;
}
h1{
font-size: 40px;
text-decoration: none;
margin-bottom: 20px;
}
h2{
font-size: 30px;
font-weight: 650;
line-height: 50px;
}
h3{
font-size: 24px;
font-weight: 500;
line-height: 80px;
}
a{
color: white;
text-decoration: none;
}
.more a:link, .more a:visited {
text-decoration: none;
color:#0C2715
}
a:visited{
color: white;
}
.hr{
width: 100%;
margin: 0 auto;
height: 2px;
margin: 20px auto;
}
ul{
margin: 0;
}
sub-heading{
font-size: 18px;
}
.clearfix:after{
content: '';
display: block;
clear: both;
}
nav{
background-color:transparent;
height: 50px;
margin: 0px;
}
nav logo{
height:50px;
line-height: 50px;
display: inline-block;
float: left;
margin-left: 20px;
color:#00a57f;
font-size: 40px;
font-weight: 600;
letter-spacing: 1px;
font-family: "楷体","楷体_GB2312";;
}
nav ul{
list-style: none;
}
nav ul li{
display: inline-block;
line-height: 50px;
font-size: 25px;
color: #00a57f;
float: right;
margin-right: 35px;
}
nav ul li .active{
display: inline-block;
height: 45px;
color: #00a57f;
line-height: 50px;
font-size: 25px;
text-decoration: none;
border-bottom: 5px solid #00a57f;
}
nav ul li a{
height: inherit;
color: #00a57f;
display: inline-block;
}
header{
background-color:#e8e8e8;
}
#banner{
height: 550px;
}
#banner .row li{
display: inline-block;
font-size:130px;
color:#ccc;
font-weight:100;
line-height: 500px;
}
#banner .row li.R{
margin-left: 45px;
}
#banner .row li.L{
margin-right: 45px;
float: right;
}
.rightdiv{
display: inline-blockl;
width: 85%;
float: right;
}
#content{
background-color: #00a57f;
padding-bottom: 80px;
}
#content .one .wrapper{
padding-top: 100px;
max-width: 60%;
margin: 0 auto;
font-size: 13px;
color: white;
/*text-align: center;*/
}
#content article{
width: 80%;
margin: 10px auto;
line-height: 30px;
}
.one .wrapper .hr{
background-color: #016f56;
width: 70%;
}
.one .wrapper p{
margin: 40px auto;
line-height: 20px;
font-size: 13px;
text-align: center;
/*word-wrap: break-word;
color: white;
margin-bottom: 15px;
text-indent: 2em;
line-height: 24px;
zoom: 1;*/
}
.one article p{
font-size: 14px;
word-wrap: break-word;
/*color: #333;*/
margin-bottom: 15px;
text-indent: 2em;
line-height: 24px;
zoom: 1;
}
#content .one .card-group{
margin: 0px auto;
max-width: 60%;
margin-bottom: 50px;
}
.one .card-group .card{
float: left;
width: 50%;
color: white;
padding: 30px;
min-height: 250px;
box-sizing: border-box;
}
.one .card-group .card td{
width: 50%;
font-size: 20px;
line-height: 40px;
}
.one .card-group .card .more{
float: right;
margin-right: -200px;
}
.card:first-child{
background: rgba(0,0,0,0.02)
}
.card:nth-child(2){
background: rgba(0,0,0,0.06)
}
.card:nth-child(3){
background: rgba(0,0,0,0.1)
}
.card:nth-child(4){
background: rgba(0,0,0,0.14)
}
.card:nth-child(5){
background: rgba(0,0,0,0.18)
}
.card:nth-child(6){
background: rgba(0,0,0,0.22)
}
.card:nth-child(7){
background: rgba(0,0,0,0.26)
}
.card:nth-child(8){
background: rgba(0,0,0,0.30)
}
#siderbar{
position: fixed;
top: 50px;
bottom: 0px;
width: 15%;
background-color: #1e4c37;
}
#siderbar form{
box-sizing: border-box;
height: 50px;
margin: 20px 10px 10px 0px;
}
#siderbar form .text{
width: 100px;
height: 20px;
border-radius :10px;
}
#siderbar form .search{
width: 50px;
height: 20px;
margin: 0;
border: 0px;
background-color: #638a76;
}
#siderbar ul{
padding: 0;
margin: 0;
}
#siderbar ul a{
width: 100%;
height: 30px;
box-sizing: border-box;
line-height: 30px;
font-size: 20px;
text-decoration: none;
padding: 10px;
display: inline-block;
}
#siderbar ul li:hover{
line-height: 30px;
background-color: #638a76;
}
#siderbar ul .menu{
padding-right: 14px;
position: absolute;
right: 300px;
width: 450px;
height: 300px;
float:left;
}
#siderbar ul li:hover .menu{
background-color: #444;
display: inline-block;
overflow: hidden;
}
#siderbar ul li .menu:hover+a{
background-color: #444;
}
#siderbar ul .menu td a{
height:25px;
font-size: 15px;
line-height: 10px;
}
#siderbar ul .menu tr{
height: 25%;
}
footer{
background-color: #133827;
color: #fff;
text-align: center;
height: 200px;
}
.share-group{
display: block;
max-width: 1080px;
margin: 0 auto;
padding: 50px;
}
.share-group li{
display: inline-block;
width: 20%;
/*text-decoration: none;
padding: 15px;
font-size: 20px;
font-weight: 400;
letter-spacing: 1px;*/
}
.share-group li img{
width: 3%;
position: absolute;
}
.copy{
line-height: 25px;
}
#back_to{
width: 100px;
height: 40px;
padding: 10px 10px;
}
#back_to button{
width: 90px;
height: 30px;
background-color: whitesmoke;
}
#back_to a{
color: black;
} | 0.223038 | 0.047184 |
.story-wrap{
background: rgba(178,201,211,.1);
}
.story-img{
overflow: hidden;
}
.story-img img{
width: 100%;
transform: scale(1);
transition: all .3s;
}
.story-img:hover img{
transform: scale(1.2);
}
.story-text h3{
font-size: 40px;
}
.story-text{
display: flex;
justify-content: center;
flex-direction: column;
width:100%;
height: 100%;
}
.story-text span{
font-size: 16px;
font-weight: 600;
display: block;
margin-bottom: 10px;
}
.right-align-text{
text-align: right;
}
.pr-n{
padding-right: 0!important;
}
.pl-n{
padding-left: 0!important;
}
.left-align-text{
padding-left: 20px;
}
.right-align-text{
padding-right: 20px;
}
.story-button a {
color: #111;
font-weight: 600;
text-transform: capitalize;
}
.story-button a:hover{
color: #edcd46;;;
}
.right-align-text h3{
position: relative;
display: inline-block;
}
.right-align-text h3:before {
position: absolute;
right: -78px;
top: 24px;
width: 70px;
height: 3px;
content: "";
background: #edcd46;;
z-index: 9;
}
.left-align-text h3{
position: relative;
display: inline-block;
}
.left-align-text h3:before {
position: absolute;
left: -78px;
top: 24px;
width: 70px;
height: 3px;
content: "";
background: #edcd46;;
z-index: 9;
}
@media (max-width:992px){
.left-align-text h3:before{
display: none;
}
.right-align-text h3:before{
display: none;
}
.story-area .pr-n {
padding-right: 15px!important;
}
.story-area .pl-n {
padding-left: 15px!important;
}
.story-text{
padding: 30px;
}
}
@media (max-width:767px){
.left-align-text h3:before{
display: none;
}
.right-align-text h3:before{
display: none;
}
.story-area .pr-n {
padding-right: 15px!important;
}
.story-area .pl-n {
padding-left: 15px!important;
}
.story-text{
padding: 30px;
}
.story-text h3 {
font-size: 27px;
}
} | src/componentsL3/story/style.css | .story-wrap{
background: rgba(178,201,211,.1);
}
.story-img{
overflow: hidden;
}
.story-img img{
width: 100%;
transform: scale(1);
transition: all .3s;
}
.story-img:hover img{
transform: scale(1.2);
}
.story-text h3{
font-size: 40px;
}
.story-text{
display: flex;
justify-content: center;
flex-direction: column;
width:100%;
height: 100%;
}
.story-text span{
font-size: 16px;
font-weight: 600;
display: block;
margin-bottom: 10px;
}
.right-align-text{
text-align: right;
}
.pr-n{
padding-right: 0!important;
}
.pl-n{
padding-left: 0!important;
}
.left-align-text{
padding-left: 20px;
}
.right-align-text{
padding-right: 20px;
}
.story-button a {
color: #111;
font-weight: 600;
text-transform: capitalize;
}
.story-button a:hover{
color: #edcd46;;;
}
.right-align-text h3{
position: relative;
display: inline-block;
}
.right-align-text h3:before {
position: absolute;
right: -78px;
top: 24px;
width: 70px;
height: 3px;
content: "";
background: #edcd46;;
z-index: 9;
}
.left-align-text h3{
position: relative;
display: inline-block;
}
.left-align-text h3:before {
position: absolute;
left: -78px;
top: 24px;
width: 70px;
height: 3px;
content: "";
background: #edcd46;;
z-index: 9;
}
@media (max-width:992px){
.left-align-text h3:before{
display: none;
}
.right-align-text h3:before{
display: none;
}
.story-area .pr-n {
padding-right: 15px!important;
}
.story-area .pl-n {
padding-left: 15px!important;
}
.story-text{
padding: 30px;
}
}
@media (max-width:767px){
.left-align-text h3:before{
display: none;
}
.right-align-text h3:before{
display: none;
}
.story-area .pr-n {
padding-right: 15px!important;
}
.story-area .pl-n {
padding-left: 15px!important;
}
.story-text{
padding: 30px;
}
.story-text h3 {
font-size: 27px;
}
} | 0.582729 | 0.05752 |
body {
padding-top: 56px;
}
.carousel-item {
height: 65vh;
min-height: 300px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.portfolio-item {
margin-bottom: 30px;
}
.navbar-dark .navbar-nav .nav-link {
color: var(--white);
font-weight: 400 !important;
font-size: 14.0pt;
}
.winning_numbers {
text-align: center!important;
}
.balls {
list-style: none;
padding: 0;
margin: 0;
}
.balls li {
display: inline-block;
width: 30px;
height: 30px;
color: var(--heading-color);
border: 1px solid #9fa1a7;
font-size: 14px;
text-align: center;
margin: 3px;
line-height: 30px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.balls .active {
background-color: var(--main-color);
}
.next-draw {
margin-top: 25px;
}
.text-center {
text-align: center!important;
}
.lotto-result {
margin-top: 25px;
}
.lwc-btn {
/* font-size: 20px; */
text-transform: capitalize;
background-color: var(--main-color);
color: #ffffff;
padding: 10px 26px;
font-weight: 400;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
font-size: 16px;
text-transform: uppercase;
}
.jackpot-prize {
background-color: var(--dark-main-color);
color:var(--main-color);
padding: 10px 5px;
border-radius: 15px;
}
.navbar-nav a {
padding: 29px 25px !important;
}
header.top-margin {
margin-top: 45px !important;
}
div.top-margin {
margin-top: 45px !important;
margin-bottom: 45px !important;
padding-top: 25px;
}
.errors ul {
margin-bottom: 0px;
}
.greeting {
color: var(--white);
font-weight: 400 !important;
font-size: 14.0pt;
} | public/css/modern-business.css | body {
padding-top: 56px;
}
.carousel-item {
height: 65vh;
min-height: 300px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.portfolio-item {
margin-bottom: 30px;
}
.navbar-dark .navbar-nav .nav-link {
color: var(--white);
font-weight: 400 !important;
font-size: 14.0pt;
}
.winning_numbers {
text-align: center!important;
}
.balls {
list-style: none;
padding: 0;
margin: 0;
}
.balls li {
display: inline-block;
width: 30px;
height: 30px;
color: var(--heading-color);
border: 1px solid #9fa1a7;
font-size: 14px;
text-align: center;
margin: 3px;
line-height: 30px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.balls .active {
background-color: var(--main-color);
}
.next-draw {
margin-top: 25px;
}
.text-center {
text-align: center!important;
}
.lotto-result {
margin-top: 25px;
}
.lwc-btn {
/* font-size: 20px; */
text-transform: capitalize;
background-color: var(--main-color);
color: #ffffff;
padding: 10px 26px;
font-weight: 400;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
font-size: 16px;
text-transform: uppercase;
}
.jackpot-prize {
background-color: var(--dark-main-color);
color:var(--main-color);
padding: 10px 5px;
border-radius: 15px;
}
.navbar-nav a {
padding: 29px 25px !important;
}
header.top-margin {
margin-top: 45px !important;
}
div.top-margin {
margin-top: 45px !important;
margin-bottom: 45px !important;
padding-top: 25px;
}
.errors ul {
margin-bottom: 0px;
}
.greeting {
color: var(--white);
font-weight: 400 !important;
font-size: 14.0pt;
} | 0.285073 | 0.060585 |
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-BoldItalic.woff2') format('woff2'),
url('FantasqueSansMono-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-Bold.woff2') format('woff2'),
url('GoogleSans-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-Medium.woff2') format('woff2'),
url('GoogleSans-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-Bold.woff2') format('woff2'),
url('FantasqueSansMono-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-Italic.woff2') format('woff2'),
url('FantasqueSansMono-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-MediumItalic.woff2') format('woff2'),
url('GoogleSans-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-Regular.woff2') format('woff2'),
url('FantasqueSansMono-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-Italic.woff2') format('woff2'),
url('GoogleSans-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-BoldItalic.woff2') format('woff2'),
url('GoogleSans-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-Regular.woff2') format('woff2'),
url('GoogleSans-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
} | deps/fonts/fonts.css | @font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-BoldItalic.woff2') format('woff2'),
url('FantasqueSansMono-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-Bold.woff2') format('woff2'),
url('GoogleSans-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-Medium.woff2') format('woff2'),
url('GoogleSans-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-Bold.woff2') format('woff2'),
url('FantasqueSansMono-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-Italic.woff2') format('woff2'),
url('FantasqueSansMono-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-MediumItalic.woff2') format('woff2'),
url('GoogleSans-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-Regular.woff2') format('woff2'),
url('FantasqueSansMono-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-Italic.woff2') format('woff2'),
url('GoogleSans-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-BoldItalic.woff2') format('woff2'),
url('GoogleSans-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Google Sans';
src: url('GoogleSans-Regular.woff2') format('woff2'),
url('GoogleSans-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
} | 0.409457 | 0.071916 |
.search-group {
float: left;
max-width: 180px;
margin-right: 10px;
}
.filter-group {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.box-header > .box-tools {
float: right;
position: inherit;
right: 0px;
top: 0px;
}
.option-description {
font-size: 70%;
color: #777;
}
@media (max-width: 768px) {
.box-tools {
width: 100%;
padding-top: 10px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.filter-group {
width: 100%;
padding-top: 10px;
}
.search-group {
margin-right: 0px;
width: 100%;
max-width: 100%;
}
}
tr .six-button {
width: 180px;
min-width: 180px;
max-width: 180px;
}
tr .five-button {
width: 150px;
min-width: 150px;
max-width: 150px;
}
tr .four-button {
width: 120px;
min-width: 120px;
max-width: 120px;
}
tr .three-button {
width: 90px;
min-width: 90px;
max-width: 90px;
}
tr .two-button {
width: 60px;
min-width: 60px;
max-width: 60px;
}
.scrollable-menu {
height: auto;
max-height: 200px;
overflow-x: hidden;
}
.table-img-xs {
max-height: 25px;
}
.table-img-sm {
max-height: 50px;
}
.table-img-md {
max-height: 100px;
}
.table-img-lg {
max-height: 150px;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
height: 15px;
width: 15px;
}
.dropdown-menu {
min-width: 60px !important;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.post-images {
display: flex;
flex-wrap: wrap;
justify-content: left;
}
.post-image-container {
position: relative;
}
.post-image {
height: 100px;
width: auto;
margin: 5px;
}
.img-add-container {
display: flex;
align-items: center;
justify-content: center;
width: 100px;
height: 110px;
}
.img-btn {
height: 20px;
width: 20px;
padding: 0;
}
.delete-btn {
position: absolute;
top: 10px;
right: 10px;
}
.feature-btn {
position: absolute;
top: 35px;
right: 10px;
}
.long-column {
max-width: 400px !important;
white-space: normal !important;
}
.post-column {
max-width: 400px !important;
white-space: normal !important;
min-width: 300px !important;
}
.box-buttons {
float: right;
}
.post-images img:before {
content: 'Fotoğraf Dönüştürülüyor';
display: block;
position: absolute;
color: #ffffff;
padding-top: 30px;
padding-left: 20px;
width: 100%;
height: 90%;
background-color: #309A9A;
margin-bottom: 10px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
z-index: 3;
color: #fff;
cursor: default;
background-color: #309A9A;
border-color: #309A9A;
}
.table-fixed::-webkit-scrollbar {
width: 5px;
}
.table-fixed::-webkit-scrollbar-track {
background: #f1f1f1;
}
.table-fixed::-webkit-scrollbar-thumb {
background: #888;
height: 20px;
}
.table-fixed::-webkit-scrollbar-thumb:hover {
background: #555;
}
.table-fixed {
max-height: 500px;
overflow-y: scroll;
}
@media (max-width: 750px) {
.btn-group-blockable > .btn {
display: block;
width: 100%;
}
.btn-group-blockable > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 3px;
}
.btn-group-blockable > .btn:last-child:not(:first-child), .btn-group-blockable > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 3px;
}
}
@media (max-width: 1200px) {
.btn-group-blockable {
width: 100%;
}
.box-buttons {
margin-top: 10px;
width: 100%;
float: left;
}
} | resources/admin/css/app.css | .search-group {
float: left;
max-width: 180px;
margin-right: 10px;
}
.filter-group {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.box-header > .box-tools {
float: right;
position: inherit;
right: 0px;
top: 0px;
}
.option-description {
font-size: 70%;
color: #777;
}
@media (max-width: 768px) {
.box-tools {
width: 100%;
padding-top: 10px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.filter-group {
width: 100%;
padding-top: 10px;
}
.search-group {
margin-right: 0px;
width: 100%;
max-width: 100%;
}
}
tr .six-button {
width: 180px;
min-width: 180px;
max-width: 180px;
}
tr .five-button {
width: 150px;
min-width: 150px;
max-width: 150px;
}
tr .four-button {
width: 120px;
min-width: 120px;
max-width: 120px;
}
tr .three-button {
width: 90px;
min-width: 90px;
max-width: 90px;
}
tr .two-button {
width: 60px;
min-width: 60px;
max-width: 60px;
}
.scrollable-menu {
height: auto;
max-height: 200px;
overflow-x: hidden;
}
.table-img-xs {
max-height: 25px;
}
.table-img-sm {
max-height: 50px;
}
.table-img-md {
max-height: 100px;
}
.table-img-lg {
max-height: 150px;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
height: 15px;
width: 15px;
}
.dropdown-menu {
min-width: 60px !important;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.post-images {
display: flex;
flex-wrap: wrap;
justify-content: left;
}
.post-image-container {
position: relative;
}
.post-image {
height: 100px;
width: auto;
margin: 5px;
}
.img-add-container {
display: flex;
align-items: center;
justify-content: center;
width: 100px;
height: 110px;
}
.img-btn {
height: 20px;
width: 20px;
padding: 0;
}
.delete-btn {
position: absolute;
top: 10px;
right: 10px;
}
.feature-btn {
position: absolute;
top: 35px;
right: 10px;
}
.long-column {
max-width: 400px !important;
white-space: normal !important;
}
.post-column {
max-width: 400px !important;
white-space: normal !important;
min-width: 300px !important;
}
.box-buttons {
float: right;
}
.post-images img:before {
content: 'Fotoğraf Dönüştürülüyor';
display: block;
position: absolute;
color: #ffffff;
padding-top: 30px;
padding-left: 20px;
width: 100%;
height: 90%;
background-color: #309A9A;
margin-bottom: 10px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
z-index: 3;
color: #fff;
cursor: default;
background-color: #309A9A;
border-color: #309A9A;
}
.table-fixed::-webkit-scrollbar {
width: 5px;
}
.table-fixed::-webkit-scrollbar-track {
background: #f1f1f1;
}
.table-fixed::-webkit-scrollbar-thumb {
background: #888;
height: 20px;
}
.table-fixed::-webkit-scrollbar-thumb:hover {
background: #555;
}
.table-fixed {
max-height: 500px;
overflow-y: scroll;
}
@media (max-width: 750px) {
.btn-group-blockable > .btn {
display: block;
width: 100%;
}
.btn-group-blockable > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 3px;
}
.btn-group-blockable > .btn:last-child:not(:first-child), .btn-group-blockable > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 3px;
}
}
@media (max-width: 1200px) {
.btn-group-blockable {
width: 100%;
}
.box-buttons {
margin-top: 10px;
width: 100%;
float: left;
}
} | 0.675229 | 0.120051 |
.form {
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
background-color: rgba(0, 0, 0, 0.2);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 102;
}
.login-form, .sign-up-form {
width: 420px;
padding: 20px 10px;
background: #727272;
background-image: repeating-linear-gradient(to right, #b3ff00 0px, #cff37c 50px, #ffee00 50px, #f7fdca 100px, #fcb000 100px, #fad071 150px, #ff1500 150px, #f0766b 200px, #db9dbe 200px, #ff0088 250px, #9900ff 250px, #c49cdf 300px, #006aff 300px, #00c3ff 350px, #61c2e4 350px, #84d6f3 400px);
background-size: 100% 10px;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius: 5px;
position: relative;
}
.login-form form, .sign-up-form form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
}
.login-form strong, .sign-up-form strong {
color: #000;
font-size: 2rem;
margin: 2px 7px 7px 7px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
}
.login-form input, .sign-up-form input {
width: 90%;
height: 45px;
margin: 6px 0px;
padding: 0px 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
outline: none;
border-radius: 7px;
}
.login-form input::placeholder, .sign-up-form input::placeholder {
color: rgba(0, 0, 0, 0.5);
}
.login-form input[type="submit"], .sign-up-form input[type="submit"] {
background-color: #8400ff;
color: #fff;
border: none;
outline: none;
text-transform: uppercase;
margin-top: 10px;
border-radius: 3px;
box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
.form-btns {
width: 90%;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10px;
}
.form-btns a {
color: #000;
font-size: 0.9rem;
}
.sign-up-btn {
border-bottom: 1px solid #000;
line-height: 16px;
}
.form-cancel {
position: absolute;
right: 20px;
top: 10px;
color: #000;
}
.form-cancel:hover {
color: #fff;
}
.login-form, .sign-up-form, .form {
display: none;
}
.login-active, .login-active .login-form {
display: flex;
animation: fade 0.3s;
}
.sign-up-active, .sign-up-active .sign-up-form {
display: flex;
animation: fade 0.3s;
}
@keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} | css/login.css | .form {
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
background-color: rgba(0, 0, 0, 0.2);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 102;
}
.login-form, .sign-up-form {
width: 420px;
padding: 20px 10px;
background: #727272;
background-image: repeating-linear-gradient(to right, #b3ff00 0px, #cff37c 50px, #ffee00 50px, #f7fdca 100px, #fcb000 100px, #fad071 150px, #ff1500 150px, #f0766b 200px, #db9dbe 200px, #ff0088 250px, #9900ff 250px, #c49cdf 300px, #006aff 300px, #00c3ff 350px, #61c2e4 350px, #84d6f3 400px);
background-size: 100% 10px;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius: 5px;
position: relative;
}
.login-form form, .sign-up-form form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
}
.login-form strong, .sign-up-form strong {
color: #000;
font-size: 2rem;
margin: 2px 7px 7px 7px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
}
.login-form input, .sign-up-form input {
width: 90%;
height: 45px;
margin: 6px 0px;
padding: 0px 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
outline: none;
border-radius: 7px;
}
.login-form input::placeholder, .sign-up-form input::placeholder {
color: rgba(0, 0, 0, 0.5);
}
.login-form input[type="submit"], .sign-up-form input[type="submit"] {
background-color: #8400ff;
color: #fff;
border: none;
outline: none;
text-transform: uppercase;
margin-top: 10px;
border-radius: 3px;
box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
.form-btns {
width: 90%;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10px;
}
.form-btns a {
color: #000;
font-size: 0.9rem;
}
.sign-up-btn {
border-bottom: 1px solid #000;
line-height: 16px;
}
.form-cancel {
position: absolute;
right: 20px;
top: 10px;
color: #000;
}
.form-cancel:hover {
color: #fff;
}
.login-form, .sign-up-form, .form {
display: none;
}
.login-active, .login-active .login-form {
display: flex;
animation: fade 0.3s;
}
.sign-up-active, .sign-up-active .sign-up-form {
display: flex;
animation: fade 0.3s;
}
@keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} | 0.517571 | 0.145783 |
a
{
display: block;
}
.flex
{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0px 25px;
}
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.content-wrapper
{
background: #fff;
position: relative;
}
.home
{
position: absolute;
top: 1%;
left: 1%;
margin: 25px;
box-sizing: border-box;
/* margin-top: 50px;*/
width: 150px;
/* padding: 50px;*/
height: 40px;
background: #fff;
border: 2px solid #673ac7;
text-align: center;
line-height: 35px;
font-size: 23px;
font-weight: bold;
}
.home:hover
{
background: #673ac7;
color: #fff;
transition: background .7s;
transition: color .7s;
cursor: pointer;
}
.pi-activity
{
/*
position: absolute;
top: 50%;
left: 1%;
*/
/* margin: 50px;*/
box-sizing: border-box;
/* margin-top: 50px;*/
width: 250px;
/* padding: 50px;*/
height: 250px;
background: #fff;
border: 2px solid #673ac7;
line-height: 250px;
text-align: center;
font-size: 18px;
font-weight: 500;
color: #333;
border-radius: 10px;
margin: 25px 50px;
}
.tps-activity{
/*
position: absolute;
top: 25%;
left: 35.5%;
*/
/* margin: 50px;*/
box-sizing: border-box;
/* margin-top: 50px;*/
width: 250px;
/* padding: 50px;*/
height: 250px;
background: #fff;
border: 2px solid #673ac7;
line-height: 250px;
text-align: center;
font-size: 18px;
font-weight: 500;
color: #333;
border-radius: 10px;
margin: 25px 50px;
}
.theory-paper
{
/*
position: absolute;
top: 25%;
left: 67%;
*/
/* margin: 50px;*/
box-sizing: border-box;
/* margin-top: 50px;*/
width: 250px;
/* padding: 50px;*/
height: 250px;
background: #fff;
border: 2px solid #673ac7;
line-height: 250px;
text-align: center;
font-size: 18px;
font-weight: 500;
color: #333;
border-radius: 10px;
margin: 25px 50px;
}
.theory-paper:hover
{
background-color: #673ac7;
transition: background .7s;
color: #fff;
cursor: pointer;
}
.tps-activity:hover
{
background-color: #673ac7;
transition: background .7s;
color: #fff;
cursor: pointer;
}
.pi-activity:hover
{
background-color: #673ac7;
transition: background .7s;
color: #fff;
cursor: pointer;
}
.pi-parent
{
position: relative;
top: 165px;
margin-bottom: 50px;
}
.pi-parent:hover .circle
{
background: #fff;
transition: background .7s;
}
.pi-parent:hover .icon
{
color: #673ac7;
transition: background .7s;
}
.tps-parent
{
position: relative;
top: 165px;
margin-bottom: 50px;
}
.tps-parent:hover .circle1
{
background: #fff;
transition: background .7s;
}
.tps-parent:hover .icon
{
color: #673ac7;
transition: color .7s;
}
.theory-parent:hover .circle2
{
background: #fff;
transition: background .7s;
}
.theory-parent:hover .icon
{
color: #673ac7;
transition: color .7s;
}
.theory-parent
{
position: relative;
top: 165px;
margin-bottom: 50px;
}
.circle
{
position: absolute;
top: -30px;
left: 125px;
width: 100px;
height: 100px;
background: #673ac7;
border-radius: 50%;
z-index: 1;
border: 2px solid #673ac7;
}
.circle1
{
position: absolute;
top: -30px;
left: 125px;
width: 100px;
height: 100px;
background: #673ac7;
border-radius: 50%;
z-index: 1;
border: 2px solid #673ac7;
}
.circle2
{
position: absolute;
top: -30px;
left: 125;
width: 100px;
height: 100px;
background: #673ac7;
border-radius: 50%;
z-index: 1;
border: 2px solid #673ac7;
}
.icon
{
position: absolute;
top: 25px;
left: 27px;
color: #fff;
/* align-self: center;*/
}
.button{
text-decoration: none;
width: 50px;
background: #673ac7;
padding: 10px 30px;
color: #fff;
font-size: 18px;
font-family: sans-serif;
position: relative;
top: 190px;
left: -360px;
}
.button:hover
{
color: #673ac7 ;
background: #fff;
border: solid 1px #673ac7;
transition: color .7s;
transition: color .7s;
}
input[type="number"],label
{
position: relative;
top: 120px;
/* display: block;*/
padding-left: 70px;
}
@media (max-width:512px)
{
.flex
{
display: flex;
flex-direction: column;
align-items: center;
}
} | Create-activity.css | a
{
display: block;
}
.flex
{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0px 25px;
}
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.content-wrapper
{
background: #fff;
position: relative;
}
.home
{
position: absolute;
top: 1%;
left: 1%;
margin: 25px;
box-sizing: border-box;
/* margin-top: 50px;*/
width: 150px;
/* padding: 50px;*/
height: 40px;
background: #fff;
border: 2px solid #673ac7;
text-align: center;
line-height: 35px;
font-size: 23px;
font-weight: bold;
}
.home:hover
{
background: #673ac7;
color: #fff;
transition: background .7s;
transition: color .7s;
cursor: pointer;
}
.pi-activity
{
/*
position: absolute;
top: 50%;
left: 1%;
*/
/* margin: 50px;*/
box-sizing: border-box;
/* margin-top: 50px;*/
width: 250px;
/* padding: 50px;*/
height: 250px;
background: #fff;
border: 2px solid #673ac7;
line-height: 250px;
text-align: center;
font-size: 18px;
font-weight: 500;
color: #333;
border-radius: 10px;
margin: 25px 50px;
}
.tps-activity{
/*
position: absolute;
top: 25%;
left: 35.5%;
*/
/* margin: 50px;*/
box-sizing: border-box;
/* margin-top: 50px;*/
width: 250px;
/* padding: 50px;*/
height: 250px;
background: #fff;
border: 2px solid #673ac7;
line-height: 250px;
text-align: center;
font-size: 18px;
font-weight: 500;
color: #333;
border-radius: 10px;
margin: 25px 50px;
}
.theory-paper
{
/*
position: absolute;
top: 25%;
left: 67%;
*/
/* margin: 50px;*/
box-sizing: border-box;
/* margin-top: 50px;*/
width: 250px;
/* padding: 50px;*/
height: 250px;
background: #fff;
border: 2px solid #673ac7;
line-height: 250px;
text-align: center;
font-size: 18px;
font-weight: 500;
color: #333;
border-radius: 10px;
margin: 25px 50px;
}
.theory-paper:hover
{
background-color: #673ac7;
transition: background .7s;
color: #fff;
cursor: pointer;
}
.tps-activity:hover
{
background-color: #673ac7;
transition: background .7s;
color: #fff;
cursor: pointer;
}
.pi-activity:hover
{
background-color: #673ac7;
transition: background .7s;
color: #fff;
cursor: pointer;
}
.pi-parent
{
position: relative;
top: 165px;
margin-bottom: 50px;
}
.pi-parent:hover .circle
{
background: #fff;
transition: background .7s;
}
.pi-parent:hover .icon
{
color: #673ac7;
transition: background .7s;
}
.tps-parent
{
position: relative;
top: 165px;
margin-bottom: 50px;
}
.tps-parent:hover .circle1
{
background: #fff;
transition: background .7s;
}
.tps-parent:hover .icon
{
color: #673ac7;
transition: color .7s;
}
.theory-parent:hover .circle2
{
background: #fff;
transition: background .7s;
}
.theory-parent:hover .icon
{
color: #673ac7;
transition: color .7s;
}
.theory-parent
{
position: relative;
top: 165px;
margin-bottom: 50px;
}
.circle
{
position: absolute;
top: -30px;
left: 125px;
width: 100px;
height: 100px;
background: #673ac7;
border-radius: 50%;
z-index: 1;
border: 2px solid #673ac7;
}
.circle1
{
position: absolute;
top: -30px;
left: 125px;
width: 100px;
height: 100px;
background: #673ac7;
border-radius: 50%;
z-index: 1;
border: 2px solid #673ac7;
}
.circle2
{
position: absolute;
top: -30px;
left: 125;
width: 100px;
height: 100px;
background: #673ac7;
border-radius: 50%;
z-index: 1;
border: 2px solid #673ac7;
}
.icon
{
position: absolute;
top: 25px;
left: 27px;
color: #fff;
/* align-self: center;*/
}
.button{
text-decoration: none;
width: 50px;
background: #673ac7;
padding: 10px 30px;
color: #fff;
font-size: 18px;
font-family: sans-serif;
position: relative;
top: 190px;
left: -360px;
}
.button:hover
{
color: #673ac7 ;
background: #fff;
border: solid 1px #673ac7;
transition: color .7s;
transition: color .7s;
}
input[type="number"],label
{
position: relative;
top: 120px;
/* display: block;*/
padding-left: 70px;
}
@media (max-width:512px)
{
.flex
{
display: flex;
flex-direction: column;
align-items: center;
}
} | 0.434701 | 0.063802 |
html {
font-size: 14px;
height: 100%;
}
body {
font-family: "Lato", sans;
background: #eceff4;
color: #514d6a;
overflow-x: hidden;
}
a {
color: #827ca1;
-webkit-transition: all 0.05s ease-in-out;
-o-transition: all 0.05s ease-in-out;
transition: all 0.05s ease-in-out;
}
a:hover, a:focus {
color: #0088ff;
text-decoration: none;
-webkit-transition: all 0.05s ease-in-out;
-o-transition: all 0.05s ease-in-out;
transition: all 0.05s ease-in-out;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.modal-open nav.top-menu {
padding-right: 15px;
}
.modal-open:not([style]) nav.top-menu {
padding-right: 0px !important;
}
.custom-scroll {
overflow: auto;
}
.messaging-img {
-webkit-border-radius: 3px;
border-radius: 3px;
margin: 0px 5px 10px 0px;
max-width: 200px;
}
.media-object {
margin: 0px 0px 20px 0px;
max-width: 500px;
}
.media-object:last-child {
margin-bottom: 13px;
}
.donut-list li {
margin-bottom: 9px;
}
.heading-buttons {
margin-top: -6px;
}
/*
* PAGE CONTENT
*/
.page-content {
padding: 25px;
}
.table colgroup [class^="col-"] {
float: none;
}
pre {
background: #f2f4f8;
color: #514d6a;
padding: 20px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/*
* MAIN BACKDROP
*/
.main-backdrop {
position: fixed;
z-index: 50;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;
background: #24222f;
opacity: 0;
visibility: hidden;
display: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-backdrop.main-backdrop-showed {
opacity: .3;
visibility: visible;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
.main-backdrop {
display: block;
}
}
/*
* HIDDEN TOP AND LEFT MENU
*/
.hidden-left-menu {
display: none;
}
.hidden-left-menu + .top-menu {
margin-left: 0px !important;
}
.hidden-left-menu + * + .page-content {
margin-left: 0px !important;
}
.hidden-top-menu {
display: none;
}
.hidden-top-menu + .page-content {
margin-top: 0px !important;
}
/*
* TOP MENU
*/
nav.top-menu {
height: 80px;
background: #ffffff;
border-bottom: 1px solid #dfe4ed;
z-index: 110;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
}
nav.top-menu:before {
display: block;
content: '';
position: absolute;
top: 0px;
left: -1px;
width: 1px;
height: 100%;
background: #ffffff;
}
nav.top-menu + .page-content {
margin-top: 80px;
}
nav.top-menu .menu-icon-container {
font-size: 27px;
float: left;
margin: 25px 0px 0px 20px;
}
nav.top-menu .menu {
height: 80px;
padding: 21px 16px;
}
nav.top-menu .menu .menu-user-block {
float: right;
}
nav.top-menu .menu .menu-info-block {
margin-right: 80px;
}
nav.top-menu .menu .menu-info-block .left {
float: left;
}
nav.top-menu .menu .menu-info-block .left .header-buttons {
margin-top: 9px;
}
@media (max-width: 543px) {
nav.top-menu .menu .menu-info-block .left .header-buttons .dropdown-inline-button {
padding-right: 0px;
}
}
nav.top-menu .menu .menu-info-block .right {
float: right;
}
nav.top-menu .menu .search-block {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 200px;
}
nav.top-menu .menu .search-block .form-control {
min-width: 200px;
}
nav.top-menu .menu .search-block:hover {
width: 300px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
nav.top-menu .menu .search-block:hover .form-control {
width: 100%;
}
nav.top-menu .dropdown-inline-button {
padding: 0px 15px;
}
.search-block {
position: relative;
}
.search-block .form-input-icon > i {
margin-top: 9px;
}
.search-block .search-block-submit {
position: absolute;
top: -1px;
right: 0px;
height: 38px;
width: 38px;
background: none;
border: none;
z-index: 4;
cursor: pointer;
}
.search-block .search-block-submit:focus, .search-block .search-block-submit:active {
outline: none !important;
}
/*
* LEFT MENU
*/
nav.left-menu {
position: fixed;
z-index: 100;
top: 0px;
bottom: 0px;
left: 0px;
width: 240px;
background: #ffffff;
outline: none;
border-right: 1px solid #dfe4ed;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
-o-transition: -o-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
nav.left-menu + * + .page-content {
margin-left: 240px;
}
nav.left-menu + nav.top-menu {
left: 240px;
}
nav.left-menu .jspScrollable .jspTrack {
left: -5px !important;
}
nav.left-menu .label {
font-size: 80%;
}
nav.left-menu .logo-container {
padding: 21px 25px 0px;
width: 240px;
height: 80px;
float: left;
position: absolute;
top: 0px;
left: 0px;
border-bottom: 1px solid #dfe4ed;
}
nav.left-menu .logo-container .logo {
display: block;
max-width: 105px;
height: 37px;
margin-left: -3px;
}
nav.left-menu .logo-container .logo img {
display: block;
max-width: 100%;
max-height: 100%;
}
nav.left-menu .logo-container .logo img.logo-inverse {
display: none;
}
nav.left-menu .left-menu-inner {
position: absolute;
top: 80px;
left: 0px;
right: 0px;
bottom: 0px;
overflow: auto;
outline: none !important;
}
nav.left-menu .left-menu-list-root {
margin: 15px 0px;
}
nav.left-menu .left-menu-list li {
display: block;
}
nav.left-menu .left-menu-list li .left-menu-label {
float: right;
margin: 3px 0px 0px 0px;
}
nav.left-menu .left-menu-list li.left-menu-list-active .left-menu-link {
color: #24222f;
background: #f2f4f8;
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
nav.left-menu .left-menu-list li.left-menu-list-active .left-menu-link .left-menu-link-icon {
color: #24222f !important;
}
nav.left-menu .left-menu-list li.left-menu-list-opened {
background: #f2f4f8;
}
nav.left-menu .left-menu-list li.left-menu-list-opened > .left-menu-link {
color: #24222f !important;
}
nav.left-menu .left-menu-list li.left-menu-list-opened > .left-menu-link .left-menu-link-icon {
color: #24222f !important;
}
nav.left-menu .left-menu-list li .left-menu-link {
display: block;
padding: 10px 25px;
font-weight: 600;
outline: none;
color: #827ca1;
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
nav.left-menu .left-menu-list li .left-menu-link:hover {
background: #f2f4f8;
color: #24222f;
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
nav.left-menu .left-menu-list li .left-menu-link:hover .left-menu-link-icon {
color: #827ca1;
}
nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
display: inline-block;
width: 22px;
font-size: 1rem;
color: #bbb8cb;
}
nav.left-menu .left-menu-list li .left-menu-item {
display: block;
padding: 10px 25px;
color: #827ca1;
}
nav.left-menu .left-menu-list li .left-menu-item .label {
margin-right: 5px;
}
nav.left-menu .left-menu-list li.left-menu-list-submenu > .left-menu-link {
position: relative;
}
nav.left-menu .left-menu-list li.left-menu-list-submenu > .left-menu-link:after {
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
display: block;
content: '';
width: 0px;
height: 0px;
border-width: 5px 0px 5px 5px;
border-color: transparent transparent transparent #d2d9e5;
border-style: solid;
position: absolute;
top: 17px;
right: 20px;
}
nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list {
-webkit-transition: background 0s;
-o-transition: background 0s;
transition: background 0s;
display: none;
background: #f2f4f8;
}
nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list .left-menu-link {
font-weight: 400 !important;
}
nav.left-menu .left-menu-list li.left-menu-list-submenu.left-menu-list-opened > .left-menu-link:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
nav.left-menu .left-menu-list li.left-menu-list-separator {
-webkit-transition: background 0s;
-o-transition: background 0s;
transition: background 0s;
background: #dfe4ed;
height: 1px;
margin: 10px 20px;
padding: 0px;
}
nav.left-menu .left-menu-list li.left-menu-list-separator:before {
display: none;
}
nav.left-menu .left-menu-list li.left-menu-list-disabled {
opacity: .6;
}
nav.left-menu .left-menu-list li.left-menu-list-disabled .left-menu-link {
color: #827ca1 !important;
background: none !important;
cursor: default;
}
nav.left-menu .left-menu-list li.left-menu-list-disabled:before {
display: none !important;
}
nav.left-menu.left-menu-showed {
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
nav.left-menu .left-menu-block .left-menu-block-item {
margin-bottom: 10px;
}
@media (min-width: 768px) {
body.menu-top nav.left-menu {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
width: 100%;
height: 80px;
top: 0px;
z-index: 120;
border-bottom: 1px solid #dfe4ed;
border-right: 0px;
}
body.menu-top nav.left-menu * {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
body.menu-top nav.left-menu .menu-top-hidden {
display: none !important;
}
body.menu-top nav.left-menu .left-menu-list-root {
margin: 0px;
height: 80px;
width: 3000px;
}
body.menu-top nav.left-menu .left-menu-list-root.inited {
overflow: visible;
}
body.menu-top nav.left-menu .left-menu-list-root .left-menu-label {
margin-top: 0px;
}
body.menu-top nav.left-menu .left-menu-list-root .left-menu-block .left-menu-block-item:last-child {
margin-bottom: 0px;
}
body.menu-top nav.left-menu .left-menu-list-root > li {
position: relative;
float: left;
}
body.menu-top nav.left-menu .left-menu-list-root > li:before {
height: 4px !important;
top: 0px;
width: 100%;
}
body.menu-top nav.left-menu .left-menu-list-root > li.left-menu-list-submenu .left-menu-list {
display: none !important;
position: absolute;
top: 80px;
left: 0px;
min-width: 240px;
padding-top: 10px;
padding-bottom: 10px;
}
body.menu-top nav.left-menu .left-menu-list-root > li.left-menu-list-submenu:hover > .left-menu-link {
border-bottom: 0px !important;
}
body.menu-top nav.left-menu .left-menu-list-root > li:first-child > .left-menu-link {
border-left: 1px solid #dfe4ed;
}
body.menu-top nav.left-menu .left-menu-list-root > li > .left-menu-link {
position: relative;
height: 80px;
line-height: 1;
text-align: center;
padding-top: 42px;
border-right: 1px solid #dfe4ed;
border-bottom: 1px solid #dfe4ed;
}
body.menu-top nav.left-menu .left-menu-list-root > li > .left-menu-link .left-menu-link-icon {
position: absolute;
top: 20px;
left: 50%;
margin-left: -10px;
}
body.menu-top nav.left-menu .left-menu-list-root > li:hover {
background: #f2f4f8;
}
body.menu-top nav.left-menu .left-menu-list-root .left-menu-list-separator {
display: none !important;
}
body.menu-top nav.left-menu .logo-container {
position: relative;
z-index: 1;
width: auto;
background: #ffffff;
}
body.menu-top nav.left-menu .logo-container .logo {
margin: 0px auto;
}
body.menu-top nav.left-menu .left-menu-inner {
position: static;
overflow: visible;
-webkit-transition: -webkit-transform 1s !important;
transition: -webkit-transform 1s !important;
-o-transition: -o-transform 1s !important;
transition: transform 1s !important;
transition: transform 1s, -webkit-transform 1s, -o-transform 1s !important;
}
body.menu-top nav.left-menu .left-menu-inner .left-menu-list li.left-menu-list-submenu .left-menu-link:after {
left: 50%;
margin-left: -4px;
top: auto;
bottom: 5px;
border-left-color: transparent;
border-top-color: #d2d9e5;
border-width: 5px 5px 5px 5px;
}
body.menu-top nav.left-menu .left-menu-inner .left-menu-list li.left-menu-list-submenu:hover > .left-menu-list {
display: block !important;
}
body.menu-top nav.top-menu {
left: 0px;
top: 80px;
height: 64px;
}
body.menu-top nav.top-menu .menu {
height: 64px;
padding: 13px 16px;
}
body.menu-top .page-content {
margin: 144px 0px 0px;
}
body.menu-top.menu-static nav.left-menu {
position: relative;
}
body.menu-top.menu-static nav.left-menu + nav.top-menu {
margin-left: 0px;
}
body.menu-top.menu-static nav.top-menu {
position: relative;
top: 0px !important;
margin-bottom: 0px !important;
}
}
/*
* COLORFUL MENU
*/
nav.left-menu [class^='left-menu-list-color'], nav.left-menu [class*=' left-menu-list-color'] {
position: relative;
}
nav.left-menu [class^='left-menu-list-color']:before, nav.left-menu [class*=' left-menu-list-color']:before {
content: '';
display: block;
position: absolute;
z-index: 1;
left: 0px;
top: 0px;
height: 100%;
width: 4px;
background: none;
}
nav.left-menu .left-menu-list-color-primary:hover:before, nav.left-menu .left-menu-list-color-primary.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-primary.left-menu-list-active:before {
background-color: #01a8fe;
}
nav.left-menu .left-menu-list-color-secondary:hover:before, nav.left-menu .left-menu-list-color-secondary.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-secondary.left-menu-list-active:before {
background-color: #6a7a84;
}
nav.left-menu .left-menu-list-color-default:hover:before, nav.left-menu .left-menu-list-color-default.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-default.left-menu-list-active:before {
background-color: #acb7bf;
}
nav.left-menu .left-menu-list-color-info:hover:before, nav.left-menu .left-menu-list-color-info.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-info.left-menu-list-active:before {
background-color: #0190da;
}
nav.left-menu .left-menu-list-color-success:hover:before, nav.left-menu .left-menu-list-color-success.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-success.left-menu-list-active:before {
background-color: #46be8a;
}
nav.left-menu .left-menu-list-color-warning:hover:before, nav.left-menu .left-menu-list-color-warning.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-warning.left-menu-list-active:before {
background-color: #f39834;
}
nav.left-menu .left-menu-list-color-danger:hover:before, nav.left-menu .left-menu-list-color-danger.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-danger.left-menu-list-active:before {
background-color: #fb434a;
}
nav.left-menu .left-menu-list-color-yellow:hover:before, nav.left-menu .left-menu-list-color-yellow.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-yellow.left-menu-list-active:before {
background-color: yellow;
}
.no-colorful-menu:before {
display: none !important;
}
/*
* PANELS
*/
.page-content-inner > .panel:last-child {
margin-bottom: 0px;
}
.panel {
background: #ffffff;
border: 1px solid #dfe4ed;
padding: 0px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom: 16px;
}
.panel .panel:last-child {
margin-bottom: 0px;
}
.panel .panel-heading {
padding: 25px;
}
.panel .panel-heading + .panel-body {
padding-top: 0px;
}
.panel .panel-heading h1:last-child, .panel .panel-heading h2:last-child, .panel .panel-heading h3:last-child, .panel .panel-heading h4:last-child, .panel .panel-heading h5:last-child, .panel .panel-heading h6:last-child,
.panel .panel-heading .h1:last-child, .panel .panel-heading .h2:last-child, .panel .panel-heading .h3:last-child, .panel .panel-heading .h4:last-child, .panel .panel-heading .h5:last-child, .panel .panel-heading .h6:last-child {
margin-bottom: 0px;
}
.panel .panel-heading .dropdown-inline-button {
padding: 0px;
}
.panel .panel-body {
padding: 25px;
}
.panel .panel-body + .panel-footer {
padding-top: 0px;
}
.panel .panel-footer {
padding: 25px;
}
.panel.panel-with-borders > .panel-heading {
border-bottom: 1px solid #dfe4ed;
}
.panel.panel-with-borders > .panel-body {
padding-top: 25px;
}
.panel.panel-with-borders > .panel-footer {
border-top: 1px solid #dfe4ed;
margin-top: -1px;
padding-top: 25px;
}
.panel.panel-with-sidebar {
position: relative;
}
.panel.panel-with-sidebar:before {
content: '';
display: block;
width: 1px;
background: #dfe4ed;
position: absolute;
left: 240px;
top: 0px;
height: 100%;
z-index: 0;
}
.panel.panel-with-sidebar:after {
display: table;
clear: both;
content: "";
}
.panel.panel-with-sidebar .panel-sidebar {
float: left;
width: 240px;
padding: 25px;
margin-bottom: -25px;
}
.panel.panel-with-sidebar .panel-heading, .panel.panel-with-sidebar .panel-body, .panel.panel-with-sidebar .panel-footer {
margin-left: 240px;
}
.panel.panel-with-sidebar.panel-with-right-sidebar:before {
left: auto;
right: 240px;
}
.panel.panel-with-sidebar.panel-with-right-sidebar .panel-sidebar {
float: right;
border-right: 0px;
}
.panel.panel-with-sidebar.panel-with-right-sidebar .panel-heading, .panel.panel-with-sidebar.panel-with-right-sidebar .panel-body, .panel.panel-with-sidebar.panel-with-right-sidebar .panel-footer {
margin-left: 0px;
margin-right: 240px;
}
.sidebar-large.panel {
position: relative;
}
.sidebar-large.panel:before {
content: '';
display: block;
width: 1px;
background: #dfe4ed;
position: absolute;
left: 300px;
top: 0px;
height: 100%;
}
.sidebar-large.panel.panel-with-sidebar .panel-sidebar {
float: left;
width: 300px;
padding: 25px;
margin-bottom: -25px;
}
.sidebar-large.panel.panel-with-sidebar .panel-heading, .sidebar-large.panel.panel-with-sidebar .panel-body, .sidebar-large.panel.panel-with-sidebar .panel-footer {
margin-left: 300px;
}
.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar:before {
left: auto;
right: 300px;
}
.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-sidebar {
float: right;
}
.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-heading, .sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-body, .sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-footer {
margin-left: 0px;
margin-right: 300px;
}
/*
* AVATAR
*/
.avatar {
width: 37px;
height: 37px;
background-color: #f2f4f8;
border-color: #dfe4ed;
display: inline-block;
overflow: hidden;
-webkit-border-radius: 500px;
border-radius: 500px;
}
.avatar img {
width: 100%;
max-width: 100%;
height: auto;
}
/*
* ANIMATE MENU BUTTON
*/
.animate-menu-button {
display: inline-block;
position: relative;
overflow: hidden;
width: 30px;
height: 30px;
font-size: 0;
text-indent: -9999px;
outline: none;
}
.animate-menu-button div {
margin: -1px 4px 0;
position: absolute;
top: 50%;
left: 0px;
right: 0px;
height: 3px;
background: #bbb8cb;
-webkit-transition: background .2s, -webkit-transform .2s;
transition: background .2s, -webkit-transform .2s;
-o-transition: background .2s, -o-transform .2s;
transition: transform .2s, background .2s;
transition: transform .2s, background .2s, -webkit-transform .2s, -o-transform .2s;
}
.animate-menu-button div:before, .animate-menu-button div:after {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 3px;
background: #bbb8cb;
content: "";
}
.animate-menu-button div:before {
top: -7px;
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
-o-transform-origin: top right;
transform-origin: top right;
-webkit-transition: width .2s, top .2s, -webkit-transform .2s;
transition: width .2s, top .2s, -webkit-transform .2s;
-o-transition: width .2s, top .2s, -o-transform .2s;
transition: transform .2s, width .2s, top .2s;
transition: transform .2s, width .2s, top .2s, -webkit-transform .2s, -o-transform .2s;
}
.animate-menu-button div:after {
bottom: -7px;
-webkit-transform-origin: bottom right;
-ms-transform-origin: bottom right;
-o-transform-origin: bottom right;
transform-origin: bottom right;
-webkit-transition: width .2s, bottom .2s, -webkit-transform .2s;
transition: width .2s, bottom .2s, -webkit-transform .2s;
-o-transition: width .2s, bottom .2s, -o-transform .2s;
transition: transform .2s, width .2s, bottom .2s;
transition: transform .2s, width .2s, bottom .2s, -webkit-transform .2s, -o-transform .2s;
}
.animate-menu-button.active div {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
background: transparent;
}
.animate-menu-button.active div:before, .animate-menu-button.active div:after {
width: 97%;
}
.animate-menu-button.active div:before {
top: 0px;
-webkit-transform: translateX(-2px) translateY(8px) rotate(45deg);
-ms-transform: translateX(-2px) translateY(8px) rotate(45deg);
-o-transform: translateX(-2px) translateY(8px) rotate(45deg);
transform: translateX(-2px) translateY(8px) rotate(45deg);
}
.animate-menu-button.active div:after {
bottom: 0px;
-webkit-transform: translateX(-2px) translateY(-8px) rotate(-45deg);
-ms-transform: translateX(-2px) translateY(-8px) rotate(-45deg);
-o-transform: translateX(-2px) translateY(-8px) rotate(-45deg);
transform: translateX(-2px) translateY(-8px) rotate(-45deg);
}
/*
* BREADCRUMB
*/
.breadcrumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background: none;
}
.breadcrumb > li:before {
display: none;
}
.breadcrumb > li:after {
padding-right: .5rem;
padding-left: .5rem;
color: #bbb8cb;
content: "/";
}
.breadcrumb > li:last-child:after {
display: none;
}
/*
* TOP SUBMENU
*/
nav.top-submenu, .top-submenu {
margin-bottom: 16px;
}
nav.top-submenu h1, nav.top-submenu h2, nav.top-submenu h3, nav.top-submenu h4, nav.top-submenu h5, nav.top-submenu h6,
nav.top-submenu .h1, nav.top-submenu .h2, nav.top-submenu .h3, nav.top-submenu .h4, nav.top-submenu .h5, nav.top-submenu .h6, .top-submenu h1, .top-submenu h2, .top-submenu h3, .top-submenu h4, .top-submenu h5, .top-submenu h6,
.top-submenu .h1, .top-submenu .h2, .top-submenu .h3, .top-submenu .h4, .top-submenu .h5, .top-submenu .h6 {
margin-bottom: 11px;
}
nav.top-submenu .breadcrumb, .top-submenu .breadcrumb {
padding: 0px;
margin: 0px;
}
nav.top-submenu.top-submenu-with-background, .top-submenu.top-submenu-with-background {
background: #ffffff;
padding: 25px;
margin: -25px -25px 16px -25px;
border-bottom: 1px solid #dfe4ed;
}
/*
* SUPERCLEAN MODE
*/
.mode-superclean {
background: #ffffff;
}
.mode-superclean .page-content {
padding: 0px;
background: #eceff4;
}
.mode-superclean .panel {
border: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.mode-superclean .top-submenu {
padding: 0px 25px;
}
.mode-superclean .top-submenu.top-submenu-with-background {
padding: 25px;
margin: 0px 0px 25px 0px;
}
.mode-superclean .dashboard-container {
padding: 16px 0px 1px;
margin-bottom: 0;
}
@media (max-width: 767px) {
.mode-superclean .dashboard-container {
padding-top: 15px;
}
}
@media (max-width: 543px) {
.mode-superclean .dashboard-container {
padding-top: 10px;
}
}
.mode-superclean .widget {
-webkit-border-radius: 0px;
border-radius: 0px;
}
.mode-superclean .widget .widget-header {
-webkit-border-radius: 0px;
border-radius: 0px;
}
.mode-superclean .chart-css-animations, .mode-superclean .step-block {
-webkit-border-radius: 0px;
border-radius: 0px;
}
/*
* FIXED MENU MODE
*/
.menu-static .page-content {
margin-top: 0px !important;
}
.menu-static nav.top-menu {
position: relative;
left: 0px !important;
}
.menu-static nav.left-menu + nav.top-menu {
margin-left: 240px;
}
/*
* BOXED LAYOUT
*/
@media (min-width: 768px) {
body.layout-boxed {
padding-left: 240px;
}
body.layout-boxed.menu-fixed nav.left-menu {
left: 0;
right: 0;
}
body.layout-boxed nav.top-menu {
max-width: 1248px;
margin-left: auto !important;
margin-right: auto !important;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
border-left: 1px solid #dfe4ed;
border-right: 1px solid #dfe4ed;
}
body.layout-boxed nav.top-menu:before {
display: none;
}
body.layout-boxed .page-content {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
body.layout-boxed.menu-top {
padding-left: 0px;
}
body.layout-boxed.menu-top nav.left-menu {
max-width: 1248px;
margin-left: auto !important;
margin-right: auto !important;
border-left: 1px solid #dfe4ed;
border-right: 1px solid #dfe4ed;
margin: 0px auto !important;
}
body.layout-boxed.menu-top nav.left-menu:before, body.layout-boxed.menu-top nav.left-menu:after {
width: 2000px;
height: 80px;
background: #eceff4;
content: "";
position: absolute;
z-index: 2;
left: -2001px;
top: 0px;
}
body.layout-boxed.menu-top nav.left-menu:after {
left: auto;
right: -2001px;
}
body.layout-boxed.menu-top.mode-superclean nav.left-menu:before {
background: #ffffff;
}
body.layout-boxed.menu-top.mode-superclean nav.left-menu:after {
background: #ffffff;
}
body.layout-boxed.menu-top.mode-superclean nav.left-menu, body.layout-boxed.menu-top.mode-superclean nav.top-menu {
max-width: 1280px;
border-right: none;
border-left: none;
-webkit-border-radius: 0px;
border-radius: 0px;
}
body.layout-boxed.menu-top nav.top-submenu.top-submenu-with-background,
body.layout-boxed.menu-top .top-submenu.top-submenu-with-background {
margin: 0px 0px 16px 0px;
border: 1px solid #dfe4ed;
-webkit-border-radius: 5px;
border-radius: 5px;
}
body.layout-boxed.menu-top nav.top-submenu.top-submenu-with-background .profile-header,
body.layout-boxed.menu-top .top-submenu.top-submenu-with-background .profile-header {
-webkit-border-radius: 5px;
border-radius: 5px;
}
}
/*
* ICONBAR MENU
*/
@media (min-width: 768px) {
body.menu-iconbar:not(.menu-top) nav.left-menu {
width: 160px;
text-align: center;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .jspPane {
left: 0px !important;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .logo-container {
width: 160px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .logo-container .logo {
max-width: none;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .logo-container .logo img {
margin: 0px auto;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list-root > li:first-child .left-menu-link {
border-top: none;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-label {
position: relative;
margin: 5px auto 0px;
float: none;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link {
text-align: center;
display: block;
padding: 15px 10px 15px;
font-size: 14px;
font-weight: 300;
position: relative;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link:before {
content: '';
display: block;
height: 1px;
background: #dfe4ed;
position: absolute;
bottom: 0px;
width: 140px;
left: 10px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link:after {
top: 50%;
right: 10px;
margin-top: -4px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
display: block;
margin: 5px auto 10px;
font-size: 21px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-item {
padding-left: 15px;
padding-right: 10px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li.left-menu-list-separator {
margin: 10px;
display: none;
}
body.menu-iconbar:not(.menu-top) nav.left-menu + nav.top-menu {
left: 160px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu + * + .page-content {
margin-left: 160px;
}
}
/*
* SINGLE PAGE BLOCK
*/
body.single-page {
height: 100%;
}
body.single-page .page-content {
height: 100%;
max-width: none !important;
padding: 0px;
}
body.single-page .page-content .page-content-inner {
background-size: cover;
min-height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
body.single-page .page-content .page-content-inner.background-repeated {
background-size: auto;
}
@media (max-width: 991px) {
body.single-page .single-page-block {
padding: 0px 20px;
}
body.single-page .single-page-block .single-page-block-inner {
padding: 40px 20px 20px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
body.single-page .single-page-block-header,
body.single-page .single-page-block-footer {
padding: 40px 20px;
}
}
@media (max-width: 991px) and (max-width: 991px) {
body.single-page .single-page-block-header .single-page-block-header-menu {
text-align: left;
margin-top: 30px;
}
body.single-page .single-page-block-header .single-page-block-header-menu ul {
margin-bottom: 0px;
}
body.single-page .single-page-block-header .single-page-block-header-menu ul li {
margin-bottom: 0px;
}
}
body.single-page .single-page-block {
color: #ffffff;
}
body.single-page .single-page-block a {
color: #ffffff;
}
body.single-page .single-page-block a:hover {
text-decoration: underline;
}
body.single-page-inverse .single-page-block-header {
color: #514d6a !important;
}
body.single-page-inverse .single-page-block-header .single-page-block-header-menu ul li.active a {
border-bottom: 1px solid rgba(81, 77, 106, 0.6);
}
body.single-page-inverse .single-page-block-header .single-page-block-header-menu ul li a {
color: #514d6a !important;
}
body.single-page-inverse .single-page-block-header .single-page-block-header-menu ul li a:hover {
border-bottom: 1px solid rgba(81, 77, 106, 0.6);
}
.single-page-block {
padding: 80px 20px 80px;
width: 100%;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
position: relative;
z-index: 2;
}
.single-page-block .single-page-block-inner {
min-width: 300px;
max-width: 500px;
margin: 0px auto;
padding: 50px 40px 20px;
-webkit-border-radius: 15px;
border-radius: 15px;
overflow: hidden;
background-color: #d2d9e5;
position: relative;
}
.single-page-block .single-page-block-inner h3 {
color: #ffffff;
text-align: left;
text-transform: uppercase;
}
.single-page-block .avatar {
height: 80px;
width: 80px;
margin-bottom: 10px;
}
.single-page-block .blur-placeholder {
position: absolute;
z-index: 1;
background-size: cover;
-webkit-filter: blur(20px);
filter: blur(20px);
opacity: .8;
}
.single-page-block .single-page-block-form {
position: relative;
z-index: 2;
}
.single-page-block .single-page-block-form input.form-control {
border-color: #ffffff !important;
opacity: 0.7;
}
.single-page-block .single-page-block-form input.form-control:focus {
opacity: 1;
}
.single-page-block .single-page-block-form .input-group-addon {
border-color: #ffffff !important;
opacity: 0.7;
}
.single-page-block .single-page-block-form .input-group-addon:hover {
opacity: 1;
}
.single-page-block .single-page-block-form .form-actions {
border-top-color: rgba(255, 255, 255, 0.4);
}
.single-page-block .single-page-block-form .form-input-icon i {
color: #514d6a;
}
.single-page-block-header {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
width: 100%;
color: #ffffff;
padding: 40px;
}
.single-page-block-header .logo {
max-width: 150px;
height: 50px;
}
.single-page-block-header .logo img {
max-width: 100%;
max-height: 100%;
}
.single-page-block-header .single-page-block-header-menu {
text-align: right;
}
.single-page-block-header .single-page-block-header-menu ul {
font-size: 16px;
}
.single-page-block-header .single-page-block-header-menu ul li {
margin-right: 20px;
text-transform: uppercase;
}
.single-page-block-header .single-page-block-header-menu ul li:last-child {
margin-right: 0px;
}
.single-page-block-header .single-page-block-header-menu ul li.active a {
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.single-page-block-header .single-page-block-header-menu ul li a {
color: #ffffff !important;
line-height: 1.4;
display: inline-block;
font-weight: bold;
}
.single-page-block-header .single-page-block-header-menu ul li a:hover {
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.single-page-block-footer {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
width: 100%;
padding: 40px;
color: white;
}
.single-page-block-footer ul {
margin-bottom: 0px;
}
.single-page-block-footer ul li {
margin-right: 20px;
text-transform: uppercase;
}
.single-page-block-footer ul li:last-child {
margin-right: 0px;
}
.single-page-block-footer ul li a {
color: #bbb8cb !important;
line-height: 1.4;
display: inline-block;
}
.lockscreen-typer {
position: absolute;
z-index: 1;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 40px;
-webkit-filter: blur(2px);
filter: blur(2px);
font-size: 21px;
}
.lockscreen-typer .locksreen-typer-inner {
overflow: hidden;
width: 100%;
height: 100%;
opacity: .5;
line-height: 1;
padding-bottom: 30px;
}
@media (max-width: 543px) {
.lockscreen-typer .locksreen-typer-inner {
padding-bottom: 0px;
}
}
/*
* EXAMPLES
*/
.layout-grid-example {
margin-left: -10px;
}
.layout-grid-example .row div {
background: #f2f4f8;
padding-top: 12px;
padding-bottom: 12px;
margin-bottom: 10px;
border-left: 10px solid #ffffff;
}
.example-icons-block {
padding: 0px 0px 30px;
text-align: center;
}
.example-icons-block h2 {
margin-top: 50px;
}
.example-icons-block h2:first-child {
margin-top: 30px;
}
.example-icons-block p {
height: 30px;
}
.example-icons-block .tooltip {
font-size: 18px;
}
.example-icons-block li {
text-align: center;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 36px;
padding: 10px 30px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #eceff4;
margin: 10px;
}
.example-icons-block li:hover {
background: #514d6a;
color: #ffffff;
}
.example-top-menu-chart {
padding: 3px 0px 0px 20px;
}
.example-top-menu-chart .title {
margin-right: 5px;
}
.example-top-menu-chart .chart {
display: none;
}
.example-top-menu-chart .peity {
position: relative;
top: 4px;
}
.example-top-menu-chart .count {
margin-left: 5px;
}
.example-left-menu-chart {
width: 239px;
height: 150px;
position: relative;
}
.example-left-menu-chart svg {
width: 239px !important;
height: 150px !important;
}
.example-buy-btn .btn {
height: 36px;
padding: 9px 16px 7px;
font-size: .875rem;
line-height: 1.5;
} | ui/build/assets/common/css/source/helpers/base.default.css | html {
font-size: 14px;
height: 100%;
}
body {
font-family: "Lato", sans;
background: #eceff4;
color: #514d6a;
overflow-x: hidden;
}
a {
color: #827ca1;
-webkit-transition: all 0.05s ease-in-out;
-o-transition: all 0.05s ease-in-out;
transition: all 0.05s ease-in-out;
}
a:hover, a:focus {
color: #0088ff;
text-decoration: none;
-webkit-transition: all 0.05s ease-in-out;
-o-transition: all 0.05s ease-in-out;
transition: all 0.05s ease-in-out;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.modal-open nav.top-menu {
padding-right: 15px;
}
.modal-open:not([style]) nav.top-menu {
padding-right: 0px !important;
}
.custom-scroll {
overflow: auto;
}
.messaging-img {
-webkit-border-radius: 3px;
border-radius: 3px;
margin: 0px 5px 10px 0px;
max-width: 200px;
}
.media-object {
margin: 0px 0px 20px 0px;
max-width: 500px;
}
.media-object:last-child {
margin-bottom: 13px;
}
.donut-list li {
margin-bottom: 9px;
}
.heading-buttons {
margin-top: -6px;
}
/*
* PAGE CONTENT
*/
.page-content {
padding: 25px;
}
.table colgroup [class^="col-"] {
float: none;
}
pre {
background: #f2f4f8;
color: #514d6a;
padding: 20px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/*
* MAIN BACKDROP
*/
.main-backdrop {
position: fixed;
z-index: 50;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;
background: #24222f;
opacity: 0;
visibility: hidden;
display: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.main-backdrop.main-backdrop-showed {
opacity: .3;
visibility: visible;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
.main-backdrop {
display: block;
}
}
/*
* HIDDEN TOP AND LEFT MENU
*/
.hidden-left-menu {
display: none;
}
.hidden-left-menu + .top-menu {
margin-left: 0px !important;
}
.hidden-left-menu + * + .page-content {
margin-left: 0px !important;
}
.hidden-top-menu {
display: none;
}
.hidden-top-menu + .page-content {
margin-top: 0px !important;
}
/*
* TOP MENU
*/
nav.top-menu {
height: 80px;
background: #ffffff;
border-bottom: 1px solid #dfe4ed;
z-index: 110;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
}
nav.top-menu:before {
display: block;
content: '';
position: absolute;
top: 0px;
left: -1px;
width: 1px;
height: 100%;
background: #ffffff;
}
nav.top-menu + .page-content {
margin-top: 80px;
}
nav.top-menu .menu-icon-container {
font-size: 27px;
float: left;
margin: 25px 0px 0px 20px;
}
nav.top-menu .menu {
height: 80px;
padding: 21px 16px;
}
nav.top-menu .menu .menu-user-block {
float: right;
}
nav.top-menu .menu .menu-info-block {
margin-right: 80px;
}
nav.top-menu .menu .menu-info-block .left {
float: left;
}
nav.top-menu .menu .menu-info-block .left .header-buttons {
margin-top: 9px;
}
@media (max-width: 543px) {
nav.top-menu .menu .menu-info-block .left .header-buttons .dropdown-inline-button {
padding-right: 0px;
}
}
nav.top-menu .menu .menu-info-block .right {
float: right;
}
nav.top-menu .menu .search-block {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 200px;
}
nav.top-menu .menu .search-block .form-control {
min-width: 200px;
}
nav.top-menu .menu .search-block:hover {
width: 300px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
nav.top-menu .menu .search-block:hover .form-control {
width: 100%;
}
nav.top-menu .dropdown-inline-button {
padding: 0px 15px;
}
.search-block {
position: relative;
}
.search-block .form-input-icon > i {
margin-top: 9px;
}
.search-block .search-block-submit {
position: absolute;
top: -1px;
right: 0px;
height: 38px;
width: 38px;
background: none;
border: none;
z-index: 4;
cursor: pointer;
}
.search-block .search-block-submit:focus, .search-block .search-block-submit:active {
outline: none !important;
}
/*
* LEFT MENU
*/
nav.left-menu {
position: fixed;
z-index: 100;
top: 0px;
bottom: 0px;
left: 0px;
width: 240px;
background: #ffffff;
outline: none;
border-right: 1px solid #dfe4ed;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
-o-transition: -o-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
nav.left-menu + * + .page-content {
margin-left: 240px;
}
nav.left-menu + nav.top-menu {
left: 240px;
}
nav.left-menu .jspScrollable .jspTrack {
left: -5px !important;
}
nav.left-menu .label {
font-size: 80%;
}
nav.left-menu .logo-container {
padding: 21px 25px 0px;
width: 240px;
height: 80px;
float: left;
position: absolute;
top: 0px;
left: 0px;
border-bottom: 1px solid #dfe4ed;
}
nav.left-menu .logo-container .logo {
display: block;
max-width: 105px;
height: 37px;
margin-left: -3px;
}
nav.left-menu .logo-container .logo img {
display: block;
max-width: 100%;
max-height: 100%;
}
nav.left-menu .logo-container .logo img.logo-inverse {
display: none;
}
nav.left-menu .left-menu-inner {
position: absolute;
top: 80px;
left: 0px;
right: 0px;
bottom: 0px;
overflow: auto;
outline: none !important;
}
nav.left-menu .left-menu-list-root {
margin: 15px 0px;
}
nav.left-menu .left-menu-list li {
display: block;
}
nav.left-menu .left-menu-list li .left-menu-label {
float: right;
margin: 3px 0px 0px 0px;
}
nav.left-menu .left-menu-list li.left-menu-list-active .left-menu-link {
color: #24222f;
background: #f2f4f8;
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
nav.left-menu .left-menu-list li.left-menu-list-active .left-menu-link .left-menu-link-icon {
color: #24222f !important;
}
nav.left-menu .left-menu-list li.left-menu-list-opened {
background: #f2f4f8;
}
nav.left-menu .left-menu-list li.left-menu-list-opened > .left-menu-link {
color: #24222f !important;
}
nav.left-menu .left-menu-list li.left-menu-list-opened > .left-menu-link .left-menu-link-icon {
color: #24222f !important;
}
nav.left-menu .left-menu-list li .left-menu-link {
display: block;
padding: 10px 25px;
font-weight: 600;
outline: none;
color: #827ca1;
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
nav.left-menu .left-menu-list li .left-menu-link:hover {
background: #f2f4f8;
color: #24222f;
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
nav.left-menu .left-menu-list li .left-menu-link:hover .left-menu-link-icon {
color: #827ca1;
}
nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
display: inline-block;
width: 22px;
font-size: 1rem;
color: #bbb8cb;
}
nav.left-menu .left-menu-list li .left-menu-item {
display: block;
padding: 10px 25px;
color: #827ca1;
}
nav.left-menu .left-menu-list li .left-menu-item .label {
margin-right: 5px;
}
nav.left-menu .left-menu-list li.left-menu-list-submenu > .left-menu-link {
position: relative;
}
nav.left-menu .left-menu-list li.left-menu-list-submenu > .left-menu-link:after {
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
display: block;
content: '';
width: 0px;
height: 0px;
border-width: 5px 0px 5px 5px;
border-color: transparent transparent transparent #d2d9e5;
border-style: solid;
position: absolute;
top: 17px;
right: 20px;
}
nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list {
-webkit-transition: background 0s;
-o-transition: background 0s;
transition: background 0s;
display: none;
background: #f2f4f8;
}
nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list .left-menu-link {
font-weight: 400 !important;
}
nav.left-menu .left-menu-list li.left-menu-list-submenu.left-menu-list-opened > .left-menu-link:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
nav.left-menu .left-menu-list li.left-menu-list-separator {
-webkit-transition: background 0s;
-o-transition: background 0s;
transition: background 0s;
background: #dfe4ed;
height: 1px;
margin: 10px 20px;
padding: 0px;
}
nav.left-menu .left-menu-list li.left-menu-list-separator:before {
display: none;
}
nav.left-menu .left-menu-list li.left-menu-list-disabled {
opacity: .6;
}
nav.left-menu .left-menu-list li.left-menu-list-disabled .left-menu-link {
color: #827ca1 !important;
background: none !important;
cursor: default;
}
nav.left-menu .left-menu-list li.left-menu-list-disabled:before {
display: none !important;
}
nav.left-menu.left-menu-showed {
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
nav.left-menu .left-menu-block .left-menu-block-item {
margin-bottom: 10px;
}
@media (min-width: 768px) {
body.menu-top nav.left-menu {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
width: 100%;
height: 80px;
top: 0px;
z-index: 120;
border-bottom: 1px solid #dfe4ed;
border-right: 0px;
}
body.menu-top nav.left-menu * {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
body.menu-top nav.left-menu .menu-top-hidden {
display: none !important;
}
body.menu-top nav.left-menu .left-menu-list-root {
margin: 0px;
height: 80px;
width: 3000px;
}
body.menu-top nav.left-menu .left-menu-list-root.inited {
overflow: visible;
}
body.menu-top nav.left-menu .left-menu-list-root .left-menu-label {
margin-top: 0px;
}
body.menu-top nav.left-menu .left-menu-list-root .left-menu-block .left-menu-block-item:last-child {
margin-bottom: 0px;
}
body.menu-top nav.left-menu .left-menu-list-root > li {
position: relative;
float: left;
}
body.menu-top nav.left-menu .left-menu-list-root > li:before {
height: 4px !important;
top: 0px;
width: 100%;
}
body.menu-top nav.left-menu .left-menu-list-root > li.left-menu-list-submenu .left-menu-list {
display: none !important;
position: absolute;
top: 80px;
left: 0px;
min-width: 240px;
padding-top: 10px;
padding-bottom: 10px;
}
body.menu-top nav.left-menu .left-menu-list-root > li.left-menu-list-submenu:hover > .left-menu-link {
border-bottom: 0px !important;
}
body.menu-top nav.left-menu .left-menu-list-root > li:first-child > .left-menu-link {
border-left: 1px solid #dfe4ed;
}
body.menu-top nav.left-menu .left-menu-list-root > li > .left-menu-link {
position: relative;
height: 80px;
line-height: 1;
text-align: center;
padding-top: 42px;
border-right: 1px solid #dfe4ed;
border-bottom: 1px solid #dfe4ed;
}
body.menu-top nav.left-menu .left-menu-list-root > li > .left-menu-link .left-menu-link-icon {
position: absolute;
top: 20px;
left: 50%;
margin-left: -10px;
}
body.menu-top nav.left-menu .left-menu-list-root > li:hover {
background: #f2f4f8;
}
body.menu-top nav.left-menu .left-menu-list-root .left-menu-list-separator {
display: none !important;
}
body.menu-top nav.left-menu .logo-container {
position: relative;
z-index: 1;
width: auto;
background: #ffffff;
}
body.menu-top nav.left-menu .logo-container .logo {
margin: 0px auto;
}
body.menu-top nav.left-menu .left-menu-inner {
position: static;
overflow: visible;
-webkit-transition: -webkit-transform 1s !important;
transition: -webkit-transform 1s !important;
-o-transition: -o-transform 1s !important;
transition: transform 1s !important;
transition: transform 1s, -webkit-transform 1s, -o-transform 1s !important;
}
body.menu-top nav.left-menu .left-menu-inner .left-menu-list li.left-menu-list-submenu .left-menu-link:after {
left: 50%;
margin-left: -4px;
top: auto;
bottom: 5px;
border-left-color: transparent;
border-top-color: #d2d9e5;
border-width: 5px 5px 5px 5px;
}
body.menu-top nav.left-menu .left-menu-inner .left-menu-list li.left-menu-list-submenu:hover > .left-menu-list {
display: block !important;
}
body.menu-top nav.top-menu {
left: 0px;
top: 80px;
height: 64px;
}
body.menu-top nav.top-menu .menu {
height: 64px;
padding: 13px 16px;
}
body.menu-top .page-content {
margin: 144px 0px 0px;
}
body.menu-top.menu-static nav.left-menu {
position: relative;
}
body.menu-top.menu-static nav.left-menu + nav.top-menu {
margin-left: 0px;
}
body.menu-top.menu-static nav.top-menu {
position: relative;
top: 0px !important;
margin-bottom: 0px !important;
}
}
/*
* COLORFUL MENU
*/
nav.left-menu [class^='left-menu-list-color'], nav.left-menu [class*=' left-menu-list-color'] {
position: relative;
}
nav.left-menu [class^='left-menu-list-color']:before, nav.left-menu [class*=' left-menu-list-color']:before {
content: '';
display: block;
position: absolute;
z-index: 1;
left: 0px;
top: 0px;
height: 100%;
width: 4px;
background: none;
}
nav.left-menu .left-menu-list-color-primary:hover:before, nav.left-menu .left-menu-list-color-primary.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-primary.left-menu-list-active:before {
background-color: #01a8fe;
}
nav.left-menu .left-menu-list-color-secondary:hover:before, nav.left-menu .left-menu-list-color-secondary.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-secondary.left-menu-list-active:before {
background-color: #6a7a84;
}
nav.left-menu .left-menu-list-color-default:hover:before, nav.left-menu .left-menu-list-color-default.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-default.left-menu-list-active:before {
background-color: #acb7bf;
}
nav.left-menu .left-menu-list-color-info:hover:before, nav.left-menu .left-menu-list-color-info.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-info.left-menu-list-active:before {
background-color: #0190da;
}
nav.left-menu .left-menu-list-color-success:hover:before, nav.left-menu .left-menu-list-color-success.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-success.left-menu-list-active:before {
background-color: #46be8a;
}
nav.left-menu .left-menu-list-color-warning:hover:before, nav.left-menu .left-menu-list-color-warning.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-warning.left-menu-list-active:before {
background-color: #f39834;
}
nav.left-menu .left-menu-list-color-danger:hover:before, nav.left-menu .left-menu-list-color-danger.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-danger.left-menu-list-active:before {
background-color: #fb434a;
}
nav.left-menu .left-menu-list-color-yellow:hover:before, nav.left-menu .left-menu-list-color-yellow.left-menu-list-opened:before, nav.left-menu .left-menu-list-color-yellow.left-menu-list-active:before {
background-color: yellow;
}
.no-colorful-menu:before {
display: none !important;
}
/*
* PANELS
*/
.page-content-inner > .panel:last-child {
margin-bottom: 0px;
}
.panel {
background: #ffffff;
border: 1px solid #dfe4ed;
padding: 0px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom: 16px;
}
.panel .panel:last-child {
margin-bottom: 0px;
}
.panel .panel-heading {
padding: 25px;
}
.panel .panel-heading + .panel-body {
padding-top: 0px;
}
.panel .panel-heading h1:last-child, .panel .panel-heading h2:last-child, .panel .panel-heading h3:last-child, .panel .panel-heading h4:last-child, .panel .panel-heading h5:last-child, .panel .panel-heading h6:last-child,
.panel .panel-heading .h1:last-child, .panel .panel-heading .h2:last-child, .panel .panel-heading .h3:last-child, .panel .panel-heading .h4:last-child, .panel .panel-heading .h5:last-child, .panel .panel-heading .h6:last-child {
margin-bottom: 0px;
}
.panel .panel-heading .dropdown-inline-button {
padding: 0px;
}
.panel .panel-body {
padding: 25px;
}
.panel .panel-body + .panel-footer {
padding-top: 0px;
}
.panel .panel-footer {
padding: 25px;
}
.panel.panel-with-borders > .panel-heading {
border-bottom: 1px solid #dfe4ed;
}
.panel.panel-with-borders > .panel-body {
padding-top: 25px;
}
.panel.panel-with-borders > .panel-footer {
border-top: 1px solid #dfe4ed;
margin-top: -1px;
padding-top: 25px;
}
.panel.panel-with-sidebar {
position: relative;
}
.panel.panel-with-sidebar:before {
content: '';
display: block;
width: 1px;
background: #dfe4ed;
position: absolute;
left: 240px;
top: 0px;
height: 100%;
z-index: 0;
}
.panel.panel-with-sidebar:after {
display: table;
clear: both;
content: "";
}
.panel.panel-with-sidebar .panel-sidebar {
float: left;
width: 240px;
padding: 25px;
margin-bottom: -25px;
}
.panel.panel-with-sidebar .panel-heading, .panel.panel-with-sidebar .panel-body, .panel.panel-with-sidebar .panel-footer {
margin-left: 240px;
}
.panel.panel-with-sidebar.panel-with-right-sidebar:before {
left: auto;
right: 240px;
}
.panel.panel-with-sidebar.panel-with-right-sidebar .panel-sidebar {
float: right;
border-right: 0px;
}
.panel.panel-with-sidebar.panel-with-right-sidebar .panel-heading, .panel.panel-with-sidebar.panel-with-right-sidebar .panel-body, .panel.panel-with-sidebar.panel-with-right-sidebar .panel-footer {
margin-left: 0px;
margin-right: 240px;
}
.sidebar-large.panel {
position: relative;
}
.sidebar-large.panel:before {
content: '';
display: block;
width: 1px;
background: #dfe4ed;
position: absolute;
left: 300px;
top: 0px;
height: 100%;
}
.sidebar-large.panel.panel-with-sidebar .panel-sidebar {
float: left;
width: 300px;
padding: 25px;
margin-bottom: -25px;
}
.sidebar-large.panel.panel-with-sidebar .panel-heading, .sidebar-large.panel.panel-with-sidebar .panel-body, .sidebar-large.panel.panel-with-sidebar .panel-footer {
margin-left: 300px;
}
.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar:before {
left: auto;
right: 300px;
}
.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-sidebar {
float: right;
}
.sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-heading, .sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-body, .sidebar-large.panel.panel-with-sidebar.panel-with-right-sidebar .panel-footer {
margin-left: 0px;
margin-right: 300px;
}
/*
* AVATAR
*/
.avatar {
width: 37px;
height: 37px;
background-color: #f2f4f8;
border-color: #dfe4ed;
display: inline-block;
overflow: hidden;
-webkit-border-radius: 500px;
border-radius: 500px;
}
.avatar img {
width: 100%;
max-width: 100%;
height: auto;
}
/*
* ANIMATE MENU BUTTON
*/
.animate-menu-button {
display: inline-block;
position: relative;
overflow: hidden;
width: 30px;
height: 30px;
font-size: 0;
text-indent: -9999px;
outline: none;
}
.animate-menu-button div {
margin: -1px 4px 0;
position: absolute;
top: 50%;
left: 0px;
right: 0px;
height: 3px;
background: #bbb8cb;
-webkit-transition: background .2s, -webkit-transform .2s;
transition: background .2s, -webkit-transform .2s;
-o-transition: background .2s, -o-transform .2s;
transition: transform .2s, background .2s;
transition: transform .2s, background .2s, -webkit-transform .2s, -o-transform .2s;
}
.animate-menu-button div:before, .animate-menu-button div:after {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 3px;
background: #bbb8cb;
content: "";
}
.animate-menu-button div:before {
top: -7px;
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
-o-transform-origin: top right;
transform-origin: top right;
-webkit-transition: width .2s, top .2s, -webkit-transform .2s;
transition: width .2s, top .2s, -webkit-transform .2s;
-o-transition: width .2s, top .2s, -o-transform .2s;
transition: transform .2s, width .2s, top .2s;
transition: transform .2s, width .2s, top .2s, -webkit-transform .2s, -o-transform .2s;
}
.animate-menu-button div:after {
bottom: -7px;
-webkit-transform-origin: bottom right;
-ms-transform-origin: bottom right;
-o-transform-origin: bottom right;
transform-origin: bottom right;
-webkit-transition: width .2s, bottom .2s, -webkit-transform .2s;
transition: width .2s, bottom .2s, -webkit-transform .2s;
-o-transition: width .2s, bottom .2s, -o-transform .2s;
transition: transform .2s, width .2s, bottom .2s;
transition: transform .2s, width .2s, bottom .2s, -webkit-transform .2s, -o-transform .2s;
}
.animate-menu-button.active div {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
background: transparent;
}
.animate-menu-button.active div:before, .animate-menu-button.active div:after {
width: 97%;
}
.animate-menu-button.active div:before {
top: 0px;
-webkit-transform: translateX(-2px) translateY(8px) rotate(45deg);
-ms-transform: translateX(-2px) translateY(8px) rotate(45deg);
-o-transform: translateX(-2px) translateY(8px) rotate(45deg);
transform: translateX(-2px) translateY(8px) rotate(45deg);
}
.animate-menu-button.active div:after {
bottom: 0px;
-webkit-transform: translateX(-2px) translateY(-8px) rotate(-45deg);
-ms-transform: translateX(-2px) translateY(-8px) rotate(-45deg);
-o-transform: translateX(-2px) translateY(-8px) rotate(-45deg);
transform: translateX(-2px) translateY(-8px) rotate(-45deg);
}
/*
* BREADCRUMB
*/
.breadcrumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background: none;
}
.breadcrumb > li:before {
display: none;
}
.breadcrumb > li:after {
padding-right: .5rem;
padding-left: .5rem;
color: #bbb8cb;
content: "/";
}
.breadcrumb > li:last-child:after {
display: none;
}
/*
* TOP SUBMENU
*/
nav.top-submenu, .top-submenu {
margin-bottom: 16px;
}
nav.top-submenu h1, nav.top-submenu h2, nav.top-submenu h3, nav.top-submenu h4, nav.top-submenu h5, nav.top-submenu h6,
nav.top-submenu .h1, nav.top-submenu .h2, nav.top-submenu .h3, nav.top-submenu .h4, nav.top-submenu .h5, nav.top-submenu .h6, .top-submenu h1, .top-submenu h2, .top-submenu h3, .top-submenu h4, .top-submenu h5, .top-submenu h6,
.top-submenu .h1, .top-submenu .h2, .top-submenu .h3, .top-submenu .h4, .top-submenu .h5, .top-submenu .h6 {
margin-bottom: 11px;
}
nav.top-submenu .breadcrumb, .top-submenu .breadcrumb {
padding: 0px;
margin: 0px;
}
nav.top-submenu.top-submenu-with-background, .top-submenu.top-submenu-with-background {
background: #ffffff;
padding: 25px;
margin: -25px -25px 16px -25px;
border-bottom: 1px solid #dfe4ed;
}
/*
* SUPERCLEAN MODE
*/
.mode-superclean {
background: #ffffff;
}
.mode-superclean .page-content {
padding: 0px;
background: #eceff4;
}
.mode-superclean .panel {
border: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.mode-superclean .top-submenu {
padding: 0px 25px;
}
.mode-superclean .top-submenu.top-submenu-with-background {
padding: 25px;
margin: 0px 0px 25px 0px;
}
.mode-superclean .dashboard-container {
padding: 16px 0px 1px;
margin-bottom: 0;
}
@media (max-width: 767px) {
.mode-superclean .dashboard-container {
padding-top: 15px;
}
}
@media (max-width: 543px) {
.mode-superclean .dashboard-container {
padding-top: 10px;
}
}
.mode-superclean .widget {
-webkit-border-radius: 0px;
border-radius: 0px;
}
.mode-superclean .widget .widget-header {
-webkit-border-radius: 0px;
border-radius: 0px;
}
.mode-superclean .chart-css-animations, .mode-superclean .step-block {
-webkit-border-radius: 0px;
border-radius: 0px;
}
/*
* FIXED MENU MODE
*/
.menu-static .page-content {
margin-top: 0px !important;
}
.menu-static nav.top-menu {
position: relative;
left: 0px !important;
}
.menu-static nav.left-menu + nav.top-menu {
margin-left: 240px;
}
/*
* BOXED LAYOUT
*/
@media (min-width: 768px) {
body.layout-boxed {
padding-left: 240px;
}
body.layout-boxed.menu-fixed nav.left-menu {
left: 0;
right: 0;
}
body.layout-boxed nav.top-menu {
max-width: 1248px;
margin-left: auto !important;
margin-right: auto !important;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
border-left: 1px solid #dfe4ed;
border-right: 1px solid #dfe4ed;
}
body.layout-boxed nav.top-menu:before {
display: none;
}
body.layout-boxed .page-content {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
body.layout-boxed.menu-top {
padding-left: 0px;
}
body.layout-boxed.menu-top nav.left-menu {
max-width: 1248px;
margin-left: auto !important;
margin-right: auto !important;
border-left: 1px solid #dfe4ed;
border-right: 1px solid #dfe4ed;
margin: 0px auto !important;
}
body.layout-boxed.menu-top nav.left-menu:before, body.layout-boxed.menu-top nav.left-menu:after {
width: 2000px;
height: 80px;
background: #eceff4;
content: "";
position: absolute;
z-index: 2;
left: -2001px;
top: 0px;
}
body.layout-boxed.menu-top nav.left-menu:after {
left: auto;
right: -2001px;
}
body.layout-boxed.menu-top.mode-superclean nav.left-menu:before {
background: #ffffff;
}
body.layout-boxed.menu-top.mode-superclean nav.left-menu:after {
background: #ffffff;
}
body.layout-boxed.menu-top.mode-superclean nav.left-menu, body.layout-boxed.menu-top.mode-superclean nav.top-menu {
max-width: 1280px;
border-right: none;
border-left: none;
-webkit-border-radius: 0px;
border-radius: 0px;
}
body.layout-boxed.menu-top nav.top-submenu.top-submenu-with-background,
body.layout-boxed.menu-top .top-submenu.top-submenu-with-background {
margin: 0px 0px 16px 0px;
border: 1px solid #dfe4ed;
-webkit-border-radius: 5px;
border-radius: 5px;
}
body.layout-boxed.menu-top nav.top-submenu.top-submenu-with-background .profile-header,
body.layout-boxed.menu-top .top-submenu.top-submenu-with-background .profile-header {
-webkit-border-radius: 5px;
border-radius: 5px;
}
}
/*
* ICONBAR MENU
*/
@media (min-width: 768px) {
body.menu-iconbar:not(.menu-top) nav.left-menu {
width: 160px;
text-align: center;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .jspPane {
left: 0px !important;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .logo-container {
width: 160px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .logo-container .logo {
max-width: none;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .logo-container .logo img {
margin: 0px auto;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list-root > li:first-child .left-menu-link {
border-top: none;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-label {
position: relative;
margin: 5px auto 0px;
float: none;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link {
text-align: center;
display: block;
padding: 15px 10px 15px;
font-size: 14px;
font-weight: 300;
position: relative;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link:before {
content: '';
display: block;
height: 1px;
background: #dfe4ed;
position: absolute;
bottom: 0px;
width: 140px;
left: 10px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link:after {
top: 50%;
right: 10px;
margin-top: -4px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
display: block;
margin: 5px auto 10px;
font-size: 21px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li .left-menu-item {
padding-left: 15px;
padding-right: 10px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu .left-menu-list li.left-menu-list-separator {
margin: 10px;
display: none;
}
body.menu-iconbar:not(.menu-top) nav.left-menu + nav.top-menu {
left: 160px;
}
body.menu-iconbar:not(.menu-top) nav.left-menu + * + .page-content {
margin-left: 160px;
}
}
/*
* SINGLE PAGE BLOCK
*/
body.single-page {
height: 100%;
}
body.single-page .page-content {
height: 100%;
max-width: none !important;
padding: 0px;
}
body.single-page .page-content .page-content-inner {
background-size: cover;
min-height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
body.single-page .page-content .page-content-inner.background-repeated {
background-size: auto;
}
@media (max-width: 991px) {
body.single-page .single-page-block {
padding: 0px 20px;
}
body.single-page .single-page-block .single-page-block-inner {
padding: 40px 20px 20px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
body.single-page .single-page-block-header,
body.single-page .single-page-block-footer {
padding: 40px 20px;
}
}
@media (max-width: 991px) and (max-width: 991px) {
body.single-page .single-page-block-header .single-page-block-header-menu {
text-align: left;
margin-top: 30px;
}
body.single-page .single-page-block-header .single-page-block-header-menu ul {
margin-bottom: 0px;
}
body.single-page .single-page-block-header .single-page-block-header-menu ul li {
margin-bottom: 0px;
}
}
body.single-page .single-page-block {
color: #ffffff;
}
body.single-page .single-page-block a {
color: #ffffff;
}
body.single-page .single-page-block a:hover {
text-decoration: underline;
}
body.single-page-inverse .single-page-block-header {
color: #514d6a !important;
}
body.single-page-inverse .single-page-block-header .single-page-block-header-menu ul li.active a {
border-bottom: 1px solid rgba(81, 77, 106, 0.6);
}
body.single-page-inverse .single-page-block-header .single-page-block-header-menu ul li a {
color: #514d6a !important;
}
body.single-page-inverse .single-page-block-header .single-page-block-header-menu ul li a:hover {
border-bottom: 1px solid rgba(81, 77, 106, 0.6);
}
.single-page-block {
padding: 80px 20px 80px;
width: 100%;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
position: relative;
z-index: 2;
}
.single-page-block .single-page-block-inner {
min-width: 300px;
max-width: 500px;
margin: 0px auto;
padding: 50px 40px 20px;
-webkit-border-radius: 15px;
border-radius: 15px;
overflow: hidden;
background-color: #d2d9e5;
position: relative;
}
.single-page-block .single-page-block-inner h3 {
color: #ffffff;
text-align: left;
text-transform: uppercase;
}
.single-page-block .avatar {
height: 80px;
width: 80px;
margin-bottom: 10px;
}
.single-page-block .blur-placeholder {
position: absolute;
z-index: 1;
background-size: cover;
-webkit-filter: blur(20px);
filter: blur(20px);
opacity: .8;
}
.single-page-block .single-page-block-form {
position: relative;
z-index: 2;
}
.single-page-block .single-page-block-form input.form-control {
border-color: #ffffff !important;
opacity: 0.7;
}
.single-page-block .single-page-block-form input.form-control:focus {
opacity: 1;
}
.single-page-block .single-page-block-form .input-group-addon {
border-color: #ffffff !important;
opacity: 0.7;
}
.single-page-block .single-page-block-form .input-group-addon:hover {
opacity: 1;
}
.single-page-block .single-page-block-form .form-actions {
border-top-color: rgba(255, 255, 255, 0.4);
}
.single-page-block .single-page-block-form .form-input-icon i {
color: #514d6a;
}
.single-page-block-header {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
width: 100%;
color: #ffffff;
padding: 40px;
}
.single-page-block-header .logo {
max-width: 150px;
height: 50px;
}
.single-page-block-header .logo img {
max-width: 100%;
max-height: 100%;
}
.single-page-block-header .single-page-block-header-menu {
text-align: right;
}
.single-page-block-header .single-page-block-header-menu ul {
font-size: 16px;
}
.single-page-block-header .single-page-block-header-menu ul li {
margin-right: 20px;
text-transform: uppercase;
}
.single-page-block-header .single-page-block-header-menu ul li:last-child {
margin-right: 0px;
}
.single-page-block-header .single-page-block-header-menu ul li.active a {
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.single-page-block-header .single-page-block-header-menu ul li a {
color: #ffffff !important;
line-height: 1.4;
display: inline-block;
font-weight: bold;
}
.single-page-block-header .single-page-block-header-menu ul li a:hover {
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.single-page-block-footer {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
width: 100%;
padding: 40px;
color: white;
}
.single-page-block-footer ul {
margin-bottom: 0px;
}
.single-page-block-footer ul li {
margin-right: 20px;
text-transform: uppercase;
}
.single-page-block-footer ul li:last-child {
margin-right: 0px;
}
.single-page-block-footer ul li a {
color: #bbb8cb !important;
line-height: 1.4;
display: inline-block;
}
.lockscreen-typer {
position: absolute;
z-index: 1;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 40px;
-webkit-filter: blur(2px);
filter: blur(2px);
font-size: 21px;
}
.lockscreen-typer .locksreen-typer-inner {
overflow: hidden;
width: 100%;
height: 100%;
opacity: .5;
line-height: 1;
padding-bottom: 30px;
}
@media (max-width: 543px) {
.lockscreen-typer .locksreen-typer-inner {
padding-bottom: 0px;
}
}
/*
* EXAMPLES
*/
.layout-grid-example {
margin-left: -10px;
}
.layout-grid-example .row div {
background: #f2f4f8;
padding-top: 12px;
padding-bottom: 12px;
margin-bottom: 10px;
border-left: 10px solid #ffffff;
}
.example-icons-block {
padding: 0px 0px 30px;
text-align: center;
}
.example-icons-block h2 {
margin-top: 50px;
}
.example-icons-block h2:first-child {
margin-top: 30px;
}
.example-icons-block p {
height: 30px;
}
.example-icons-block .tooltip {
font-size: 18px;
}
.example-icons-block li {
text-align: center;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 36px;
padding: 10px 30px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #eceff4;
margin: 10px;
}
.example-icons-block li:hover {
background: #514d6a;
color: #ffffff;
}
.example-top-menu-chart {
padding: 3px 0px 0px 20px;
}
.example-top-menu-chart .title {
margin-right: 5px;
}
.example-top-menu-chart .chart {
display: none;
}
.example-top-menu-chart .peity {
position: relative;
top: 4px;
}
.example-top-menu-chart .count {
margin-left: 5px;
}
.example-left-menu-chart {
width: 239px;
height: 150px;
position: relative;
}
.example-left-menu-chart svg {
width: 239px !important;
height: 150px !important;
}
.example-buy-btn .btn {
height: 36px;
padding: 9px 16px 7px;
font-size: .875rem;
line-height: 1.5;
} | 0.344554 | 0.063773 |
.form-control[readonly] {
background: none;
}
.icon.disabled {
opacity: 0.1;
}
/**
* Designer styles
*/
.ues-component-fullview {
position: absolute !important;
top: 5px !important;
left: 5px !important;
right: 5px !important;
width: auto !important;
}
/**
* Gadgets relates styles
*/
.ues-store-assets .ues-thumbnail {
text-align: center;
}
.ues-store-assets .ues-thumbnail .ues-title {
text-align: center;
}
.ues-thumbnail {
z-index: 1000;
}
/*
* Add block
*/
.ues-block-container {
width: 216px;
height: 216px;
background: url('../theme/images/grid.png') no-repeat center center;
margin: 0 auto 20px auto;
}
.ues-dummy-gadget {
width: 54px;
height: 54px;
background: #fff;
opacity: 0.8;
}
/**
* Banner
*/
.ues-banner-placeholder {
background: -webkit-repeating-linear-gradient(145deg, #ddd, #ddd 10px, #eee 10px, #eee 20px);
background: repeating-linear-gradient(-55deg, #ddd, #ddd 10px, #eee 10px, #eee 20px);
position: absolute;
top: 42px;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.ues-banner-placeholder .button-panel {
position: absolute;
top: 5px;
right: 5px;
}
.ues-banner-placeholder button {
width: 80px;
}
.ues-banner-placeholder .ues-dashboard-banner-loading {
background: #0074cc;
color: #fff;
padding: 5px 10px;
display: inline-block;
}
.ues-banner-placeholder .banner-image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.gadgets-grid {
padding: 32px 25px;
}
/**
* Theme overrides
*/
.gadgets-grid {
min-height: 100%;
}
.gadget .gadget-heading > .gadget-title {
max-width: 90%;
}
.ues-component-title-center .gadget-title {
text-align: center;
}
.ues-component-title-left .gadget-title {
text-align: left;
}
.ues-component-title-right .gadget-title {
text-align: right;
}
.page-content .nano-content {
bottom: 32px;
}
.form-inline .form-control.number-input {
width: 48px;
}
.ues-no-heading .ues-component-heading {
display: none;
}
@media screen and (min-width: 768px) {
.page-header > .page-title {
width: calc(100% - 320px);
}
}
@media screen and (max-width: 767px) {
.page-header > .page-title {
width: 100%;
}
}
.page-header > .page-title > h1 {
max-width: 100%;
}
.btn-danger:hover {
background-color: #E45F5C;
}
.alert.alert-info {
background-color: #2A80B9;
}
/**
* Breadcrumb
*/
.breadcrumb li.dashboard-name {
max-width: calc(100% - 150px);
margin-bottom: -5px;
}
/**
* Gridstack
*/
.grid-stack > .grid-stack-item > .grid-stack-item-content {
left: 15px;
right: 15px;
}
.grid-stack .gadget-wrapper {
min-height: 100%;
}
.panel-default > .panel-heading.text-truncate > .panel-title {
line-height: 24px;
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
right: 18px;
bottom: 2px;
}
.input-timeout {
width: 85%;
display: inline;
} | dockerfiles/base/files/wso2iot-3.3.0/wso2/analytics/repository/deployment/server/jaggeryapps/portal/css/designer.css | .form-control[readonly] {
background: none;
}
.icon.disabled {
opacity: 0.1;
}
/**
* Designer styles
*/
.ues-component-fullview {
position: absolute !important;
top: 5px !important;
left: 5px !important;
right: 5px !important;
width: auto !important;
}
/**
* Gadgets relates styles
*/
.ues-store-assets .ues-thumbnail {
text-align: center;
}
.ues-store-assets .ues-thumbnail .ues-title {
text-align: center;
}
.ues-thumbnail {
z-index: 1000;
}
/*
* Add block
*/
.ues-block-container {
width: 216px;
height: 216px;
background: url('../theme/images/grid.png') no-repeat center center;
margin: 0 auto 20px auto;
}
.ues-dummy-gadget {
width: 54px;
height: 54px;
background: #fff;
opacity: 0.8;
}
/**
* Banner
*/
.ues-banner-placeholder {
background: -webkit-repeating-linear-gradient(145deg, #ddd, #ddd 10px, #eee 10px, #eee 20px);
background: repeating-linear-gradient(-55deg, #ddd, #ddd 10px, #eee 10px, #eee 20px);
position: absolute;
top: 42px;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.ues-banner-placeholder .button-panel {
position: absolute;
top: 5px;
right: 5px;
}
.ues-banner-placeholder button {
width: 80px;
}
.ues-banner-placeholder .ues-dashboard-banner-loading {
background: #0074cc;
color: #fff;
padding: 5px 10px;
display: inline-block;
}
.ues-banner-placeholder .banner-image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.gadgets-grid {
padding: 32px 25px;
}
/**
* Theme overrides
*/
.gadgets-grid {
min-height: 100%;
}
.gadget .gadget-heading > .gadget-title {
max-width: 90%;
}
.ues-component-title-center .gadget-title {
text-align: center;
}
.ues-component-title-left .gadget-title {
text-align: left;
}
.ues-component-title-right .gadget-title {
text-align: right;
}
.page-content .nano-content {
bottom: 32px;
}
.form-inline .form-control.number-input {
width: 48px;
}
.ues-no-heading .ues-component-heading {
display: none;
}
@media screen and (min-width: 768px) {
.page-header > .page-title {
width: calc(100% - 320px);
}
}
@media screen and (max-width: 767px) {
.page-header > .page-title {
width: 100%;
}
}
.page-header > .page-title > h1 {
max-width: 100%;
}
.btn-danger:hover {
background-color: #E45F5C;
}
.alert.alert-info {
background-color: #2A80B9;
}
/**
* Breadcrumb
*/
.breadcrumb li.dashboard-name {
max-width: calc(100% - 150px);
margin-bottom: -5px;
}
/**
* Gridstack
*/
.grid-stack > .grid-stack-item > .grid-stack-item-content {
left: 15px;
right: 15px;
}
.grid-stack .gadget-wrapper {
min-height: 100%;
}
.panel-default > .panel-heading.text-truncate > .panel-title {
line-height: 24px;
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
right: 18px;
bottom: 2px;
}
.input-timeout {
width: 85%;
display: inline;
} | 0.618204 | 0.08163 |
@import url('../config/config.css');
@import url('../config/menu-mobile.css');
/*Menu*/
.menu-desktop {
display: none;
}
/*Profile*/
body {
background: linear-gradient(0deg, var(--deep-blue) 16.69%, var(--black) 100%);
height: auto;
}
.first-section > p {
text-align: center;
color: var(--off-white);
margin: 20% 20%;
font-size: 4rem;
}
.first-section div {
display: flex;
justify-content: center;
margin: 0 2%;
align-items: center;
}
.first-section div img {
height: 30%;
width: 30%;
margin-bottom: 5%;
margin-right: 5%;
}
.first-section article {
color: var(--off-white);
font-size: 1.3rem;
padding-left: 2%;
text-align: center;
padding-right: 2%;
}
.first-section article hr {
margin: 1rem 0rem;
border-style: solid;
border-radius: 10px;
border-width: 0.1rem;
border-color: var(--cake-red);
opacity: 80%;
}
.first-section article:nth-child(1) {
text-align: left;
margin: 10%;
}
.first-section article:nth-child(3) {
text-align: right;
margin: 10% 10% 10% 30%;
}
.first-section article:nth-child(5), .first-section article:nth-child(4) {
text-align: center;
margin: 20% 10%;
}
.first-section div, .first-section article {
-webkit-animation: loadProfile 1.4s ease-in-out alternate;
}
/*Second section*/
.second-section {
margin: 0% 10%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.second-section div > article {
height: auto;
background: var(--club-penguin-blue);
border-radius: 20px;
opacity: 90%;
margin: 2rem;
padding: 6%;
color: var(--off-white);
}
.second-section div > article div {
display: flex;
justify-content: left;
font-size: x-large;
align-items: center;
padding: 5%;
}
.second-section div > article div p {
margin: 0.6rem;
}
.second-section div article h3 {
font-size: x-large;
margin: 3%;
}
.second-section div article article p {
margin: 5%;
font-size: small;
text-align: left;
}
/*Third section*/
.third-section article {
color: var(--off-white);
font-size: 2.8rem;
padding-left: 2%;
text-align: center;
padding-top: 10rem;
padding-right: 2%;
}
.third-section article hr {
margin: 1rem 17%;
margin-bottom: 3rem;
border-style: solid;
border-radius: 10px;
border-width: 0.2rem;
border-color: var(--ice-blue);
opacity: 80%;
}
.third-section .third-section--other-skills {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.third-section .third-section--other-skills div {
height: auto;
max-width: 250px;
background: var(--club-penguin-blue);
border-radius: 20px;
opacity: 90%;
margin: 2rem 10%;
padding: 6%;
color: var(--off-white);
display: flex;
align-items: center;
}
.third-section--other-skills div img {
width: 40%;
}
.third-section--other-skills div p {
color: var(--off-white);
font-size: 4rem;
margin: 5%;
text-align: center;
}
/*Fourth section*/
.fourth-section--description {
text-align: center;
margin: 25% 10%;
}
.fourth-section--description p {
color: var(--off-white);
margin: 3%;
font-size: 1.45rem;
}
.fourth-section--description hr {
border-color: var(--ice-blue);
margin: 1rem 0rem;
border-style: solid;
border-radius: 10px;
border-width: 0.1rem;
opacity: 80%;
}
.fourth-section > p {
color: var(--off-white);
text-align: center;
font-size: x-large;
margin: 0 6%;
}
.fourth-section > .final {
margin: 3rem 0;
}
/*Animations*/
@keyframes loadProfile {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 100%;
transform: translateY(-2px);
}
} | style/about/index.css | @import url('../config/config.css');
@import url('../config/menu-mobile.css');
/*Menu*/
.menu-desktop {
display: none;
}
/*Profile*/
body {
background: linear-gradient(0deg, var(--deep-blue) 16.69%, var(--black) 100%);
height: auto;
}
.first-section > p {
text-align: center;
color: var(--off-white);
margin: 20% 20%;
font-size: 4rem;
}
.first-section div {
display: flex;
justify-content: center;
margin: 0 2%;
align-items: center;
}
.first-section div img {
height: 30%;
width: 30%;
margin-bottom: 5%;
margin-right: 5%;
}
.first-section article {
color: var(--off-white);
font-size: 1.3rem;
padding-left: 2%;
text-align: center;
padding-right: 2%;
}
.first-section article hr {
margin: 1rem 0rem;
border-style: solid;
border-radius: 10px;
border-width: 0.1rem;
border-color: var(--cake-red);
opacity: 80%;
}
.first-section article:nth-child(1) {
text-align: left;
margin: 10%;
}
.first-section article:nth-child(3) {
text-align: right;
margin: 10% 10% 10% 30%;
}
.first-section article:nth-child(5), .first-section article:nth-child(4) {
text-align: center;
margin: 20% 10%;
}
.first-section div, .first-section article {
-webkit-animation: loadProfile 1.4s ease-in-out alternate;
}
/*Second section*/
.second-section {
margin: 0% 10%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.second-section div > article {
height: auto;
background: var(--club-penguin-blue);
border-radius: 20px;
opacity: 90%;
margin: 2rem;
padding: 6%;
color: var(--off-white);
}
.second-section div > article div {
display: flex;
justify-content: left;
font-size: x-large;
align-items: center;
padding: 5%;
}
.second-section div > article div p {
margin: 0.6rem;
}
.second-section div article h3 {
font-size: x-large;
margin: 3%;
}
.second-section div article article p {
margin: 5%;
font-size: small;
text-align: left;
}
/*Third section*/
.third-section article {
color: var(--off-white);
font-size: 2.8rem;
padding-left: 2%;
text-align: center;
padding-top: 10rem;
padding-right: 2%;
}
.third-section article hr {
margin: 1rem 17%;
margin-bottom: 3rem;
border-style: solid;
border-radius: 10px;
border-width: 0.2rem;
border-color: var(--ice-blue);
opacity: 80%;
}
.third-section .third-section--other-skills {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.third-section .third-section--other-skills div {
height: auto;
max-width: 250px;
background: var(--club-penguin-blue);
border-radius: 20px;
opacity: 90%;
margin: 2rem 10%;
padding: 6%;
color: var(--off-white);
display: flex;
align-items: center;
}
.third-section--other-skills div img {
width: 40%;
}
.third-section--other-skills div p {
color: var(--off-white);
font-size: 4rem;
margin: 5%;
text-align: center;
}
/*Fourth section*/
.fourth-section--description {
text-align: center;
margin: 25% 10%;
}
.fourth-section--description p {
color: var(--off-white);
margin: 3%;
font-size: 1.45rem;
}
.fourth-section--description hr {
border-color: var(--ice-blue);
margin: 1rem 0rem;
border-style: solid;
border-radius: 10px;
border-width: 0.1rem;
opacity: 80%;
}
.fourth-section > p {
color: var(--off-white);
text-align: center;
font-size: x-large;
margin: 0 6%;
}
.fourth-section > .final {
margin: 3rem 0;
}
/*Animations*/
@keyframes loadProfile {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 100%;
transform: translateY(-2px);
}
} | 0.28587 | 0.076201 |
@keyframes psds-dialog__keyframes__fade {
100% {
transform: translateY(0);
opacity: 1;
}
}
.psds-dialog {
animation: psds-dialog__keyframes__fade var(--ps-motion-speed-fast) ease-out
forwards;
background: var(--ps-colors-white);
border-radius: 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
display: inline-flex;
opacity: 0;
position: relative;
transform: translateY(var(--ps-layout-spacing-xsmall));
}
.psds-dialog:focus {
outline: 0;
}
.psds-dialog__content {
color: var(--ps-colors-text-icon-high-on-light);
font-size: var(--ps-type-font-size-200);
font-weight: var(--ps-type-font-weight-500);
line-height: var(--ps-type-line-height-tight);
padding: var(--ps-layout-spacing-large);
flex: 1 1 auto;
overflow-y: auto;
}
.psds-dialog--with-tail:after {
background-color: var(--ps-colors-white);
content: ' ';
display: block;
height: 14px;
line-height: 0;
position: absolute;
transform: rotate(45deg);
white-space: pre;
width: 14px;
}
.psds-dialog--tail-position-top-left:after {
left: 14px;
top: calc(14px / -2);
}
.psds-dialog--tail-position-top-center:after {
left: 50%;
top: calc(14px / -2);
transform: translateX(-50%) rotate(45deg);
}
.psds-dialog--tail-position-top-right:after {
right: 14px;
top: calc(14px / -2);
}
.psds-dialog--tail-position-bottom-left:after {
bottom: calc(14px / -2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
left: 14px;
}
.psds-dialog--tail-position-bottom-center:after {
bottom: calc(14px / -2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
left: 50%;
transform: translateX(-50%) rotate(45deg);
}
.psds-dialog--tail-position-bottom-right:after {
bottom: calc(14px / -2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
right: 14px;
}
.psds-dialog--modal {
max-height: calc(100% - (2 * var(--ps-layout-spacing-large)));
max-width: calc(100% - (2 * var(--ps-layout-spacing-large)));
}
.psds-dialog__close {
position: absolute;
right: var(--ps-layout-spacing-medium);
top: var(--ps-layout-spacing-medium);
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 2px;
font-weight: var(--ps-type-font-weight-500);
text-align: center;
white-space: nowrap;
text-decoration: none;
transition: all var(--ps-motion-speed-normal);
vertical-align: middle;
font-size: var(--ps-type-font-size-200);
line-height: 0;
padding: 0;
height: 32px;
width: 32px;
border: none;
background: 0 0;
color: var(--ps-colors-text-icon-low-on-light);
}
.psds-dialog__close:not([disabled]):focus,
.psds-dialog__close:not([disabled]):hover {
outline: 0;
/* TODO: create rgb for primary action bg and use it here */
box-shadow: 0 0 0 3px rgba(0, 116, 171, 0.5);
cursor: pointer;
/* TODO: create rgb for utility, then set to 45% */
background: var(--ps-colors-background-utility-40);
color: var(--ps-colors-text-icon-high-on-light);
}
.psds-dialog__close:not([disabled]):active {
/* TODO: create rgb for utility, then set to 65% */
background: var(--ps-colors-background-utility-60);
color: var(--ps-colors-text-icon-high-on-light);
transform: scale(0.98);
}
.psds-dialog__close svg {
fill: var(--ps-colors-text-icon-low-on-light);
height: 24px;
width: 24px;
}
.psds-dialog__overlay {
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
height: 100%;
justify-content: center;
left: 0;
position: fixed;
top: 0;
width: 100%;
} | packages/dialog/src/css/index.css | @keyframes psds-dialog__keyframes__fade {
100% {
transform: translateY(0);
opacity: 1;
}
}
.psds-dialog {
animation: psds-dialog__keyframes__fade var(--ps-motion-speed-fast) ease-out
forwards;
background: var(--ps-colors-white);
border-radius: 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
display: inline-flex;
opacity: 0;
position: relative;
transform: translateY(var(--ps-layout-spacing-xsmall));
}
.psds-dialog:focus {
outline: 0;
}
.psds-dialog__content {
color: var(--ps-colors-text-icon-high-on-light);
font-size: var(--ps-type-font-size-200);
font-weight: var(--ps-type-font-weight-500);
line-height: var(--ps-type-line-height-tight);
padding: var(--ps-layout-spacing-large);
flex: 1 1 auto;
overflow-y: auto;
}
.psds-dialog--with-tail:after {
background-color: var(--ps-colors-white);
content: ' ';
display: block;
height: 14px;
line-height: 0;
position: absolute;
transform: rotate(45deg);
white-space: pre;
width: 14px;
}
.psds-dialog--tail-position-top-left:after {
left: 14px;
top: calc(14px / -2);
}
.psds-dialog--tail-position-top-center:after {
left: 50%;
top: calc(14px / -2);
transform: translateX(-50%) rotate(45deg);
}
.psds-dialog--tail-position-top-right:after {
right: 14px;
top: calc(14px / -2);
}
.psds-dialog--tail-position-bottom-left:after {
bottom: calc(14px / -2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
left: 14px;
}
.psds-dialog--tail-position-bottom-center:after {
bottom: calc(14px / -2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
left: 50%;
transform: translateX(-50%) rotate(45deg);
}
.psds-dialog--tail-position-bottom-right:after {
bottom: calc(14px / -2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
right: 14px;
}
.psds-dialog--modal {
max-height: calc(100% - (2 * var(--ps-layout-spacing-large)));
max-width: calc(100% - (2 * var(--ps-layout-spacing-large)));
}
.psds-dialog__close {
position: absolute;
right: var(--ps-layout-spacing-medium);
top: var(--ps-layout-spacing-medium);
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 2px;
font-weight: var(--ps-type-font-weight-500);
text-align: center;
white-space: nowrap;
text-decoration: none;
transition: all var(--ps-motion-speed-normal);
vertical-align: middle;
font-size: var(--ps-type-font-size-200);
line-height: 0;
padding: 0;
height: 32px;
width: 32px;
border: none;
background: 0 0;
color: var(--ps-colors-text-icon-low-on-light);
}
.psds-dialog__close:not([disabled]):focus,
.psds-dialog__close:not([disabled]):hover {
outline: 0;
/* TODO: create rgb for primary action bg and use it here */
box-shadow: 0 0 0 3px rgba(0, 116, 171, 0.5);
cursor: pointer;
/* TODO: create rgb for utility, then set to 45% */
background: var(--ps-colors-background-utility-40);
color: var(--ps-colors-text-icon-high-on-light);
}
.psds-dialog__close:not([disabled]):active {
/* TODO: create rgb for utility, then set to 65% */
background: var(--ps-colors-background-utility-60);
color: var(--ps-colors-text-icon-high-on-light);
transform: scale(0.98);
}
.psds-dialog__close svg {
fill: var(--ps-colors-text-icon-low-on-light);
height: 24px;
width: 24px;
}
.psds-dialog__overlay {
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
height: 100%;
justify-content: center;
left: 0;
position: fixed;
top: 0;
width: 100%;
} | 0.366817 | 0.070848 |
.cesium-navigationHelpButton-wrapper {
position: relative;
display: inline-block;
}
.cesium-navigation-help {
visibility: hidden;
position: absolute;
top: 38px;
right: 2px;
width: 250px;
border-radius: 10px;
transform: scale(0.01);
transform-origin: 234px -10px;
transition: visibility 0s 0.25s, transform 0.25s ease-in;
}
.cesium-navigation-help-visible {
visibility: visible;
transform: scale(1);
transition: transform 0.25s ease-out;
}
.cesium-navigation-help-instructions {
border: 1px solid #444;
background-color: rgba(38, 38, 38, 0.75);
padding-bottom: 5px;
border-radius: 0 0 10px 10px;
}
.cesium-click-navigation-help {
display: none;
}
.cesium-touch-navigation-help {
display: none;
padding-top: 5px;
}
.cesium-click-navigation-help-visible {
display: block;
}
.cesium-touch-navigation-help-visible {
display: block;
}
.cesium-navigation-help-pan {
color: #66ccff;
font-weight: bold;
}
.cesium-navigation-help-zoom {
color: #65fd00;
font-weight: bold;
}
.cesium-navigation-help-rotate {
color: #ffd800;
font-weight: bold;
}
.cesium-navigation-help-tilt {
color: #d800d8;
font-weight: bold;
}
.cesium-navigation-help-details {
color: #ffffff;
}
.cesium-navigation-button {
color: #fff;
background-color: transparent;
border-bottom: none;
border-top: 1px solid #444;
border-right: 1px solid #444;
margin: 0;
width: 50%;
cursor: pointer;
}
.cesium-navigation-button-icon {
vertical-align: middle;
padding: 5px 1px;
}
.cesium-navigation-button:focus {
outline: none;
}
.cesium-navigation-button-left {
border-radius: 10px 0 0 0;
border-left: 1px solid #444;
}
.cesium-navigation-button-right {
border-radius: 0 10px 0 0;
border-left: none;
}
.cesium-navigation-button-selected {
background-color: rgba(38, 38, 38, 0.75);
}
.cesium-navigation-button-unselected {
background-color: rgba(0, 0, 0, 0.75);
}
.cesium-navigation-button-unselected:hover {
background-color: rgba(76, 76, 76, 0.75);
} | Source/Widgets/NavigationHelpButton/NavigationHelpButton.css | .cesium-navigationHelpButton-wrapper {
position: relative;
display: inline-block;
}
.cesium-navigation-help {
visibility: hidden;
position: absolute;
top: 38px;
right: 2px;
width: 250px;
border-radius: 10px;
transform: scale(0.01);
transform-origin: 234px -10px;
transition: visibility 0s 0.25s, transform 0.25s ease-in;
}
.cesium-navigation-help-visible {
visibility: visible;
transform: scale(1);
transition: transform 0.25s ease-out;
}
.cesium-navigation-help-instructions {
border: 1px solid #444;
background-color: rgba(38, 38, 38, 0.75);
padding-bottom: 5px;
border-radius: 0 0 10px 10px;
}
.cesium-click-navigation-help {
display: none;
}
.cesium-touch-navigation-help {
display: none;
padding-top: 5px;
}
.cesium-click-navigation-help-visible {
display: block;
}
.cesium-touch-navigation-help-visible {
display: block;
}
.cesium-navigation-help-pan {
color: #66ccff;
font-weight: bold;
}
.cesium-navigation-help-zoom {
color: #65fd00;
font-weight: bold;
}
.cesium-navigation-help-rotate {
color: #ffd800;
font-weight: bold;
}
.cesium-navigation-help-tilt {
color: #d800d8;
font-weight: bold;
}
.cesium-navigation-help-details {
color: #ffffff;
}
.cesium-navigation-button {
color: #fff;
background-color: transparent;
border-bottom: none;
border-top: 1px solid #444;
border-right: 1px solid #444;
margin: 0;
width: 50%;
cursor: pointer;
}
.cesium-navigation-button-icon {
vertical-align: middle;
padding: 5px 1px;
}
.cesium-navigation-button:focus {
outline: none;
}
.cesium-navigation-button-left {
border-radius: 10px 0 0 0;
border-left: 1px solid #444;
}
.cesium-navigation-button-right {
border-radius: 0 10px 0 0;
border-left: none;
}
.cesium-navigation-button-selected {
background-color: rgba(38, 38, 38, 0.75);
}
.cesium-navigation-button-unselected {
background-color: rgba(0, 0, 0, 0.75);
}
.cesium-navigation-button-unselected:hover {
background-color: rgba(76, 76, 76, 0.75);
} | 0.726426 | 0.099865 |
@charset "utf-8";
/* CSS Document */
html,body,div,img,p,a,span,i,label,br,ul,li{padding:0; margin:0}
html,body{width:100%; height:100%}
.none,.none img{ position: absolute; left: -999px; top: -999px; visibility: hidden;}
body{ font-family:'黑体'; background-color:#f4b0ba}
/*loading页面*/
.load{position:absolute; width:100%; height:100%; left:0; top:0; z-index:99; background-color:#f4b0ba; opacity:1; filter:alpha(opacity:1); display:block; }
.load img{width:100%;}
.load .title{width:70%; margin:6% auto 10%}
.load .title img,.load .title{ max-width:447px}
.load .bianbian{width:73%; margin:0 auto; position:relative; }
.load .bianbian img,.load .bianbian{ max-width:471px}
.load .bianbian .gas{width:14%; position:absolute; right:0; bottom:23%}
.load .bianbian .dog_icons{width:18%; position:absolute; right:-5%; top:-2%}
.load .describe{ font-size:14px; color:#fff; width:100%; text-align:center; font-weight:bolder; position:absolute; left:50%; margin-left:-50%; bottom:13%; opacity:0.5; filter:alpha(opacity:0.5);}
.load .footer{ width:10%; margin:0 auto; position:absolute; left:50%; margin-left:-5%; bottom:2%; max-width:54px; font-size:11px; color:rgba(0,0,0,0.3); text-align:center}
@media only screen
and (min-width : 360px){
.load .title{ margin-bottom:20%}
}
/*主页*/
.warp{ width:100%; height:100%; background-color:#f4b0ba; display:none}
.warp .dog_icon{ position:absolute; left:-3%; top:15%; width:20%}
.warp .dog_icon img{ width:100%; max-width:156px}
.warp .main{width:82%; position:absolute; left:50%; margin-left:-43%; top:3%; text-align:center; max-width:447px}
.warp .second{ color:#ff1e92; font-size:30px; margin-bottom:4%}
.warp .hit{ width:86%; margin:0 auto; position:relative;}
.warp .hit img{width:100%; max-width:447px}
.warp .hit .border{ position:absolute; left:50%; bottom:-10%; width:70%; margin-left:-35%; background-image:url(../images/ScoreResult/border_01.png); background-repeat:no-repeat; background-size:159px 130px; height:60px; background-position:center 0}
.warp .hit .bit{background-position:center -70px !important}
.warp .hit i{position:absolute; display:inline-block; width:16%}
.warp .hit i img{max-width:87px}
.warp .hit .left{ left:-1%; top:40%; transform:rotate(-90deg); -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg)}
.warp .hit .right{right:-10%; top:40%; transform:rotate(90deg); -webkit-transform:rotate(90deg);-moz-transform:rotate(90deg); -ms-transform:rotate(90deg)}
.warp .hit .top{ left:49%; top:0; }
.warp .hit .bottom{left:49%; bottom:6%; transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg)}
.warp .score{ color:#ff1e92; font-size:36px; margin-top:11%}
.warp .bestscroe{font-size:20px; width:80%; padding:6px 0; border-radius:5px; color:#757ab1; background-color:#b7c0ee; margin:3% auto 0}
.warp .item{ width:100%; margin-top:2%; padding-bottom:2%}
.warp .item .moreface,.warp .item .attention{ width:42%; display:inline-block; background-color:#fff; border-radius:5px; padding:3px}
.warp .item a{ text-decoration:none;color:#fff; font-size:17px; }
.warp .item .moreface span,.warp .item .attention span{ padding:4% 0; display:block; background-color:#7dcef4; border-radius:3px;}
.warp .item .attention span{background-color:#f093aa !important}
.warp .item .moreface{margin-right:8%}
/*结果页面*/
.resultPage{width:100%; height:100%; background-color:#f4b0ba; display:none; position: absolute; left:0; top:0; z-index:60}
.resultPage img{width:100%}
.common{ background-image:url(../images/ScoreResult/icon_03_01.png); background-repeat:no-repeat; background-size:17px 61px;display:inline-block;}
.resultPage a{ text-decoration:none}
.resultPage .mains{ width:100%; text-align:center; position:absolute; top:3%;}
.resultPage .mains .titles{ width:30%; margin:0 auto}
.resultPage .mains .titles ,.resultPage .mains .titles img{ max-width:141px}
.resultPage .mains .mark{ font-size:30px !important; font-weight:bold}
.resultPage .mains .mark, .resultPage .mains .describe,.resultPage .mains .bestmark{ font-size:17px; color:#e95b83; margin:3% auto 0; }
.resultPage .mains .bestmark{ padding:2.5% 0; background-color:#f6d5da; width:60%; border-radius:5px; }
.resultPage .mains .tryagain,.resultPage .mains .show{background-color:#fff; width:60%; border-radius:5px; padding:3px; margin:4% auto 0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; position:relative}
.resultPage .mains .tryagain a,.resultPage .mains .show a{ display:block; background-color:#7dcef4; color:#fff; border-radius:3px; padding:4%;}
.resultPage .mains .tryagain i{ width:17px; height:18px; position:absolute; left:20%; top:50%; margin-top:-9px; background-position:0 -23px}
.resultPage .mains .show i{ width:17px; height:18px; position:absolute; left:20%; top:50%; margin-top:-9px; background-position:0 -45px}
.resultPage .mains .item{ width:63%; color:#fff; margin:4% auto 0; padding-bottom:2%}
.resultPage .mains .item a{ display:inline-block; width:47%; background-color:#fff; color:#fff; border-radius:5px; padding:3px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-size:14px}
.resultPage .mains .item a span{background-color:#f093aa; border-radius:3px; padding:7% 0; display:block}
.resultPage .mains .item p{width:100%}
.resultPage .mains .describe{ width:255px}
/*分享页*/
.share{width:100%; height:100%; background:rgba(92,57,69,0.7); display:none; position:absolute; z-index:88; left:0; top:0}
.share .title{position:absolute; top:4.5%; right:4.5%; color:#f4b0ba; font-weight:bolder}
.share .title i{ width:13px; height:18px; background-position:0 0; position:relative; right:-70px; top:-18px} | beatfat/css/clickfatIndex.css | @charset "utf-8";
/* CSS Document */
html,body,div,img,p,a,span,i,label,br,ul,li{padding:0; margin:0}
html,body{width:100%; height:100%}
.none,.none img{ position: absolute; left: -999px; top: -999px; visibility: hidden;}
body{ font-family:'黑体'; background-color:#f4b0ba}
/*loading页面*/
.load{position:absolute; width:100%; height:100%; left:0; top:0; z-index:99; background-color:#f4b0ba; opacity:1; filter:alpha(opacity:1); display:block; }
.load img{width:100%;}
.load .title{width:70%; margin:6% auto 10%}
.load .title img,.load .title{ max-width:447px}
.load .bianbian{width:73%; margin:0 auto; position:relative; }
.load .bianbian img,.load .bianbian{ max-width:471px}
.load .bianbian .gas{width:14%; position:absolute; right:0; bottom:23%}
.load .bianbian .dog_icons{width:18%; position:absolute; right:-5%; top:-2%}
.load .describe{ font-size:14px; color:#fff; width:100%; text-align:center; font-weight:bolder; position:absolute; left:50%; margin-left:-50%; bottom:13%; opacity:0.5; filter:alpha(opacity:0.5);}
.load .footer{ width:10%; margin:0 auto; position:absolute; left:50%; margin-left:-5%; bottom:2%; max-width:54px; font-size:11px; color:rgba(0,0,0,0.3); text-align:center}
@media only screen
and (min-width : 360px){
.load .title{ margin-bottom:20%}
}
/*主页*/
.warp{ width:100%; height:100%; background-color:#f4b0ba; display:none}
.warp .dog_icon{ position:absolute; left:-3%; top:15%; width:20%}
.warp .dog_icon img{ width:100%; max-width:156px}
.warp .main{width:82%; position:absolute; left:50%; margin-left:-43%; top:3%; text-align:center; max-width:447px}
.warp .second{ color:#ff1e92; font-size:30px; margin-bottom:4%}
.warp .hit{ width:86%; margin:0 auto; position:relative;}
.warp .hit img{width:100%; max-width:447px}
.warp .hit .border{ position:absolute; left:50%; bottom:-10%; width:70%; margin-left:-35%; background-image:url(../images/ScoreResult/border_01.png); background-repeat:no-repeat; background-size:159px 130px; height:60px; background-position:center 0}
.warp .hit .bit{background-position:center -70px !important}
.warp .hit i{position:absolute; display:inline-block; width:16%}
.warp .hit i img{max-width:87px}
.warp .hit .left{ left:-1%; top:40%; transform:rotate(-90deg); -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg)}
.warp .hit .right{right:-10%; top:40%; transform:rotate(90deg); -webkit-transform:rotate(90deg);-moz-transform:rotate(90deg); -ms-transform:rotate(90deg)}
.warp .hit .top{ left:49%; top:0; }
.warp .hit .bottom{left:49%; bottom:6%; transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg)}
.warp .score{ color:#ff1e92; font-size:36px; margin-top:11%}
.warp .bestscroe{font-size:20px; width:80%; padding:6px 0; border-radius:5px; color:#757ab1; background-color:#b7c0ee; margin:3% auto 0}
.warp .item{ width:100%; margin-top:2%; padding-bottom:2%}
.warp .item .moreface,.warp .item .attention{ width:42%; display:inline-block; background-color:#fff; border-radius:5px; padding:3px}
.warp .item a{ text-decoration:none;color:#fff; font-size:17px; }
.warp .item .moreface span,.warp .item .attention span{ padding:4% 0; display:block; background-color:#7dcef4; border-radius:3px;}
.warp .item .attention span{background-color:#f093aa !important}
.warp .item .moreface{margin-right:8%}
/*结果页面*/
.resultPage{width:100%; height:100%; background-color:#f4b0ba; display:none; position: absolute; left:0; top:0; z-index:60}
.resultPage img{width:100%}
.common{ background-image:url(../images/ScoreResult/icon_03_01.png); background-repeat:no-repeat; background-size:17px 61px;display:inline-block;}
.resultPage a{ text-decoration:none}
.resultPage .mains{ width:100%; text-align:center; position:absolute; top:3%;}
.resultPage .mains .titles{ width:30%; margin:0 auto}
.resultPage .mains .titles ,.resultPage .mains .titles img{ max-width:141px}
.resultPage .mains .mark{ font-size:30px !important; font-weight:bold}
.resultPage .mains .mark, .resultPage .mains .describe,.resultPage .mains .bestmark{ font-size:17px; color:#e95b83; margin:3% auto 0; }
.resultPage .mains .bestmark{ padding:2.5% 0; background-color:#f6d5da; width:60%; border-radius:5px; }
.resultPage .mains .tryagain,.resultPage .mains .show{background-color:#fff; width:60%; border-radius:5px; padding:3px; margin:4% auto 0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; position:relative}
.resultPage .mains .tryagain a,.resultPage .mains .show a{ display:block; background-color:#7dcef4; color:#fff; border-radius:3px; padding:4%;}
.resultPage .mains .tryagain i{ width:17px; height:18px; position:absolute; left:20%; top:50%; margin-top:-9px; background-position:0 -23px}
.resultPage .mains .show i{ width:17px; height:18px; position:absolute; left:20%; top:50%; margin-top:-9px; background-position:0 -45px}
.resultPage .mains .item{ width:63%; color:#fff; margin:4% auto 0; padding-bottom:2%}
.resultPage .mains .item a{ display:inline-block; width:47%; background-color:#fff; color:#fff; border-radius:5px; padding:3px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-size:14px}
.resultPage .mains .item a span{background-color:#f093aa; border-radius:3px; padding:7% 0; display:block}
.resultPage .mains .item p{width:100%}
.resultPage .mains .describe{ width:255px}
/*分享页*/
.share{width:100%; height:100%; background:rgba(92,57,69,0.7); display:none; position:absolute; z-index:88; left:0; top:0}
.share .title{position:absolute; top:4.5%; right:4.5%; color:#f4b0ba; font-weight:bolder}
.share .title i{ width:13px; height:18px; background-position:0 0; position:relative; right:-70px; top:-18px} | 0.411466 | 0.06767 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: white;
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.container {
position: relative;
margin: 50px;
width: 100%;
max-width: 1000px;
background: #fff;
min-height: 1100px;
display: grid;
grid-template-columns: 1fr 2fr;
box-shadow: 0 35px 55px rgba(0, 0, 0, .1);
min-width: 400px;
}
.left-side {
position: relative;
background: #015f9f;
}
.profile-text {
position: relative;
display: flex;
flex-direction: column;
padding-bottom: 20px;
background-image: url(../img/web-developpement.jpg);
background-size: cover;
flex-direction: column;
padding-bottom: 60px;
flex-direction: row;
}
.row{
flex-direction: column;
}
.marge{
margin-top: 100px;
}
/* .row{
flex-direction: row;
position: relative;
} */
/* .imgBx {
position: relative;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
margin-left: 180px;
margin-top: 80px;
}
.imgBx img {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
} */
.profile-text{
height:390px;
opacity: 70%;
margin-top: -17px;
background-position: center;
}
.search{
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
margin-left: 24px;
background-color: #fafafa;
width: 430px;
display: flex;
height: 50px;
min-width: 200px;
border-radius: 3px;
}
.menu{
width: 34px;
height: 34px;
margin-top: 9px;
margin-left: 20px;
}
.profile-text h2 span {
font-size: .8em;
font-weight: 300;
}
.contact-info {
padding: 20px;
flex-direction: row;
}
.info{
display: flex;
grid-template-columns: 1fr 1fr;
position: relative;
}
.pa{
border-bottom: 3px solid #3f7fae;
width: 350px;
}
.round{
grid-template-columns: 1fr 1 fr 1fr;
display: flex;
}
.rounded{
margin-left: 30px;
}
span{
color: white;
font-size: 16px;
font-family: Arial;
padding: 30px;
}
.bir{
width: 70px;
align-self: center;
}
.projet{
position: relative;
margin-top: 10px;
grid-template-columns: 1fr 1fr 1fr;
display: flex;
font-size: 1px;
align-content: center;
}
.gras{
font-family: Arial, Helvetica, sans-serif;
}
.cap{
position: relative;
grid-template-columns: 1fr 1fr 1fr;
display: flex;
align-content: center;
margin-top: -20px;
}
.esp{
margin-top: 30px;
}
.skille{
background-color: #fafafa;
position: relative;
background-size: cover;
height: 680px;
flex-direction: column;
}
.imm{
align-self: center;
margin-left: 40px;
}
.title {
color: #fff;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 20px;
}
.img{
width: 50px;
}
.text{
font-size: 20px;
}
.right-side {
background: #f0f0f0;
padding-left: 20px;
}
.about {
margin-bottom: 50px;
}
.about:last-child {
margin-bottom: 0;
}
.title2 {
color: #003147;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
}
.skill .box {
position: relative;
width: 100%;
display: grid;
grid-template-columns: 150px 1fr;
justify-content: center;
align-items: center;
}
.skill .box h2 {
text-transform: uppercase;
color: #848c99;
font-weight: 500;
}
.skill .box .percent2 {
position: relative;
width: 320px;
margin-left: 90px;
height: 10px;
background: #b7b7b7;
}
.skill .box .percent2 div {
position: absolute;
top: 0;
left: 0;
height: 100%;
background: #03a9f4;
}
.first{
position: relative;
display: flex;
flex-direction: column;
padding-bottom: 20px;
background-color: white;
}
.head{
display: flex;
grid-template-columns: 1fr 1fr 1fr;
position: relative;
background-color: #015f9f;
align-content: center;
}
.second{
grid-template-columns: 1fr 1fr ;
position: relative;
display: flex;
flex-direction: row;
background-color: transparent;
border-radius: 5px;
color: black;
}
.config{
border-radius: 5px;
display: flex;
background-color: white;
flex-direction: column;
}
.espace{
margin-left: 20px;
padding: 5px;
position: relative;
display: flex;
}
.div{
grid-template-columns: 1fr 1fr;
display: flex;
position: relative;
}
@media (max-width:1000px) {
.container {
margin: 10px;
grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width:600px) {
.about .box {
flex-direction: column;
}
.about .box h5 {
margin-bottom: 5px;
}
.interest ul {
grid-template-columns: repeat(1,1fr);
}
.skill .box {
grid-template-columns: repeat(1, 1fr);
}
} | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: white;
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.container {
position: relative;
margin: 50px;
width: 100%;
max-width: 1000px;
background: #fff;
min-height: 1100px;
display: grid;
grid-template-columns: 1fr 2fr;
box-shadow: 0 35px 55px rgba(0, 0, 0, .1);
min-width: 400px;
}
.left-side {
position: relative;
background: #015f9f;
}
.profile-text {
position: relative;
display: flex;
flex-direction: column;
padding-bottom: 20px;
background-image: url(../img/web-developpement.jpg);
background-size: cover;
flex-direction: column;
padding-bottom: 60px;
flex-direction: row;
}
.row{
flex-direction: column;
}
.marge{
margin-top: 100px;
}
/* .row{
flex-direction: row;
position: relative;
} */
/* .imgBx {
position: relative;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
margin-left: 180px;
margin-top: 80px;
}
.imgBx img {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
} */
.profile-text{
height:390px;
opacity: 70%;
margin-top: -17px;
background-position: center;
}
.search{
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
margin-left: 24px;
background-color: #fafafa;
width: 430px;
display: flex;
height: 50px;
min-width: 200px;
border-radius: 3px;
}
.menu{
width: 34px;
height: 34px;
margin-top: 9px;
margin-left: 20px;
}
.profile-text h2 span {
font-size: .8em;
font-weight: 300;
}
.contact-info {
padding: 20px;
flex-direction: row;
}
.info{
display: flex;
grid-template-columns: 1fr 1fr;
position: relative;
}
.pa{
border-bottom: 3px solid #3f7fae;
width: 350px;
}
.round{
grid-template-columns: 1fr 1 fr 1fr;
display: flex;
}
.rounded{
margin-left: 30px;
}
span{
color: white;
font-size: 16px;
font-family: Arial;
padding: 30px;
}
.bir{
width: 70px;
align-self: center;
}
.projet{
position: relative;
margin-top: 10px;
grid-template-columns: 1fr 1fr 1fr;
display: flex;
font-size: 1px;
align-content: center;
}
.gras{
font-family: Arial, Helvetica, sans-serif;
}
.cap{
position: relative;
grid-template-columns: 1fr 1fr 1fr;
display: flex;
align-content: center;
margin-top: -20px;
}
.esp{
margin-top: 30px;
}
.skille{
background-color: #fafafa;
position: relative;
background-size: cover;
height: 680px;
flex-direction: column;
}
.imm{
align-self: center;
margin-left: 40px;
}
.title {
color: #fff;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 20px;
}
.img{
width: 50px;
}
.text{
font-size: 20px;
}
.right-side {
background: #f0f0f0;
padding-left: 20px;
}
.about {
margin-bottom: 50px;
}
.about:last-child {
margin-bottom: 0;
}
.title2 {
color: #003147;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
}
.skill .box {
position: relative;
width: 100%;
display: grid;
grid-template-columns: 150px 1fr;
justify-content: center;
align-items: center;
}
.skill .box h2 {
text-transform: uppercase;
color: #848c99;
font-weight: 500;
}
.skill .box .percent2 {
position: relative;
width: 320px;
margin-left: 90px;
height: 10px;
background: #b7b7b7;
}
.skill .box .percent2 div {
position: absolute;
top: 0;
left: 0;
height: 100%;
background: #03a9f4;
}
.first{
position: relative;
display: flex;
flex-direction: column;
padding-bottom: 20px;
background-color: white;
}
.head{
display: flex;
grid-template-columns: 1fr 1fr 1fr;
position: relative;
background-color: #015f9f;
align-content: center;
}
.second{
grid-template-columns: 1fr 1fr ;
position: relative;
display: flex;
flex-direction: row;
background-color: transparent;
border-radius: 5px;
color: black;
}
.config{
border-radius: 5px;
display: flex;
background-color: white;
flex-direction: column;
}
.espace{
margin-left: 20px;
padding: 5px;
position: relative;
display: flex;
}
.div{
grid-template-columns: 1fr 1fr;
display: flex;
position: relative;
}
@media (max-width:1000px) {
.container {
margin: 10px;
grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width:600px) {
.about .box {
flex-direction: column;
}
.about .box h5 {
margin-bottom: 5px;
}
.interest ul {
grid-template-columns: repeat(1,1fr);
}
.skill .box {
grid-template-columns: repeat(1, 1fr);
}
} | 0.420124 | 0.064418 |
.guide-mask {
background-color: #000000;
height: 100%;
width: 100%;
left: 0;
top: 0;
filter:alpha(opacity=80);
opacity:0.8;
overflow: hidden;
position: fixed;
z-index: 998;
}
.guide-main-wrap{
position: absolute;
z-index: 999;
width: 960px;
top: 180px;
text-align: center;
color: #fff;
overflow: hidden;
}
.guide-frame0{
top: 180px;
}
.guide-frame1{
top: 56px;
}
.guide-frame2{
top: 60px;
}
.guide-main{
position: relative;
width: 960px;
top: 23px;
left: 0px;
}
.guide-btn-wrap{
clear: left;
}
.guide-progress-wrap{
float: left;
margin-left: 240px;
margin-top: 20px;
}
.btn-guide-next{
font-size: 12px;
color: #fff;
font-weight: bold;
width: 107px;
height: 30px;
border-width: 1px;
border-style: solid;
border-color: #3ad4a1 #1ebe88 #006342 #26c28f;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background-image:-moz-linear-gradient(top,rgb(9,202,138),rgb(0,172,115));
background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(rgb(9,202,138)),to(rgb(0,172,115)));
background-image:-webkit-linear-gradient(top,rgb(9,202,138),rgb(0,172,115));
background-image:-o-linear-gradient(top,rgb(9,202,138),rgb(0,172,115));
background-image:-ms-linear-gradient(top,rgb(9,202,138),rgb(0,172,115));
background-image:linear-gradient(top,rgb(9,202,138),rgb(0,172,115));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#09ca8a,endColorstr=#00ac73,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#09ca8a,endColorstr=#00ac73,GradientType=0);
}
.btn-guide-next:hover{
border-width: 1px;
border-style: solid;
border-color: #51e6be #04c38a #006342 #04c38a;
background-image:-moz-linear-gradient(top,rgb(14,224,171),rgb(0,172,115));
background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(rgb(14,224,171)),to(rgb(0,172,115)));
background-image:-webkit-linear-gradient(top,rgb(14,224,171),rgb(0,172,115));
background-image:-o-linear-gradient(top,rgb(14,224,171),rgb(0,172,115));
background-image:-ms-linear-gradient(top,rgb(14,224,171),rgb(0,172,115));
background-image:linear-gradient(top,rgb(14,224,171),rgb(0,172,115));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ee0ab,endColorstr=#00ac73,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ee0ab,endColorstr=#00ac73,GradientType=0);
}
.i-frame0{
display: block;
float: left;
background-image: url("../img/i-guide-frame0.png");
}
.i-frame2{
display: block;
float: left;
}
.btn-guide-close{
position: absolute;
right: 0;
top: 0;
}
.i-guide-close{
width: 27px;
height: 27px;
background-position: -72px -223px;
}
.i-guide-close:hover{
cursor: pointer;
background-position: -101px -223px;
}
.guide-frame0 .guide-btn-wrap{
padding-top: 128px;
}
.guide-frame1 .guide-btn-wrap{
padding-top: 237px;
}
.guide-frame2 .guide-btn-wrap{
padding-top: 50px;
}
.i-frame0-hotsite{
width: 135px;
height: 135px;
background-position: 0px 0px;
margin-left: 7px;
margin-top: 6px;
}
.i-frame0-arrow{
width: 150px;
height: 44px;
background-position: 0px -134px;
margin-top: 73px;
margin-left: -8px;
}
.i-frame1-google-logo{
width: 119px;
height: 40px;
background-position: 0px -182px;
margin-left: 38px;
margin-top: 45px;
}
.i-frame1-google-btn{
width: 72px;
height: 55px;
background-position: 0px -223px;
margin-left: 11px;
margin-top: 52px;
}
.i-frame2-glass{
width: 146px;
height: 147px;
display: block;
float: left;
margin-left: -235px;
margin-top: 3px;
}
.i-frame2-magicbox{
width: 169px;
height: 232px;
background-position: 0px 0px;
margin-left: 139px;
margin-top: 37px;
}
.i-frame2-news{
width: 169px;
height: 232px;
background-position: -168px 0px;
margin-left: 65px;
margin-top: 37px;
}
.i-frame2-resources{
width: 182px;
height: 232px;
background-position: -336px 0px;
margin-left: 65px;
margin-top: 37px;
}
.i-frame-header{
width: 649px;
height: 140px;
background-position: 0px 140px;
margin-left: 139px;
margin-top: 30px;
}
.p-frame0-hotsite{
font-size: 22px;
float: left;
margin-left: 20px;
margin-top: 68px;
font-weight: bold;
}
.guide-progress{
float: left;
width: 121px;
}
.guide-progress-0 .i-progress-line{
visibility: hidden;
}
.guide-progress-over .i-progress-round, .guide-progress-0 .i-progress-round{
width: 9px;
height: 9px;
background-position: -129px -223px;
}
.i-progress-round{
width: 9px;
height: 9px;
background-position: -129px -233px;
}
.guide-progress-over .i-progress-line{
height: 2px;
width: 112px;
margin-top: 3px;
background-position: 0px -178px;
}
.i-progress-line{
height: 2px;
width: 112px;
margin-top: 3px;
background-position: 0px -180px;
}
.guide-progress-wrap p{
clear: left;
float: left;
margin-left: -100px;
margin-top: 10px;
}
.progress-title, .progress-title-over{
clear: left;
display: block;
float: none;
font-weight: bold;
margin-right: -112px;
padding-top: 5px;
zoom: 1;
}
.guide-progress-over .progress-title, .guide-progress-0 .progress-title{
color: #00ac72;
text-shadow: 1px 1px 1px #00cc88;
}
.input-frame1-google{
width: 530px;
height: 28px;
border: 1px solid #4d90fe;
margin-left: 23px;
margin-top: 52px;
float: left;
background-color: #fff;
}
.p-frame1-google{
clear: left;
font-size: 22px;
font-weight: bold;
padding-top: 22px;
}
.p-frame2-more{
clear: left;
font-size: 22px;
padding-top: 16px;
font-weight: bold;
}
.frame2-dot{
font-weight: bold;
color: #b8bbbd;
} | test/diff_fis3_smarty/product_code/hao123_fis3_smarty/home/widget/guide/ltr/ltr.css | .guide-mask {
background-color: #000000;
height: 100%;
width: 100%;
left: 0;
top: 0;
filter:alpha(opacity=80);
opacity:0.8;
overflow: hidden;
position: fixed;
z-index: 998;
}
.guide-main-wrap{
position: absolute;
z-index: 999;
width: 960px;
top: 180px;
text-align: center;
color: #fff;
overflow: hidden;
}
.guide-frame0{
top: 180px;
}
.guide-frame1{
top: 56px;
}
.guide-frame2{
top: 60px;
}
.guide-main{
position: relative;
width: 960px;
top: 23px;
left: 0px;
}
.guide-btn-wrap{
clear: left;
}
.guide-progress-wrap{
float: left;
margin-left: 240px;
margin-top: 20px;
}
.btn-guide-next{
font-size: 12px;
color: #fff;
font-weight: bold;
width: 107px;
height: 30px;
border-width: 1px;
border-style: solid;
border-color: #3ad4a1 #1ebe88 #006342 #26c28f;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background-image:-moz-linear-gradient(top,rgb(9,202,138),rgb(0,172,115));
background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(rgb(9,202,138)),to(rgb(0,172,115)));
background-image:-webkit-linear-gradient(top,rgb(9,202,138),rgb(0,172,115));
background-image:-o-linear-gradient(top,rgb(9,202,138),rgb(0,172,115));
background-image:-ms-linear-gradient(top,rgb(9,202,138),rgb(0,172,115));
background-image:linear-gradient(top,rgb(9,202,138),rgb(0,172,115));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#09ca8a,endColorstr=#00ac73,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#09ca8a,endColorstr=#00ac73,GradientType=0);
}
.btn-guide-next:hover{
border-width: 1px;
border-style: solid;
border-color: #51e6be #04c38a #006342 #04c38a;
background-image:-moz-linear-gradient(top,rgb(14,224,171),rgb(0,172,115));
background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(rgb(14,224,171)),to(rgb(0,172,115)));
background-image:-webkit-linear-gradient(top,rgb(14,224,171),rgb(0,172,115));
background-image:-o-linear-gradient(top,rgb(14,224,171),rgb(0,172,115));
background-image:-ms-linear-gradient(top,rgb(14,224,171),rgb(0,172,115));
background-image:linear-gradient(top,rgb(14,224,171),rgb(0,172,115));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ee0ab,endColorstr=#00ac73,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ee0ab,endColorstr=#00ac73,GradientType=0);
}
.i-frame0{
display: block;
float: left;
background-image: url("../img/i-guide-frame0.png");
}
.i-frame2{
display: block;
float: left;
}
.btn-guide-close{
position: absolute;
right: 0;
top: 0;
}
.i-guide-close{
width: 27px;
height: 27px;
background-position: -72px -223px;
}
.i-guide-close:hover{
cursor: pointer;
background-position: -101px -223px;
}
.guide-frame0 .guide-btn-wrap{
padding-top: 128px;
}
.guide-frame1 .guide-btn-wrap{
padding-top: 237px;
}
.guide-frame2 .guide-btn-wrap{
padding-top: 50px;
}
.i-frame0-hotsite{
width: 135px;
height: 135px;
background-position: 0px 0px;
margin-left: 7px;
margin-top: 6px;
}
.i-frame0-arrow{
width: 150px;
height: 44px;
background-position: 0px -134px;
margin-top: 73px;
margin-left: -8px;
}
.i-frame1-google-logo{
width: 119px;
height: 40px;
background-position: 0px -182px;
margin-left: 38px;
margin-top: 45px;
}
.i-frame1-google-btn{
width: 72px;
height: 55px;
background-position: 0px -223px;
margin-left: 11px;
margin-top: 52px;
}
.i-frame2-glass{
width: 146px;
height: 147px;
display: block;
float: left;
margin-left: -235px;
margin-top: 3px;
}
.i-frame2-magicbox{
width: 169px;
height: 232px;
background-position: 0px 0px;
margin-left: 139px;
margin-top: 37px;
}
.i-frame2-news{
width: 169px;
height: 232px;
background-position: -168px 0px;
margin-left: 65px;
margin-top: 37px;
}
.i-frame2-resources{
width: 182px;
height: 232px;
background-position: -336px 0px;
margin-left: 65px;
margin-top: 37px;
}
.i-frame-header{
width: 649px;
height: 140px;
background-position: 0px 140px;
margin-left: 139px;
margin-top: 30px;
}
.p-frame0-hotsite{
font-size: 22px;
float: left;
margin-left: 20px;
margin-top: 68px;
font-weight: bold;
}
.guide-progress{
float: left;
width: 121px;
}
.guide-progress-0 .i-progress-line{
visibility: hidden;
}
.guide-progress-over .i-progress-round, .guide-progress-0 .i-progress-round{
width: 9px;
height: 9px;
background-position: -129px -223px;
}
.i-progress-round{
width: 9px;
height: 9px;
background-position: -129px -233px;
}
.guide-progress-over .i-progress-line{
height: 2px;
width: 112px;
margin-top: 3px;
background-position: 0px -178px;
}
.i-progress-line{
height: 2px;
width: 112px;
margin-top: 3px;
background-position: 0px -180px;
}
.guide-progress-wrap p{
clear: left;
float: left;
margin-left: -100px;
margin-top: 10px;
}
.progress-title, .progress-title-over{
clear: left;
display: block;
float: none;
font-weight: bold;
margin-right: -112px;
padding-top: 5px;
zoom: 1;
}
.guide-progress-over .progress-title, .guide-progress-0 .progress-title{
color: #00ac72;
text-shadow: 1px 1px 1px #00cc88;
}
.input-frame1-google{
width: 530px;
height: 28px;
border: 1px solid #4d90fe;
margin-left: 23px;
margin-top: 52px;
float: left;
background-color: #fff;
}
.p-frame1-google{
clear: left;
font-size: 22px;
font-weight: bold;
padding-top: 22px;
}
.p-frame2-more{
clear: left;
font-size: 22px;
padding-top: 16px;
font-weight: bold;
}
.frame2-dot{
font-weight: bold;
color: #b8bbbd;
} | 0.322633 | 0.062588 |
#wikibody {
margin:1em 2em;
padding:0.25em;
}
#header, #footer {
padding:0 0 0 20%;
}
#header .applicationlogo {
position:absolute;
left:2em;
right:auto;
width:18%;
}
#footer .applicationlogo,
#footer .companylogo,
#footer .wikiversion,
#footer .rssfeed,
#header .companylogo {
display:none;
}
#header .userbox {
float:right;
}
#header .pagename {
float:left;
}
#header .searchbox {
clear:right;
float:right;
}
#header .breadcrumbs {
clear:both;
}
#favorites {
float:left;
overflow:hidden; /*avoid overflow for wide content of leftmenu or leftmenufooter */
margin-top:1.75em;
width:18%;
padding:0.5em;
}
#favorites .userbox {
border:1px solid #ddd;
margin-bottom:0.5em;
padding:0.25em 0.5em;
display:none;
}
#favorites .login, #favorites .logoff {
clear:left;
}
#footer .copyright {
}
#content {
margin:1em 0;
}
/*#wikibody.fav-left*/ #page, #wikibody.fav-right #favorites {
float:right;
}
#wikibody.fav-right #page, /*#wikibody.fav-left*/ #favorites {
float:left;
}
/*ie6 hack*/
* html /*#wikibody.fav-left*/ #page, * html #wikibody.fav-right #favorites {
margin-left:-3px; /*Three Pixel Text Jog*/
}
* html #wikibody.fav-right #page, * html /*#wikibody.fav-left*/ #favorites {
margin-right:-3px;/*Three Pixel Text Jog*/
}
#wikibody.fav-right #header, #wikibody.fav-right #footer {
padding:0 20% 0 0;
}
#wikibody.fav-right #header .applicationlogo {
left:auto;
right:2em;
}
#page {
width:80%;
}
#wikibody.fav-slide #page {
width:100%;
}
#actionsTop {
float:right;
z-index:10;
}
/* ie hack */
* html #actionsTop {
margin-top:1px;
}
#actionsBottom {
text-align:right;
margin-bottom:0.5em;
}
* html #header, * html .userbox {
height:1% /*hasLayout:true; --ie peekaboo/layout hack */
}
b.roundedCorners {
}
/* +++ 200 Generic stuff here +++ */
/* refined global reset */
/* inspired by http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ and yui reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
outline:none;
/* vertical-align:baseline; seems to give printing errors in FF */
}
/* remember to define focus styles! */
:focus {
outline:0;
}
body {
color:black;
background:white;
margin: 0;
/*font: 12px/1.5 "Lucida Grande", Arial, Helvetica, Sans-Serif;*/
font:76%/140% Verdana,Arial,Helvetica,sans-serif;
}
table {
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
}
h1, h2, h3, h4, p, blockquote, label, ul, ol, dl, hr, .hr, .quote {
margin:0.5em 0;
}
th, td {
padding:0.25em 0.5em;
}
.hr {
display:block;
border-bottom:1px solid #ddd;
}
hr, .hr, .clearbox {
clear:both;
}
/* +++ 210 Page titles, headings, and paragraphs +++ */
.titlebox {
color:#555;
padding:0.25em 1em;
}
.pagename {
font-size:175%;
line-height:1.4;
font-weight:bold;
margin-bottom:0.5em;
}
/*
Headings:
The headings h2, h3 and h4 get a {{clear:left}} so they can appear
side by side with .commentbox-es.
The {{.editsection}} and {{hashlink}} define the styling of the
[[Edit] and # hash-hover link on each heading.
DOM structure:
> <h2 id="section-...">Header-Title
> <a class="hashlink" href="...">#</a>
> <a class="editsection href="...§ion=0">[Edit]</a>
> </h2>
*/
h2, h3, h4 {
clear:left;
margin:1em 0 0.5em 0;
padding:0.25em;
line-height:1.2;
}
h2 { font-size: 150%; }
h2 .editsection, h2 .hashlink { font-size: 67%; }
h3 { font-size: 132%; }
h3 .editsection, h3 .hashlink { font-size: 76%; }
h4 { font-size: 116%; }
h4 .editsection, h4 .hashlink { font-size: 86%; }
a.editsection, a.hashlink {
font-weight:normal;
line-height:1.2;
padding:0.25em;
text-decoration:none;
color:#ccc;
}
a.editsection:hover, a.hashlink:hover {
background-color:#ddd;
color:blue !important;
}
h2:hover .editsection, h3:hover .editsection, h4:hover .editsection,
h2:hover .hashlink, h3:hover .hashlink, h4:hover .hashlink {
color:#999;
}
b, i {
color:inherit;
}
br {
clear:both;
}
/* +++ 220 Lists and bullets +++ */
ul ul, ol ol {
margin:0;
}
ul,ol {
padding-left:3em;
}
dl dt {
font-weight:bold;
}
dl dd {
margin-left:2em;
}
/* +++ 225 Forms, Labels, form-values and form-help +++ */
.wikiform {
}
.wikiform tr {
vertical-align:middle;
}
.wikiform td {
}
.formvalue {
font-weight:bold;
}
.formhelp {
font-style:italic;
margin:0.5em 0;
}
/*
textarea, input[type=text] {
padding: 1px 0 1px 3px;
border: 1px solid #ddd;
}
*/
legend, label {
font-weight:bold;
white-space:nowrap;
padding-right:0.5em;
}
fieldset {
margin:0.5em 0;
padding:0.5em;
border:1px solid #ddd;
}
.wikiform input[type='submit'], .wikiform input[type='button'],.wikiform input[type='file'], .wikiform button {
cursor:pointer;
}
.wikiform input, .wikiform option {
padding:0 0.25em;
}
/* +++ 240 Pre-formatted text blocks and code +++ */
code, tt, pre {
font:110% Monaco, "Courier New", Courier, monospace;
overflow:auto;
}
pre {
clear:both;
white-space:pre;
margin:1em 2.5%;
padding:0.5em;
background:#f9f9f9;
border:1px solid #ddd;
_width:100%;
_overflow-x:auto;
_padding-bottom:1.5em; /*take scrollbar into account on ie ugh*/
}
#previewcontent, #info, #pagecontent, #attach, #findcontent, .diffbody {
overflow-y:hidden; /*safari only -- ?? */
_width:100%;
_overflow-x:auto;
_padding-bottom:1.5em !important; /*take scrollbar into account on ie ugh*/
}
/* +++ 250 Hyperlinks +++ */
a {
color:blue;
}
a:link {
}
a:visited {
}
a:active {
}
.hover {
background-color:#eee;
}
/* ie6 hack */
* html .hover {
background-color:#eee;
}
/* ie7 hack */
*:first-child+html .hover {
background-color:#eee;
}
a:hover {
}
a:focus {
}
a.wikipage {
}
a.createpage {
color:red;
text-decoration:none;
border-bottom:1px dashed red;
}
a.external {
}
a.interwiki {
}
a.feed {
background-image:url(../../images/jspwiki-strip.gif);
background-repeat:no-repeat;
background-position:0 0;
text-indent:16px;
margin:0 0.5em;
width:16px;
height:16px;
text-decoration:none;
overflow:hidden;
display:block;
float:right;
}
/* switch to gif for better ie rendering, but selectors nok in ie6 (fine in ie7) */
/*a.infolink {
background-image:url("../../images/jspwiki-strip.gif");
background-repeat:no-repeat;
background-position:right -16px;
padding-right:16px;
line-height:16px !important;
height:16px;
overflow:hidden;
}
a.infolink img {
display:none;
}*/
/* +++ 260 Image styles +++ */
img {
border:none;
/* max-width:99%; FIXME ff ok to fit in parent */
}
img.inline {
}
img.outlink {
}
img.attlink {
}
.applicationlogo a {
display:block;
height:64px;
width:64px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
text-indent:-1000px;
background:url(../../images/jspwiki_logo.png) -64px 0 no-repeat;
}
.applicationlogo a:hover {
background-position:0 0;
}
/* +++ 270 Footnotes and small text +++ */
a.footnoteref {
vertical-align:super;
font-size:85%;
}
a.footnote {
vertical-align:super;
color:#04A;
}
.small {
font-size:85%;
}
.sub {
font-size:85%;
vertical-align:sub;
}
.sup {
font-size:85%;
vertical-align:super;
}
.strike {
text-decoration:line-through;
}
.center {
text-align:center;
}
.center table {
margin-left:auto;
margin-right:auto;
text-align:left;
}
.quote {
border-left:4px solid #bbb;
padding-left:3em;
margin:0 0.5em;
}
.ltr {
direction:ltr;
}
.rtl {
direction:rtl;
}
.invisible {
display:none;
} /* also used by the TASKS plugin */
/* +++ 280 Convenience styles and info/warning/error dialogs +++ */
.additinfo {
background-color:#e0e0ff;
}
.diffnote, .information, .warning, .error {
display:block;
clear:both;
margin:1em .5em;
padding:1em 1em 1em 3em;
background-position:.8em .9em;
background-repeat:no-repeat;
}
td .information, td .warning, td .error {
margin:0;
}
.diffnote, .information {
background-image:url(images/information.gif);
background-color:#e0e0ff;
}
.warning {
background-image:url(images/exclamation.gif);
background-color:#ffff80;
}
.error {
background-image:url(images/error.gif);
background-color:#ffe0e0;
color:#c00000;
}
.error * li {
margin-left:0;
padding-left:0;
}
/* +++ 290 Comment boxes (used on some pages) +++ */
.commentbox {
display:block;
float:right;
clear:right;
width:35%;
overflow:hidden;
border:1px solid #ddd;
background:#f9f9f9;
padding:0 0.5em;
margin:0 0 1em 0.5em;
font-size:90%;
}
.commentbox li {
margin-left:0;
padding-left:0;
}
/* +++ 300 Wiki tables and zebra tables +++ */
.wikitable {
margin:0.5em 0.25em;
}
.wikitable tr {
vertical-align:top;
}
.wikitable * th {
border:1px solid #ddd;
background-color:#eee;
vertical-align:top;
}
.wikitable * td {
border:1px solid #ddd;
vertical-align:top;
text-align:left;
/*word-wrap:break-word;*/
}
.zebra-table tr.odd td {
background-color:#eee;
}
.wikitable * td.split {
border-top:1px solid #d9d9d9;
} /* CHECK */
/* +++ 350 Attachments +++ */
#attach {
}
/* upload submit button */
#upload {
float:left;
}
#progressbar {
float:left;
margin-left:1em;
width:30em;
border:2px solid #ddd;
visibility:hidden;
}
#progressbar .ajaxprogress {
background:url(images/progress.gif) repeat-x;
height:18px;
text-align:center;
width:0;
}
.attachtype {
line-height:1.6;
font-size:11px;
padding-left:20px;
background-repeat:no-repeat;
background-position:0 0;
background-image:url(images/attach-strip.png);
}
#attach-gif { background-position:0 -112px; }
#attach-png { background-position:0 -112px; }
#attach-bmp { background-position:0 -112px; }
#attach-jpg { background-position:0 -112px; }
#attach-jpeg { background-position:0 -112px; }
#attach-text { background-position:0 -16px; }
#attach-txt { background-position:0 -16px; }
#attach-zip { background-position:0 -128px; }
#attach-jar { background-position:0 -128px; }
#attach-tar { background-position:0 -128px; }
#attach-pdf { background-position:0 -80px; }
#attach-doc { background-position:0 -32px; }
#attach-xls { background-position:0 -48px; }
#attach-ppt { background-position:0 -64px; }
#attach-swf { background-position:0 -96px; }
#attach-mov { background-position:0 -160px; }
#attach-mp3 { background-position:0 -144px; }
#attach-wav { background-position:0 -144px; }
/* +++ 400 Styles for specific JSPs +++ */
/* +++ 405 AttachmentTab +++ */
/* +++ 410 CommentContent +++ */
#commentcontent {
}
/* +++ 415 ConflictContent +++ */
#conflict,
#conflictother,
#conflictown {
}
/* +++ 420 DiffContent and Diff Providers:Traditional and External +++ */
#diffcontent {
clear:both;
}
.diffbody {
padding:0.5em;
}
/* .diffnote equals .information */
td.diffadd, td.diffrem, td.diff {
font:110% Monaco, "Courier New", Courier, monospace;
line-height:1;
}
td.diffadd {
background:#9f9;
}
td.diffrem {
background:#f93;
}
td.diff {
background:#fff;
}
/* +++ 421 Contextual diff provider +++ */
.diff-wikitext {
font:110% Monaco, "Courier New", Courier, monospace;
line-height:1;
overflow:auto;
}
.diff-insertion {
background:#9f9;
text-decoration:none;
color:black;
}
.diff-deletion {
background:#f93;
text-decoration:line-through;
color:black;
}
.diff-nextprev {
vertical-align:super;
text-decoration:none;
}
/* +++ 425 Edit/EditContent and CommentContent +++ */
body.edit {
}
body.comment {
}
#edithelp {
}
/* +++ 430 Edit/EditContent +++ */
.textarea-resizer {
background:#eee url(images/resize-horizontal.gif) top center;
cursor:s-resize; /* css3 row-resize */
font-size:1px;
height:6px;
line-height:6px;
overflow:hidden;
}
#toolbuttons, #toolextra, #searchbar {
margin-left:1em;
clear:both;
}
#tools span {
float:left;
display:block;
padding:0.25em 0;
margin-right:1em;
}
#toolbuttons span {
border:1px solid #ddd;
}
a.tool {
float:left;
display:block;
background:transparent;
margin:2px;
text-decoration: none;
}
a.tool:hover, .btn:hover {
background-color:#ddd !important;
}
#tools a.tool {
border:none;
background-repeat:no-repeat;
background-image:url("images/editor-strip.gif");
background-color:transparent;
height:16px;
width:16px;
text-indent:20px;
overflow:hidden;
}
#tbREDO { background-position:0 0; width:auto !important;}
#tbUNDO { background-position:0 -16px; width:auto !important;}
/*#tbOUTLINE { background-position:0 0; width:auto !important;}
#tbOUTLINE {
width:auto !important;
background-image:url("images/book_open.png") !important;
}
*/
/*
label[for="edittoc"] {
background-repeat:no-repeat;
background-position:center left;
xxbackground-image:url("images/editor-strip.gif");
background-image:url("images/book_open.png") !important;
background-color:transparent;
padding:2px 0 2px 20px;
}
*/
#tbH1 { background-position:0 -192px; }
#tbH2 { background-position:0 -208px; }
#tbH3 { background-position:0 -224px; }
#tbB { background-position:0 -176px; }
#tbI { background-position:0 -256px; }
#tbLink { background-position:0 -48px; }
#tbMONO { background-position:0 -160px; }
/*
#tbColor { background-image:url("images/paintbrush.png"); }
#tbBackground { background-image:url("images/paintcan.png"); }
*/
#tbPRE { background-position:0 -64px; }
#tbCODE { background-position:0 -80px; }
#tbHR { background-position:0 -240px; }
#tbBR { background-position:0 -112px; }
#tbDL { background-position:0 -272px; }
#tbSUP { background-position:0 -336px; }
#tbSUB { background-position:0 -320px; }
#tbSTRIKE { background-position:0 -304px; }
#tbUL { background-position:0 -256px; }
#tbOL { background-position:0 -272px; }
#tbLEFT { background-position:0 -288px; }
#tbCENTER { background-position:0 -304px; }
#tbRIGHT { background-position:0 -320px; }
#tbJUST { background-position:0 -336px; }
#tbQUOTE { background-position:0 -272px; }
#tbIMG { background-position:0 -96px; }
#tbTABLE { background-position:0 -144px; }
#tbTOC { background-position:0 -32px; }
#tbTAB { background-position:0 -128px; }
#tbSIGN { background-position:0 -288px; }
#tbDOREPLACE { background-image:url("images/doreplace.png") !important; }
.editor {
font:110% Monaco, "Courier New", Courier, monospace;
padding:4px;
width:99%;
}
#toctoc {
position:relative;
margin:0.5em 0;
}
#toctoc label {
display:block;
margin:0;
padding:0.5em;
}
#toctoc ul {
border:3px solid #eee;
width:auto;
overflow:auto;
height:150px;
list-style:none;
margin:0;
padding:0;
}
#toctoc a {
display:block;
padding:0 0.5em;
cursor:pointer;
overflow:hidden;
white-space:nowrap;
}
/* ie6 hack ensure moremenu remains properly aligned */
* html #editorarea {
padding:4px 0;
}
/*ie7 hack */
*:first-child+html #editorarea {
padding:4px 0;
}
#submitbuttons input {
margin-right:2em;
}
#commentcontent, #editcontent {
width:100%;
}
#searchbar {
display:block !important;
}
#searchbar span {
white-space:nowrap;
}
#searchbarhelp {
}
#findSuggestionMenu {
position:absolute;
color:white;
background-color:rgba(0,0,0,0.7);
-moz-border-radius:10px;
-webkit-border-radius:5px;
-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
z-index:10;
font-size:85%;
overflow:hidden;
}
/* ie6 hack */
* html #findSuggestionMenu {
background:url(images/tip.png) top left;
}
/* ie7 hack */
*:first-child+html #findSuggestionMenu {
background:url(images/tip.png) top left;
}
#findSuggestionMenu ul {
list-style:none;
margin:0;
padding:0;
}
#findSuggestionMenu li {
padding:0.25em 0.5em;
cursor:pointer;
}
#findSuggestionMenu .hover {
background-color:rgba(0,0,0,0.5);
-moz-border-radius:10px;
-webkit-border-radius:5px;
}
/* ie6 hack */
* html #findSuggestionMenu .hover {
background-color:black;
}
/* ie7 hack */
*:first-child+html #findSuggestionMenu .hover {
background-color:black;
}
/* +++ 440 Favorites +++ */
/* fixme
#collapseFavs {
position:absolute;
margin-left:-1px;
left:-0.5em;
top:-1px;
width:0.5em;
height:100%;
background:#f9f9f9;
border-top:1px solid #f9f9f9;
border-bottom:1px solid #f9f9f9;
cursor:pointer;
}
#wikibody.fav-right #collapseFavs {
left:auto;
right:-0.5em;
margin-left:0;
margin-right:-1px;
}
#collapseFavs.hover {
background-color:#eee;
border-color:#eee;
}
#collapseFavsWrapper {
position:absolute;
padding-right:1em;
left:0.5em;
top:-2em;
cursor:auto;
overflow:hidden;
}
#wikibody.fav-right #collapseFavsWrapper {
left:auto;
right:0.5em;
padding-right:0;
padding-left:1em;
}
#collapseFavsWrapper #favorites {
background:white;
border:0.5em solid #eee;
border-left:none;
}
#wikibody.fav-right #collapseFavsWrapper #favorites {
border-right:none;
border-left:0.5em solid #eee;
}
#collapseFavsPointer {
position:absolute;
width:4px;
height:12px;
background:url(images/arrleft.gif) top left no-repeat;
margin-left:-15px;
z-index:5;
}
#wikibody.fav-right #collapseFavsPointer{
margin-left:15px;
}
.fav-slide #collapseFavsPointer {
background-image:url(images/arrright.gif);
}
*/
.userbox {
overflow:hidden;
padding:0.5em 0;
white-space:nowrap;
}
#favorites .userbox a.action, #favorites .userbox .username {
float:left;
display:block;
margin-right:4px; /*spacing between buttons */
}
.username {
font-style:italic;
padding:0.25em 0.5em;
}
.username.anonymous {
}
.username.asserted {
}
.username.authenticated {
}
.wikiversion, .rssfeed {
font-size:90%;
padding:0.25em;
text-align:center;
}
/* +++ 450 FindContent +++ */
#details, #scope {
margin-left:2em;
}
.gBar {
}
.graphBar {
padding:0;
color:white;
border-color:#f93;
border-left-style:solid;
border-bottom-style:solid;
}
.fragment {
margin:0.25em;
font:90% Monaco, "Courier New", Courier, monospace;
}
.fragment_ellipsis {
font-weight:bold;
}
.nosearchresult {
font-style:italic;
}
/* For the search_highlight.js. This style defines the how the words that have
been found look like. If you look for "thingy", you will get these following
in the results.
<span class="searchword">thingy</span>
*/
.cursor {
background-color:#eee;
}
.searchword, .searchmatch {
background-color:#f93;
color:black;
text-decoration:inherit;
}
/* +++ 455 Footer +++ */
.copyright {
padding:1em 0.25em;
font-size:90%;
text-align:center;
color:#555;
}
/* +++ 460 Header +++ */
.breadcrumbs {
font-size:90%;
padding:0 1.5em 1em 0;
}
/* +++ 465 InfoContent +++ */
#infocontent {
}
#incomingLinks, #outgoingLinks, #externalLinks, #attachmentLinks, #versionhistory {
width:30%;
overflow:hidden;
margin-right:0.5em;
float:left;
}
#versionhistory td {
white-space:nowrap;
}
.pagination {
margin:0.25em;
padding:0.5em;
background:#eee;
/*line-height:1;*/
}
.pagination a {
cursor:pointer;
}
.pagination a, .pagination .cursor {
padding:0.5em;
}
.pagination .cursor, .pagination a:hover {
background-color:#d7d7d7;
}
td.changenote {
font-style:italic;
}
th.changenote, td.changenote {
width:30%;
overflow:hidden;
}
#info th select {
display:block;
}
/* +++ 470 PageActions +++ */
.pageactions {
line-height:1.5;
}
.pageactions ul {
list-style:none;
margin:0;
padding:0;
}
.pageactions li {
display:block;
float:left;
}
.pageactions li ul {
position:absolute;
background:white;
border:2px solid #ddd;
left:0; /*right:2.5em; */
z-index:10;
}
.pageactions li ul li ul {
position:static;
left:auto;
}
.pageactions li ul li {
display:block;
white-space:nowrap;
float:none;
}
.pageactions li ul li.separator {
border-top:2px solid #ddd;
}
/* undo settings for nested information! */
.pageactions li ul li ul {
position:static;
left:auto;
border:none;
}
.pageactions li ul li ul li {
/* nothing to undo ?? */
}
#hiddenmorepopup {
display:none;
border:1px solid #ddd;
}
#hiddenmorepopup ul {
list-style:none;
margin:0;
padding:0;
}
#morebutton ul a {
padding:0.25em 0.5em;
text-decoration:none;
cursor:pointer;
}
.pageactions a.action {
display:block;
}
#morebutton a:hover, a.action:hover, #sectiontoc a:hover
.userbox a.action:hover, a.action.quick2bottom:hover, a.action.quick2top:hover {
background-color:#eee !important;
}
a.action.view,
a.action.comment,
a.action.prefs,
a.action.attach,
a.action.info,
a.action.viewgroup,
a.action.creategroup,
a.action.workflow,
a.action.login,
a.action.logout {
}
#searchTools a.action, .userbox a.action, a.action.edit, a.action.more {
padding:0.25em 0.5em;
text-decoration:none;
line-height:normal;
border:1px solid #ddd;
background:#f9f9f9;
}
a.action.edit, a.action.more {
margin-left:4px;
border-bottom:none;
}
a.action.more {
padding-right:1.5em;
background: #f9f9f9 url(images/arrdownsmall.gif) 95% center no-repeat;
}
a.action.quick2top, a.action.quick2bottom {
overflow:hidden;
padding:0;
text-indent:20px;
width:20px;
margin:0 0 0 2px;
}
a.action.quick2top {
float:right;
background:url(images/arrup.gif) no-repeat 3px 3px;
}
/*********/
.popup ul {
position:absolute;
background:white;
border:2px solid #ddd;
padding:0.25em;
margin:0;
left:0;
z-index:15;
list-style:none;
}
.popup li a {
display:block;
line-height:1.5;
white-space:nowrap;
cursor:pointer;
}
.popup a:hover {
background-color:#eee !important;
}
/* +++ 472 PageContent.jsp +++ */
#pagecontent {
padding:0.5em 0;
}
/* +++ 475 PreviewContent - "This is a preview" comment +++ */
#sneakpreviewheader {
clear:both;
font-size:110%;
background-color:#ddd;
padding:0.5em;
margin:0.5em 0;
}
#sneakpreview {
}
#previewcontent {
}
.previewcontent {
background-image:url(images/preview.gif);
}
/* +++ 480 PreferencesContent, LoginContent, GroupContent +++ */
/* +++ 485 SearchBox +++ */
.spin {
background:url(images/spin.gif) no-repeat;
width:16px;
height:16px;
margin:0 0.5em;
}
.searchbox {
}
#searchForm #query {
width:164px;
padding:2px 22px 2px 2px;
vertical-align: middle;
color:#555;
}
#searchSubmit {
position:absolute;
top:5px;
right:3px;
margin:0;
padding:0;
width:16px;
height:16px;
border:none;
background: url(images/search.gif) no-repeat center;
overflow:hidden;
cursor:pointer;
}
#searchboxMenu {
position:absolute;
background:white;
border:2px solid #ddd;
padding:0.25em;
left:0;
z-index:15;
}
/*ie6 hack*/
* html #searchboxMenu {
white-space:nowrap; /*ensure box has proper width ugh! */
}
#searchboxMenu ul {
list-style:none;
margin:0;
padding:0;
}
#searchboxMenu li {
padding:0 0.5em;
}
#searchTools a:hover, #searchboxMenu li:hover {
background:#eee;
}
#searchboxMenu div {
margin:0.5em 0;
}
#searchTools {
text-align:left;
}
/* +++ 490 ViewTemplate +++ */
body.view {
/*background-image:white;*/
}
/* +++ 600 JSPWiki plugins +++ */
/* +++ 610 Image plugin +++ */
.imageplugin {
margin:.5em 0;
}
.imageplugin img {
border:0;
}
.imageplugin caption {
font-size:90%;
}
.imageplugin * {
padding:0;
margin:0;
}
/* +++ 620 Index plugin +++ */
.index {
}
.index .header {
padding:4px;
background:#f9f9f9;
border:1px solid #ddd;
text-align:center;
font-size:1.4em;
}
.index .body {
margin-top: 0.5ex;
}
.index .section {
color:red;
font-size:1.4em;
display: block;
border-bottom: 2px solid silver;
margin-top:1.5ex;
}
/* +++ 625 Table of contents plugin +++ */
div.toc {
width:60%;
float:left;
clear:left;
}
/* duplicate toc items links back to the first rendered table of contents */
a.toc {
color:grey;
padding:0.25em;
}
a.toc:hover {
background:#eee;
}
#favorites .toc {
width:100%;
}
#pagecontent .toc h4 {
font-size:1.4em;
}
.toc ul {
padding-left:0;
list-style:none;
}
.toc li {
margin-left:1em;
padding-left:0;
}
.toc li.toclevel-1 {
margin-left:0.5em;
}
.toc li.toclevel-2 {
margin-left:1.5em;
}
.toc li.toclevel-3 {
margin-left:2.5em;
}
/*continue here ...*/
/* +++ 630 Weblog and weblogarchive plugins +++ */
.weblog {
margin:0 2em;
clear:both;
}
.weblogentry {
margin:0.5em 0;
}
.weblogentryheading {
padding:0.25em 0.5em;
font-size:90%;
background:#e0e0e0;
float:right;
}
.weblogentrytitle {
padding:0.25em 0.5em;
font-size:120%;
line-height:1.2;
font-weight:bold;
background:#e0e0e0;
}
.weblogentrybody {
margin-left:0.5em;
clear:both;
}
.weblogentryfooter {
font-size:90%;
padding:0.25em 0.5em;
border-bottom:3px solid #e0e0e0;
clear:both;
}
.weblogarchive {
}
.weblogarchive ul {
}
.weblogarchive li {
margin-left:1em;
display:block;
list-style-type:none;
}
.archiveyear {
font-weight:bold;
text-decoration:none;
margin-left:0 !important;
}
.archiveyear:after {
content:" AD"
}
.weblogcommentstitle {
background:#e0e0e0;
margin:1em 0.5em 0 0.5em;
padding:0.5em;
font-weight:bold;
font-size:120%;
line-height:1.1;
}
.weblogcomments {
background:#f9f9f9;
margin:0 0.5em 1em 0.5em;
padding:1em;
}
/* +++ 640 RecentChangesPlugin +++ */
.recentchanges {
table-layout:fixed;
} /*faster renderer */
.recentchanges .changenote {
font-style:italic;
}
.recentchanges td {
vertical-align:top;
border-bottom:1px solid #f9f9f9;
}
.recentchanges .date {
vertical-align:bottom;
border-top:1.5em solid white;
background-color:#f9f9f9 !important;
border-bottom:none;
}
.recentchanges tr.odd td {
background-color:transparent;
}
/* +++ 800 JSPWiki JSP Taglibs +++ */
/* +++ 805 CalendarTag +++ */
div.calendar {
border:1px solid black;
}
table.calendar {
}
table.calendar td {
text-align:center;
}
table.calendar td.othermonth {
color:#707070;
}
table.calendar td.link {
background:#f9f9f9;
}
table.calendar tr.month {
}
table.calendar tr.weekdays {
color:red;
}
/* +++ 900 "Special-effects" JavaScript styles +++ */
/* +++ 910 Tabbed Pages +++ */
/* use absolute position trick to avoid page bump when inserting tabmenu
* "tabs" surrounds the actual tab-content :only border right-bottom-left
* "tabmenu" visualises the actuals tabs :border-bottom to close the tabs box
* "tabmenu a" for the actual tabs :border left-top-right to draw the tab
* Note:margin-left -2px to compensate border-width ico you want adjacent tabs
* increase/decrease margin-left to create space between the tabs
* "active" is the active tab :border-bottom --white-- to 'reopen' the tabmenu border
* "alerttab" is a --red-- tab used in edit mode for msg like lock etc.
*/
.accesskey {
text-decoration:underline;
}
.hidetab {
display:none;
}
.tabs {
clear:both;
padding:0.5em;
border:1px solid #ddd;
margin-bottom:0.5em;
}
.tabmenu {
padding:0 1em;
font-weight:bold;
}
/* nested tabs should not allow floated stuff to appear next to the tabmenu - ugh */
.tabs .tabmenu {
clear:both;
}
/* ie6 and lower */
* html .tabmenu {
border:1px solid white;
}
/*ie7 hack */
*:first-child+html .tabmenu {
border:1px solid white;
}
.tabmenu a {
float:left;
margin:0 0 -1px -1px;
padding:0.25em 0.5em;
border:1px solid #ddd;
color:gray;
background:#f9f9f9;
text-decoration:none;
cursor:pointer;
line-height:normal;
}
.tabmenu a:hover {
background:#eee;
}
.tabmenu a.activetab {
color:black;
background:transparent;
border-bottom:1px solid white;
cursor:default;
}
/* +++ 910 Accordion +++ */
.accordion, .tabbedAccordion {
clear:both;
border:1px solid #ddd;
margin-bottom:0.5em;
}
.accordion .toggle {
border: 2px solid #f9f9f9;
background:#f9f9f9;
cursor:pointer;
font-weight:bold;
line-height:1.4;
padding:0.25em 1em 0.25em 0;
}
.accordion .toggle:hover, .menu .toggle:hover {
background:#eee;
}
.accordion .tab {
padding:0 1em;
}
.menu {
clear:both; /* check out */
color:gray;
font-weight:bold;
}
.menu.top {
margin-left:0.5em; /* small left indent of first toggle */
}
.menu.left {
float:left;
margin-top:0.5em; /* small top indent of first toggle */
}
.menu.right {
float:right;
margin-top:0.5em; /* small top indent of first toggle */
}
.menu .toggle {
background:#f9f9f9;
border:1px solid #ddd;
cursor:pointer;
padding:0.25em 0.5em;
}
.menu.top .toggle {
float:left;
margin:0 0 -1px -1px; /* adjacent toggle will stick: let 1px border overlap.*/
display:inline;
}
.menu.left .toggle {
margin:0 -1px -1px 0; /* adjacent toggle will stick: let 1px border overlap.*/
}
.menu.right .toggle {
margin:0 0 -1px -1px; /* adjacent toggle will stick: let 1px border overlap.*/
}
.menu .toggle.active {
background:transparent;
cursor:default;
color:black;
}
.menu.top .toggle.active {
border-bottom:1px solid white;
}
.menu.left .toggle.active {
border-right:1px solid white;
}
.menu.right .toggle.active {
border-left:1px solid white;
}
.tabbedAccordion {
padding:0.5em;
}
.leftAccordion, .rightAccordion {
margin-bottom:0.5em;
}
.leftAccordion .tab, .rightAccordion .tab {
border:1px solid #ddd !important;
margin:0 0 -2px 0; /* trick :: -2px to reveal top and bottom borders the tabs */
padding:0.25em 0.5em;
}
/* ie only hack no needed ?
* html .togglemenu {
margin-top:1px;
}
*/
/* margin is not compatible with scrollHeigth used by accordion - replace it by padding */
/*
.tab h1, .tab h2, .tab h3, .tab h4,
.tab p, .tab pre, .tab blockquote, .tab label,
.tab ul, .tab ol, .tab dl, .xxtab hr {
margin:0 auto;
padding-top:0.5em;
padding-bottom:0.5em;
}
*/
/* +++ 912 wiki columns +++ */
/*ie6 and lower hack */
* html .columns {
width:100%;
}
/*ie7 hack */
*:first-child+html .columns {
width:100%;
}
.columns .col {
float:left;
padding:0 0.25em;
}
/* +++ 915 Tips +++ */
.tip-anchor {
border-bottom:2px solid #545454;
cursor:pointer;
}
.tip-tip {
color:white;
width:auto; /*240px;*/
z-index:100;
font-size:90%;
background-color:rgba(0,0,0,0.7);
-moz-border-radius:10px;
-webkit-border-radius:5px;
-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
.tip-title {
font-weight:bold;
padding:8px 8px 4px;
}
* html .tip-title {
background:url(images/tip.png) top left;
}
/*ie7 hack */
*:first-child+html .tip-title {
background:url(images/tip.png) top left;
}
.tip-text {
padding:4px 8px 8px;
}
.tip-text th {
background:grey !important;
}
* html .tip-text {
background:url(images/tip.png) bottom right;
}
/*ie7 hack */
*:first-child+html .tip-text {
background:url(images/tip.png) bottom right;
}
.tip-tip a {
color: white !important;
}
/* +++ 920 Collapsible lists +++ */
div.collapse ul, div.collapse ol {
margin:0;
padding:0;
}
/* ie6 hack : avoid strange side-effect on borders */
* html div.collapse ul, * html div.collapse ol {
width:100%;
}
div.collapse li {
list-style-type:none;
}
.collapse .collapsebody, .collapsebox .collapse .collapsebody {
padding-left:1.5em;
}
/*
Make sure to print collapsed items as it they were not collapsed.
This requires some smart 'specific' css selector rules, in order to
overwrite the style set by the mootools animation routines.
*/
@media print {
.collapse .collapsebody ul, .collapsebox div.collapsebody {
height:auto !important;
}
}
/* ie7 hack */
*:first-child+html .collapse .collapsebody,
*:first-child+html .collapsebox .collapse .collapsebody {
float:left;
padding-left:0.5em;
}
/* ie6 hack */
* html .collapse .collapsebody, * html .collapsebox .collapse .collapsebody {
float:left;
padding-left:0.5em;
}
/* collapse icons */
.collapseBullet, .collapseOpen, .collapseClose {
clear:left;
float:left;
text-align:center;
text-decoration:none;
color:blue;
font:bold small Monaco, "Courier New", Courier, monospace;
width:1.2em;
height:1em;
}
.collapseOpen, .collapseClose {
cursor:pointer;
}
/* +++ collapsebox +++ */
.collapsebox {
clear:right; /* avoid clash with intern floated bullet */
border:1px solid #ddd;
margin:0 0 0.5em 0;
}
.collapsetitle {
margin:0;
padding:0.25em 0;
border: 2px solid white;
}
.collapsebox .collapsebody {
padding:0 0.5em;
}
/* +++ 930 Sortable tables +++ */
.sortable .sortAscending, .sortable .sortDescending, .sortable .sort {
background-repeat:no-repeat;
background-position:2px 4px;
cursor:pointer;
padding-left:11px;
}
.sortable .sort {
background-image:url(images/sortable.gif);
}
.sortable .sortAscending {
background-image:url(images/sorted_down.gif);
background-position:2px 6px;
}
.sortable .sortDescending {
background-image:url(images/sorted_up.gif);
background-position:2px 0px;
}
/* +++ 940 SLIMBOX Attachment viewer etc. +++ */
a.slimbox {
font-weight:bold;
font-size:1.3em;
padding:0 0.2em;
}
a.slimbox:visited, a.slimbox:active, a.slimbox:link {
text-decoration:none;
border:none;
}
a.slimbox:hover {
background:#eee;
}
#lbOverlay {
position:absolute;
left:0;
top:0;
width:100%;
background-color:#000;
cursor:pointer;
}
#lbCenter, #lbBottomContainer {
position:absolute;
left:50%;
overflow:hidden;
font: 90% Verdana, Helvetica, sans-serif;
color:#666;
line-height:1.5;
text-align:left;
}
#lbBottomContainer {
padding:0 12px;
}
#lbCenter {
padding:12px 12px 0 12px;
}
#lbCenter a {
outline:none;
}
.lbLoading {
background:#fff url(images/spin.gif) no-repeat center;
}
#lbImage {
border:10px solid #fff;
border-top-width:1.4em;
background-color:#fff;
background-repeat:no-repeat;
background-position:center center;
position:relative;
}
#lbBottom {
border:10px solid #fff;
border-top-style:none;
background-color:#fff;
}
#lbBottom div {
white-space:nowrap;
overflow:hidden;
}
#lbCaption, #lbPrevLink, #lbNextLink {
font-weight:bold;
}
#lbPrevLink {
padding-right:1em;
}
#lbNextLink {
padding-left:1em;
}
#lbCloseLink {
display:block;
position:absolute;
width:28px;
height:28px;
top:0;
right:0;
background:url(images/slimbox_close.png) no-repeat;
z-index:10;
}
/* gif icons for ie */
* html #lbCloseLink {
background:url(images/slimbox_close.gif) 4px 12px no-repeat;
}
* html #lbCloseLink:hover {
background-image:url(images/slimbox_close_hover.gif);
}
#lbBottomContainer *:visited, #lbBottomContainer *:active, #lbBottomContainer *:link,
#lbCenter *:visited, #lbCenter *:active, #lbCenter *:link {
text-decoration:none;
border-bottom:none;
}
/* +++ 950 Categorised +++ */
.categoryLink {
border-bottom:2px solid #545454;
text-decoration:none;
}
.categoryPopup {
color:white;
z-index:100;
font-size:90%;
margin-top:2px;
position:absolute;
z-index:10;
background-color:rgba(0,0,0,0.7);
-moz-border-radius:10px;
-webkit-border-radius:5px;
-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
/* ie6 hack */
* html .categoryPopup {
width:240px;
}
/* ie7 hack */
*:first-child+html .categoryPopup {
width:240px;
}
.categoryPopup a:link, .categoryPopup a:active,.categoryPopup a:visited {
color:white;
text-decoration:none;
}
.categoryTitle {
padding:4px;
font-weight:bold;
}
/* ie6 hack */
* html .categoryTitle {
background:url(images/tip.png) top left;
}
/* ie7 hack */
*:first-child+html .categoryTitle {
background:url(images/tip.png) top left;
}
.categoryText {
padding:4px 0;
}
/* ie6 hack */
* html .categoryText {
background:url(images/tip.png) bottom right;
}
/* ie7 hack */
*:first-child+html .categoryText {
background:url(images/tip.png) bottom right;
}
.categoryText ul {
list-style:none;
margin:0 !important;
padding:0 !important;
}
.categoryText li {
display:block;
padding:0 8px;
}
.categoryPopup .hover {
background-color:rgba(0,0,0,0.5);
-moz-border-radius:10px;
-webkit-border-radius:5px;
}
/* ie6 hack */
* html .categoryPopup .hover {
background-color:black;
}
/* ie7 hack */
*:first-child+html .categoryPopup .hover {
background-color:black;
}
/* Pretty printing styles. Used with prettify.js. */
pre.prettyprint {
}
.str {color: #489a1b; } /* string 080*/
.kwd {color: #1b609a; } /*keyword 008*/
.com {color: #888; } /*800*/
.typ {color: #666; }
.lit {color: #066; }
.pun {color: #660; }
.pln {color: #000; }
.tag {color: #008; }
.atn {color: #606; }
.atv {color: #080; }
.dec {color: #606; }
@media print {
.str {color: #060; }
.kwd {color: #006; font-weight: bold; }
.com {color: #600; font-style: italic; }
.typ {color: #404; font-weight: bold; }
.lit {color: #044; }
.pun {color: #440; }
.pln {color: #000; }
.tag {color: #006; font-weight: bold; }
.atn {color: #404; }
.atv {color: #060; }
}
div.coverflow {
background-color:#000;
color:#fff;
visibility:hidden;
position:relative;
overflow:hidden;
}
div.coverflow * {
margin:0;
padding:0;
}
div.coverflow .imgcontainer {
position:relative;
}
div.coverflow img {
position:absolute;
border:none;
}
div.coverflow .slider {
position:relative;
border:1px solid #bbb;
z-index:10001;
}
div.coverflow .knob {
background:#fff;
width:100px;
height:15px;
} | src/webdocs/templates/default/jspwiki.css | #wikibody {
margin:1em 2em;
padding:0.25em;
}
#header, #footer {
padding:0 0 0 20%;
}
#header .applicationlogo {
position:absolute;
left:2em;
right:auto;
width:18%;
}
#footer .applicationlogo,
#footer .companylogo,
#footer .wikiversion,
#footer .rssfeed,
#header .companylogo {
display:none;
}
#header .userbox {
float:right;
}
#header .pagename {
float:left;
}
#header .searchbox {
clear:right;
float:right;
}
#header .breadcrumbs {
clear:both;
}
#favorites {
float:left;
overflow:hidden; /*avoid overflow for wide content of leftmenu or leftmenufooter */
margin-top:1.75em;
width:18%;
padding:0.5em;
}
#favorites .userbox {
border:1px solid #ddd;
margin-bottom:0.5em;
padding:0.25em 0.5em;
display:none;
}
#favorites .login, #favorites .logoff {
clear:left;
}
#footer .copyright {
}
#content {
margin:1em 0;
}
/*#wikibody.fav-left*/ #page, #wikibody.fav-right #favorites {
float:right;
}
#wikibody.fav-right #page, /*#wikibody.fav-left*/ #favorites {
float:left;
}
/*ie6 hack*/
* html /*#wikibody.fav-left*/ #page, * html #wikibody.fav-right #favorites {
margin-left:-3px; /*Three Pixel Text Jog*/
}
* html #wikibody.fav-right #page, * html /*#wikibody.fav-left*/ #favorites {
margin-right:-3px;/*Three Pixel Text Jog*/
}
#wikibody.fav-right #header, #wikibody.fav-right #footer {
padding:0 20% 0 0;
}
#wikibody.fav-right #header .applicationlogo {
left:auto;
right:2em;
}
#page {
width:80%;
}
#wikibody.fav-slide #page {
width:100%;
}
#actionsTop {
float:right;
z-index:10;
}
/* ie hack */
* html #actionsTop {
margin-top:1px;
}
#actionsBottom {
text-align:right;
margin-bottom:0.5em;
}
* html #header, * html .userbox {
height:1% /*hasLayout:true; --ie peekaboo/layout hack */
}
b.roundedCorners {
}
/* +++ 200 Generic stuff here +++ */
/* refined global reset */
/* inspired by http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ and yui reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
outline:none;
/* vertical-align:baseline; seems to give printing errors in FF */
}
/* remember to define focus styles! */
:focus {
outline:0;
}
body {
color:black;
background:white;
margin: 0;
/*font: 12px/1.5 "Lucida Grande", Arial, Helvetica, Sans-Serif;*/
font:76%/140% Verdana,Arial,Helvetica,sans-serif;
}
table {
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
}
h1, h2, h3, h4, p, blockquote, label, ul, ol, dl, hr, .hr, .quote {
margin:0.5em 0;
}
th, td {
padding:0.25em 0.5em;
}
.hr {
display:block;
border-bottom:1px solid #ddd;
}
hr, .hr, .clearbox {
clear:both;
}
/* +++ 210 Page titles, headings, and paragraphs +++ */
.titlebox {
color:#555;
padding:0.25em 1em;
}
.pagename {
font-size:175%;
line-height:1.4;
font-weight:bold;
margin-bottom:0.5em;
}
/*
Headings:
The headings h2, h3 and h4 get a {{clear:left}} so they can appear
side by side with .commentbox-es.
The {{.editsection}} and {{hashlink}} define the styling of the
[[Edit] and # hash-hover link on each heading.
DOM structure:
> <h2 id="section-...">Header-Title
> <a class="hashlink" href="...">#</a>
> <a class="editsection href="...§ion=0">[Edit]</a>
> </h2>
*/
h2, h3, h4 {
clear:left;
margin:1em 0 0.5em 0;
padding:0.25em;
line-height:1.2;
}
h2 { font-size: 150%; }
h2 .editsection, h2 .hashlink { font-size: 67%; }
h3 { font-size: 132%; }
h3 .editsection, h3 .hashlink { font-size: 76%; }
h4 { font-size: 116%; }
h4 .editsection, h4 .hashlink { font-size: 86%; }
a.editsection, a.hashlink {
font-weight:normal;
line-height:1.2;
padding:0.25em;
text-decoration:none;
color:#ccc;
}
a.editsection:hover, a.hashlink:hover {
background-color:#ddd;
color:blue !important;
}
h2:hover .editsection, h3:hover .editsection, h4:hover .editsection,
h2:hover .hashlink, h3:hover .hashlink, h4:hover .hashlink {
color:#999;
}
b, i {
color:inherit;
}
br {
clear:both;
}
/* +++ 220 Lists and bullets +++ */
ul ul, ol ol {
margin:0;
}
ul,ol {
padding-left:3em;
}
dl dt {
font-weight:bold;
}
dl dd {
margin-left:2em;
}
/* +++ 225 Forms, Labels, form-values and form-help +++ */
.wikiform {
}
.wikiform tr {
vertical-align:middle;
}
.wikiform td {
}
.formvalue {
font-weight:bold;
}
.formhelp {
font-style:italic;
margin:0.5em 0;
}
/*
textarea, input[type=text] {
padding: 1px 0 1px 3px;
border: 1px solid #ddd;
}
*/
legend, label {
font-weight:bold;
white-space:nowrap;
padding-right:0.5em;
}
fieldset {
margin:0.5em 0;
padding:0.5em;
border:1px solid #ddd;
}
.wikiform input[type='submit'], .wikiform input[type='button'],.wikiform input[type='file'], .wikiform button {
cursor:pointer;
}
.wikiform input, .wikiform option {
padding:0 0.25em;
}
/* +++ 240 Pre-formatted text blocks and code +++ */
code, tt, pre {
font:110% Monaco, "Courier New", Courier, monospace;
overflow:auto;
}
pre {
clear:both;
white-space:pre;
margin:1em 2.5%;
padding:0.5em;
background:#f9f9f9;
border:1px solid #ddd;
_width:100%;
_overflow-x:auto;
_padding-bottom:1.5em; /*take scrollbar into account on ie ugh*/
}
#previewcontent, #info, #pagecontent, #attach, #findcontent, .diffbody {
overflow-y:hidden; /*safari only -- ?? */
_width:100%;
_overflow-x:auto;
_padding-bottom:1.5em !important; /*take scrollbar into account on ie ugh*/
}
/* +++ 250 Hyperlinks +++ */
a {
color:blue;
}
a:link {
}
a:visited {
}
a:active {
}
.hover {
background-color:#eee;
}
/* ie6 hack */
* html .hover {
background-color:#eee;
}
/* ie7 hack */
*:first-child+html .hover {
background-color:#eee;
}
a:hover {
}
a:focus {
}
a.wikipage {
}
a.createpage {
color:red;
text-decoration:none;
border-bottom:1px dashed red;
}
a.external {
}
a.interwiki {
}
a.feed {
background-image:url(../../images/jspwiki-strip.gif);
background-repeat:no-repeat;
background-position:0 0;
text-indent:16px;
margin:0 0.5em;
width:16px;
height:16px;
text-decoration:none;
overflow:hidden;
display:block;
float:right;
}
/* switch to gif for better ie rendering, but selectors nok in ie6 (fine in ie7) */
/*a.infolink {
background-image:url("../../images/jspwiki-strip.gif");
background-repeat:no-repeat;
background-position:right -16px;
padding-right:16px;
line-height:16px !important;
height:16px;
overflow:hidden;
}
a.infolink img {
display:none;
}*/
/* +++ 260 Image styles +++ */
img {
border:none;
/* max-width:99%; FIXME ff ok to fit in parent */
}
img.inline {
}
img.outlink {
}
img.attlink {
}
.applicationlogo a {
display:block;
height:64px;
width:64px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
text-indent:-1000px;
background:url(../../images/jspwiki_logo.png) -64px 0 no-repeat;
}
.applicationlogo a:hover {
background-position:0 0;
}
/* +++ 270 Footnotes and small text +++ */
a.footnoteref {
vertical-align:super;
font-size:85%;
}
a.footnote {
vertical-align:super;
color:#04A;
}
.small {
font-size:85%;
}
.sub {
font-size:85%;
vertical-align:sub;
}
.sup {
font-size:85%;
vertical-align:super;
}
.strike {
text-decoration:line-through;
}
.center {
text-align:center;
}
.center table {
margin-left:auto;
margin-right:auto;
text-align:left;
}
.quote {
border-left:4px solid #bbb;
padding-left:3em;
margin:0 0.5em;
}
.ltr {
direction:ltr;
}
.rtl {
direction:rtl;
}
.invisible {
display:none;
} /* also used by the TASKS plugin */
/* +++ 280 Convenience styles and info/warning/error dialogs +++ */
.additinfo {
background-color:#e0e0ff;
}
.diffnote, .information, .warning, .error {
display:block;
clear:both;
margin:1em .5em;
padding:1em 1em 1em 3em;
background-position:.8em .9em;
background-repeat:no-repeat;
}
td .information, td .warning, td .error {
margin:0;
}
.diffnote, .information {
background-image:url(images/information.gif);
background-color:#e0e0ff;
}
.warning {
background-image:url(images/exclamation.gif);
background-color:#ffff80;
}
.error {
background-image:url(images/error.gif);
background-color:#ffe0e0;
color:#c00000;
}
.error * li {
margin-left:0;
padding-left:0;
}
/* +++ 290 Comment boxes (used on some pages) +++ */
.commentbox {
display:block;
float:right;
clear:right;
width:35%;
overflow:hidden;
border:1px solid #ddd;
background:#f9f9f9;
padding:0 0.5em;
margin:0 0 1em 0.5em;
font-size:90%;
}
.commentbox li {
margin-left:0;
padding-left:0;
}
/* +++ 300 Wiki tables and zebra tables +++ */
.wikitable {
margin:0.5em 0.25em;
}
.wikitable tr {
vertical-align:top;
}
.wikitable * th {
border:1px solid #ddd;
background-color:#eee;
vertical-align:top;
}
.wikitable * td {
border:1px solid #ddd;
vertical-align:top;
text-align:left;
/*word-wrap:break-word;*/
}
.zebra-table tr.odd td {
background-color:#eee;
}
.wikitable * td.split {
border-top:1px solid #d9d9d9;
} /* CHECK */
/* +++ 350 Attachments +++ */
#attach {
}
/* upload submit button */
#upload {
float:left;
}
#progressbar {
float:left;
margin-left:1em;
width:30em;
border:2px solid #ddd;
visibility:hidden;
}
#progressbar .ajaxprogress {
background:url(images/progress.gif) repeat-x;
height:18px;
text-align:center;
width:0;
}
.attachtype {
line-height:1.6;
font-size:11px;
padding-left:20px;
background-repeat:no-repeat;
background-position:0 0;
background-image:url(images/attach-strip.png);
}
#attach-gif { background-position:0 -112px; }
#attach-png { background-position:0 -112px; }
#attach-bmp { background-position:0 -112px; }
#attach-jpg { background-position:0 -112px; }
#attach-jpeg { background-position:0 -112px; }
#attach-text { background-position:0 -16px; }
#attach-txt { background-position:0 -16px; }
#attach-zip { background-position:0 -128px; }
#attach-jar { background-position:0 -128px; }
#attach-tar { background-position:0 -128px; }
#attach-pdf { background-position:0 -80px; }
#attach-doc { background-position:0 -32px; }
#attach-xls { background-position:0 -48px; }
#attach-ppt { background-position:0 -64px; }
#attach-swf { background-position:0 -96px; }
#attach-mov { background-position:0 -160px; }
#attach-mp3 { background-position:0 -144px; }
#attach-wav { background-position:0 -144px; }
/* +++ 400 Styles for specific JSPs +++ */
/* +++ 405 AttachmentTab +++ */
/* +++ 410 CommentContent +++ */
#commentcontent {
}
/* +++ 415 ConflictContent +++ */
#conflict,
#conflictother,
#conflictown {
}
/* +++ 420 DiffContent and Diff Providers:Traditional and External +++ */
#diffcontent {
clear:both;
}
.diffbody {
padding:0.5em;
}
/* .diffnote equals .information */
td.diffadd, td.diffrem, td.diff {
font:110% Monaco, "Courier New", Courier, monospace;
line-height:1;
}
td.diffadd {
background:#9f9;
}
td.diffrem {
background:#f93;
}
td.diff {
background:#fff;
}
/* +++ 421 Contextual diff provider +++ */
.diff-wikitext {
font:110% Monaco, "Courier New", Courier, monospace;
line-height:1;
overflow:auto;
}
.diff-insertion {
background:#9f9;
text-decoration:none;
color:black;
}
.diff-deletion {
background:#f93;
text-decoration:line-through;
color:black;
}
.diff-nextprev {
vertical-align:super;
text-decoration:none;
}
/* +++ 425 Edit/EditContent and CommentContent +++ */
body.edit {
}
body.comment {
}
#edithelp {
}
/* +++ 430 Edit/EditContent +++ */
.textarea-resizer {
background:#eee url(images/resize-horizontal.gif) top center;
cursor:s-resize; /* css3 row-resize */
font-size:1px;
height:6px;
line-height:6px;
overflow:hidden;
}
#toolbuttons, #toolextra, #searchbar {
margin-left:1em;
clear:both;
}
#tools span {
float:left;
display:block;
padding:0.25em 0;
margin-right:1em;
}
#toolbuttons span {
border:1px solid #ddd;
}
a.tool {
float:left;
display:block;
background:transparent;
margin:2px;
text-decoration: none;
}
a.tool:hover, .btn:hover {
background-color:#ddd !important;
}
#tools a.tool {
border:none;
background-repeat:no-repeat;
background-image:url("images/editor-strip.gif");
background-color:transparent;
height:16px;
width:16px;
text-indent:20px;
overflow:hidden;
}
#tbREDO { background-position:0 0; width:auto !important;}
#tbUNDO { background-position:0 -16px; width:auto !important;}
/*#tbOUTLINE { background-position:0 0; width:auto !important;}
#tbOUTLINE {
width:auto !important;
background-image:url("images/book_open.png") !important;
}
*/
/*
label[for="edittoc"] {
background-repeat:no-repeat;
background-position:center left;
xxbackground-image:url("images/editor-strip.gif");
background-image:url("images/book_open.png") !important;
background-color:transparent;
padding:2px 0 2px 20px;
}
*/
#tbH1 { background-position:0 -192px; }
#tbH2 { background-position:0 -208px; }
#tbH3 { background-position:0 -224px; }
#tbB { background-position:0 -176px; }
#tbI { background-position:0 -256px; }
#tbLink { background-position:0 -48px; }
#tbMONO { background-position:0 -160px; }
/*
#tbColor { background-image:url("images/paintbrush.png"); }
#tbBackground { background-image:url("images/paintcan.png"); }
*/
#tbPRE { background-position:0 -64px; }
#tbCODE { background-position:0 -80px; }
#tbHR { background-position:0 -240px; }
#tbBR { background-position:0 -112px; }
#tbDL { background-position:0 -272px; }
#tbSUP { background-position:0 -336px; }
#tbSUB { background-position:0 -320px; }
#tbSTRIKE { background-position:0 -304px; }
#tbUL { background-position:0 -256px; }
#tbOL { background-position:0 -272px; }
#tbLEFT { background-position:0 -288px; }
#tbCENTER { background-position:0 -304px; }
#tbRIGHT { background-position:0 -320px; }
#tbJUST { background-position:0 -336px; }
#tbQUOTE { background-position:0 -272px; }
#tbIMG { background-position:0 -96px; }
#tbTABLE { background-position:0 -144px; }
#tbTOC { background-position:0 -32px; }
#tbTAB { background-position:0 -128px; }
#tbSIGN { background-position:0 -288px; }
#tbDOREPLACE { background-image:url("images/doreplace.png") !important; }
.editor {
font:110% Monaco, "Courier New", Courier, monospace;
padding:4px;
width:99%;
}
#toctoc {
position:relative;
margin:0.5em 0;
}
#toctoc label {
display:block;
margin:0;
padding:0.5em;
}
#toctoc ul {
border:3px solid #eee;
width:auto;
overflow:auto;
height:150px;
list-style:none;
margin:0;
padding:0;
}
#toctoc a {
display:block;
padding:0 0.5em;
cursor:pointer;
overflow:hidden;
white-space:nowrap;
}
/* ie6 hack ensure moremenu remains properly aligned */
* html #editorarea {
padding:4px 0;
}
/*ie7 hack */
*:first-child+html #editorarea {
padding:4px 0;
}
#submitbuttons input {
margin-right:2em;
}
#commentcontent, #editcontent {
width:100%;
}
#searchbar {
display:block !important;
}
#searchbar span {
white-space:nowrap;
}
#searchbarhelp {
}
#findSuggestionMenu {
position:absolute;
color:white;
background-color:rgba(0,0,0,0.7);
-moz-border-radius:10px;
-webkit-border-radius:5px;
-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
z-index:10;
font-size:85%;
overflow:hidden;
}
/* ie6 hack */
* html #findSuggestionMenu {
background:url(images/tip.png) top left;
}
/* ie7 hack */
*:first-child+html #findSuggestionMenu {
background:url(images/tip.png) top left;
}
#findSuggestionMenu ul {
list-style:none;
margin:0;
padding:0;
}
#findSuggestionMenu li {
padding:0.25em 0.5em;
cursor:pointer;
}
#findSuggestionMenu .hover {
background-color:rgba(0,0,0,0.5);
-moz-border-radius:10px;
-webkit-border-radius:5px;
}
/* ie6 hack */
* html #findSuggestionMenu .hover {
background-color:black;
}
/* ie7 hack */
*:first-child+html #findSuggestionMenu .hover {
background-color:black;
}
/* +++ 440 Favorites +++ */
/* fixme
#collapseFavs {
position:absolute;
margin-left:-1px;
left:-0.5em;
top:-1px;
width:0.5em;
height:100%;
background:#f9f9f9;
border-top:1px solid #f9f9f9;
border-bottom:1px solid #f9f9f9;
cursor:pointer;
}
#wikibody.fav-right #collapseFavs {
left:auto;
right:-0.5em;
margin-left:0;
margin-right:-1px;
}
#collapseFavs.hover {
background-color:#eee;
border-color:#eee;
}
#collapseFavsWrapper {
position:absolute;
padding-right:1em;
left:0.5em;
top:-2em;
cursor:auto;
overflow:hidden;
}
#wikibody.fav-right #collapseFavsWrapper {
left:auto;
right:0.5em;
padding-right:0;
padding-left:1em;
}
#collapseFavsWrapper #favorites {
background:white;
border:0.5em solid #eee;
border-left:none;
}
#wikibody.fav-right #collapseFavsWrapper #favorites {
border-right:none;
border-left:0.5em solid #eee;
}
#collapseFavsPointer {
position:absolute;
width:4px;
height:12px;
background:url(images/arrleft.gif) top left no-repeat;
margin-left:-15px;
z-index:5;
}
#wikibody.fav-right #collapseFavsPointer{
margin-left:15px;
}
.fav-slide #collapseFavsPointer {
background-image:url(images/arrright.gif);
}
*/
.userbox {
overflow:hidden;
padding:0.5em 0;
white-space:nowrap;
}
#favorites .userbox a.action, #favorites .userbox .username {
float:left;
display:block;
margin-right:4px; /*spacing between buttons */
}
.username {
font-style:italic;
padding:0.25em 0.5em;
}
.username.anonymous {
}
.username.asserted {
}
.username.authenticated {
}
.wikiversion, .rssfeed {
font-size:90%;
padding:0.25em;
text-align:center;
}
/* +++ 450 FindContent +++ */
#details, #scope {
margin-left:2em;
}
.gBar {
}
.graphBar {
padding:0;
color:white;
border-color:#f93;
border-left-style:solid;
border-bottom-style:solid;
}
.fragment {
margin:0.25em;
font:90% Monaco, "Courier New", Courier, monospace;
}
.fragment_ellipsis {
font-weight:bold;
}
.nosearchresult {
font-style:italic;
}
/* For the search_highlight.js. This style defines the how the words that have
been found look like. If you look for "thingy", you will get these following
in the results.
<span class="searchword">thingy</span>
*/
.cursor {
background-color:#eee;
}
.searchword, .searchmatch {
background-color:#f93;
color:black;
text-decoration:inherit;
}
/* +++ 455 Footer +++ */
.copyright {
padding:1em 0.25em;
font-size:90%;
text-align:center;
color:#555;
}
/* +++ 460 Header +++ */
.breadcrumbs {
font-size:90%;
padding:0 1.5em 1em 0;
}
/* +++ 465 InfoContent +++ */
#infocontent {
}
#incomingLinks, #outgoingLinks, #externalLinks, #attachmentLinks, #versionhistory {
width:30%;
overflow:hidden;
margin-right:0.5em;
float:left;
}
#versionhistory td {
white-space:nowrap;
}
.pagination {
margin:0.25em;
padding:0.5em;
background:#eee;
/*line-height:1;*/
}
.pagination a {
cursor:pointer;
}
.pagination a, .pagination .cursor {
padding:0.5em;
}
.pagination .cursor, .pagination a:hover {
background-color:#d7d7d7;
}
td.changenote {
font-style:italic;
}
th.changenote, td.changenote {
width:30%;
overflow:hidden;
}
#info th select {
display:block;
}
/* +++ 470 PageActions +++ */
.pageactions {
line-height:1.5;
}
.pageactions ul {
list-style:none;
margin:0;
padding:0;
}
.pageactions li {
display:block;
float:left;
}
.pageactions li ul {
position:absolute;
background:white;
border:2px solid #ddd;
left:0; /*right:2.5em; */
z-index:10;
}
.pageactions li ul li ul {
position:static;
left:auto;
}
.pageactions li ul li {
display:block;
white-space:nowrap;
float:none;
}
.pageactions li ul li.separator {
border-top:2px solid #ddd;
}
/* undo settings for nested information! */
.pageactions li ul li ul {
position:static;
left:auto;
border:none;
}
.pageactions li ul li ul li {
/* nothing to undo ?? */
}
#hiddenmorepopup {
display:none;
border:1px solid #ddd;
}
#hiddenmorepopup ul {
list-style:none;
margin:0;
padding:0;
}
#morebutton ul a {
padding:0.25em 0.5em;
text-decoration:none;
cursor:pointer;
}
.pageactions a.action {
display:block;
}
#morebutton a:hover, a.action:hover, #sectiontoc a:hover
.userbox a.action:hover, a.action.quick2bottom:hover, a.action.quick2top:hover {
background-color:#eee !important;
}
a.action.view,
a.action.comment,
a.action.prefs,
a.action.attach,
a.action.info,
a.action.viewgroup,
a.action.creategroup,
a.action.workflow,
a.action.login,
a.action.logout {
}
#searchTools a.action, .userbox a.action, a.action.edit, a.action.more {
padding:0.25em 0.5em;
text-decoration:none;
line-height:normal;
border:1px solid #ddd;
background:#f9f9f9;
}
a.action.edit, a.action.more {
margin-left:4px;
border-bottom:none;
}
a.action.more {
padding-right:1.5em;
background: #f9f9f9 url(images/arrdownsmall.gif) 95% center no-repeat;
}
a.action.quick2top, a.action.quick2bottom {
overflow:hidden;
padding:0;
text-indent:20px;
width:20px;
margin:0 0 0 2px;
}
a.action.quick2top {
float:right;
background:url(images/arrup.gif) no-repeat 3px 3px;
}
/*********/
.popup ul {
position:absolute;
background:white;
border:2px solid #ddd;
padding:0.25em;
margin:0;
left:0;
z-index:15;
list-style:none;
}
.popup li a {
display:block;
line-height:1.5;
white-space:nowrap;
cursor:pointer;
}
.popup a:hover {
background-color:#eee !important;
}
/* +++ 472 PageContent.jsp +++ */
#pagecontent {
padding:0.5em 0;
}
/* +++ 475 PreviewContent - "This is a preview" comment +++ */
#sneakpreviewheader {
clear:both;
font-size:110%;
background-color:#ddd;
padding:0.5em;
margin:0.5em 0;
}
#sneakpreview {
}
#previewcontent {
}
.previewcontent {
background-image:url(images/preview.gif);
}
/* +++ 480 PreferencesContent, LoginContent, GroupContent +++ */
/* +++ 485 SearchBox +++ */
.spin {
background:url(images/spin.gif) no-repeat;
width:16px;
height:16px;
margin:0 0.5em;
}
.searchbox {
}
#searchForm #query {
width:164px;
padding:2px 22px 2px 2px;
vertical-align: middle;
color:#555;
}
#searchSubmit {
position:absolute;
top:5px;
right:3px;
margin:0;
padding:0;
width:16px;
height:16px;
border:none;
background: url(images/search.gif) no-repeat center;
overflow:hidden;
cursor:pointer;
}
#searchboxMenu {
position:absolute;
background:white;
border:2px solid #ddd;
padding:0.25em;
left:0;
z-index:15;
}
/*ie6 hack*/
* html #searchboxMenu {
white-space:nowrap; /*ensure box has proper width ugh! */
}
#searchboxMenu ul {
list-style:none;
margin:0;
padding:0;
}
#searchboxMenu li {
padding:0 0.5em;
}
#searchTools a:hover, #searchboxMenu li:hover {
background:#eee;
}
#searchboxMenu div {
margin:0.5em 0;
}
#searchTools {
text-align:left;
}
/* +++ 490 ViewTemplate +++ */
body.view {
/*background-image:white;*/
}
/* +++ 600 JSPWiki plugins +++ */
/* +++ 610 Image plugin +++ */
.imageplugin {
margin:.5em 0;
}
.imageplugin img {
border:0;
}
.imageplugin caption {
font-size:90%;
}
.imageplugin * {
padding:0;
margin:0;
}
/* +++ 620 Index plugin +++ */
.index {
}
.index .header {
padding:4px;
background:#f9f9f9;
border:1px solid #ddd;
text-align:center;
font-size:1.4em;
}
.index .body {
margin-top: 0.5ex;
}
.index .section {
color:red;
font-size:1.4em;
display: block;
border-bottom: 2px solid silver;
margin-top:1.5ex;
}
/* +++ 625 Table of contents plugin +++ */
div.toc {
width:60%;
float:left;
clear:left;
}
/* duplicate toc items links back to the first rendered table of contents */
a.toc {
color:grey;
padding:0.25em;
}
a.toc:hover {
background:#eee;
}
#favorites .toc {
width:100%;
}
#pagecontent .toc h4 {
font-size:1.4em;
}
.toc ul {
padding-left:0;
list-style:none;
}
.toc li {
margin-left:1em;
padding-left:0;
}
.toc li.toclevel-1 {
margin-left:0.5em;
}
.toc li.toclevel-2 {
margin-left:1.5em;
}
.toc li.toclevel-3 {
margin-left:2.5em;
}
/*continue here ...*/
/* +++ 630 Weblog and weblogarchive plugins +++ */
.weblog {
margin:0 2em;
clear:both;
}
.weblogentry {
margin:0.5em 0;
}
.weblogentryheading {
padding:0.25em 0.5em;
font-size:90%;
background:#e0e0e0;
float:right;
}
.weblogentrytitle {
padding:0.25em 0.5em;
font-size:120%;
line-height:1.2;
font-weight:bold;
background:#e0e0e0;
}
.weblogentrybody {
margin-left:0.5em;
clear:both;
}
.weblogentryfooter {
font-size:90%;
padding:0.25em 0.5em;
border-bottom:3px solid #e0e0e0;
clear:both;
}
.weblogarchive {
}
.weblogarchive ul {
}
.weblogarchive li {
margin-left:1em;
display:block;
list-style-type:none;
}
.archiveyear {
font-weight:bold;
text-decoration:none;
margin-left:0 !important;
}
.archiveyear:after {
content:" AD"
}
.weblogcommentstitle {
background:#e0e0e0;
margin:1em 0.5em 0 0.5em;
padding:0.5em;
font-weight:bold;
font-size:120%;
line-height:1.1;
}
.weblogcomments {
background:#f9f9f9;
margin:0 0.5em 1em 0.5em;
padding:1em;
}
/* +++ 640 RecentChangesPlugin +++ */
.recentchanges {
table-layout:fixed;
} /*faster renderer */
.recentchanges .changenote {
font-style:italic;
}
.recentchanges td {
vertical-align:top;
border-bottom:1px solid #f9f9f9;
}
.recentchanges .date {
vertical-align:bottom;
border-top:1.5em solid white;
background-color:#f9f9f9 !important;
border-bottom:none;
}
.recentchanges tr.odd td {
background-color:transparent;
}
/* +++ 800 JSPWiki JSP Taglibs +++ */
/* +++ 805 CalendarTag +++ */
div.calendar {
border:1px solid black;
}
table.calendar {
}
table.calendar td {
text-align:center;
}
table.calendar td.othermonth {
color:#707070;
}
table.calendar td.link {
background:#f9f9f9;
}
table.calendar tr.month {
}
table.calendar tr.weekdays {
color:red;
}
/* +++ 900 "Special-effects" JavaScript styles +++ */
/* +++ 910 Tabbed Pages +++ */
/* use absolute position trick to avoid page bump when inserting tabmenu
* "tabs" surrounds the actual tab-content :only border right-bottom-left
* "tabmenu" visualises the actuals tabs :border-bottom to close the tabs box
* "tabmenu a" for the actual tabs :border left-top-right to draw the tab
* Note:margin-left -2px to compensate border-width ico you want adjacent tabs
* increase/decrease margin-left to create space between the tabs
* "active" is the active tab :border-bottom --white-- to 'reopen' the tabmenu border
* "alerttab" is a --red-- tab used in edit mode for msg like lock etc.
*/
.accesskey {
text-decoration:underline;
}
.hidetab {
display:none;
}
.tabs {
clear:both;
padding:0.5em;
border:1px solid #ddd;
margin-bottom:0.5em;
}
.tabmenu {
padding:0 1em;
font-weight:bold;
}
/* nested tabs should not allow floated stuff to appear next to the tabmenu - ugh */
.tabs .tabmenu {
clear:both;
}
/* ie6 and lower */
* html .tabmenu {
border:1px solid white;
}
/*ie7 hack */
*:first-child+html .tabmenu {
border:1px solid white;
}
.tabmenu a {
float:left;
margin:0 0 -1px -1px;
padding:0.25em 0.5em;
border:1px solid #ddd;
color:gray;
background:#f9f9f9;
text-decoration:none;
cursor:pointer;
line-height:normal;
}
.tabmenu a:hover {
background:#eee;
}
.tabmenu a.activetab {
color:black;
background:transparent;
border-bottom:1px solid white;
cursor:default;
}
/* +++ 910 Accordion +++ */
.accordion, .tabbedAccordion {
clear:both;
border:1px solid #ddd;
margin-bottom:0.5em;
}
.accordion .toggle {
border: 2px solid #f9f9f9;
background:#f9f9f9;
cursor:pointer;
font-weight:bold;
line-height:1.4;
padding:0.25em 1em 0.25em 0;
}
.accordion .toggle:hover, .menu .toggle:hover {
background:#eee;
}
.accordion .tab {
padding:0 1em;
}
.menu {
clear:both; /* check out */
color:gray;
font-weight:bold;
}
.menu.top {
margin-left:0.5em; /* small left indent of first toggle */
}
.menu.left {
float:left;
margin-top:0.5em; /* small top indent of first toggle */
}
.menu.right {
float:right;
margin-top:0.5em; /* small top indent of first toggle */
}
.menu .toggle {
background:#f9f9f9;
border:1px solid #ddd;
cursor:pointer;
padding:0.25em 0.5em;
}
.menu.top .toggle {
float:left;
margin:0 0 -1px -1px; /* adjacent toggle will stick: let 1px border overlap.*/
display:inline;
}
.menu.left .toggle {
margin:0 -1px -1px 0; /* adjacent toggle will stick: let 1px border overlap.*/
}
.menu.right .toggle {
margin:0 0 -1px -1px; /* adjacent toggle will stick: let 1px border overlap.*/
}
.menu .toggle.active {
background:transparent;
cursor:default;
color:black;
}
.menu.top .toggle.active {
border-bottom:1px solid white;
}
.menu.left .toggle.active {
border-right:1px solid white;
}
.menu.right .toggle.active {
border-left:1px solid white;
}
.tabbedAccordion {
padding:0.5em;
}
.leftAccordion, .rightAccordion {
margin-bottom:0.5em;
}
.leftAccordion .tab, .rightAccordion .tab {
border:1px solid #ddd !important;
margin:0 0 -2px 0; /* trick :: -2px to reveal top and bottom borders the tabs */
padding:0.25em 0.5em;
}
/* ie only hack no needed ?
* html .togglemenu {
margin-top:1px;
}
*/
/* margin is not compatible with scrollHeigth used by accordion - replace it by padding */
/*
.tab h1, .tab h2, .tab h3, .tab h4,
.tab p, .tab pre, .tab blockquote, .tab label,
.tab ul, .tab ol, .tab dl, .xxtab hr {
margin:0 auto;
padding-top:0.5em;
padding-bottom:0.5em;
}
*/
/* +++ 912 wiki columns +++ */
/*ie6 and lower hack */
* html .columns {
width:100%;
}
/*ie7 hack */
*:first-child+html .columns {
width:100%;
}
.columns .col {
float:left;
padding:0 0.25em;
}
/* +++ 915 Tips +++ */
.tip-anchor {
border-bottom:2px solid #545454;
cursor:pointer;
}
.tip-tip {
color:white;
width:auto; /*240px;*/
z-index:100;
font-size:90%;
background-color:rgba(0,0,0,0.7);
-moz-border-radius:10px;
-webkit-border-radius:5px;
-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
.tip-title {
font-weight:bold;
padding:8px 8px 4px;
}
* html .tip-title {
background:url(images/tip.png) top left;
}
/*ie7 hack */
*:first-child+html .tip-title {
background:url(images/tip.png) top left;
}
.tip-text {
padding:4px 8px 8px;
}
.tip-text th {
background:grey !important;
}
* html .tip-text {
background:url(images/tip.png) bottom right;
}
/*ie7 hack */
*:first-child+html .tip-text {
background:url(images/tip.png) bottom right;
}
.tip-tip a {
color: white !important;
}
/* +++ 920 Collapsible lists +++ */
div.collapse ul, div.collapse ol {
margin:0;
padding:0;
}
/* ie6 hack : avoid strange side-effect on borders */
* html div.collapse ul, * html div.collapse ol {
width:100%;
}
div.collapse li {
list-style-type:none;
}
.collapse .collapsebody, .collapsebox .collapse .collapsebody {
padding-left:1.5em;
}
/*
Make sure to print collapsed items as it they were not collapsed.
This requires some smart 'specific' css selector rules, in order to
overwrite the style set by the mootools animation routines.
*/
@media print {
.collapse .collapsebody ul, .collapsebox div.collapsebody {
height:auto !important;
}
}
/* ie7 hack */
*:first-child+html .collapse .collapsebody,
*:first-child+html .collapsebox .collapse .collapsebody {
float:left;
padding-left:0.5em;
}
/* ie6 hack */
* html .collapse .collapsebody, * html .collapsebox .collapse .collapsebody {
float:left;
padding-left:0.5em;
}
/* collapse icons */
.collapseBullet, .collapseOpen, .collapseClose {
clear:left;
float:left;
text-align:center;
text-decoration:none;
color:blue;
font:bold small Monaco, "Courier New", Courier, monospace;
width:1.2em;
height:1em;
}
.collapseOpen, .collapseClose {
cursor:pointer;
}
/* +++ collapsebox +++ */
.collapsebox {
clear:right; /* avoid clash with intern floated bullet */
border:1px solid #ddd;
margin:0 0 0.5em 0;
}
.collapsetitle {
margin:0;
padding:0.25em 0;
border: 2px solid white;
}
.collapsebox .collapsebody {
padding:0 0.5em;
}
/* +++ 930 Sortable tables +++ */
.sortable .sortAscending, .sortable .sortDescending, .sortable .sort {
background-repeat:no-repeat;
background-position:2px 4px;
cursor:pointer;
padding-left:11px;
}
.sortable .sort {
background-image:url(images/sortable.gif);
}
.sortable .sortAscending {
background-image:url(images/sorted_down.gif);
background-position:2px 6px;
}
.sortable .sortDescending {
background-image:url(images/sorted_up.gif);
background-position:2px 0px;
}
/* +++ 940 SLIMBOX Attachment viewer etc. +++ */
a.slimbox {
font-weight:bold;
font-size:1.3em;
padding:0 0.2em;
}
a.slimbox:visited, a.slimbox:active, a.slimbox:link {
text-decoration:none;
border:none;
}
a.slimbox:hover {
background:#eee;
}
#lbOverlay {
position:absolute;
left:0;
top:0;
width:100%;
background-color:#000;
cursor:pointer;
}
#lbCenter, #lbBottomContainer {
position:absolute;
left:50%;
overflow:hidden;
font: 90% Verdana, Helvetica, sans-serif;
color:#666;
line-height:1.5;
text-align:left;
}
#lbBottomContainer {
padding:0 12px;
}
#lbCenter {
padding:12px 12px 0 12px;
}
#lbCenter a {
outline:none;
}
.lbLoading {
background:#fff url(images/spin.gif) no-repeat center;
}
#lbImage {
border:10px solid #fff;
border-top-width:1.4em;
background-color:#fff;
background-repeat:no-repeat;
background-position:center center;
position:relative;
}
#lbBottom {
border:10px solid #fff;
border-top-style:none;
background-color:#fff;
}
#lbBottom div {
white-space:nowrap;
overflow:hidden;
}
#lbCaption, #lbPrevLink, #lbNextLink {
font-weight:bold;
}
#lbPrevLink {
padding-right:1em;
}
#lbNextLink {
padding-left:1em;
}
#lbCloseLink {
display:block;
position:absolute;
width:28px;
height:28px;
top:0;
right:0;
background:url(images/slimbox_close.png) no-repeat;
z-index:10;
}
/* gif icons for ie */
* html #lbCloseLink {
background:url(images/slimbox_close.gif) 4px 12px no-repeat;
}
* html #lbCloseLink:hover {
background-image:url(images/slimbox_close_hover.gif);
}
#lbBottomContainer *:visited, #lbBottomContainer *:active, #lbBottomContainer *:link,
#lbCenter *:visited, #lbCenter *:active, #lbCenter *:link {
text-decoration:none;
border-bottom:none;
}
/* +++ 950 Categorised +++ */
.categoryLink {
border-bottom:2px solid #545454;
text-decoration:none;
}
.categoryPopup {
color:white;
z-index:100;
font-size:90%;
margin-top:2px;
position:absolute;
z-index:10;
background-color:rgba(0,0,0,0.7);
-moz-border-radius:10px;
-webkit-border-radius:5px;
-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
/* ie6 hack */
* html .categoryPopup {
width:240px;
}
/* ie7 hack */
*:first-child+html .categoryPopup {
width:240px;
}
.categoryPopup a:link, .categoryPopup a:active,.categoryPopup a:visited {
color:white;
text-decoration:none;
}
.categoryTitle {
padding:4px;
font-weight:bold;
}
/* ie6 hack */
* html .categoryTitle {
background:url(images/tip.png) top left;
}
/* ie7 hack */
*:first-child+html .categoryTitle {
background:url(images/tip.png) top left;
}
.categoryText {
padding:4px 0;
}
/* ie6 hack */
* html .categoryText {
background:url(images/tip.png) bottom right;
}
/* ie7 hack */
*:first-child+html .categoryText {
background:url(images/tip.png) bottom right;
}
.categoryText ul {
list-style:none;
margin:0 !important;
padding:0 !important;
}
.categoryText li {
display:block;
padding:0 8px;
}
.categoryPopup .hover {
background-color:rgba(0,0,0,0.5);
-moz-border-radius:10px;
-webkit-border-radius:5px;
}
/* ie6 hack */
* html .categoryPopup .hover {
background-color:black;
}
/* ie7 hack */
*:first-child+html .categoryPopup .hover {
background-color:black;
}
/* Pretty printing styles. Used with prettify.js. */
pre.prettyprint {
}
.str {color: #489a1b; } /* string 080*/
.kwd {color: #1b609a; } /*keyword 008*/
.com {color: #888; } /*800*/
.typ {color: #666; }
.lit {color: #066; }
.pun {color: #660; }
.pln {color: #000; }
.tag {color: #008; }
.atn {color: #606; }
.atv {color: #080; }
.dec {color: #606; }
@media print {
.str {color: #060; }
.kwd {color: #006; font-weight: bold; }
.com {color: #600; font-style: italic; }
.typ {color: #404; font-weight: bold; }
.lit {color: #044; }
.pun {color: #440; }
.pln {color: #000; }
.tag {color: #006; font-weight: bold; }
.atn {color: #404; }
.atv {color: #060; }
}
div.coverflow {
background-color:#000;
color:#fff;
visibility:hidden;
position:relative;
overflow:hidden;
}
div.coverflow * {
margin:0;
padding:0;
}
div.coverflow .imgcontainer {
position:relative;
}
div.coverflow img {
position:absolute;
border:none;
}
div.coverflow .slider {
position:relative;
border:1px solid #bbb;
z-index:10001;
}
div.coverflow .knob {
background:#fff;
width:100px;
height:15px;
} | 0.276007 | 0.082846 |
body{
background-color: rgb(210, 220, 255);
display: block;
font-family: 'IM Fell DW Pica', arial, serif;
}
input{
margin: 1em;
padding: 0.25em;
width: 20em;
font-size: 1em;
}
#wrapper{
border: 10px solid rgb(20, 20, 20);
border-radius: 30px;
width: 97%;
max-width: 1200px;
display: inline-block;
}
.rightPannel{
background-color: rgb(200, 210, 255);
border-radius: 20px;
float: left;
font-family: "Lucida Console", Monaco, monospace;
line-height: 1.35em;
margin: 1% 1% 0% 2%;
padding: 0em .5em .75em .5em;
text-align: center;
font-size: 1.25em;
width: 30%;
}
.recentVisitors{
background-color: rgb(200, 210, 255);
border-radius: 20px;
float: left;
font-family: "Lucida Console", Monaco, monospace;
line-height: 1.35em;
margin: 1% 1% 5% 2%;
padding: 0em .5em .75em .5em;
text-align: center;
font-size: 1.25em;
width: 30%;
}
.profileWindow{
background-color: rgb(200, 210, 255);
border-radius: 20px;
float: left;
font-family: "Lucida Console", Monaco, monospace;
font-size: 1.25em;
line-height: 1.35em;
margin: 1% 1% 5% 2%;
padding: .5em .5em .75em .5em;
vertical-align: top;
width: 59%;
}
.profileElement{
background-color: aliceblue;
border-radius: 1em;
float: left;
margin: 0.25em;
min-height: 19em;
padding: 0.5em;
text-align: left;
width: 44%;
}
.notes{
background-color: aliceblue;
border-radius: 1em;
float: left;
margin: 0.25em;
padding: 0em 0.5em 3em 0.5em;
text-align: left;
width: 95%;
}
.notes p{
clear: left;
float: left;
margin: 0em auto 0.5em auto;
}
/*Button Styles*/
#memberButton{
background: none;
border: none;
padding: 0em 0.5em 0em 0.5em;
font-family: "Lucida Console", Monaco, monospace;
font-size: 1.25em;
line-height: 1.35em;
margin: auto;
transition-property: background-color;
transition-duration: .15s;
transition-timing-function: linear;
border-radius: 0.35em;
width: auto;
}
#memberButton:hover{
background-color: azure;
}
.dashButton{
background: none;
border: none;
color: rgb(61, 41, 42);
padding: 0.25em 0.5em 0.25em 0em;
font-family: "Lucida Console", Monaco, monospace;
font-size: 1.1em;
line-height: 1.35em;
margin: auto;
text-align: left;
text-decoration: none;
transition-property: background-color;
transition-duration: .15s;
transition-timing-function: linear;
border-radius: 0.35em;
width: auto;
}
.dashButton:hover{
background-color: rgb(200, 210, 255);
}
/*heading styles*/
h1{
text-align: center;
background-color: rgb(200, 210, 255);
border-radius: 15px;
font-family: Impact, Charcoal, sans-serif;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
margin-top: 0.5em;
padding: .25em 0em .25em 0em;
width: 50%;
transition-property: background-color;
transition-duration: .15s;
transition-timing-function: linear;
}
h1:hover{
background-color: azure;
}
h1 a{
text-decoration: none;
color: rgb(61, 41, 42);
}
h3{
text-align: center;
}
/*image styles*/
.profilePic{
background-color: aliceblue;
border-radius: 1em;
float: left;
margin: 0.25em;
padding: 0.5em;
text-align: left;
max-width: 44%;
max-height: 45%;
min-height: 19em;
}
/*login form styles*/
#loginForm{
background-color: aliceblue;
border-radius: 1em;
display: block;
height: 5em;
margin: 2em auto 2em auto;
width: 95%;
}
#loginForm h2{
display: block;
float: left;
margin: 0.5em 0.5em 3em 18.5%;
padding: 0.25em;
}
#loginForm input{
display: block;
float: left;
margin: 0.75em;
padding: 0.35em;
font-size: 1.25em;
width: 12em;
}
/*popUp styles*/
.popUp{
background-color: white;
border: solid black 6px;
border-radius: 15px;
align-content: center;
left: 0;
right: 0;
margin: 30px auto;
max-width: 450px;
position: absolute;
text-align: center;
width: 40%;
z-index: 3;
}
.popUp h1{
background-color: yellow;
margin-top: 0px;
padding-top: 10px;
width: 100%;
}
.popUp input, .popUp select{
clear: both;
display: block;
font-size: 1.25em;
margin: .25em auto 1em auto;
width: 75%;
}
.popUp select {
/*font-size: .75em;*/
height: 1.5em;
text-align: center;
}
.popUp table {
margin: auto;
width: 99%;
}
.popUp td {
padding: 0.25em 0em 0em 0.25em;
}
.popUp th {
color: darkred;
}
.cancelButton {
background-color: rgb(236, 236, 236);
border: solid lightblue 2px;
clear: both;
margin: auto;
padding: 0.15em 0.25em;
width: 70%;
}
.cancelButton a, .cancelButton a:visited {
color: black;
text-decoration: none;
font-size: 1em;
font-weight: normal;
} | src/css/dashboard.css |
body{
background-color: rgb(210, 220, 255);
display: block;
font-family: 'IM Fell DW Pica', arial, serif;
}
input{
margin: 1em;
padding: 0.25em;
width: 20em;
font-size: 1em;
}
#wrapper{
border: 10px solid rgb(20, 20, 20);
border-radius: 30px;
width: 97%;
max-width: 1200px;
display: inline-block;
}
.rightPannel{
background-color: rgb(200, 210, 255);
border-radius: 20px;
float: left;
font-family: "Lucida Console", Monaco, monospace;
line-height: 1.35em;
margin: 1% 1% 0% 2%;
padding: 0em .5em .75em .5em;
text-align: center;
font-size: 1.25em;
width: 30%;
}
.recentVisitors{
background-color: rgb(200, 210, 255);
border-radius: 20px;
float: left;
font-family: "Lucida Console", Monaco, monospace;
line-height: 1.35em;
margin: 1% 1% 5% 2%;
padding: 0em .5em .75em .5em;
text-align: center;
font-size: 1.25em;
width: 30%;
}
.profileWindow{
background-color: rgb(200, 210, 255);
border-radius: 20px;
float: left;
font-family: "Lucida Console", Monaco, monospace;
font-size: 1.25em;
line-height: 1.35em;
margin: 1% 1% 5% 2%;
padding: .5em .5em .75em .5em;
vertical-align: top;
width: 59%;
}
.profileElement{
background-color: aliceblue;
border-radius: 1em;
float: left;
margin: 0.25em;
min-height: 19em;
padding: 0.5em;
text-align: left;
width: 44%;
}
.notes{
background-color: aliceblue;
border-radius: 1em;
float: left;
margin: 0.25em;
padding: 0em 0.5em 3em 0.5em;
text-align: left;
width: 95%;
}
.notes p{
clear: left;
float: left;
margin: 0em auto 0.5em auto;
}
/*Button Styles*/
#memberButton{
background: none;
border: none;
padding: 0em 0.5em 0em 0.5em;
font-family: "Lucida Console", Monaco, monospace;
font-size: 1.25em;
line-height: 1.35em;
margin: auto;
transition-property: background-color;
transition-duration: .15s;
transition-timing-function: linear;
border-radius: 0.35em;
width: auto;
}
#memberButton:hover{
background-color: azure;
}
.dashButton{
background: none;
border: none;
color: rgb(61, 41, 42);
padding: 0.25em 0.5em 0.25em 0em;
font-family: "Lucida Console", Monaco, monospace;
font-size: 1.1em;
line-height: 1.35em;
margin: auto;
text-align: left;
text-decoration: none;
transition-property: background-color;
transition-duration: .15s;
transition-timing-function: linear;
border-radius: 0.35em;
width: auto;
}
.dashButton:hover{
background-color: rgb(200, 210, 255);
}
/*heading styles*/
h1{
text-align: center;
background-color: rgb(200, 210, 255);
border-radius: 15px;
font-family: Impact, Charcoal, sans-serif;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
margin-top: 0.5em;
padding: .25em 0em .25em 0em;
width: 50%;
transition-property: background-color;
transition-duration: .15s;
transition-timing-function: linear;
}
h1:hover{
background-color: azure;
}
h1 a{
text-decoration: none;
color: rgb(61, 41, 42);
}
h3{
text-align: center;
}
/*image styles*/
.profilePic{
background-color: aliceblue;
border-radius: 1em;
float: left;
margin: 0.25em;
padding: 0.5em;
text-align: left;
max-width: 44%;
max-height: 45%;
min-height: 19em;
}
/*login form styles*/
#loginForm{
background-color: aliceblue;
border-radius: 1em;
display: block;
height: 5em;
margin: 2em auto 2em auto;
width: 95%;
}
#loginForm h2{
display: block;
float: left;
margin: 0.5em 0.5em 3em 18.5%;
padding: 0.25em;
}
#loginForm input{
display: block;
float: left;
margin: 0.75em;
padding: 0.35em;
font-size: 1.25em;
width: 12em;
}
/*popUp styles*/
.popUp{
background-color: white;
border: solid black 6px;
border-radius: 15px;
align-content: center;
left: 0;
right: 0;
margin: 30px auto;
max-width: 450px;
position: absolute;
text-align: center;
width: 40%;
z-index: 3;
}
.popUp h1{
background-color: yellow;
margin-top: 0px;
padding-top: 10px;
width: 100%;
}
.popUp input, .popUp select{
clear: both;
display: block;
font-size: 1.25em;
margin: .25em auto 1em auto;
width: 75%;
}
.popUp select {
/*font-size: .75em;*/
height: 1.5em;
text-align: center;
}
.popUp table {
margin: auto;
width: 99%;
}
.popUp td {
padding: 0.25em 0em 0em 0.25em;
}
.popUp th {
color: darkred;
}
.cancelButton {
background-color: rgb(236, 236, 236);
border: solid lightblue 2px;
clear: both;
margin: auto;
padding: 0.15em 0.25em;
width: 70%;
}
.cancelButton a, .cancelButton a:visited {
color: black;
text-decoration: none;
font-size: 1em;
font-weight: normal;
} | 0.544075 | 0.105211 |
html {
scroll-behavior: smooth;
}
body
{
color: #fff;
}
section
{
padding: 64px 0;
}
a
{
text-decoration: none;
}
.lead-header
{
padding: 32px 0;
}
.lead-header .row
{
display: flex;
justify-content: center;
}
.lead-header img
{
width: 250px;
}
.ld-magnet-bg
{
/* height: 100vh; */
display: flex;
background-image: url('https://xownsolutions.com/digital_business_transformation_free_consultation/');
background-size: contain;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: center center;
padding-top: 32px;
}
.title-text
{
font-family: 'Futura Md BT';
font-size: 28px;
margin-bottom: 16px;
}
.sub-text
{
font-family: 'Poppins', sans-serif;
margin-bottom: 16px;
}
.tsoybdnm
{
font-family: 'Raleway', 'Corbel', sans-serif;
color: #a9abae;
margin-bottom: 16px;
font-size: 16px;
}
/* Increase Revenue and Profit */
.title-text > .isrvpf
{
color: #e77a1a;
}
.img-col, .text-parent-col
{
width: fit-content;
}
.img-col > img
{
width: 450px;
height: auto;
}
.col-wrap
{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
a.bbtn
{
display: inline-block;
background-color: #e77a1a;
color: #ffffff;
padding: 12px 18px;
font-size: 16px;
border-radius: 16px;
}
#bk-action-btn
{
color: #fff;
font-size: 18px !important;
}
.bbtn:hover
{
color: #ffffff;
}
.bbtn:focus
{
color: #ffffff;
}
/* Book a free digital */
.bkfrcndg
{
color: #a4a4a4;
font-size: 24px;
}
.ttext3, .ttext1
{
color: #494949;
}
.time-selection-grid
{
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.custom-radio
{
padding: 12px;
background: #fff;
}
.ms-RadioButton-field:before
{
display: none;
}
/* Various state of the radio field */
.ms-RadioButton-field.is-checked.in-focus:before, .ms-RadioButton-field.is-checked:focus:before, .ms-RadioButton-field.is-checked:hover:before
{
}
.ms-RadioButton-field:not(.is-disabled):hover
{
border: 1.5px solid #e77a1a;
}
.ms-RadioButton-field.is-checked
{
border: 1.5px solid #e77a1a;
}
.ms-RadioButton-field
{
transition: border 0.2s;
}
.form-control:focus
{
color: #494949;
border-color: #e77a1a;
}
.submit-wrapper
{
display: flex;
justify-content: center;
}
#date_picker_element
{
height: 48px !important;
background-color: var(--section-1-bg-color);
padding: 10px 15px !important;
border-color: var(--primary-l-color);
border-radius: 2px !important;
line-height: 1.2 !important;
font-family: "Poppins", sans-serif !important;
}
.e-input-group-icon, .e-clear-icon
{
width: 50px;
}
.e-input-group-icon:focus
{
border-left: 1px solid #e77a1a !important;
}
.e-input-group-icon:hover, .e-clear-icon:hover
{
background-color: #ffffff !important;
}
.slot_selection
{
display: none;
}
.slot_selection_show
{
display: block !important;
animation-name: smoothtransition;
animation-delay: -0.2s;
animation-duration: 0.5s;
}
label.error
{
font-size: small;
color: crimson;
}
div.error-message-visibility
{
/* display: block; */
}
.ms-MessageBar-text
{
color: #333;
}
.spinner-btn-wrapper > button {
min-width: 110px;
}
.btn-text-hide
{
display: none;
}
/* Spinenr */
.lds-ellipsis {
display : none;
position: relative;
width : 40px;
height : 25px;
}
.lds-ellipsis div {
position : absolute;
top : 16.5px;
width : 5px;
height : 5px;
border-radius : 50%;
background : #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left : 4px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left : 4px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left : 16px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left : 28px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(12px, 0);
}
}
.roller-active {
display: inline-block;
}
.ms-MessageBar
{
display: none;
}
/* Footer Styles */
footer
{
color: #6f6f6f;
background: #ececec;
padding: 64px 0;
}
footer ul li, footer ul li a
{
color: #6f6f6f;
}
footer ul li a
{
padding: 0.8rem;
border-radius: 50%;
background: #e77a1a;
transition: all ease-in-out 0.2s;
}
footer ul li a:hover
{
/* background: transparent; */
border: 1px solid #e0e0e0;
}
footer ul
{
display: inline-block;
}
footer ul li
{
display: inline-block;
margin-left: 5px;
}
.footer-grid
{
display: flex;
}
.footer-logo > img
{
width: 200px;
}
.footer-logo > p
{
margin-top: 10px;
}
.ft-social-md-grid
{
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
/* Media Queries */
/* Mobiles */
@media (max-width: 600px) {
/* Time selection grid */
.time-selection-grid
{
flex-direction: column;
}
.ld-magnet-bg
{
background-size: cover;
}
/* Shrink Image Size */
.img-col > img
{
width: 250px;
}
.title-text, .title-text > .text1
{
font-size: small;
/* max-width: 150px; */
}
.min-tit
{
font-size: 2.5rem;
}
.title-text span
{
/* max-width: 150px; */
}
.sub-text span
{
/* max-width: 150px; */
}
.sub-text
{
/* max-width: 150px; */
}
.sub-text .bkfrcndg
{
font-size: small;
}
.tsoybdnm
{
font-size: smaller;
/* width: 150px; */
}
.bbtn
{
font-size: 14px;
padding: 8px 12px;
}
.bbtn > strong
{
font-size: 18px;
}
.col-wrap
{
display: flex;
flex-direction: column;
align-items: center;
}
.text-parent-col, .btn-parent-col
{
text-align: center;
}
.img-col
{
margin-bottom: 32px;
}
.submit-wrapper
{
display: flex;
justify-content: center;
}
/* Footer */
.footer-grid
{
justify-content: flex-start;
}
.footer-grid .footer-logo
{
margin-bottom: 15px;
}
.ft-social-md-grid
{
justify-content: flex-start;
}
footer ul li:first-child
{
margin-left: 0;
}
footer ul
{
padding-left: 0;
}
}
/* Animations */
@keyframes smoothtransition {
from {
left: -1000px;
opacity: 0;
}
to {
left: 0;
opacity: 1;
}
} | assets/css/style.css | html {
scroll-behavior: smooth;
}
body
{
color: #fff;
}
section
{
padding: 64px 0;
}
a
{
text-decoration: none;
}
.lead-header
{
padding: 32px 0;
}
.lead-header .row
{
display: flex;
justify-content: center;
}
.lead-header img
{
width: 250px;
}
.ld-magnet-bg
{
/* height: 100vh; */
display: flex;
background-image: url('https://xownsolutions.com/digital_business_transformation_free_consultation/');
background-size: contain;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: center center;
padding-top: 32px;
}
.title-text
{
font-family: 'Futura Md BT';
font-size: 28px;
margin-bottom: 16px;
}
.sub-text
{
font-family: 'Poppins', sans-serif;
margin-bottom: 16px;
}
.tsoybdnm
{
font-family: 'Raleway', 'Corbel', sans-serif;
color: #a9abae;
margin-bottom: 16px;
font-size: 16px;
}
/* Increase Revenue and Profit */
.title-text > .isrvpf
{
color: #e77a1a;
}
.img-col, .text-parent-col
{
width: fit-content;
}
.img-col > img
{
width: 450px;
height: auto;
}
.col-wrap
{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
a.bbtn
{
display: inline-block;
background-color: #e77a1a;
color: #ffffff;
padding: 12px 18px;
font-size: 16px;
border-radius: 16px;
}
#bk-action-btn
{
color: #fff;
font-size: 18px !important;
}
.bbtn:hover
{
color: #ffffff;
}
.bbtn:focus
{
color: #ffffff;
}
/* Book a free digital */
.bkfrcndg
{
color: #a4a4a4;
font-size: 24px;
}
.ttext3, .ttext1
{
color: #494949;
}
.time-selection-grid
{
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.custom-radio
{
padding: 12px;
background: #fff;
}
.ms-RadioButton-field:before
{
display: none;
}
/* Various state of the radio field */
.ms-RadioButton-field.is-checked.in-focus:before, .ms-RadioButton-field.is-checked:focus:before, .ms-RadioButton-field.is-checked:hover:before
{
}
.ms-RadioButton-field:not(.is-disabled):hover
{
border: 1.5px solid #e77a1a;
}
.ms-RadioButton-field.is-checked
{
border: 1.5px solid #e77a1a;
}
.ms-RadioButton-field
{
transition: border 0.2s;
}
.form-control:focus
{
color: #494949;
border-color: #e77a1a;
}
.submit-wrapper
{
display: flex;
justify-content: center;
}
#date_picker_element
{
height: 48px !important;
background-color: var(--section-1-bg-color);
padding: 10px 15px !important;
border-color: var(--primary-l-color);
border-radius: 2px !important;
line-height: 1.2 !important;
font-family: "Poppins", sans-serif !important;
}
.e-input-group-icon, .e-clear-icon
{
width: 50px;
}
.e-input-group-icon:focus
{
border-left: 1px solid #e77a1a !important;
}
.e-input-group-icon:hover, .e-clear-icon:hover
{
background-color: #ffffff !important;
}
.slot_selection
{
display: none;
}
.slot_selection_show
{
display: block !important;
animation-name: smoothtransition;
animation-delay: -0.2s;
animation-duration: 0.5s;
}
label.error
{
font-size: small;
color: crimson;
}
div.error-message-visibility
{
/* display: block; */
}
.ms-MessageBar-text
{
color: #333;
}
.spinner-btn-wrapper > button {
min-width: 110px;
}
.btn-text-hide
{
display: none;
}
/* Spinenr */
.lds-ellipsis {
display : none;
position: relative;
width : 40px;
height : 25px;
}
.lds-ellipsis div {
position : absolute;
top : 16.5px;
width : 5px;
height : 5px;
border-radius : 50%;
background : #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left : 4px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left : 4px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left : 16px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left : 28px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(12px, 0);
}
}
.roller-active {
display: inline-block;
}
.ms-MessageBar
{
display: none;
}
/* Footer Styles */
footer
{
color: #6f6f6f;
background: #ececec;
padding: 64px 0;
}
footer ul li, footer ul li a
{
color: #6f6f6f;
}
footer ul li a
{
padding: 0.8rem;
border-radius: 50%;
background: #e77a1a;
transition: all ease-in-out 0.2s;
}
footer ul li a:hover
{
/* background: transparent; */
border: 1px solid #e0e0e0;
}
footer ul
{
display: inline-block;
}
footer ul li
{
display: inline-block;
margin-left: 5px;
}
.footer-grid
{
display: flex;
}
.footer-logo > img
{
width: 200px;
}
.footer-logo > p
{
margin-top: 10px;
}
.ft-social-md-grid
{
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
/* Media Queries */
/* Mobiles */
@media (max-width: 600px) {
/* Time selection grid */
.time-selection-grid
{
flex-direction: column;
}
.ld-magnet-bg
{
background-size: cover;
}
/* Shrink Image Size */
.img-col > img
{
width: 250px;
}
.title-text, .title-text > .text1
{
font-size: small;
/* max-width: 150px; */
}
.min-tit
{
font-size: 2.5rem;
}
.title-text span
{
/* max-width: 150px; */
}
.sub-text span
{
/* max-width: 150px; */
}
.sub-text
{
/* max-width: 150px; */
}
.sub-text .bkfrcndg
{
font-size: small;
}
.tsoybdnm
{
font-size: smaller;
/* width: 150px; */
}
.bbtn
{
font-size: 14px;
padding: 8px 12px;
}
.bbtn > strong
{
font-size: 18px;
}
.col-wrap
{
display: flex;
flex-direction: column;
align-items: center;
}
.text-parent-col, .btn-parent-col
{
text-align: center;
}
.img-col
{
margin-bottom: 32px;
}
.submit-wrapper
{
display: flex;
justify-content: center;
}
/* Footer */
.footer-grid
{
justify-content: flex-start;
}
.footer-grid .footer-logo
{
margin-bottom: 15px;
}
.ft-social-md-grid
{
justify-content: flex-start;
}
footer ul li:first-child
{
margin-left: 0;
}
footer ul
{
padding-left: 0;
}
}
/* Animations */
@keyframes smoothtransition {
from {
left: -1000px;
opacity: 0;
}
to {
left: 0;
opacity: 1;
}
} | 0.342022 | 0.069289 |
.button {
-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition-property: background-color;
-o-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.no-animation {
-webkit-transition-property: none !important;
-o-transition-property: none !important;
transition-property: none !important;
}
a {
-webkit-transition: -webkit-transform 1s;
transition: -webkit-transform 1s;
-o-transition: transform 1s;
transition: transform 1s;
transition: transform 1s, -webkit-transform 1s;
}
.button.is-github {
background-color: #24292e;
border-color: transparent;
color: #fff;
}
.button.is-github:hover, .button.is-github.is-hovered {
background-color: #1e2327;
border-color: transparent;
color: #fff;
}
.button.is-github:focus, .button.is-github.is-focused {
border-color: transparent;
color: #fff;
}
.button.is-github:focus:not(:active), .button.is-github.is-focused:not(:active) {
-webkit-box-shadow: 0 0 0 0.125em rgba(36, 41, 46, 0.25);
box-shadow: 0 0 0 0.125em rgba(36, 41, 46, 0.25);
}
.button.is-github:active, .button.is-github.is-active {
background-color: #191c20;
border-color: transparent;
color: #fff;
}
.button.is-github[disabled],
fieldset[disabled] .button.is-github {
background-color: #24292e;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-github.is-inverted {
background-color: #fff;
color: #24292e;
}
.button.is-github.is-inverted:hover, .button.is-github.is-inverted.is-hovered {
background-color: #f2f2f2;
}
.button.is-github.is-inverted[disabled],
fieldset[disabled] .button.is-github.is-inverted {
background-color: #fff;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #24292e;
}
.button.is-github.is-loading::after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-github.is-outlined {
background-color: transparent;
border-color: #24292e;
color: #24292e;
}
.button.is-github.is-outlined:hover, .button.is-github.is-outlined.is-hovered, .button.is-github.is-outlined:focus, .button.is-github.is-outlined.is-focused {
background-color: #24292e;
border-color: #24292e;
color: #fff;
}
.button.is-github.is-outlined.is-loading::after {
border-color: transparent transparent #24292e #24292e !important;
}
.button.is-github.is-outlined.is-loading:hover::after, .button.is-github.is-outlined.is-loading.is-hovered::after, .button.is-github.is-outlined.is-loading:focus::after, .button.is-github.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-github.is-outlined[disabled],
fieldset[disabled] .button.is-github.is-outlined {
background-color: transparent;
border-color: #24292e;
-webkit-box-shadow: none;
box-shadow: none;
color: #24292e;
}
.button.is-github.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.button.is-github.is-inverted.is-outlined:hover, .button.is-github.is-inverted.is-outlined.is-hovered, .button.is-github.is-inverted.is-outlined:focus, .button.is-github.is-inverted.is-outlined.is-focused {
background-color: #fff;
color: #24292e;
}
.button.is-github.is-inverted.is-outlined.is-loading:hover::after, .button.is-github.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-github.is-inverted.is-outlined.is-loading:focus::after, .button.is-github.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #24292e #24292e !important;
}
.button.is-github.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-github.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.button.is-github.is-light {
background-color: #f4f5f6;
color: #7e8c9a;
}
.button.is-github.is-light:hover, .button.is-github.is-light.is-hovered {
background-color: #eceef0;
border-color: transparent;
color: #7e8c9a;
}
.button.is-github.is-light:active, .button.is-github.is-light.is-active {
background-color: #e5e8eb;
border-color: transparent;
color: #7e8c9a;
}
.button.is-static {
background-color: whitesmoke;
border-color: #dbdbdb;
color: #7a7a7a;
-webkit-box-shadow: none;
box-shadow: none;
pointer-events: none;
}
.has-text-github {
color: #24292e !important;
}
a.has-text-github:hover, a.has-text-github:focus {
color: #0e1011 !important;
}
.has-background-github {
background-color: #24292e !important;
}
.has-text-github-light {
color: #f4f5f6 !important;
}
a.has-text-github-light:hover, a.has-text-github-light:focus {
color: #d7dbe0 !important;
}
.has-background-github-light {
background-color: #f4f5f6 !important;
}
.has-text-github-dark {
color: #7e8c9a !important;
}
a.has-text-github-dark:hover, a.has-text-github-dark:focus {
color: #9ba6b1 !important;
}
.has-background-github-dark {
background-color: #7e8c9a !important;
} | css/single/github/github.css | .button {
-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition-property: background-color;
-o-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.no-animation {
-webkit-transition-property: none !important;
-o-transition-property: none !important;
transition-property: none !important;
}
a {
-webkit-transition: -webkit-transform 1s;
transition: -webkit-transform 1s;
-o-transition: transform 1s;
transition: transform 1s;
transition: transform 1s, -webkit-transform 1s;
}
.button.is-github {
background-color: #24292e;
border-color: transparent;
color: #fff;
}
.button.is-github:hover, .button.is-github.is-hovered {
background-color: #1e2327;
border-color: transparent;
color: #fff;
}
.button.is-github:focus, .button.is-github.is-focused {
border-color: transparent;
color: #fff;
}
.button.is-github:focus:not(:active), .button.is-github.is-focused:not(:active) {
-webkit-box-shadow: 0 0 0 0.125em rgba(36, 41, 46, 0.25);
box-shadow: 0 0 0 0.125em rgba(36, 41, 46, 0.25);
}
.button.is-github:active, .button.is-github.is-active {
background-color: #191c20;
border-color: transparent;
color: #fff;
}
.button.is-github[disabled],
fieldset[disabled] .button.is-github {
background-color: #24292e;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button.is-github.is-inverted {
background-color: #fff;
color: #24292e;
}
.button.is-github.is-inverted:hover, .button.is-github.is-inverted.is-hovered {
background-color: #f2f2f2;
}
.button.is-github.is-inverted[disabled],
fieldset[disabled] .button.is-github.is-inverted {
background-color: #fff;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #24292e;
}
.button.is-github.is-loading::after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-github.is-outlined {
background-color: transparent;
border-color: #24292e;
color: #24292e;
}
.button.is-github.is-outlined:hover, .button.is-github.is-outlined.is-hovered, .button.is-github.is-outlined:focus, .button.is-github.is-outlined.is-focused {
background-color: #24292e;
border-color: #24292e;
color: #fff;
}
.button.is-github.is-outlined.is-loading::after {
border-color: transparent transparent #24292e #24292e !important;
}
.button.is-github.is-outlined.is-loading:hover::after, .button.is-github.is-outlined.is-loading.is-hovered::after, .button.is-github.is-outlined.is-loading:focus::after, .button.is-github.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #fff #fff !important;
}
.button.is-github.is-outlined[disabled],
fieldset[disabled] .button.is-github.is-outlined {
background-color: transparent;
border-color: #24292e;
-webkit-box-shadow: none;
box-shadow: none;
color: #24292e;
}
.button.is-github.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.button.is-github.is-inverted.is-outlined:hover, .button.is-github.is-inverted.is-outlined.is-hovered, .button.is-github.is-inverted.is-outlined:focus, .button.is-github.is-inverted.is-outlined.is-focused {
background-color: #fff;
color: #24292e;
}
.button.is-github.is-inverted.is-outlined.is-loading:hover::after, .button.is-github.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-github.is-inverted.is-outlined.is-loading:focus::after, .button.is-github.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #24292e #24292e !important;
}
.button.is-github.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-github.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.button.is-github.is-light {
background-color: #f4f5f6;
color: #7e8c9a;
}
.button.is-github.is-light:hover, .button.is-github.is-light.is-hovered {
background-color: #eceef0;
border-color: transparent;
color: #7e8c9a;
}
.button.is-github.is-light:active, .button.is-github.is-light.is-active {
background-color: #e5e8eb;
border-color: transparent;
color: #7e8c9a;
}
.button.is-static {
background-color: whitesmoke;
border-color: #dbdbdb;
color: #7a7a7a;
-webkit-box-shadow: none;
box-shadow: none;
pointer-events: none;
}
.has-text-github {
color: #24292e !important;
}
a.has-text-github:hover, a.has-text-github:focus {
color: #0e1011 !important;
}
.has-background-github {
background-color: #24292e !important;
}
.has-text-github-light {
color: #f4f5f6 !important;
}
a.has-text-github-light:hover, a.has-text-github-light:focus {
color: #d7dbe0 !important;
}
.has-background-github-light {
background-color: #f4f5f6 !important;
}
.has-text-github-dark {
color: #7e8c9a !important;
}
a.has-text-github-dark:hover, a.has-text-github-dark:focus {
color: #9ba6b1 !important;
}
.has-background-github-dark {
background-color: #7e8c9a !important;
} | 0.413359 | 0.0686 |
@import 'part:@sanity/base/theme/variables-style';
:root {
--edit-item-fold-border-color: var(--brand-primary);
--edit-item-fold-dark-color: color(var(--edit-item-fold-border-color) lightness(- 20%));
--edit-item-fold-padding: var(--medium-padding);
}
:export {
padding: var(--edit-item-fold-padding);
}
@keyframes appear {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.root {
position: relative;
display: block;
width: 100%;
z-index: var(--zindex-portal);
}
.wrapper {
composes: shadow-12dp from 'part:@sanity/base/theme/shadows-style';
box-sizing: border-box;
border: 1px solid var(--edit-item-fold-border-color);
background-color: var(--component-bg);
border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
margin-left: calc(var(--edit-item-fold-padding) * -1);
margin-right: calc(var(--edit-item-fold-padding) * -1);
position: relative;
animation: appear 0.2s linear;
width: calc(100% + var(--edit-item-fold-padding) * 2);
@nest &::after {
content: '';
box-sizing: content-box;
display: block;
position: absolute;
top: calc(var(--edit-item-fold-padding) * -1);
left: 0;
height: 0;
width: 0;
margin-left: -1px;
margin-top: -1px;
border-color: transparent;
border-bottom: var(--edit-item-fold-padding) solid var(--edit-item-fold-dark-color);
border-left: var(--edit-item-fold-padding) solid transparent;
z-index: -1;
}
@nest &::before {
content: '';
box-sizing: content-box;
display: block;
position: absolute;
top: calc(var(--edit-item-fold-padding) * -1);
right: 0;
height: 0;
width: 0;
margin-right: -1px;
margin-top: -1px;
border-color: transparent;
border-bottom: var(--edit-item-fold-padding) solid var(--edit-item-fold-dark-color);
border-right: var(--edit-item-fold-padding) solid transparent;
z-index: -1;
}
}
.head {
background-color: var(--edit-item-fold-border-color);
padding: var(--small-padding);
height: 1.5em;
color: var(--white);
}
.close {
pointer-events: auto;
outline: none;
color: var(--white);
display: block;
border: none;
background-color: transparent;
float: right;
}
.closeDark {
composes: close;
color: var(--black);
}
.content {
padding: var(--medium-padding);
} | packages/@sanity/components/src/edititem/styles/EditItemFoldOut.css | @import 'part:@sanity/base/theme/variables-style';
:root {
--edit-item-fold-border-color: var(--brand-primary);
--edit-item-fold-dark-color: color(var(--edit-item-fold-border-color) lightness(- 20%));
--edit-item-fold-padding: var(--medium-padding);
}
:export {
padding: var(--edit-item-fold-padding);
}
@keyframes appear {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.root {
position: relative;
display: block;
width: 100%;
z-index: var(--zindex-portal);
}
.wrapper {
composes: shadow-12dp from 'part:@sanity/base/theme/shadows-style';
box-sizing: border-box;
border: 1px solid var(--edit-item-fold-border-color);
background-color: var(--component-bg);
border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
margin-left: calc(var(--edit-item-fold-padding) * -1);
margin-right: calc(var(--edit-item-fold-padding) * -1);
position: relative;
animation: appear 0.2s linear;
width: calc(100% + var(--edit-item-fold-padding) * 2);
@nest &::after {
content: '';
box-sizing: content-box;
display: block;
position: absolute;
top: calc(var(--edit-item-fold-padding) * -1);
left: 0;
height: 0;
width: 0;
margin-left: -1px;
margin-top: -1px;
border-color: transparent;
border-bottom: var(--edit-item-fold-padding) solid var(--edit-item-fold-dark-color);
border-left: var(--edit-item-fold-padding) solid transparent;
z-index: -1;
}
@nest &::before {
content: '';
box-sizing: content-box;
display: block;
position: absolute;
top: calc(var(--edit-item-fold-padding) * -1);
right: 0;
height: 0;
width: 0;
margin-right: -1px;
margin-top: -1px;
border-color: transparent;
border-bottom: var(--edit-item-fold-padding) solid var(--edit-item-fold-dark-color);
border-right: var(--edit-item-fold-padding) solid transparent;
z-index: -1;
}
}
.head {
background-color: var(--edit-item-fold-border-color);
padding: var(--small-padding);
height: 1.5em;
color: var(--white);
}
.close {
pointer-events: auto;
outline: none;
color: var(--white);
display: block;
border: none;
background-color: transparent;
float: right;
}
.closeDark {
composes: close;
color: var(--black);
}
.content {
padding: var(--medium-padding);
} | 0.564579 | 0.087916 |
:root {
background: #ffffff;
--ion-background-color: #ffffff;
--main-color: #ed6c30;
--alt-color: #fcc21b;
--alt-color-light: #E8D76D;
--alt-color-group-light: #5CA062;
--alt-color-group-dark: #195D4D;
--slide-split-title-display: block;
--deckgo-highlight-code-font-size: 28px;
}
deckgo-slide-split {
--slide-split-padding-top: 0;
--slide-split-padding-bottom: 0;
--slide-split-text-align: center;
--slide-split-align: start;
}
deckgo-deck h1,
deckgo-deck h2,
deckgo-deck h3 {
/* TODO: deckgo issue */
overflow: visible !important;
}
ion-app.loading,
ion-app.loading a {
color: transparent;
}
ion-app.loading a {
color: transparent;
}
ion-app.loading {
display: none;
}
deckgo-deck {
color: black;
--color: black;
--ion-text-color: black;
--deckgo-highlight-code-line-background: yellow;
}
body {
background: #ffffff;
--react-color: #61dafb;
--preact-color: #673ab8;
--redux-color: #764abc;
--lit-element-color: #2196f3;
--jquery-color: #d18f4f;
}
.dark {
--background: #000;
--color: #fff;
}
.full {
width: 100%;
height: 100%;
}
.big {
font-size: 5em;
}
.flex {
width: 100%;
height: 100%;
display: flex;
}
.flex-center {
justify-content: center;
text-align: center;
flex-direction: column;
}
.flex-end {
justify-content: flex-end;
text-align: center;
flex-direction: column;
}
.flex-row {
display: flex;
justify-content: space-around;
flex-direction: row;
width: 100%;
}
.flex-center img,
.img-row img {
max-height: 70vh;
}
.flex-center img,
.img-row.fill img {
width: 100%;
}
.img-row {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-direction: row;
text-align: center;
}
.img-row .img-container,
.img-row figure {
flex: 1 1;
}
.img-row img {
padding: 1em 1em;
}
.img-small-line {
display: flex;
justify-content: center;
flex-direction: row;
text-align: center;
flex-shrink: 1;
justify-content: space-around;
max-height: 200px;
margin: 1em;
}
.img-small-line > * {
flex: 0 1 300px;
margin: 0.5em;
}
.imgs-list {
flex-wrap: wrap;
}
.imgs-list img {
max-height: 8vh;
margin: 1em;
}
figure[slot='content'] {
text-align: center;
margin: 0;
width: 100%;
max-height: 100%;
}
figure[slot='content'] figcaption {
font-size: 1.4em;
}
figure[slot='content'] img {
max-width: 100%;
max-height: 100%;
}
/* #endregion img-org */
.frame {
background: center no-repeat url('/assets/img/frame-h.png');
background-size: contain;
}
h1 {
text-align: center;
}
.bg-img {
background-size: contain;
}
.frame * {
font-size: 2em;
}
.small-code {
--slide-padding-top: 8em;
}
.strong {
font-weight: bold;
}
.slide-todo {
--background: #f00;
color: #000;
}
.wof-show > a {
color: red;
text-decoration: none;
font-size: 2em;
text-shadow: 1px 1px 2px #000;
}
.wof-show .sub {
color: black;
text-shadow: 1px 1px 2px #fff;
display: inline-block;
}
.center {
text-align: center;
}
.lib-chart {
--deckgo-chart-fill-color-1: var(--react-color);
--deckgo-chart-fill-color-2: var(--preact-color);
--deckgo-chart-fill-color-3: var(--redux-color);
--deckgo-chart-fill-color-4: var(--lit-element-color);
--deckgo-chart-fill-color-5: var(--jquery-color);
}
.twitter-content {
width: 100%;
}
.twitter-content twitter-widget {
margin: 0 auto;
}
.chapter-title-slide {
--background: var(--main-color);
}
.subchapter-title-slide {
--background: var(--alt-color);
}
.topic-title-slide {
--background: var(--alt-color-light);
}
deckgo-social .link {
color: #4c8dff;
}
.fire-bg {
background: center no-repeat url('/assets/img/flames.jpg');
background-size: cover;
}
.fire-icons figure {
margin: 1em;
}
.fire-icons .img-row {
align-items: start;
margin-top: 1em;
}
.fire-icons figcaption {
font-size: 1.4em;
font-weight: bold;
}
.fire-icons figcaption:not(:first-of-type) {
margin-top: 1em;
font-size: 1.2em;
}
deckgo-reveal.compact {
text-align: center;
}
deckgo-reveal.compact > * {
margin: 0;
}
/* TODO: discuss with deckgo team */
deckgo-slide-split deckgo-reveal > * {
height: fit-content !important;
}
.whatwg.note {
font: 1em/1.45 Helvetica Neue, sans-serif, Droid Sans Fallback;
padding: 0.5em 1em;
position: relative;
padding-top: 1em;
padding-bottom: 1em;
color: green;
background: #ddffdd;
font-style: italic;
margin: 1em 0;
margin-top: 1.5em;
}
.whatwg.note::before {
background: green;
padding: 0.15em 0.25em;
position: absolute;
top: -0.8em;
left: -0.8em;
color: white;
content: 'Note';
font: 1em/1.45 Helvetica Neue, sans-serif, Droid Sans Fallback;
}
.ciu-wrapper {
width: 100%;
}
.ciu_embed {
margin: 0 auto;
}
ul.reveal-list {
list-style: none;
}
.reveal-list li {
margin: 0.5em 0;
}
.square {
border: solid black 3px;
box-shadow: 2px 2px 2px black;
}
@media (min-width: 992px) {
.ciu_embed {
width: 800px;
}
}
.demo {
border: 2px red solid;
}
std-toast {
font-weight: bold;
font-size: 3em;
}
.quotation:before {
content: '«';
margin-right: 0.2em;
}
.quotation:after {
content: '»';
margin-left: 0.2em;
}
.comment {
font-style: italic;
font-size: .8em;
}
deckgo-slide-split.split-text > *:not([slot="title"]) {
justify-content: start;
}
deckgo-slide-split.split-text > *:not([slot="title"]) > * {
justify-content: start;
margin: .25em;
}
.meme-title {
font-family: impact;
color: white;
text-transform: uppercase;
font-size: 3em;
font-weight: 900;
text-shadow:2px 2px 0 #000,
-2px -2px 0 #000,
2px -2px 0 #000,
-2px 2px 0 #000,
0px 2px 0 #000,
2px 0px 0 #000,
0px -2px 0 #000,
-2px 0px 0 #000,
2px 2px 5px #000;
}
.resources-slide deckgo-social {
margin-bottom: 1em;
font-size: 2em;
} | src/css/global.css |
:root {
background: #ffffff;
--ion-background-color: #ffffff;
--main-color: #ed6c30;
--alt-color: #fcc21b;
--alt-color-light: #E8D76D;
--alt-color-group-light: #5CA062;
--alt-color-group-dark: #195D4D;
--slide-split-title-display: block;
--deckgo-highlight-code-font-size: 28px;
}
deckgo-slide-split {
--slide-split-padding-top: 0;
--slide-split-padding-bottom: 0;
--slide-split-text-align: center;
--slide-split-align: start;
}
deckgo-deck h1,
deckgo-deck h2,
deckgo-deck h3 {
/* TODO: deckgo issue */
overflow: visible !important;
}
ion-app.loading,
ion-app.loading a {
color: transparent;
}
ion-app.loading a {
color: transparent;
}
ion-app.loading {
display: none;
}
deckgo-deck {
color: black;
--color: black;
--ion-text-color: black;
--deckgo-highlight-code-line-background: yellow;
}
body {
background: #ffffff;
--react-color: #61dafb;
--preact-color: #673ab8;
--redux-color: #764abc;
--lit-element-color: #2196f3;
--jquery-color: #d18f4f;
}
.dark {
--background: #000;
--color: #fff;
}
.full {
width: 100%;
height: 100%;
}
.big {
font-size: 5em;
}
.flex {
width: 100%;
height: 100%;
display: flex;
}
.flex-center {
justify-content: center;
text-align: center;
flex-direction: column;
}
.flex-end {
justify-content: flex-end;
text-align: center;
flex-direction: column;
}
.flex-row {
display: flex;
justify-content: space-around;
flex-direction: row;
width: 100%;
}
.flex-center img,
.img-row img {
max-height: 70vh;
}
.flex-center img,
.img-row.fill img {
width: 100%;
}
.img-row {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-direction: row;
text-align: center;
}
.img-row .img-container,
.img-row figure {
flex: 1 1;
}
.img-row img {
padding: 1em 1em;
}
.img-small-line {
display: flex;
justify-content: center;
flex-direction: row;
text-align: center;
flex-shrink: 1;
justify-content: space-around;
max-height: 200px;
margin: 1em;
}
.img-small-line > * {
flex: 0 1 300px;
margin: 0.5em;
}
.imgs-list {
flex-wrap: wrap;
}
.imgs-list img {
max-height: 8vh;
margin: 1em;
}
figure[slot='content'] {
text-align: center;
margin: 0;
width: 100%;
max-height: 100%;
}
figure[slot='content'] figcaption {
font-size: 1.4em;
}
figure[slot='content'] img {
max-width: 100%;
max-height: 100%;
}
/* #endregion img-org */
.frame {
background: center no-repeat url('/assets/img/frame-h.png');
background-size: contain;
}
h1 {
text-align: center;
}
.bg-img {
background-size: contain;
}
.frame * {
font-size: 2em;
}
.small-code {
--slide-padding-top: 8em;
}
.strong {
font-weight: bold;
}
.slide-todo {
--background: #f00;
color: #000;
}
.wof-show > a {
color: red;
text-decoration: none;
font-size: 2em;
text-shadow: 1px 1px 2px #000;
}
.wof-show .sub {
color: black;
text-shadow: 1px 1px 2px #fff;
display: inline-block;
}
.center {
text-align: center;
}
.lib-chart {
--deckgo-chart-fill-color-1: var(--react-color);
--deckgo-chart-fill-color-2: var(--preact-color);
--deckgo-chart-fill-color-3: var(--redux-color);
--deckgo-chart-fill-color-4: var(--lit-element-color);
--deckgo-chart-fill-color-5: var(--jquery-color);
}
.twitter-content {
width: 100%;
}
.twitter-content twitter-widget {
margin: 0 auto;
}
.chapter-title-slide {
--background: var(--main-color);
}
.subchapter-title-slide {
--background: var(--alt-color);
}
.topic-title-slide {
--background: var(--alt-color-light);
}
deckgo-social .link {
color: #4c8dff;
}
.fire-bg {
background: center no-repeat url('/assets/img/flames.jpg');
background-size: cover;
}
.fire-icons figure {
margin: 1em;
}
.fire-icons .img-row {
align-items: start;
margin-top: 1em;
}
.fire-icons figcaption {
font-size: 1.4em;
font-weight: bold;
}
.fire-icons figcaption:not(:first-of-type) {
margin-top: 1em;
font-size: 1.2em;
}
deckgo-reveal.compact {
text-align: center;
}
deckgo-reveal.compact > * {
margin: 0;
}
/* TODO: discuss with deckgo team */
deckgo-slide-split deckgo-reveal > * {
height: fit-content !important;
}
.whatwg.note {
font: 1em/1.45 Helvetica Neue, sans-serif, Droid Sans Fallback;
padding: 0.5em 1em;
position: relative;
padding-top: 1em;
padding-bottom: 1em;
color: green;
background: #ddffdd;
font-style: italic;
margin: 1em 0;
margin-top: 1.5em;
}
.whatwg.note::before {
background: green;
padding: 0.15em 0.25em;
position: absolute;
top: -0.8em;
left: -0.8em;
color: white;
content: 'Note';
font: 1em/1.45 Helvetica Neue, sans-serif, Droid Sans Fallback;
}
.ciu-wrapper {
width: 100%;
}
.ciu_embed {
margin: 0 auto;
}
ul.reveal-list {
list-style: none;
}
.reveal-list li {
margin: 0.5em 0;
}
.square {
border: solid black 3px;
box-shadow: 2px 2px 2px black;
}
@media (min-width: 992px) {
.ciu_embed {
width: 800px;
}
}
.demo {
border: 2px red solid;
}
std-toast {
font-weight: bold;
font-size: 3em;
}
.quotation:before {
content: '«';
margin-right: 0.2em;
}
.quotation:after {
content: '»';
margin-left: 0.2em;
}
.comment {
font-style: italic;
font-size: .8em;
}
deckgo-slide-split.split-text > *:not([slot="title"]) {
justify-content: start;
}
deckgo-slide-split.split-text > *:not([slot="title"]) > * {
justify-content: start;
margin: .25em;
}
.meme-title {
font-family: impact;
color: white;
text-transform: uppercase;
font-size: 3em;
font-weight: 900;
text-shadow:2px 2px 0 #000,
-2px -2px 0 #000,
2px -2px 0 #000,
-2px 2px 0 #000,
0px 2px 0 #000,
2px 0px 0 #000,
0px -2px 0 #000,
-2px 0px 0 #000,
2px 2px 5px #000;
}
.resources-slide deckgo-social {
margin-bottom: 1em;
font-size: 2em;
} | 0.346652 | 0.127544 |
figure:hover > figcaption {
opacity: 1;
}
figure {
position: relative;
overflow: hidden;
margin: auto;
}
figcaption:hover {
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
z-index: 9999;
cursor: default;
width: 100%;
height: 100%;
text-align: center;
}
figcaption {
position: absolute;
width: 100%;
height: 100%;
text-align: center;
}
.post3-main-div:hover .btn-h {
opacity: 1;
}
.btn-h {
opacity: 0;
}
.hover-btn1 {
background-color: #00bff3;
width: 40px;
height: 40px;
margin-left: -4px;
margin-top: 28%;
}
.hover-btn2 {
background-color: #07b6e6;
width: 40px;
height: 40px;
margin-left: -4px;
margin-top: 28%;
}
.hover-btn3 {
background-color: #00afdf;
width: 40px;
height: 40px;
margin-left: -4px;
margin-top: 28%;
}
.post3-main-div:hover .meet-img-hover {
background-color: rgba(70, 75, 79, 0.82);
}
.post3-main-div:hover .fancy-img {
opacity: 0.4;
}
.post3-text-box {
padding: 28px;
}
.post3-text {
color: #9699a6;
margin: 0;
margin-bottom: 30px;
font-weight: normal;
}
.post3-main-div:hover .post1-btn {
background-color: #00bff3 !important;
}
.post4-main-div {
background-color: #ffffff;
margin-top: 40px;
}
.post4-main-div:hover {
-webkit-box-shadow: -1px 4px 15px -1px rgba(140, 138, 140, 1);
-moz-box-shadow: -1px 4px 15px -1px rgba(140, 138, 140, 1);
box-shadow: -1px 4px 15px -1px rgba(140, 138, 140, 1);
}
.post4-main-div:hover .post1-btn {
background-color: #00bff3 !important;
}
.post4-main-div:hover .post3-h {
color: #00bff3 !important;
}
.hover-btn {
padding-top: 20px;
}
.fa-eye, .fa-heart-o, .fa-file-text-o {
padding-top: 7px;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover{
background-color: #65a800;
border-color: #65a800;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
color: #fff;
background-color: #65a800;
border-color: #65a800;
} | public/adminasset/css/custom_css/figcaption.css | figure:hover > figcaption {
opacity: 1;
}
figure {
position: relative;
overflow: hidden;
margin: auto;
}
figcaption:hover {
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
z-index: 9999;
cursor: default;
width: 100%;
height: 100%;
text-align: center;
}
figcaption {
position: absolute;
width: 100%;
height: 100%;
text-align: center;
}
.post3-main-div:hover .btn-h {
opacity: 1;
}
.btn-h {
opacity: 0;
}
.hover-btn1 {
background-color: #00bff3;
width: 40px;
height: 40px;
margin-left: -4px;
margin-top: 28%;
}
.hover-btn2 {
background-color: #07b6e6;
width: 40px;
height: 40px;
margin-left: -4px;
margin-top: 28%;
}
.hover-btn3 {
background-color: #00afdf;
width: 40px;
height: 40px;
margin-left: -4px;
margin-top: 28%;
}
.post3-main-div:hover .meet-img-hover {
background-color: rgba(70, 75, 79, 0.82);
}
.post3-main-div:hover .fancy-img {
opacity: 0.4;
}
.post3-text-box {
padding: 28px;
}
.post3-text {
color: #9699a6;
margin: 0;
margin-bottom: 30px;
font-weight: normal;
}
.post3-main-div:hover .post1-btn {
background-color: #00bff3 !important;
}
.post4-main-div {
background-color: #ffffff;
margin-top: 40px;
}
.post4-main-div:hover {
-webkit-box-shadow: -1px 4px 15px -1px rgba(140, 138, 140, 1);
-moz-box-shadow: -1px 4px 15px -1px rgba(140, 138, 140, 1);
box-shadow: -1px 4px 15px -1px rgba(140, 138, 140, 1);
}
.post4-main-div:hover .post1-btn {
background-color: #00bff3 !important;
}
.post4-main-div:hover .post3-h {
color: #00bff3 !important;
}
.hover-btn {
padding-top: 20px;
}
.fa-eye, .fa-heart-o, .fa-file-text-o {
padding-top: 7px;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover{
background-color: #65a800;
border-color: #65a800;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
color: #fff;
background-color: #65a800;
border-color: #65a800;
} | 0.591369 | 0.196845 |
body {
width: 100%;
height: 100vh;
}
.hud {
position: fixed;
top: 0;
left: 0;
width: 100vw;
z-index: 9999;
}
#battle {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.midground:nth-child(2) {
left: 10vh;
transform: rotate(45deg) translateY(-20%);
}
.background {
display: flex;
position: relative;
content: "";
width: 100%;
height: 100%;
flex-direction: row;
justify-content: space-around;
align-items: flex-end;
background: rgb(3, 181, 252);
background-image: linear-gradient(to bottom, skyblue, rgb(11, 11, 53));
overflow: hidden;
}
.ground {
display: block;
content: "";
position: absolute;
width: 120%;
left: 0;
transform-origin: 50% 50%;
transform: rotate(45deg);
height: 50vh;
bottom: 0;
background: rgb(134, 123, 127);
transform: none;
}
.players, .enemies {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: flex-end;
align-items: center;
position: relative;
z-index: 999;
width: 50%;
max-height: 60vh;
margin-bottom: 50px;
}
.enemies {
z-index: 998;
}
.player:before {
display: block;
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 40%;
background-color: rgb(196, 32, 32);
z-index: -1;
}
.player, .enemy {
display: block;
position: relative;
content: "";
height: 100px;
width: 60px;
margin-bottom: 20px;
transition: 0.2s linear;
}
.player .announce, .enemy .announce {
position: absolute;
top: -100px;
left: 50%;
background: white;
display: flex;
justify-content: center;
width: 200%;
padding: 8px;
transform: translate(-50%, 0);
font-weight: bold;
opacity: 0;
}
.player .announce.visible, .enemy .announce.visible {
opacity: 1;
}
.player .announce:after, .enemy .announce:after {
display: block;
position: absolute;
bottom: -20px;
left: 50%;
content: "";
width: 0;
height: 0;
border: 10px solid transparent;
border-top-color: white;
transform: translate(-50%, 0);
}
.player.attacking, .enemy.attacking {
margin-right: -50px;
transition: 0.4s linear;
}
.player:nth-child(even), .enemy:nth-child(even) {
margin-left: -60px;
}
.player:after, .enemy:after {
opacity: 0;
content: "(Defending)";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
padding: 5px;
transition: all 0.2s ease-out;
}
.player.defending:after, .enemy.defending:after {
opacity: 1;
transform: translate(-50%, -70%);
}
.player.dead, .enemy.dead {
background: grey;
}
.player.dead:after, .enemy.dead:after {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
content: "(dead)";
opacity: 1;
}
.player.flaming, .enemy.flaming {
background: FireBrick !important;
}
.player.flaming:after, .enemy.flaming:after {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
content: "flaming";
opacity: 1;
color: white;
background-color: transparent;
}
.player.frozen, .enemy.frozen {
background: blue !important;
}
.player.frozen:after, .enemy.frozen:after {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
content: "frozen";
opacity: 1;
background-color: transparent;
}
.player .hp-container, .enemy .hp-container {
display: block;
position: absolute;
padding: 1px;
top: -50px;
left: 50%;
content: "";
width: 100px;
height: 20px;
transform: translate(-50%, 0);
background: rgba(255, 255, 255, 0.6);
border: 1px solid white;
}
.player .hp-container span, .enemy .hp-container span {
position: relative;
left: 2px;
z-index: 10000;
font-size: 10px;
font-weight: bold;
}
.player .hp-container .hp-bar, .enemy .hp-container .hp-bar {
display: block;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
background: dodgerblue;
transition: 0.3s linear;
z-index: 3;
}
.player .hp-container .hp-sub-bar, .enemy .hp-container .hp-sub-bar {
display: block;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
background: rgba(255, 0, 0, 0.7);
transition: width 0.3s linear 0.2s;
z-index: 2;
}
.player.healing .hp-bar, .enemy.healing .hp-bar {
transition: width 0.3s linear 0.2s;
}
.player.healing .hp-sub-bar, .enemy.healing .hp-sub-bar {
background: rgba(124, 252, 0, 0.9);
transition: width 0.3s linear;
}
.enemy {
background: black;
position: relative;
transition: 0.2s linear, color 0.1s linear;
}
.enemy.attacking {
margin-left: -50px;
margin-right: 0;
-webkit-animation: bounce 0.3s infinite;
animation: bounce 0.3s infinite;
transition: 0.4s linear, color 0.1s linear;
}
.enemy.enraged {
background: red;
}
.enemy.Dreaded {
background: darkslategray;
}
.enemy.Dreaded .horns {
display: block;
content: "";
position: absolute;
top: -40px;
left: 10px;
width: 0;
height: 0;
border: 20px solid transparent;
border-width: 20px 10px;
border-bottom-color: red;
}
.enemy.Dreaded .horns:after {
display: block;
content: "";
position: absolute;
top: -20px;
left: 20px;
width: 0;
height: 0;
border: 20px solid transparent;
border-width: 20px 10px;
border-bottom-color: red;
}
.controls {
display: flex;
flex-direction: column;
position: absolute;
top: 0;
left: 100px;
padding: 15px;
background: rgba(0, 0, 0, 0.7);
transform: translate(0, -50%);
z-index: 5;
}
.controls:before {
display: block;
position: absolute;
width: 0;
height: 0;
content: "";
border: 20px solid transparent;
border-right-color: rgba(0, 0, 0, 0.7);
top: 50%;
left: -40px;
transform: translate(0, -50%);
}
.controls .control {
margin: 10px 0;
}
.announcement {
display: flex;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: white;
font-size: 60px;
text-transform: uppercase;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.8);
z-index: 99999;
}
.start {
padding: 5px 15px;
text-align: Center;
position: absolute;
display: block;
top: 60%;
left: 50%;
z-index: 9999990;
transform: translate(-50%, 0);
}
.stat {
display: block;
position: absolute;
top: -50px;
left: 50%;
font-size: 20px;
font-weight: bold;
transform: translate(-50%, 0);
opacity: 1;
transition: 0.5s linear, opacity 0.2s linear 0.3s;
}
.stat.enabled {
transform: translate(-50%, -50px);
}
.stat.hit {
color: red;
}
.stat.healed {
color: lawngreen;
}
@-webkit-keyframes bounce {
0%, 60%, 100% {
transform: translate(0, 0);
}
28%, 32% {
transform: translate(0, -10px);
}
}
@keyframes bounce {
0%, 60%, 100% {
transform: translate(0, 0);
}
28%, 32% {
transform: translate(0, -10px);
}
}
.currentPlayer, .hoveredPlayer {
display: flex;
position: fixed;
justify-content: space-around;
background: rgba(0, 0, 0, 0.9);
color: white;
width: 100%;
text-align: center;
bottom: 0;
left: 0;
z-index: 99999;
}
.hoveredPlayer {
background: rgba(0, 0, 255, 0.9);
}
.instructions {
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
width: 100%;
align-items: center;
color: rgba(255, 255, 255, 0.8);
background: rgba(0, 0, 0, 0.9);
z-index: 1000000;
}
.instructions p {
max-width: 80%;
}
.instructions strong {
color: white;
}
.add-hero {
position: relative;
z-index: 6;
}
.add-hero.callout {
border: 2px solid transparent;
-webkit-animation: glow 1s linear infinite;
animation: glow 1s linear infinite;
}
.hero-callout {
display: flex;
position: absolute;
flex-flow: row nowrap;
justify-content: flex-start;
top: 50px;
left: 5px;
background: rgba(0, 0, 0, 0.8);
padding: 0px;
color: white;
opacity: 0;
transform: translate(0, -20px);
transition: all 0.2s linear, transform 0.2s 1s;
z-index: 5;
}
.hero-callout.active {
opacity: 1;
transform: translate(0, 0);
transition: all 0.8s linear;
}
.hero-callout div {
display: flex;
flex-flow: row nowrap;
align-items: center;
padding: 5px;
}
.hero-callout span {
display: block;
padding: 5px 10px;
color: yellow;
font-weight: bold;
}
.hero-callout a {
display: flex;
width: 20px;
align-items: center;
justify-content: center;
margin-left: 10px;
background: white;
color: black;
padding: 5px;
cursor: pointer;
}
.hero-callout:after {
display: block;
width: 0;
height: 0;
position: absolute;
content: "";
left: 40px;
top: -20px;
border: 10px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.8);
}
@keyframes bounce {
0% {
transform: translate(0, -30%);
}
10% {
transform: translate(0, -20%);
}
20% {
transform: translate(0, -10%);
}
40% {
transform: translate(0, 5%);
}
50% {
transform: translate(0, 0%) scale(0.98, 1.02);
}
55% {
transform: translate(0, -8%) scale(0.98, 1.02);
}
70% {
transform: translate(0, -10%) scale(1, 1);
}
75% {
transform: translate(0, -15%);
}
80% {
transform: translate(0, -20%);
}
90% {
transform: translate(0, -30%);
}
100% {
transform: translate(0, -30%);
}
}
@-webkit-keyframes glow {
0%, 100% {
border: 2px solid rgba(255, 255, 0, 0);
box-shadow: 0;
}
30%, 70% {
border: 2px solid yellow;
}
60% {
box-shadow: 0 0 10px rgba(255, 255, 0, 0.4);
}
}
@keyframes glow {
0%, 100% {
border: 2px solid rgba(255, 255, 0, 0);
box-shadow: 0;
}
30%, 70% {
border: 2px solid yellow;
}
60% {
box-shadow: 0 0 10px rgba(255, 255, 0, 0.4);
}
} | style.css | body {
width: 100%;
height: 100vh;
}
.hud {
position: fixed;
top: 0;
left: 0;
width: 100vw;
z-index: 9999;
}
#battle {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.midground:nth-child(2) {
left: 10vh;
transform: rotate(45deg) translateY(-20%);
}
.background {
display: flex;
position: relative;
content: "";
width: 100%;
height: 100%;
flex-direction: row;
justify-content: space-around;
align-items: flex-end;
background: rgb(3, 181, 252);
background-image: linear-gradient(to bottom, skyblue, rgb(11, 11, 53));
overflow: hidden;
}
.ground {
display: block;
content: "";
position: absolute;
width: 120%;
left: 0;
transform-origin: 50% 50%;
transform: rotate(45deg);
height: 50vh;
bottom: 0;
background: rgb(134, 123, 127);
transform: none;
}
.players, .enemies {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: flex-end;
align-items: center;
position: relative;
z-index: 999;
width: 50%;
max-height: 60vh;
margin-bottom: 50px;
}
.enemies {
z-index: 998;
}
.player:before {
display: block;
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 40%;
background-color: rgb(196, 32, 32);
z-index: -1;
}
.player, .enemy {
display: block;
position: relative;
content: "";
height: 100px;
width: 60px;
margin-bottom: 20px;
transition: 0.2s linear;
}
.player .announce, .enemy .announce {
position: absolute;
top: -100px;
left: 50%;
background: white;
display: flex;
justify-content: center;
width: 200%;
padding: 8px;
transform: translate(-50%, 0);
font-weight: bold;
opacity: 0;
}
.player .announce.visible, .enemy .announce.visible {
opacity: 1;
}
.player .announce:after, .enemy .announce:after {
display: block;
position: absolute;
bottom: -20px;
left: 50%;
content: "";
width: 0;
height: 0;
border: 10px solid transparent;
border-top-color: white;
transform: translate(-50%, 0);
}
.player.attacking, .enemy.attacking {
margin-right: -50px;
transition: 0.4s linear;
}
.player:nth-child(even), .enemy:nth-child(even) {
margin-left: -60px;
}
.player:after, .enemy:after {
opacity: 0;
content: "(Defending)";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
padding: 5px;
transition: all 0.2s ease-out;
}
.player.defending:after, .enemy.defending:after {
opacity: 1;
transform: translate(-50%, -70%);
}
.player.dead, .enemy.dead {
background: grey;
}
.player.dead:after, .enemy.dead:after {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
content: "(dead)";
opacity: 1;
}
.player.flaming, .enemy.flaming {
background: FireBrick !important;
}
.player.flaming:after, .enemy.flaming:after {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
content: "flaming";
opacity: 1;
color: white;
background-color: transparent;
}
.player.frozen, .enemy.frozen {
background: blue !important;
}
.player.frozen:after, .enemy.frozen:after {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
content: "frozen";
opacity: 1;
background-color: transparent;
}
.player .hp-container, .enemy .hp-container {
display: block;
position: absolute;
padding: 1px;
top: -50px;
left: 50%;
content: "";
width: 100px;
height: 20px;
transform: translate(-50%, 0);
background: rgba(255, 255, 255, 0.6);
border: 1px solid white;
}
.player .hp-container span, .enemy .hp-container span {
position: relative;
left: 2px;
z-index: 10000;
font-size: 10px;
font-weight: bold;
}
.player .hp-container .hp-bar, .enemy .hp-container .hp-bar {
display: block;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
background: dodgerblue;
transition: 0.3s linear;
z-index: 3;
}
.player .hp-container .hp-sub-bar, .enemy .hp-container .hp-sub-bar {
display: block;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
background: rgba(255, 0, 0, 0.7);
transition: width 0.3s linear 0.2s;
z-index: 2;
}
.player.healing .hp-bar, .enemy.healing .hp-bar {
transition: width 0.3s linear 0.2s;
}
.player.healing .hp-sub-bar, .enemy.healing .hp-sub-bar {
background: rgba(124, 252, 0, 0.9);
transition: width 0.3s linear;
}
.enemy {
background: black;
position: relative;
transition: 0.2s linear, color 0.1s linear;
}
.enemy.attacking {
margin-left: -50px;
margin-right: 0;
-webkit-animation: bounce 0.3s infinite;
animation: bounce 0.3s infinite;
transition: 0.4s linear, color 0.1s linear;
}
.enemy.enraged {
background: red;
}
.enemy.Dreaded {
background: darkslategray;
}
.enemy.Dreaded .horns {
display: block;
content: "";
position: absolute;
top: -40px;
left: 10px;
width: 0;
height: 0;
border: 20px solid transparent;
border-width: 20px 10px;
border-bottom-color: red;
}
.enemy.Dreaded .horns:after {
display: block;
content: "";
position: absolute;
top: -20px;
left: 20px;
width: 0;
height: 0;
border: 20px solid transparent;
border-width: 20px 10px;
border-bottom-color: red;
}
.controls {
display: flex;
flex-direction: column;
position: absolute;
top: 0;
left: 100px;
padding: 15px;
background: rgba(0, 0, 0, 0.7);
transform: translate(0, -50%);
z-index: 5;
}
.controls:before {
display: block;
position: absolute;
width: 0;
height: 0;
content: "";
border: 20px solid transparent;
border-right-color: rgba(0, 0, 0, 0.7);
top: 50%;
left: -40px;
transform: translate(0, -50%);
}
.controls .control {
margin: 10px 0;
}
.announcement {
display: flex;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: white;
font-size: 60px;
text-transform: uppercase;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.8);
z-index: 99999;
}
.start {
padding: 5px 15px;
text-align: Center;
position: absolute;
display: block;
top: 60%;
left: 50%;
z-index: 9999990;
transform: translate(-50%, 0);
}
.stat {
display: block;
position: absolute;
top: -50px;
left: 50%;
font-size: 20px;
font-weight: bold;
transform: translate(-50%, 0);
opacity: 1;
transition: 0.5s linear, opacity 0.2s linear 0.3s;
}
.stat.enabled {
transform: translate(-50%, -50px);
}
.stat.hit {
color: red;
}
.stat.healed {
color: lawngreen;
}
@-webkit-keyframes bounce {
0%, 60%, 100% {
transform: translate(0, 0);
}
28%, 32% {
transform: translate(0, -10px);
}
}
@keyframes bounce {
0%, 60%, 100% {
transform: translate(0, 0);
}
28%, 32% {
transform: translate(0, -10px);
}
}
.currentPlayer, .hoveredPlayer {
display: flex;
position: fixed;
justify-content: space-around;
background: rgba(0, 0, 0, 0.9);
color: white;
width: 100%;
text-align: center;
bottom: 0;
left: 0;
z-index: 99999;
}
.hoveredPlayer {
background: rgba(0, 0, 255, 0.9);
}
.instructions {
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
width: 100%;
align-items: center;
color: rgba(255, 255, 255, 0.8);
background: rgba(0, 0, 0, 0.9);
z-index: 1000000;
}
.instructions p {
max-width: 80%;
}
.instructions strong {
color: white;
}
.add-hero {
position: relative;
z-index: 6;
}
.add-hero.callout {
border: 2px solid transparent;
-webkit-animation: glow 1s linear infinite;
animation: glow 1s linear infinite;
}
.hero-callout {
display: flex;
position: absolute;
flex-flow: row nowrap;
justify-content: flex-start;
top: 50px;
left: 5px;
background: rgba(0, 0, 0, 0.8);
padding: 0px;
color: white;
opacity: 0;
transform: translate(0, -20px);
transition: all 0.2s linear, transform 0.2s 1s;
z-index: 5;
}
.hero-callout.active {
opacity: 1;
transform: translate(0, 0);
transition: all 0.8s linear;
}
.hero-callout div {
display: flex;
flex-flow: row nowrap;
align-items: center;
padding: 5px;
}
.hero-callout span {
display: block;
padding: 5px 10px;
color: yellow;
font-weight: bold;
}
.hero-callout a {
display: flex;
width: 20px;
align-items: center;
justify-content: center;
margin-left: 10px;
background: white;
color: black;
padding: 5px;
cursor: pointer;
}
.hero-callout:after {
display: block;
width: 0;
height: 0;
position: absolute;
content: "";
left: 40px;
top: -20px;
border: 10px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.8);
}
@keyframes bounce {
0% {
transform: translate(0, -30%);
}
10% {
transform: translate(0, -20%);
}
20% {
transform: translate(0, -10%);
}
40% {
transform: translate(0, 5%);
}
50% {
transform: translate(0, 0%) scale(0.98, 1.02);
}
55% {
transform: translate(0, -8%) scale(0.98, 1.02);
}
70% {
transform: translate(0, -10%) scale(1, 1);
}
75% {
transform: translate(0, -15%);
}
80% {
transform: translate(0, -20%);
}
90% {
transform: translate(0, -30%);
}
100% {
transform: translate(0, -30%);
}
}
@-webkit-keyframes glow {
0%, 100% {
border: 2px solid rgba(255, 255, 0, 0);
box-shadow: 0;
}
30%, 70% {
border: 2px solid yellow;
}
60% {
box-shadow: 0 0 10px rgba(255, 255, 0, 0.4);
}
}
@keyframes glow {
0%, 100% {
border: 2px solid rgba(255, 255, 0, 0);
box-shadow: 0;
}
30%, 70% {
border: 2px solid yellow;
}
60% {
box-shadow: 0 0 10px rgba(255, 255, 0, 0.4);
}
} | 0.561455 | 0.068725 |
.h-39x {
height: 390px;
}
img {
border: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
vertical-align: middle;
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
clear: both;
}
.sec-sub-head {
text-align: center;
font-weight: bold;
text-transform: uppercase;
color: #702e2e;
text-align: left;
margin-bottom: 18px;
margin-top: 15px;
}
@media (max-width: 768px) {
.sec-sub-head {
text-align: center;
font-weight: bold;
text-transform: uppercase;
color: #702e2e;
text-align: center;
margin-bottom: 25px;
margin-top: 15px;
font-size: 20px;
}
}
.cntr-info {
border: 1px solid #919191;
border-radius: 5px;
margin-bottom: 20px;
}
.cntr-div-inner-hd {
background-color: #c1c1c1;
padding: 10px;
}
.div-inner-filed {
padding: 15px;
}
.cntr-div-inner-hd > h5 {
margin-bottom: 0;
font-weight: bold;
color: #702e2e;
text-transform: capitalize;
font-size: 18px;
}
button, input {
overflow: hidden;
}
#user-image {
max-width: 80px;
max-height: 100px;
}
#knsree_id {
display: none;
}
.custom-control-inline {
margin-right: 0.6rem;
}
.crs_dtls {
display: none;
}
.btn-div {
margin-bottom: 25px;
}
.div-inner-filed label {
font-size: 11px;
color: #4b4b4b;
text-transform: capitalize;
font-weight: 600;
}
.t-c-text {
font-size: 14px;
color: #702e2e;
text-align: justify;
margin-bottom: 10px;
font-weight: 600;
}
.font-md {
font-size: 14px !important;
}
.font-sm {
font-size: 12px !important;
}
.form-control:focus {
color: #000000;
background-color: #fff;
border-color: #702e2e;
outline: 0;
box-shadow: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #ffffff;
background-color: #702e2e;
border: 1px solid #702e2e;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #702e2e;
}
a:hover {
text-decoration: none !important;
}
.nav-tabs {
border-bottom: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #702e2e;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #ffffff;
background-color: #702e2e;
border: 1px solid #702e2e;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
color: #702e2e;
background-color: #ccc;
border: 1px solid #717171;
border-bottom: none;
padding: .25rem .50rem;
}
.tab-content > .active {
display: block;
border-top: 10px solid #702e2e !important;
}
.tab-pane {
border: 1px solid #6c2c2c;
border-top: none;
}
.reg-sec {
font-family: 'Montserrat';
}
.det-sec > .card-body {
background-color: #f0eef1;
-webkit-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
-moz-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
}
.form-group {
margin-bottom: .5rem;
}
.det-sec > .card-header > h6 {
font-weight: 600;
}
.form-control {
font-size: 13px;
border: 1px solid rgba(117,53,53,0.5);
color: #000000;
}
.btn-mg {
background-color: #702e2e;
color: #fff;
}
.btn-mg:hover, .btn-mg:focus {
background-color: #411a1a;
color: #fff;
box-shadow: none;
}
.cs-badge {
letter-spacing: 2px;
background-color: #702e2e;
}
.rev-tbl .table-bordered td, .table-bordered th {
border: 1px solid #5f3636 !important;
}
.font-lg {
font-size: 18px;
}
.rev-tbl .table thead th {
vertical-align: bottom;
border-bottom: 1px solid #702e2e !important;
background-color: #e4e4e4;
}
.fw-600 {
font-weight: 600;
}
.imis-nav {
background-color: #702e2e;
color: #fff;
}
.imis-nav .navbar-brand {
font-size: 28px;
font-weight: bold;
}
.login-box {
padding: 20px 20px 20px 20px;
background-color: #eeeeee;
border: 2px solid #702e2e;
border-radius: 5px;
}
.bg-magenta {
background: #702e2e;
}
.mt-12 {
margin-top: 120px;
}
.home-icon {
padding: 55px;
color: #702e2e;
border-radius: 5px;
text-align: center;
}
.home-icon:hover {
background-color: #702e2e;
color: #dcdcdc;
transition: all 0.3s;
}
/* temporary use for admin */
.home-icon-disabled {
padding: 55px;
color: #702e2e;
border-radius: 5px;
text-align: center;
}
.home-icon-disabled:hover {
background-color: grey;
color: #dcdcdc;
transition: all 0.3s;
}
/* end */
.act-link {
color: #702e2e;
font-weight: 600;
margin-right: 8px;
font-size: 14px;
}
.act-link:hover {
color: #401a1a;
}
.ofc-only > tbody > td {
vertical-align: bottom;
border-bottom: 2px solid #000000;
background-color: #f5f5f5;
}
.ofc-only > .table-bordered > td, .ofc-only > .table-bordered > th {
border: 2px solid #000000;
}
.font-xs {
font-size: 10px;
}
.ofc-only td, .ofc-only th {
border: 1px solid #000 !important;
color: #000;
font-weight: normal;
}
.ofc-only {
border: 1px solid #000;
}
.font-xl {
font-size: 18px !important;
}
@media (max-width: 990px) {
.font-xl {
font-size: 16px !important;
}
}
@media (max-width: 768px) {
.font-xl {
font-size: 14px !important;
}
}
.pre-sub-form {
padding: 10px;
border: 2px solid #000000;
margin-bottom: 12px;
background-color: #f7f7f7;
}
@media print {
.pre-sub-form {
page-break-after: always;
}
}
.font-l {
font-size: 20px;
}
.mt-10 {
margin-top: 100px;
}
.f-fm-arbs {
font-family: 'Ubuntu';
}
@media (max-width: 990px) {
.applicant-img {
max-width: 120px !important;
}
}
.applicant-img {
max-width: 170px;
}
.txt-blk-bg {
background-color: #000;
}
@media (min-width:576px) {
.dropdown {
position: relative;
}
}
.dropdown {
position: static;
}
.dropdown, .dropleft, .dropright, .dropup {
position: relative;
}
.shadow {
box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: .85rem;
color: #858796;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e3e6f0;
border-radius: .35rem;
}
.dropdown-menu-right > .dropdown-item {
color: #702e2e;
padding: 2px 15px;
}
.drp-btn {
padding: 0;
box-shadow: none !important;
}
.add-sch label {
font-size: 12px;
color: #4b4b4b;
text-transform: capitalize;
font-weight: 600;
}
.sidebar .nav-item:hover {
background-color: rgb(78,26,26);
color: #d5d5d5;
}
.sidebar .sidebar-brand {
height: 3.5rem;
text-decoration: none;
font-size: 1.79rem;
font-weight: 800;
text-align: center;
text-transform: uppercase;
letter-spacing: .05rem;
z-index: 1;
padding-left: 2.84rem;
padding-right: 2.05rem;
background-color: #ffffff;
color: #702e2e;
}
.btn-custom {
background: #702e2e;
color: #ffffff;
}
.btn-custom:hover {
background: rgba(163,163,163,0.93);
color: #ffffff;
border: 1px solid rgba(113,113,113,0.65);
}
.cs-tbl-hd {
font-size: 12px;
background: #dcdcdc;
color: #702e2e;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.font-md {
font-size: 14px;
}
.top-nav {
background-color: #702e2e;
height: 56px;
color: #702e2e !important;
}
.navbar.navbar-dark.align-items-start.sidebar.accordion.bg-gradient-custom.p-0 {
z-index: 999;
background: rgb(112,46,46);
}
.sidebar .nav-item > a {
color: rgb(255,255,255) !important;
}
.nav-dropdown {
margin-bottom: 0 !important;
}
@media (max-width: 768px) {
.nav-dropdown > .dropdown-menu > .dropdown-item {
font-size: 10.6px;
padding: .5rem;
}
}
.dr-cs > .dropdown-item {
color: #fff;
font-size: 12.8px;
padding: 6px 18px;
}
.dr-cs > .dropdown-item > i {
color: rgb(221,221,221);
margin-right: 5px;
border-right: 2px solid #ffffff;
padding-right: 10px;
}
.dr-cs > .dropdown-item:hover {
color: #dddddd;
text-decoration: none;
background-color: rgb(112,46,46);
}
.dr-cs {
background-color: rgb(78,26,26);
background-clip: padding-box;
border-radius: 0rem;
border-top: none;
border-bottom: none;
border-right: none;
-webkit-box-shadow: inset 0px 0px 19px -7px rgba(0,0,0,0.37);
-moz-box-shadow: inset 0px 0px 19px -7px rgba(0,0,0,0.37);
box-shadow: inset 0px 0px 19px -7px rgba(0,0,0,0.37);
border-left: 5px solid #777777;
}
.sidebar-dark .nav-item .nav-link i {
color: rgb(255,255,255);
margin-right: 10px;
border-right: 2px solid #ffffff;
padding-right: 10px;
}
.sidebar .nav-item > a:hover {
color: #fff !important;
}
.table thead th {
border-bottom: 1px solid rgb(215,215,215) !important;
}
.table thead th:not(:last-child) {
border-right: 1px solid rgb(211,211,211);
}
@media (max-width: 768px) {
.dr-cs {
width: 104px !important;
}
}
.donor-list {
background-color: #fff;
}
.and-col {
padding: 10px 15px;
border: 1px solid #aaaaaa;
border-radius: 5px;
background-color: #fff;
}
.sidebar-dark .nav-item .nav-link {
padding: 6px 8px;
}
.text-black {
color: #000000;
}
.tmd tbody {
display: block;
overflow: auto;
scrollbar-width: thin;
}
.tmd thead {
display: table;
width: 100%;
table-layout: fixed;
}
.tmd tr {
display: table;
width: 100%;
table-layout: fixed;
border-bottom: none;
border-top: none;
}
.sidebar .nav-item.dropdown .dropdown-toggle:after, .topbar .nav-item.dropdown .dropdown-toggle:after {
width: 1rem;
text-align: center;
float: right;
vertical-align: 0;
border: 0;
font-weight: 900;
content: "\f067";
font-family: Font Awesome\ 5 Free;
font-size: 8px !important;
}
.dr-all > .dropdown-menu {
color: #702e2e;
font-size: 11px;
background-color: #e7e7e7;
text-align: right;
min-width: 150px;
max-width: 200px;
}
.dr-all > .dropdown-menu-right > .dropdown-item {
color: #702e2e;
padding: 2px 15px;
}
.dr-all > .dropdown-menu-right > .dropdown-item:hover {
color: #fff;
background-color: #702e2e;
font-weight: normal !important;
}
.dr-not > .dropdown-list > .dropdown-header {
background-color: #702e2e;
border: 1px solid #702e2e;
padding-top: .75rem;
padding-bottom: .75rem;
color: #fff;
}
.dr-not > .dropdown-list > .dropdown-item {
white-space: normal;
padding: .5rem;
border-left: 1px solid #e3e6f0;
border-right: 1px solid #e3e6f0;
border-bottom: 1px solid #e3e6f0;
line-height: 1.2rem;
color: #702e2e;
font-size: 12px;
}
.dr-not > .dropdown-list > .dropdown-item:hover {
background-color: rgb(130,130,130);
color: #fff;
}
.gold-bg {
background-color: #8c0f0f;
}
.p-head {
padding: 5px;
background: rgb(222,222,222);
color: #702e2e;
border-radius: 5px;
border: 1px solid #9a9a9a;
text-align: center;
font-weight: bold;
}
#accordionSidebar {
margin-left: -15px;
}
.form-control:focus {
color: #000000;
background-color: #fff;
border-color: #717171;
outline: 0;
box-shadow: none;
}
.w-5x {
width: 50px;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand {
color: #ffffff !important;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link > i {
color: #ffffff;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link > .d-lg-inline {
color: #ffffff;
}
.color-mg {
color: #702e2e !important;
}
.grey-bg {
background: rgb(125,125,125);
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.topbar .topbar-divider {
width: 0;
border-right: 1px solid #ffffff;
height: 2.375rem;
margin: auto 1rem;
}
.com-bg {
padding: 10px;
background-color: #dcdcdc;
border-radius: 5px;
padding-top: 0;
margin-bottom: 5px;
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
color: #702e2e;
}
@media (min-width:768px) {
.sidebar {
width: 14rem!important;
}
}
@media (min-width:768px) {
.sidebar .nav-item .nav-link {
font-size: .80rem;
}
}
#wrapper {
height: 100vh;
}
.tmd {
background-color: #fff;
}
.h-37x {
height: 370px;
}
.table td, .table th {
padding: .13rem;
vertical-align: top;
border-top: 1px solid #e3e6f0;
}
.upd-doc td {
color: #000;
}
.rev-tbl td {
color: #000;
}
.rev-tbl th {
color: #702e2e;
}
.floating-label {
position: relative;
}
.floating-input, .floating-select {
font-size: 14px !important;
display: block;
width: 100%;
background-color: #fff;
padding: 0rem .35rem !important;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
top: -6px;
font-size: 10px;
color: #a7a7a7;
}
.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
top: -18px;
font-size: 14px;
color: #702e2e;
}
/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
width: 50%;
}
.floating-textarea {
min-height: 30px;
max-height: 260px;
overflow: hidden;
overflow-x: hidden;
}
/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
-webkit-animation: inputHighlighter 0.3s ease;
-moz-animation: inputHighlighter 0.3s ease;
animation: inputHighlighter 0.3s ease;
}
.add-donor-form > .form-row > .col-xl-1 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-1 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-2 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-2 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-3 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-3 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-4 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-4 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-5 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-5 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-6 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-6 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-7 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-7 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-8 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-8 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-9 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-9 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-10 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-10 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-11 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-11 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-12 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-12 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.form-row > .col-xl-9 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.form-row > .col-xl-9 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.form-row > .col-xl-5 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.form-row > .col-xl-5 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.form-row > .col-xl-4 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.form-row > .col-xl-4 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.form-row > .col-xl-6 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.form-row > .col-xl-6 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.btn-cancel {
color: #702e2e;
border: 1px solid #702e2e;
background-color: #d4daed;
}
.w-10x {
width: 100px;
}
.w-20x {
width: 200px;
}
.h-41x {
height: 410px;
}
label {
font-size: 14px;
}
.com-bg-1 {
border: 1px solid #7d7d7d;
padding: 10px;
background-color: #f4f4f4;
}
.h-23x {
height: 230px;
}
.w-3x {
width: 30px;
}
.cs-hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 2px solid #702e2e;
}
.mt-6 {
margin-top: 4rem !important;
}
.h-35x {
height: 350px;
}
.h-38x {
height: 380px;
}
.schl-hist-div {
border: 1px solid;
margin-bottom: 6px;
border-radius: 5px;
background-color: #f1f1f1;
max-height: 95px;
overflow-y: scroll;
overflow-x: hidden;
}
.comments-div-1 {
border: 1px solid #c8c8c8;
padding: 2px 5px;
font-size: 14px;
color: #702e2e;
overflow-y: scroll;
height: 40px;
}
.h-25x {
height: 250px;
}
.adm-tab {
height: 520px;
overflow-y: scroll;
background-color: #f0eef1;
}
.font-s {
font-size: 12px;
}
.disabled {
color: #7d7d7d;
}
.cs-modal-body {
background-color: #f0eef1;
-webkit-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
-moz-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
padding: .5rem;
}
.w-15x {
width: 150px !important;
}
.w-7x {
width: 70px;
}
.w-38x {
width: 340px;
}
.w-57x {
width: 570px;
}
.font-ms {
font-size: 10.5px;
}
.home-links {
color: #702e2e;
}
.home-links:hover {
color: #3e8ce4;
}
.h-21x {
height: 210px;
}
.w-30x {
width: 300px;
}
.h-42x {
height: 420px;
}
.h-30x {
height: 300px;
}
.print-stl {
margin: 0px !important;
}
.w-40x {
width: 400px;
}
.form-control:disabled, .form-control[readonly] {
background-color: #a9a9a9;
opacity: 1;
}
.home-tabs > ul > li > .nav-link {
padding: 40px 20px;
font-size: 24px;
}
.home-tabs > .tab-content > .active {
border-top: 20px solid #702e2e !important;
border: 2px solid #702e2e;
border-radius: 0px 0px 5px 5px;
background-color: #eeeeee;
} | public/assets/css/style.css | .h-39x {
height: 390px;
}
img {
border: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
vertical-align: middle;
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
clear: both;
}
.sec-sub-head {
text-align: center;
font-weight: bold;
text-transform: uppercase;
color: #702e2e;
text-align: left;
margin-bottom: 18px;
margin-top: 15px;
}
@media (max-width: 768px) {
.sec-sub-head {
text-align: center;
font-weight: bold;
text-transform: uppercase;
color: #702e2e;
text-align: center;
margin-bottom: 25px;
margin-top: 15px;
font-size: 20px;
}
}
.cntr-info {
border: 1px solid #919191;
border-radius: 5px;
margin-bottom: 20px;
}
.cntr-div-inner-hd {
background-color: #c1c1c1;
padding: 10px;
}
.div-inner-filed {
padding: 15px;
}
.cntr-div-inner-hd > h5 {
margin-bottom: 0;
font-weight: bold;
color: #702e2e;
text-transform: capitalize;
font-size: 18px;
}
button, input {
overflow: hidden;
}
#user-image {
max-width: 80px;
max-height: 100px;
}
#knsree_id {
display: none;
}
.custom-control-inline {
margin-right: 0.6rem;
}
.crs_dtls {
display: none;
}
.btn-div {
margin-bottom: 25px;
}
.div-inner-filed label {
font-size: 11px;
color: #4b4b4b;
text-transform: capitalize;
font-weight: 600;
}
.t-c-text {
font-size: 14px;
color: #702e2e;
text-align: justify;
margin-bottom: 10px;
font-weight: 600;
}
.font-md {
font-size: 14px !important;
}
.font-sm {
font-size: 12px !important;
}
.form-control:focus {
color: #000000;
background-color: #fff;
border-color: #702e2e;
outline: 0;
box-shadow: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #ffffff;
background-color: #702e2e;
border: 1px solid #702e2e;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #702e2e;
}
a:hover {
text-decoration: none !important;
}
.nav-tabs {
border-bottom: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #702e2e;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #ffffff;
background-color: #702e2e;
border: 1px solid #702e2e;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
color: #702e2e;
background-color: #ccc;
border: 1px solid #717171;
border-bottom: none;
padding: .25rem .50rem;
}
.tab-content > .active {
display: block;
border-top: 10px solid #702e2e !important;
}
.tab-pane {
border: 1px solid #6c2c2c;
border-top: none;
}
.reg-sec {
font-family: 'Montserrat';
}
.det-sec > .card-body {
background-color: #f0eef1;
-webkit-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
-moz-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
}
.form-group {
margin-bottom: .5rem;
}
.det-sec > .card-header > h6 {
font-weight: 600;
}
.form-control {
font-size: 13px;
border: 1px solid rgba(117,53,53,0.5);
color: #000000;
}
.btn-mg {
background-color: #702e2e;
color: #fff;
}
.btn-mg:hover, .btn-mg:focus {
background-color: #411a1a;
color: #fff;
box-shadow: none;
}
.cs-badge {
letter-spacing: 2px;
background-color: #702e2e;
}
.rev-tbl .table-bordered td, .table-bordered th {
border: 1px solid #5f3636 !important;
}
.font-lg {
font-size: 18px;
}
.rev-tbl .table thead th {
vertical-align: bottom;
border-bottom: 1px solid #702e2e !important;
background-color: #e4e4e4;
}
.fw-600 {
font-weight: 600;
}
.imis-nav {
background-color: #702e2e;
color: #fff;
}
.imis-nav .navbar-brand {
font-size: 28px;
font-weight: bold;
}
.login-box {
padding: 20px 20px 20px 20px;
background-color: #eeeeee;
border: 2px solid #702e2e;
border-radius: 5px;
}
.bg-magenta {
background: #702e2e;
}
.mt-12 {
margin-top: 120px;
}
.home-icon {
padding: 55px;
color: #702e2e;
border-radius: 5px;
text-align: center;
}
.home-icon:hover {
background-color: #702e2e;
color: #dcdcdc;
transition: all 0.3s;
}
/* temporary use for admin */
.home-icon-disabled {
padding: 55px;
color: #702e2e;
border-radius: 5px;
text-align: center;
}
.home-icon-disabled:hover {
background-color: grey;
color: #dcdcdc;
transition: all 0.3s;
}
/* end */
.act-link {
color: #702e2e;
font-weight: 600;
margin-right: 8px;
font-size: 14px;
}
.act-link:hover {
color: #401a1a;
}
.ofc-only > tbody > td {
vertical-align: bottom;
border-bottom: 2px solid #000000;
background-color: #f5f5f5;
}
.ofc-only > .table-bordered > td, .ofc-only > .table-bordered > th {
border: 2px solid #000000;
}
.font-xs {
font-size: 10px;
}
.ofc-only td, .ofc-only th {
border: 1px solid #000 !important;
color: #000;
font-weight: normal;
}
.ofc-only {
border: 1px solid #000;
}
.font-xl {
font-size: 18px !important;
}
@media (max-width: 990px) {
.font-xl {
font-size: 16px !important;
}
}
@media (max-width: 768px) {
.font-xl {
font-size: 14px !important;
}
}
.pre-sub-form {
padding: 10px;
border: 2px solid #000000;
margin-bottom: 12px;
background-color: #f7f7f7;
}
@media print {
.pre-sub-form {
page-break-after: always;
}
}
.font-l {
font-size: 20px;
}
.mt-10 {
margin-top: 100px;
}
.f-fm-arbs {
font-family: 'Ubuntu';
}
@media (max-width: 990px) {
.applicant-img {
max-width: 120px !important;
}
}
.applicant-img {
max-width: 170px;
}
.txt-blk-bg {
background-color: #000;
}
@media (min-width:576px) {
.dropdown {
position: relative;
}
}
.dropdown {
position: static;
}
.dropdown, .dropleft, .dropright, .dropup {
position: relative;
}
.shadow {
box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: .85rem;
color: #858796;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e3e6f0;
border-radius: .35rem;
}
.dropdown-menu-right > .dropdown-item {
color: #702e2e;
padding: 2px 15px;
}
.drp-btn {
padding: 0;
box-shadow: none !important;
}
.add-sch label {
font-size: 12px;
color: #4b4b4b;
text-transform: capitalize;
font-weight: 600;
}
.sidebar .nav-item:hover {
background-color: rgb(78,26,26);
color: #d5d5d5;
}
.sidebar .sidebar-brand {
height: 3.5rem;
text-decoration: none;
font-size: 1.79rem;
font-weight: 800;
text-align: center;
text-transform: uppercase;
letter-spacing: .05rem;
z-index: 1;
padding-left: 2.84rem;
padding-right: 2.05rem;
background-color: #ffffff;
color: #702e2e;
}
.btn-custom {
background: #702e2e;
color: #ffffff;
}
.btn-custom:hover {
background: rgba(163,163,163,0.93);
color: #ffffff;
border: 1px solid rgba(113,113,113,0.65);
}
.cs-tbl-hd {
font-size: 12px;
background: #dcdcdc;
color: #702e2e;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.font-md {
font-size: 14px;
}
.top-nav {
background-color: #702e2e;
height: 56px;
color: #702e2e !important;
}
.navbar.navbar-dark.align-items-start.sidebar.accordion.bg-gradient-custom.p-0 {
z-index: 999;
background: rgb(112,46,46);
}
.sidebar .nav-item > a {
color: rgb(255,255,255) !important;
}
.nav-dropdown {
margin-bottom: 0 !important;
}
@media (max-width: 768px) {
.nav-dropdown > .dropdown-menu > .dropdown-item {
font-size: 10.6px;
padding: .5rem;
}
}
.dr-cs > .dropdown-item {
color: #fff;
font-size: 12.8px;
padding: 6px 18px;
}
.dr-cs > .dropdown-item > i {
color: rgb(221,221,221);
margin-right: 5px;
border-right: 2px solid #ffffff;
padding-right: 10px;
}
.dr-cs > .dropdown-item:hover {
color: #dddddd;
text-decoration: none;
background-color: rgb(112,46,46);
}
.dr-cs {
background-color: rgb(78,26,26);
background-clip: padding-box;
border-radius: 0rem;
border-top: none;
border-bottom: none;
border-right: none;
-webkit-box-shadow: inset 0px 0px 19px -7px rgba(0,0,0,0.37);
-moz-box-shadow: inset 0px 0px 19px -7px rgba(0,0,0,0.37);
box-shadow: inset 0px 0px 19px -7px rgba(0,0,0,0.37);
border-left: 5px solid #777777;
}
.sidebar-dark .nav-item .nav-link i {
color: rgb(255,255,255);
margin-right: 10px;
border-right: 2px solid #ffffff;
padding-right: 10px;
}
.sidebar .nav-item > a:hover {
color: #fff !important;
}
.table thead th {
border-bottom: 1px solid rgb(215,215,215) !important;
}
.table thead th:not(:last-child) {
border-right: 1px solid rgb(211,211,211);
}
@media (max-width: 768px) {
.dr-cs {
width: 104px !important;
}
}
.donor-list {
background-color: #fff;
}
.and-col {
padding: 10px 15px;
border: 1px solid #aaaaaa;
border-radius: 5px;
background-color: #fff;
}
.sidebar-dark .nav-item .nav-link {
padding: 6px 8px;
}
.text-black {
color: #000000;
}
.tmd tbody {
display: block;
overflow: auto;
scrollbar-width: thin;
}
.tmd thead {
display: table;
width: 100%;
table-layout: fixed;
}
.tmd tr {
display: table;
width: 100%;
table-layout: fixed;
border-bottom: none;
border-top: none;
}
.sidebar .nav-item.dropdown .dropdown-toggle:after, .topbar .nav-item.dropdown .dropdown-toggle:after {
width: 1rem;
text-align: center;
float: right;
vertical-align: 0;
border: 0;
font-weight: 900;
content: "\f067";
font-family: Font Awesome\ 5 Free;
font-size: 8px !important;
}
.dr-all > .dropdown-menu {
color: #702e2e;
font-size: 11px;
background-color: #e7e7e7;
text-align: right;
min-width: 150px;
max-width: 200px;
}
.dr-all > .dropdown-menu-right > .dropdown-item {
color: #702e2e;
padding: 2px 15px;
}
.dr-all > .dropdown-menu-right > .dropdown-item:hover {
color: #fff;
background-color: #702e2e;
font-weight: normal !important;
}
.dr-not > .dropdown-list > .dropdown-header {
background-color: #702e2e;
border: 1px solid #702e2e;
padding-top: .75rem;
padding-bottom: .75rem;
color: #fff;
}
.dr-not > .dropdown-list > .dropdown-item {
white-space: normal;
padding: .5rem;
border-left: 1px solid #e3e6f0;
border-right: 1px solid #e3e6f0;
border-bottom: 1px solid #e3e6f0;
line-height: 1.2rem;
color: #702e2e;
font-size: 12px;
}
.dr-not > .dropdown-list > .dropdown-item:hover {
background-color: rgb(130,130,130);
color: #fff;
}
.gold-bg {
background-color: #8c0f0f;
}
.p-head {
padding: 5px;
background: rgb(222,222,222);
color: #702e2e;
border-radius: 5px;
border: 1px solid #9a9a9a;
text-align: center;
font-weight: bold;
}
#accordionSidebar {
margin-left: -15px;
}
.form-control:focus {
color: #000000;
background-color: #fff;
border-color: #717171;
outline: 0;
box-shadow: none;
}
.w-5x {
width: 50px;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand {
color: #ffffff !important;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link > i {
color: #ffffff;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link > .d-lg-inline {
color: #ffffff;
}
.color-mg {
color: #702e2e !important;
}
.grey-bg {
background: rgb(125,125,125);
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.topbar .topbar-divider {
width: 0;
border-right: 1px solid #ffffff;
height: 2.375rem;
margin: auto 1rem;
}
.com-bg {
padding: 10px;
background-color: #dcdcdc;
border-radius: 5px;
padding-top: 0;
margin-bottom: 5px;
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
color: #702e2e;
}
@media (min-width:768px) {
.sidebar {
width: 14rem!important;
}
}
@media (min-width:768px) {
.sidebar .nav-item .nav-link {
font-size: .80rem;
}
}
#wrapper {
height: 100vh;
}
.tmd {
background-color: #fff;
}
.h-37x {
height: 370px;
}
.table td, .table th {
padding: .13rem;
vertical-align: top;
border-top: 1px solid #e3e6f0;
}
.upd-doc td {
color: #000;
}
.rev-tbl td {
color: #000;
}
.rev-tbl th {
color: #702e2e;
}
.floating-label {
position: relative;
}
.floating-input, .floating-select {
font-size: 14px !important;
display: block;
width: 100%;
background-color: #fff;
padding: 0rem .35rem !important;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
top: -6px;
font-size: 10px;
color: #a7a7a7;
}
.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
top: -18px;
font-size: 14px;
color: #702e2e;
}
/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
width: 50%;
}
.floating-textarea {
min-height: 30px;
max-height: 260px;
overflow: hidden;
overflow-x: hidden;
}
/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
-webkit-animation: inputHighlighter 0.3s ease;
-moz-animation: inputHighlighter 0.3s ease;
animation: inputHighlighter 0.3s ease;
}
.add-donor-form > .form-row > .col-xl-1 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-1 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-2 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-2 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-3 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-3 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-4 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-4 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-5 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-5 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-6 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-6 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-7 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-7 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-8 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-8 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-9 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-9 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-10 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-10 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-11 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-11 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.add-donor-form > .form-row > .col-xl-12 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.add-donor-form > .form-row > .col-xl-12 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.form-row > .col-xl-9 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.form-row > .col-xl-9 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.form-row > .col-xl-5 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.form-row > .col-xl-5 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.form-row > .col-xl-4 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.form-row > .col-xl-4 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.form-row > .col-xl-6 > .floating-label > .form-group.mt-1 > .form-control {
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-radius: 0;
border-bottom: 2px solid #c9c9c9;
color: #702e2e;
}
.form-row > .col-xl-6 > .floating-label > .form-group.mt-1 > .form-control:focus {
color: #702e2e !important;
background-color: transparent;
border-color: #717171;
outline: 0;
box-shadow: none !important;
}
.btn-cancel {
color: #702e2e;
border: 1px solid #702e2e;
background-color: #d4daed;
}
.w-10x {
width: 100px;
}
.w-20x {
width: 200px;
}
.h-41x {
height: 410px;
}
label {
font-size: 14px;
}
.com-bg-1 {
border: 1px solid #7d7d7d;
padding: 10px;
background-color: #f4f4f4;
}
.h-23x {
height: 230px;
}
.w-3x {
width: 30px;
}
.cs-hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 2px solid #702e2e;
}
.mt-6 {
margin-top: 4rem !important;
}
.h-35x {
height: 350px;
}
.h-38x {
height: 380px;
}
.schl-hist-div {
border: 1px solid;
margin-bottom: 6px;
border-radius: 5px;
background-color: #f1f1f1;
max-height: 95px;
overflow-y: scroll;
overflow-x: hidden;
}
.comments-div-1 {
border: 1px solid #c8c8c8;
padding: 2px 5px;
font-size: 14px;
color: #702e2e;
overflow-y: scroll;
height: 40px;
}
.h-25x {
height: 250px;
}
.adm-tab {
height: 520px;
overflow-y: scroll;
background-color: #f0eef1;
}
.font-s {
font-size: 12px;
}
.disabled {
color: #7d7d7d;
}
.cs-modal-body {
background-color: #f0eef1;
-webkit-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
-moz-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.11);
padding: .5rem;
}
.w-15x {
width: 150px !important;
}
.w-7x {
width: 70px;
}
.w-38x {
width: 340px;
}
.w-57x {
width: 570px;
}
.font-ms {
font-size: 10.5px;
}
.home-links {
color: #702e2e;
}
.home-links:hover {
color: #3e8ce4;
}
.h-21x {
height: 210px;
}
.w-30x {
width: 300px;
}
.h-42x {
height: 420px;
}
.h-30x {
height: 300px;
}
.print-stl {
margin: 0px !important;
}
.w-40x {
width: 400px;
}
.form-control:disabled, .form-control[readonly] {
background-color: #a9a9a9;
opacity: 1;
}
.home-tabs > ul > li > .nav-link {
padding: 40px 20px;
font-size: 24px;
}
.home-tabs > .tab-content > .active {
border-top: 20px solid #702e2e !important;
border: 2px solid #702e2e;
border-radius: 0px 0px 5px 5px;
background-color: #eeeeee;
} | 0.300746 | 0.055158 |
body{
font: bold 16px 'Arial', sans-serif; /* font-weight font-size font-family */
}
.all { /* all class is applied inside of the body tag, so flex-box can be applied */
display: flex;
flex-flow: column nowrap;
}
li {
list-style: none; /* remove all lists icon*/
}
/*--------- navigation section ---------*/
header {
display: flex;
flex-flow: column nowrap;
}
.menu {
display: flex;
flex-flow: row nowrap;
align-items: center;
height: 7vh;
}
.kreative-logo {
flex: 1 1 auto;
display: flex;
justify-content: center;
}
nav {
flex: 5 1 auto;
display: flex;
justify-content: space-around;
font-size: 2vh;
}
.dotted-box {
border-style: dotted;
border-radius: 0.2rem;
}
.cart-logo {
flex: 1 1 auto;
display: flex;
justify-content: center;
font-size: 3.5vh;
margin-bottom: 1vh;
}
.kreative {
height: 4vh;
}
.button {
display: flex;
margin-bottom: 1vh;
}
.inside_button {
color: white;
background-color: black;
font-weight: bold;
border-style: none;
border-radius: 0.3rem;
padding: 0.2rem 1rem; /* top/bottom, right/left */
font-size: 2vh;
}
.bars, .user_plus, .search_responsive, .cart-logo_responsive {
display: none; /* bars will only be displayed in screens max-width: 500px */
}
/*--------- banner section ---------*/
.banner {
display: flex;
flex-direction: column;
align-items: center;
flex-basis: 75vh; /* establish image's height - viewport */
background: url(../img/book_ecommerce_gradient.png) center/cover; /* background-image, position/size */
padding-top: 8vh;
padding-bottom: 4vh;
padding-left: 6vh;
padding-right: 6vh;
}
.main_banner {
flex: 10 1 auto; /* flex-grow, flex-shrink, flex-basis */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 3vh;
}
.main_banner h1 {
margin: 0px;
font-family: 'Heebo', sans-serif;
font-size: 11vh;
font-weight: lighter;
text-align: center;
padding: 0rem 22rem;
line-height: 13vh;
}
.savings_banner {
flex: 5 1 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 3vh;
padding-top: 1.5vh;
}
.half_highlight {
background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #ffec48 50%); /* adds transparency on top and color below, so fonts highligts are +/- half the font height */
}
.shopnow {
width: 8rem;
height: 3.5vh;
font-size: 2vh;
padding: 0vh;
}
/*--------- main section ---------*/
main {
display: flex;
flex-direction: column;
}
/*--------- most popular section ---------*/
.most_popular {
padding: 0vh 3vw; /* top/bottom, right/left */
}
.article_mostpopular, .article_allcategories {
display: flex;
flex-flow: row nowrap;
align-items: center;
padding-top: 4vh;
padding-bottom: 0.8vh;
font-size: 2vh;
}
.title_mostpopular, .title_allcategories {
flex: 1 1 auto; /* flex-grow, flex-shrink, flex-basis */
text-align: center;
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.bottom_line { /* black division line for "most popular" and "all categories" */
border-bottom: 0.07rem solid black;
flex: 15 1 auto; /* the black lines will grow 15x times in both texts "most popular" and "all categories" */
}
.popular_books {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.width-image {
max-height: 18rem; /* height is the basis, width can be any size depending on the image */
}
h4, h5, ul, .covertype {
margin: 0rem;
padding: 0rem;
}
.each_book {
display: flex;
flex-direction: column;
align-items: center;
border-style: dotted;
border-width: 0.1rem;
max-width: 15rem;
max-height: 30rem;
margin: 0.8rem;
padding: 0.2rem;
}
.info_book {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0.5rem;
flex-basis: 150px; /* height in px, works ok in responsive mode */
width: 220px; /* width in px, works ok in responsive mode */
}
.book_title {
padding-bottom: 0.2rem;
}
.book_star_price {
display: flex;
justify-content: space-between;
padding-top: 1rem;
}
.each_book h4 {
font-size: 1rem;
}
.lighter_font {
font-weight: lighter;
}
.lightgrey_font {
color: rgb(94, 93, 93);
font-weight: normal;
font-size: 0.9rem;
}
.cover_money {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.covertype {
line-height: 1.6; /* space between each <p> */
}
.fa-li { /* Use fa-ul and fa-li to replace default bullets in unordered lists. Font-Awesome. */
color: rgb(255, 208, 0);
font-size: large;
padding: 0%;
}
.fa-ul { /* Use fa-ul and fa-li to replace default bullets in unordered lists. Font-Awesome. */
margin-left: 2rem;
}
/*--------- all categories section ---------*/
.all_categories {
padding: 0vh 3vw;
}
.categories_list {
display: flex;
justify-content: center;
}
.categories_list ul {
padding: 2vh 2vw;
font-size: 2vh; /* decreases font's height */
font-size: 1vw; /* while decreasing font's width */
}
.categories_list li:not(:last-child) { /* only the last items list do not have margin-bottom */
margin-bottom: 1vh;
}
.categories_list li:before { /* change and style categories list icon */
content: "\25CC"; /* change and style categories list icon https://www.compart.com/en/unicode */
margin-right: 0.4vw; /* distance between icon and font */
font-size: 6vh; /* change icon size vertical, original dotted circle too small */
font-size: 3vw; /* change icon size horizontal */
vertical-align: -0.9vh; /* center icon with fonts */
}
/*--------- subscribe section ---------*/
.subscribe {
display: flex;
flex-direction: column;
align-items: center;
background: url(../img/book_ecommerce_gradient.png) center/cover; /* background-image, position/size */
flex-basis: 40vh; /* establish image's height - viewport */
margin-top: 5vh;
}
.subscribe h3 {
font-size: 4vh;
margin-top: 15vh;
margin-bottom: 0vh;
}
.subscribe p {
font-size: 2vh;
margin-top: 0.8vh;
margin-bottom: 3vh;
}
.text_mail{
width: 20rem;
height: 2.5vh;
}
.button_mail {
width: 7rem;
height: 3.5vh;
font-size: 2vh;
padding: 0vh;
}
/*--------- footer section ---------*/
footer {
background-color: black;
color: white;
}
.small_logo, .social_media, small {
display: flex;
justify-content: center;
}
.small_logo img {
padding-top: 3.5vh;
height: 5vh;
}
.support_services {
display: flex;
justify-content: center;
font-weight: lighter;
}
.support_services ul {
padding: 2vh 4vw;
font-size: 1.4vh;
}
.support_services li:first-child { /* Makes lists title bold */
font-weight: bold;
font-size: 2vh;
}
.support_services li:not(:last-child) { /* selects all items of the list, except the last item (:last-child) */
margin-bottom: 1.5vh;
}
.social_media i {
height: 2vh;
padding: 1.5vh 2vw;
font-size: 3.5vh; /* awesome fonts - use font-size to increase size */
}
small{
color: rgb(77, 77, 77);
padding-top: 2vh;
padding-bottom: 4vh;
font-size: 1.3vh;
}
/*--------- media queries ---------*/
@media all and (max-width: 1200px) {
.all_categories {
display: none;
}
.off {
display: none;
}
nav {
display: none;
}
.menu {
display: flex;
flex-direction: column;
justify-content: center;
height: 11vh;
}
.responsive_menu_logos {
display: flex;
padding-bottom: 2vh;
}
.cart-logo_responsive, .search_responsive, .user_plus, .bars {
display: flex;
justify-content: flex-end;
align-items: center;
font-size: 2.7vh;
margin: 0.5vw 1vw;
}
}
@media all and (max-width: 1050px) {
.banner {
flex-basis: 0vh; /* banner stops decreasing it's height */
}
.main_banner {
font-size: 1.8vh;
}
.main_banner h1 {
font-size: 8.5vh;
line-height: 9vh;
}
.button_mail {
width: 9rem;
}
.shopnow {
font-size: 1.5vh;
}
}
@media all and (max-width: 700px) {
.subscribe article {
display: flex;
flex-direction: column;
align-items: center;
}
.button_mail {
margin-top: 0.5rem;
width: 6rem;
}
}
@media all and (max-width: 500px) {
.main_banner {
font-size: 1.5vh;
}
.main_banner h1 {
font-size: 7vh;
}
.support_services li:not(:first-child) {
display: none;
}
.savings_banner {
font-size: 2vh;
}
.shopnow {
width: 5rem;
font-size: 1.5vh;
}
.button_mail {
margin-top: 0.5rem;
}
.text_mail{
width: 15rem;
}
}
@media all and (max-width: 400px) {
.kreative-logo, .kreative {
padding: 0px 0px;
}
.savings_banner {
font-size: 1.5vh;
}
.text_mail{
width: 13rem;
}
.support_services {
display: none;
}
}
@media all and (max-width: 300px) {
.support_services {
display: none;
}
} | 02. Bookstore Homepage + Flexbox/CSS/style.css | body{
font: bold 16px 'Arial', sans-serif; /* font-weight font-size font-family */
}
.all { /* all class is applied inside of the body tag, so flex-box can be applied */
display: flex;
flex-flow: column nowrap;
}
li {
list-style: none; /* remove all lists icon*/
}
/*--------- navigation section ---------*/
header {
display: flex;
flex-flow: column nowrap;
}
.menu {
display: flex;
flex-flow: row nowrap;
align-items: center;
height: 7vh;
}
.kreative-logo {
flex: 1 1 auto;
display: flex;
justify-content: center;
}
nav {
flex: 5 1 auto;
display: flex;
justify-content: space-around;
font-size: 2vh;
}
.dotted-box {
border-style: dotted;
border-radius: 0.2rem;
}
.cart-logo {
flex: 1 1 auto;
display: flex;
justify-content: center;
font-size: 3.5vh;
margin-bottom: 1vh;
}
.kreative {
height: 4vh;
}
.button {
display: flex;
margin-bottom: 1vh;
}
.inside_button {
color: white;
background-color: black;
font-weight: bold;
border-style: none;
border-radius: 0.3rem;
padding: 0.2rem 1rem; /* top/bottom, right/left */
font-size: 2vh;
}
.bars, .user_plus, .search_responsive, .cart-logo_responsive {
display: none; /* bars will only be displayed in screens max-width: 500px */
}
/*--------- banner section ---------*/
.banner {
display: flex;
flex-direction: column;
align-items: center;
flex-basis: 75vh; /* establish image's height - viewport */
background: url(../img/book_ecommerce_gradient.png) center/cover; /* background-image, position/size */
padding-top: 8vh;
padding-bottom: 4vh;
padding-left: 6vh;
padding-right: 6vh;
}
.main_banner {
flex: 10 1 auto; /* flex-grow, flex-shrink, flex-basis */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 3vh;
}
.main_banner h1 {
margin: 0px;
font-family: 'Heebo', sans-serif;
font-size: 11vh;
font-weight: lighter;
text-align: center;
padding: 0rem 22rem;
line-height: 13vh;
}
.savings_banner {
flex: 5 1 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 3vh;
padding-top: 1.5vh;
}
.half_highlight {
background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #ffec48 50%); /* adds transparency on top and color below, so fonts highligts are +/- half the font height */
}
.shopnow {
width: 8rem;
height: 3.5vh;
font-size: 2vh;
padding: 0vh;
}
/*--------- main section ---------*/
main {
display: flex;
flex-direction: column;
}
/*--------- most popular section ---------*/
.most_popular {
padding: 0vh 3vw; /* top/bottom, right/left */
}
.article_mostpopular, .article_allcategories {
display: flex;
flex-flow: row nowrap;
align-items: center;
padding-top: 4vh;
padding-bottom: 0.8vh;
font-size: 2vh;
}
.title_mostpopular, .title_allcategories {
flex: 1 1 auto; /* flex-grow, flex-shrink, flex-basis */
text-align: center;
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.bottom_line { /* black division line for "most popular" and "all categories" */
border-bottom: 0.07rem solid black;
flex: 15 1 auto; /* the black lines will grow 15x times in both texts "most popular" and "all categories" */
}
.popular_books {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.width-image {
max-height: 18rem; /* height is the basis, width can be any size depending on the image */
}
h4, h5, ul, .covertype {
margin: 0rem;
padding: 0rem;
}
.each_book {
display: flex;
flex-direction: column;
align-items: center;
border-style: dotted;
border-width: 0.1rem;
max-width: 15rem;
max-height: 30rem;
margin: 0.8rem;
padding: 0.2rem;
}
.info_book {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0.5rem;
flex-basis: 150px; /* height in px, works ok in responsive mode */
width: 220px; /* width in px, works ok in responsive mode */
}
.book_title {
padding-bottom: 0.2rem;
}
.book_star_price {
display: flex;
justify-content: space-between;
padding-top: 1rem;
}
.each_book h4 {
font-size: 1rem;
}
.lighter_font {
font-weight: lighter;
}
.lightgrey_font {
color: rgb(94, 93, 93);
font-weight: normal;
font-size: 0.9rem;
}
.cover_money {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.covertype {
line-height: 1.6; /* space between each <p> */
}
.fa-li { /* Use fa-ul and fa-li to replace default bullets in unordered lists. Font-Awesome. */
color: rgb(255, 208, 0);
font-size: large;
padding: 0%;
}
.fa-ul { /* Use fa-ul and fa-li to replace default bullets in unordered lists. Font-Awesome. */
margin-left: 2rem;
}
/*--------- all categories section ---------*/
.all_categories {
padding: 0vh 3vw;
}
.categories_list {
display: flex;
justify-content: center;
}
.categories_list ul {
padding: 2vh 2vw;
font-size: 2vh; /* decreases font's height */
font-size: 1vw; /* while decreasing font's width */
}
.categories_list li:not(:last-child) { /* only the last items list do not have margin-bottom */
margin-bottom: 1vh;
}
.categories_list li:before { /* change and style categories list icon */
content: "\25CC"; /* change and style categories list icon https://www.compart.com/en/unicode */
margin-right: 0.4vw; /* distance between icon and font */
font-size: 6vh; /* change icon size vertical, original dotted circle too small */
font-size: 3vw; /* change icon size horizontal */
vertical-align: -0.9vh; /* center icon with fonts */
}
/*--------- subscribe section ---------*/
.subscribe {
display: flex;
flex-direction: column;
align-items: center;
background: url(../img/book_ecommerce_gradient.png) center/cover; /* background-image, position/size */
flex-basis: 40vh; /* establish image's height - viewport */
margin-top: 5vh;
}
.subscribe h3 {
font-size: 4vh;
margin-top: 15vh;
margin-bottom: 0vh;
}
.subscribe p {
font-size: 2vh;
margin-top: 0.8vh;
margin-bottom: 3vh;
}
.text_mail{
width: 20rem;
height: 2.5vh;
}
.button_mail {
width: 7rem;
height: 3.5vh;
font-size: 2vh;
padding: 0vh;
}
/*--------- footer section ---------*/
footer {
background-color: black;
color: white;
}
.small_logo, .social_media, small {
display: flex;
justify-content: center;
}
.small_logo img {
padding-top: 3.5vh;
height: 5vh;
}
.support_services {
display: flex;
justify-content: center;
font-weight: lighter;
}
.support_services ul {
padding: 2vh 4vw;
font-size: 1.4vh;
}
.support_services li:first-child { /* Makes lists title bold */
font-weight: bold;
font-size: 2vh;
}
.support_services li:not(:last-child) { /* selects all items of the list, except the last item (:last-child) */
margin-bottom: 1.5vh;
}
.social_media i {
height: 2vh;
padding: 1.5vh 2vw;
font-size: 3.5vh; /* awesome fonts - use font-size to increase size */
}
small{
color: rgb(77, 77, 77);
padding-top: 2vh;
padding-bottom: 4vh;
font-size: 1.3vh;
}
/*--------- media queries ---------*/
@media all and (max-width: 1200px) {
.all_categories {
display: none;
}
.off {
display: none;
}
nav {
display: none;
}
.menu {
display: flex;
flex-direction: column;
justify-content: center;
height: 11vh;
}
.responsive_menu_logos {
display: flex;
padding-bottom: 2vh;
}
.cart-logo_responsive, .search_responsive, .user_plus, .bars {
display: flex;
justify-content: flex-end;
align-items: center;
font-size: 2.7vh;
margin: 0.5vw 1vw;
}
}
@media all and (max-width: 1050px) {
.banner {
flex-basis: 0vh; /* banner stops decreasing it's height */
}
.main_banner {
font-size: 1.8vh;
}
.main_banner h1 {
font-size: 8.5vh;
line-height: 9vh;
}
.button_mail {
width: 9rem;
}
.shopnow {
font-size: 1.5vh;
}
}
@media all and (max-width: 700px) {
.subscribe article {
display: flex;
flex-direction: column;
align-items: center;
}
.button_mail {
margin-top: 0.5rem;
width: 6rem;
}
}
@media all and (max-width: 500px) {
.main_banner {
font-size: 1.5vh;
}
.main_banner h1 {
font-size: 7vh;
}
.support_services li:not(:first-child) {
display: none;
}
.savings_banner {
font-size: 2vh;
}
.shopnow {
width: 5rem;
font-size: 1.5vh;
}
.button_mail {
margin-top: 0.5rem;
}
.text_mail{
width: 15rem;
}
}
@media all and (max-width: 400px) {
.kreative-logo, .kreative {
padding: 0px 0px;
}
.savings_banner {
font-size: 1.5vh;
}
.text_mail{
width: 13rem;
}
.support_services {
display: none;
}
}
@media all and (max-width: 300px) {
.support_services {
display: none;
}
} | 0.481698 | 0.090293 |
* {
margin:0;
padding:0;
}
body,html,#page_content, .main_container, .container{
height:100%;
}
#table_select, #field_select{
visibility: hidden !important;
}
footer{
clear:both;
position:relative;
z-index:10;
height:3em;
margin-top:-1em;
}
.right_col{
min-height:800px !important;
height:auto !important;
}
#rule_panel{
width:85%;
margin-left:5%;
}
#query_str{
width:50%;
}
.custom_select{
border-radius:3.5px !important;
height: 30px !important;
line-height: 30px !important;
padding: 5px 10px !important;
color: #555 !important;
background-color: #fff!important;
border: 1px solid #ccc;
}
.custom_btn{
margin-bottom:0 !important;
margin-top:0 !important;
}
.hint{
margin-left:5%;
}
#rule_panel{
background-color: #fcf8e3;
border-color: rgb(220, 200, 150);
}
#table_selector,#field_selector, #keyspace_selector{
width:50%;
margin-left:5%;
margin-bottom:20px;
}
#table_select{
z-index: 9999 !important;
}
#field_selector{
z-index: 10 !important;
}
.group{
background-color: #fff;
padding: 15px;
border-radius: 5px;
border: solid 1px #666;
}
.group-conditions{
margin-left: 20px;
}
.alert-group{
margin-top: 10px;
margin-bottom: 10px;
border-color: rgb(192, 152, 83);
border-color: rgb(251, 238, 213);
border-color: rgb(220, 200, 150);
}
.condition, .group{
margin-top: 15px;
margin-bottom: 15px;
}
#query{
height:164px;
overflow-y: scroll;
line-height:1.3;
}
#query_area{
display: block;
width:80%;
font-size:22px;
pading:0;
margin-left:5%;
margin-right:0;
}
#query_area label{
font-weight:normal;
}
#result_table{
height:300px;
overflow-y:auto;
margin-top:30px;
width:80%;
pading:0;
margin-top:50px;
margin-left:5%;
margin-right:0;
margin-bottom: 15px;
}
#btn_submit, #btn_clear{
margin-top:30px;
display: inline-block;
}
#query_str {
z-index:99999;
position: absolute;
top: 60px;
right: 0;
}
table {
border-collapse: collapse;
}
table td {
max-width:30px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
table th {
color: #fff;
background-color: #1BB790;
cursor: col-resize;
}
table th.resizing {
cursor: col-resize;
}
.noCrsr {
margin-right: +5px;
cursor: default;
}
.noSelect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sol-container[style] {
width:100% !important;
}
.tag {
font-family: Helvetica, Arial, sans-serif;
background: #16a085;
display: inline-block;
color: #fff;
position: relative;
padding: 10px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
margin: 50px 30px 10px 5px;
text-decoration: none;
}
.tag:hover {
background-color: #2ecc71;
}
.tag:after {
display: inline-block;
border: 19.5px solid;
border-color: transparent transparent transparent #16a085;
height: 0;
width: 0;
position: absolute;
right: -38.5px;
top: 0;
content: "";
display: inline-block;
}
.tag:hover:after {
border-color: transparent transparent transparent #2ecc71;
}
#title{
display:inline;
}
#main_panel{
background-color: white;
border-radius: 20px;
border: 2px solid #73AD21;
} | client-side/css/index_style.css | * {
margin:0;
padding:0;
}
body,html,#page_content, .main_container, .container{
height:100%;
}
#table_select, #field_select{
visibility: hidden !important;
}
footer{
clear:both;
position:relative;
z-index:10;
height:3em;
margin-top:-1em;
}
.right_col{
min-height:800px !important;
height:auto !important;
}
#rule_panel{
width:85%;
margin-left:5%;
}
#query_str{
width:50%;
}
.custom_select{
border-radius:3.5px !important;
height: 30px !important;
line-height: 30px !important;
padding: 5px 10px !important;
color: #555 !important;
background-color: #fff!important;
border: 1px solid #ccc;
}
.custom_btn{
margin-bottom:0 !important;
margin-top:0 !important;
}
.hint{
margin-left:5%;
}
#rule_panel{
background-color: #fcf8e3;
border-color: rgb(220, 200, 150);
}
#table_selector,#field_selector, #keyspace_selector{
width:50%;
margin-left:5%;
margin-bottom:20px;
}
#table_select{
z-index: 9999 !important;
}
#field_selector{
z-index: 10 !important;
}
.group{
background-color: #fff;
padding: 15px;
border-radius: 5px;
border: solid 1px #666;
}
.group-conditions{
margin-left: 20px;
}
.alert-group{
margin-top: 10px;
margin-bottom: 10px;
border-color: rgb(192, 152, 83);
border-color: rgb(251, 238, 213);
border-color: rgb(220, 200, 150);
}
.condition, .group{
margin-top: 15px;
margin-bottom: 15px;
}
#query{
height:164px;
overflow-y: scroll;
line-height:1.3;
}
#query_area{
display: block;
width:80%;
font-size:22px;
pading:0;
margin-left:5%;
margin-right:0;
}
#query_area label{
font-weight:normal;
}
#result_table{
height:300px;
overflow-y:auto;
margin-top:30px;
width:80%;
pading:0;
margin-top:50px;
margin-left:5%;
margin-right:0;
margin-bottom: 15px;
}
#btn_submit, #btn_clear{
margin-top:30px;
display: inline-block;
}
#query_str {
z-index:99999;
position: absolute;
top: 60px;
right: 0;
}
table {
border-collapse: collapse;
}
table td {
max-width:30px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
table th {
color: #fff;
background-color: #1BB790;
cursor: col-resize;
}
table th.resizing {
cursor: col-resize;
}
.noCrsr {
margin-right: +5px;
cursor: default;
}
.noSelect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sol-container[style] {
width:100% !important;
}
.tag {
font-family: Helvetica, Arial, sans-serif;
background: #16a085;
display: inline-block;
color: #fff;
position: relative;
padding: 10px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
margin: 50px 30px 10px 5px;
text-decoration: none;
}
.tag:hover {
background-color: #2ecc71;
}
.tag:after {
display: inline-block;
border: 19.5px solid;
border-color: transparent transparent transparent #16a085;
height: 0;
width: 0;
position: absolute;
right: -38.5px;
top: 0;
content: "";
display: inline-block;
}
.tag:hover:after {
border-color: transparent transparent transparent #2ecc71;
}
#title{
display:inline;
}
#main_panel{
background-color: white;
border-radius: 20px;
border: 2px solid #73AD21;
} | 0.404155 | 0.077448 |
.beatBox {
display : inline-block;
height : 50px;
width : 50px;
border : 3px solid black;
border-radius: 5px;
margin : 5px;
transition : all .01s;
text-align:center;
line-height:150px;
vertical-align: middle;
background-color: rgb(110,150,120);
}
body {
background-color: slategray;
/*padding: 20px;*/
}
#controls {
vertical-align: top;
}
#controls button {
border: 2px solid black;
margin: 5px;
height: 40px;
width: 115px;
}
button:focus {
outline:0;
}
.beatBox.on {
background-color : darkslategray;
border: 3px solid ghostwhite;
}
.beatBoxes {
display: inline-block;
}
#controls {
display: inline-block;
/*border: 2px solid black;*/
padding: 15px;
}
.note, .loop-track {
display : inline-block;
height : 200px;
width : 130px;
/*border : 3px solid black;*/
/*text-align: center;*/
/*vertical-align: middle;*/
}
#controls button.selected {
background-color: rgba(200,20,20,.85);
color: ghostwhite;
/*background-color: darkslategray;*/
}
.space {
height: 40px;
}
#micInfo {
display: inline-block;
height: 200px;
width : 240px;
/*border : 3px solid black;*/
margin-left : 40px;
text-align: center;
vertical-align: top;
line-height: 150px;
font-size:32px;
}
#metronome {
background-color: rgba(200,20,20,.85);
border: 5px solid black;
height: 200px;
width: 200px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 200px;
border-top-right-radius: 200px;
border-top-left-radius: 200px;
transform: rotate(45deg);
margin-top:5%;
margin-left: auto;
margin-right: auto;
}
.recording {
color: red;
}
#metronome-container {
height: 260px;
width: 260px;
border-top: 20px solid rgb(110,150,120);
border-bottom: 20px solid darkslategray;
border-right: 20px solid darkslategray;
border-left: 20px solid rgb(110,150,120);
border-radius: 500px;
margin-left: auto;
margin-right: auto;
transform: rotate(135deg);
background-color: ghostwhite;
}
.spin {
-webkit-animation: spin .6666s infinite linear;
animation: spin .6666s infinite linear;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} | GUI/style.css | .beatBox {
display : inline-block;
height : 50px;
width : 50px;
border : 3px solid black;
border-radius: 5px;
margin : 5px;
transition : all .01s;
text-align:center;
line-height:150px;
vertical-align: middle;
background-color: rgb(110,150,120);
}
body {
background-color: slategray;
/*padding: 20px;*/
}
#controls {
vertical-align: top;
}
#controls button {
border: 2px solid black;
margin: 5px;
height: 40px;
width: 115px;
}
button:focus {
outline:0;
}
.beatBox.on {
background-color : darkslategray;
border: 3px solid ghostwhite;
}
.beatBoxes {
display: inline-block;
}
#controls {
display: inline-block;
/*border: 2px solid black;*/
padding: 15px;
}
.note, .loop-track {
display : inline-block;
height : 200px;
width : 130px;
/*border : 3px solid black;*/
/*text-align: center;*/
/*vertical-align: middle;*/
}
#controls button.selected {
background-color: rgba(200,20,20,.85);
color: ghostwhite;
/*background-color: darkslategray;*/
}
.space {
height: 40px;
}
#micInfo {
display: inline-block;
height: 200px;
width : 240px;
/*border : 3px solid black;*/
margin-left : 40px;
text-align: center;
vertical-align: top;
line-height: 150px;
font-size:32px;
}
#metronome {
background-color: rgba(200,20,20,.85);
border: 5px solid black;
height: 200px;
width: 200px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 200px;
border-top-right-radius: 200px;
border-top-left-radius: 200px;
transform: rotate(45deg);
margin-top:5%;
margin-left: auto;
margin-right: auto;
}
.recording {
color: red;
}
#metronome-container {
height: 260px;
width: 260px;
border-top: 20px solid rgb(110,150,120);
border-bottom: 20px solid darkslategray;
border-right: 20px solid darkslategray;
border-left: 20px solid rgb(110,150,120);
border-radius: 500px;
margin-left: auto;
margin-right: auto;
transform: rotate(135deg);
background-color: ghostwhite;
}
.spin {
-webkit-animation: spin .6666s infinite linear;
animation: spin .6666s infinite linear;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} | 0.515376 | 0.126003 |
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
body {
-webkit-touch-callout: none;
/* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;
/* prevent webkit from resizing text to fit */
-webkit-user-select: none;
/* prevent copy paste, to allow, change 'none' to 'text' */
font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
font-size: 12px;
height: 100%;
margin: 0px;
padding: 0px;
width: 100%;
background-color: transparent;
}
h1 {
color: orange;
font-size: 36px;
font-weight: normal;
margin-top: 50px;
overflow: visible;
padding: 0px;
text-align: center;
}
@font-face {
font-family: "Tangerine";
src: url('Tangerine.ttf');
}
.no-padding {
padding: 0px;
}
.no-padding-right {
padding-right: 0px;
}
.no-padding-left {
padding-left: 0px;
}
.no-margin-bottom {
margin-bottom: 0px;
}
.horizontal-padding {
padding-bottom: 0px;
padding-top: 5px;
}
.align-right {
text-align: right;
}
.margin-top-small {
margin-top: 10px;
}
/* Account */
.profile-top {
margin-top: 90px;
position: relative;
overflow: initial;
}
.profile-top .item {
padding-top: 90px;
}
.profile-top h2 {
font-size: 24px;
}
.profile-top .ion-edit {
position: absolute;
top: 0;
right: 8px;
}
.avatar-profile {
width: 140px;
height: 140px;
border-radius: 50%;
border: 3px solid #fff;
position: absolute;
top: -70px;
left: 50%;
margin-left: -70px;
}
.avatar-stack {
position: relative;
display: inline-block;
}
.avatar-stack img {
position: absolute;
}
.avatar-stack img:nth-child(1) {
left: 0px;
}
.avatar-stack img:nth-child(2) {
left: -8px;
}
.avatar-stack img:nth-child(3) {
left: -16px;
}
.avatar-small {
width: 32px;
height: 32px;
border-radius: 50%;
border: 2px solid #eee;
vertical-align: middle;
}
.button-fab {
position: fixed;
right: 16px;
bottom: 64px;
z-index: 100;
color: #fff;
width: 48px;
height: 48px;
font-size: 20px;
border-radius: 999em;
text-align: center;
line-height: 48px;
}
.profil-divider {
padding-top: 5px !important;
text-align: left;
}
.card .list {
margin-bottom: 0px;
}
.card .list .item {
padding-top: 5px !important;
}
.card .setting {
padding-top: 15px !important;
text-align: left;
font-size: 14px;
}
.rewards .item input {
color: black;
}
.text {
padding-top: 10px;
margin-bottom: 0px;
}
input[disabled] {
background-color: inherit;
}
/* Welcome */
.background {
/*background-image:url(../img/background_1.jpeg);*/
background-color: #CC1F42;
background-position: center top;
background-size: auto 100%;
/*
-webkit-filter: grayscale(100%);
*/
}
.scroll-vertical {
display: table !important;
width: 100% !important;
height: 100% !important;
text-align: center;
margin-top: auto;
margin-bottom: auto;
}
.scroll-vertical .scroll {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.scroll-vertical .list {
margin-bottom: 0;
border-radius: 2px 2px 0px 0px;
}
.scroll-vertical .item {
border: none;
}
.scroll-vertical .bar {
border-bottom: 1px solid black;
height: 50px;
}
.scroll-vertical .button {
margin: 0;
border-radius: 0px 0px 2px 2px;
}
.placeholder-icon-large {
font-size: 25px;
margin-right: 15px;
}
.bar-transparent {
background-color: transparent;
background-image: none;
border: none;
color: white;
}
.bar-transparent .col-left {
text-align: left;
}
.bar-transparent .col-right {
text-align: right;
}
.bar-transparent .col a {
text-decoration: none;
color: inherit;
}
/************************
* WELCOME PAGE
***********************/
.validation-center {
display: block;
text-align: center;
padding-top: 20px;
}
/************************
* SEARCH PAGE
***********************/
.img-bottle {
width: 50px;
}
.item-title {
font-weight: 500 !important;
}
.item-label {
font-weight: 400 !important;
}
.center {
text-align: center;
}
.icon-round {
margin-top: 2px;
width: 15px;
height: 15px;
border-radius: 20px;
text-align: center;
overflow: hidden;
}
.icon-round img {
margin-left: -4px;
height: 17px;
}
.row-limited {
padding: 0px;
}
.row-limited .col {
padding-top: 0px;
padding-bottom: 0px;
}
.row-limited p {
font-size: 12px !important;
}
.right-limited {
padding-right: 0px;
}
/************************
* FAVORIS PAGE
***********************/
.row-limited {
font-size: 12px;
font-weight: 200;
text-align: center;
}
.col-active {
background-color: rgb(17, 193, 243);
border-radius: 5px;
color: white;
}
/************************
* SLIDE PAGE
***********************/
.button-slide {
position: absolute;
height: 30px;
width: 120px;
top: calc(100% - 100px);
left: calc(50% - 60px);
} | www/css/style.css | * {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
body {
-webkit-touch-callout: none;
/* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;
/* prevent webkit from resizing text to fit */
-webkit-user-select: none;
/* prevent copy paste, to allow, change 'none' to 'text' */
font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
font-size: 12px;
height: 100%;
margin: 0px;
padding: 0px;
width: 100%;
background-color: transparent;
}
h1 {
color: orange;
font-size: 36px;
font-weight: normal;
margin-top: 50px;
overflow: visible;
padding: 0px;
text-align: center;
}
@font-face {
font-family: "Tangerine";
src: url('Tangerine.ttf');
}
.no-padding {
padding: 0px;
}
.no-padding-right {
padding-right: 0px;
}
.no-padding-left {
padding-left: 0px;
}
.no-margin-bottom {
margin-bottom: 0px;
}
.horizontal-padding {
padding-bottom: 0px;
padding-top: 5px;
}
.align-right {
text-align: right;
}
.margin-top-small {
margin-top: 10px;
}
/* Account */
.profile-top {
margin-top: 90px;
position: relative;
overflow: initial;
}
.profile-top .item {
padding-top: 90px;
}
.profile-top h2 {
font-size: 24px;
}
.profile-top .ion-edit {
position: absolute;
top: 0;
right: 8px;
}
.avatar-profile {
width: 140px;
height: 140px;
border-radius: 50%;
border: 3px solid #fff;
position: absolute;
top: -70px;
left: 50%;
margin-left: -70px;
}
.avatar-stack {
position: relative;
display: inline-block;
}
.avatar-stack img {
position: absolute;
}
.avatar-stack img:nth-child(1) {
left: 0px;
}
.avatar-stack img:nth-child(2) {
left: -8px;
}
.avatar-stack img:nth-child(3) {
left: -16px;
}
.avatar-small {
width: 32px;
height: 32px;
border-radius: 50%;
border: 2px solid #eee;
vertical-align: middle;
}
.button-fab {
position: fixed;
right: 16px;
bottom: 64px;
z-index: 100;
color: #fff;
width: 48px;
height: 48px;
font-size: 20px;
border-radius: 999em;
text-align: center;
line-height: 48px;
}
.profil-divider {
padding-top: 5px !important;
text-align: left;
}
.card .list {
margin-bottom: 0px;
}
.card .list .item {
padding-top: 5px !important;
}
.card .setting {
padding-top: 15px !important;
text-align: left;
font-size: 14px;
}
.rewards .item input {
color: black;
}
.text {
padding-top: 10px;
margin-bottom: 0px;
}
input[disabled] {
background-color: inherit;
}
/* Welcome */
.background {
/*background-image:url(../img/background_1.jpeg);*/
background-color: #CC1F42;
background-position: center top;
background-size: auto 100%;
/*
-webkit-filter: grayscale(100%);
*/
}
.scroll-vertical {
display: table !important;
width: 100% !important;
height: 100% !important;
text-align: center;
margin-top: auto;
margin-bottom: auto;
}
.scroll-vertical .scroll {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.scroll-vertical .list {
margin-bottom: 0;
border-radius: 2px 2px 0px 0px;
}
.scroll-vertical .item {
border: none;
}
.scroll-vertical .bar {
border-bottom: 1px solid black;
height: 50px;
}
.scroll-vertical .button {
margin: 0;
border-radius: 0px 0px 2px 2px;
}
.placeholder-icon-large {
font-size: 25px;
margin-right: 15px;
}
.bar-transparent {
background-color: transparent;
background-image: none;
border: none;
color: white;
}
.bar-transparent .col-left {
text-align: left;
}
.bar-transparent .col-right {
text-align: right;
}
.bar-transparent .col a {
text-decoration: none;
color: inherit;
}
/************************
* WELCOME PAGE
***********************/
.validation-center {
display: block;
text-align: center;
padding-top: 20px;
}
/************************
* SEARCH PAGE
***********************/
.img-bottle {
width: 50px;
}
.item-title {
font-weight: 500 !important;
}
.item-label {
font-weight: 400 !important;
}
.center {
text-align: center;
}
.icon-round {
margin-top: 2px;
width: 15px;
height: 15px;
border-radius: 20px;
text-align: center;
overflow: hidden;
}
.icon-round img {
margin-left: -4px;
height: 17px;
}
.row-limited {
padding: 0px;
}
.row-limited .col {
padding-top: 0px;
padding-bottom: 0px;
}
.row-limited p {
font-size: 12px !important;
}
.right-limited {
padding-right: 0px;
}
/************************
* FAVORIS PAGE
***********************/
.row-limited {
font-size: 12px;
font-weight: 200;
text-align: center;
}
.col-active {
background-color: rgb(17, 193, 243);
border-radius: 5px;
color: white;
}
/************************
* SLIDE PAGE
***********************/
.button-slide {
position: absolute;
height: 30px;
width: 120px;
top: calc(100% - 100px);
left: calc(50% - 60px);
} | 0.422028 | 0.070176 |
* Global element styles
* ===========================================================================*/
html {
height: 100%;
}
body {
min-height: 100%;
position: relative;
padding-bottom: 8rem;
}
code {
background: none;
color: #cb4625;
}
pre {
color: #2a5cb3;
border: 1px solid #2a5cb3;
border-radius: 2px;
box-shadow: 1px 1px 2px #e5ebff;
background: none;
}
a {
color: #2a5cb3;
}
/* ===========================================================================
* Bootstrap overrides
* ===========================================================================*/
.modal {
z-index: 99999999;
}
.modal-backdrop {
z-index: 9999999;
}
.modal-body {
max-height: 80vh;
overflow: auto;
}
.btn-primary, .pagination > .active > a, .pagination > .active>span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
background: linear-gradient(to bottom, #cb4625 0%, #c04223 100%);
border-color: #cb4625;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
background: #e45b39;
border-color: #e45b39;
outline: 0 !important;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
color: #e45b39;
}
.form-control:focus {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230, 79, 42, 0.59);
border-color: #ec7b5f;
}
.pagination > li > a, .pagination > li > span {
color: #c04223;
}
#PageFooter {
margin-top: 40px;
padding: 10px 40px 55px;
background-color: #f7f7f7;
font-size: 11.375px;
line-height: 19px;
font-family: "Product Sans", "Noto Sans", "Verdana", sans-serif;
}
#PageFooter > * {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
color: #666;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#PageFooter .sep, #PageFooter svg {
padding-left: 5px;
padding-right: 5px;
}
#PageFooter svg {
box-sizing: unset;
vertical-align: middle;
fill: #b7b7b7;
}
#PageFooter a {
text-decoration: none;
color: #666;
}
#PageFooter a:hover {
text-decoration: underline;
}
.chosen-container-multi {
min-width: 20rem;
}
/* ===========================================================================
* Sumoselect overrides
* ===========================================================================*/
.CaptionCont.SelectBox,
.SumoSelect > .optWrapper {
width: 24.5rem;
}
.SumoSelect .select-all {
height: auto;
}
.SumoSelect > .optWrapper > .options li.opt:hover,
.SumoSelect > .optWrapper > .options li.opt:focus,
.SumoSelect > .optWrapper > .options li.opt.sel,
.SumoSelect .select-all.sel,
.SumoSelect .select-all:hover {
background-color: #f0f0f0;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
background-color: #c04223;
}
/*===========================================================================
* General page elements
* ===========================================================================*/
#Main {
max-width: 110rem;
}
#PageFooter {
position: absolute;
bottom: 0;
height: 2.5rem;
margin-top: .5rem;
width: 100%;
}
.copyright {
padding: 10px 15px;
}
#LogoWrapper a {
display: inline-block;
height: 100%;
}
#LogoWrapper object {
pointer-events: none;
}
#LogoIcon {
display: none;
}
#SearchField .btn-primary {
font-size: 0;
}
#SearchField .btn-primary:before {
content: "\f002";
font-family: "FontAwesome", serif;
font-size: 18px;
padding: 0 .3em;
}
/* ===========================================================================
* Index template
* ===========================================================================*/
.index-page #Main {
max-width: 70rem;
}
.index-page #LogoWrapper {
text-align: center;
padding: 21vh 1rem 1rem 1rem;
}
.index-page #Logo {
width: 15rem;
}
.index-page #SearchField {
padding-bottom: 15rem;
}
/* ===========================================================================
* Search template
* ===========================================================================*/
.search-page #LogoWrapper {
height: 12rem;
width: auto;
float: left !important;
}
.search-page #LogoWrapper img {
max-height: 100%;
}
#SearchHeader {
padding: 1rem 0 2rem 0;
margin: 0 0 2.3rem 0;
height: 11rem;
text-align: center;
border-bottom: .1rem solid #ddd;
position: relative;
z-index: 100000;
}
#SearchHeader #SearchField {
margin-top: 2.7rem;
}
#SearchHeader #LogoWrapper {
width: 18rem;
}
#SearchHeader #Logo {
width: 14rem;
margin-top: -1rem;
}
#SearchOptions {
position: relative;
top: -2.4rem;
background: #f7f7f7;
padding: .5rem .3rem;
}
.js #SearchOptions {
display: none;
}
#SearchOptions::after {
display: block;
content: "";
clear: both;
}
#SearchOptions .indices, #SearchOptions select[multiple] {
float: right;
width: 25rem;
}
#SearchOptions label {
font-weight: normal;
}
#SearchOptionsToggle {
position: absolute;
bottom: -.1rem;
right: 0;
display: none;
}
.js #SearchOptionsToggle {
display: block;
}
#SearchOptionsToggle button.btn {
font-size: 1.4rem;
border: 0;
background: 0;
padding: 1rem;
font-family: inherit;
color: #666;
}
#SearchOptionsToggle button.btn:before {
font-size: 1.6rem;
color: #7b7b7b;
padding-right: .6rem;
font-family: "FontAwesome", serif;
}
#SearchOptionsToggle > button.btn.active,
#SearchOptionsToggle button:focus,
#SearchOptionsToggle button:active{
box-shadow: none;
outline: 0;
}
#SearchOptionsToggle button:before {
font-size: 1.6rem;
color: #7b7b7b;
}
.search-info {
margin-bottom: 2rem;
}
.search-info h1 {
font-size: 1.3em;
font-weight: bold;
margin-top: 0;
}
.num-results {
color: #888;
float: right;
}
.no-results {
text-align: center;
color: #888;
padding: 3rem 0;
}
.search-result {
margin: 2em 0;
clear: both;
}
.search-result.grouped, .more-from-host {
margin-left: 3em;
margin-top: -1em;
width: 20em;
float: left;
clear: none;
}
.more-from-host {
clear: left;
margin-bottom: 2em;
}
.search-result header h2 {
font-size: 1.3em;
margin-bottom: 0;
}
.search-result.grouped header h2 {
font-size: 1.0em;
}
.meta {
max-width: 60rem;
margin: -.1rem 0 -.4rem 0;
}
.meta .link {
display: inline-block;
font-weight: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 80%;
color: #006621;
padding-left: 2px; /* don't cut off glyphs */
margin-left: -2px;
}
.meta .dropdown {
display: inline-block;
position: relative;
top: -.5rem;
}
.meta .dropdown .btn {
padding: 0 .5em;
background: none;
border: none;
margin-top: -.2em;
margin-left: -.1em;
}
.meta .trec-id {
color: #999;
margin-top: .5em;
}
.search-result em {
font-weight: bold;
font-style: normal;
}
#SearchResults > footer {
text-align: center;
clear: both;
}
#ExplanationModal ul {
padding-left: 0;
list-style: none;
}
#ExplanationModal li {
padding-left: 1em;
}
#ExplanationModal li:before {
content: "\2937 ";
color: #777;
}
#ExplanationModal .modal-body > ul > li:before {
content: " ";
}
#ExplanationModal .explanation-tree {
float: left;
margin-right: 1em;
}
#ExplanationModal .explanation-tree h5 {
padding: .8em;
margin-left: 1em;
border-radius: 3px;
background-color: #eee;
}
#ExplanationModal .explanation-tree.active h5 {
background-color: #dff0d8
}
#ExplanationModal .explanation-tree .close {
line-height: .7em;
}
#ExplanationModalContent {
overflow: hidden;
}
/* ===========================================================================
* Cache template
* ===========================================================================*/
.cache-page #Main {
height: 100%;
width: 100%;
max-width: none;
padding: 0;
position: absolute;
}
.cache-page #LogoWrapper {
float: left;
}
.cache-page #Logo {
height: 10rem;
margin-left: 2rem;
}
#CacheMeta {
float: left;
padding: 2rem;
}
#CacheMeta h1 {
font-size: 1.5rem;
font-weight: normal;
margin-top: .9em;
}
#CacheMeta h1 em {
font-style: normal;
font-weight: bold;
}
#CacheHeader {
height: 10rem;
}
#CacheResult {
height: calc(100% - 11.3rem);
position: relative;
top: -1rem;
}
#CacheResult iframe {
width: 100%;
height: calc(100% - 2px);
border: none;
border-top: 2px solid #cb4625;
}
.redirect-message {
text-align: center;
margin: 5em auto;
padding: 0 2em;
font-size: 1.3em;
}
.redirect-message p, .redirect-message h1 {
margin: 1.5em 0;
}
.redirect-message p a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.redirect-message h1 {
font-size: 1.5em;
font-weight: bold;
}
.redirect-message .timer-message {
font-weight: bold;
font-size: 1.2em;
}
/* ===========================================================================
* Docs template
* ===========================================================================*/
#DocContent {
margin: 2em 0;
}
#DocContent h1 a,
#DocContent h2 a,
#DocContent h3 a,
#DocContent h4 a,
#DocContent h5 a,
#DocContent h6 a {
color: inherit;
text-decoration: none;
}
#DocContent h1 a:hover:before, #DocContent h1 a:focus:before,
#DocContent h2 a:hover:before, #DocContent h2 a:focus:before,
#DocContent h3 a:hover:before, #DocContent h3 a:focus:before,
#DocContent h4 a:hover:before, #DocContent h4 a:focus:before,
#DocContent h5 a:hover:before, #DocContent h5 a:focus:before,
#DocContent h6 a:hover:before, #DocContent h6 a:focus:before {
content: "\f0c1";
font-weight: normal;
font-family: "FontAwesome", sans-serif;
position: absolute;
margin-left: -1.5em;
margin-top: .65em;
font-size: .5em;
}
#DocContent h3 a:hover:before, #DocContent h3 a:focus:before,
#DocContent h4 a:hover:before, #DocContent h4 a:focus:before,
#DocContent h5 a:hover:before, #DocContent h5 a:focus:before,
#DocContent h6 a:hover:before, #DocContent h6 a:focus:before {
margin-top: .4em;
}
#DocContent h1 {
border-bottom: 1px solid #ddd;
padding: .3em 0;
font-size: 3rem;
font-weight: bold;
}
#DocContent h2 {
font-size: 2.5rem;
font-weight: bold;
border-bottom: 1px solid #ddd;
padding: .3em 0;
margin-top: 1em;
}
#DocContent h3 {
font-size: 1.8rem;
font-weight: bold;
}
#DocContent h4 {
font-size: 1.5rem;
font-weight: bold;
}
#DocContent h5 {
font-size: 1rem;
font-weight: bold;
}
#DocContent p, #DocContent pre {
max-width: 85rem;
}
/* ===========================================================================
* Error template
* ===========================================================================*/
#Main.error {
max-width: 74rem;
padding: 3rem 5rem;
}
#Error #Logo {
float: left;
width: 12rem;
margin-top: 16rem;
}
#Error .message {
margin-left: 130px;
padding-top: 16rem;
}
/* ===========================================================================
* Responsive changes
* ===========================================================================*/
@media screen and (max-width: 991px) {
#SearchHeader #SearchField {
width: 100%;
float: none;
padding: 0;
}
.webis-footer {
margin: 0;
text-align: center;
}
.webis-footer:first-child {
float: none;
}
#PageFooter {
height: auto;
position: absolute;
padding-bottom: 20px;
}
}
@media screen and (max-width: 900px) {
.search-info h1, .search-info .num-results {
font-size: 1em;
line-height: 1em;
}
.search-page #SearchField form {
padding-left: 20rem;
}
}
@media screen and (max-width: 767px) {
.index-page #LogoWrapper {
padding-top: 12vh;
}
#SearchHeader #Logo {
display: none;
}
#LogoIcon {
display: inline;
}
#SearchHeader {
padding: 2rem 0;
height: auto;
}
#SearchHeader > .col-sm-8 {
margin: 0 -15px;
}
#SearchHeader #LogoWrapper {
width: auto;
height: auto;
margin: -.8rem 0 1rem 0;
}
#SearchHeader #LogoWrapper a {
width: 6.2rem;
}
#SearchHeader #LogoWrapper img {
height: 4.5rem;
}
#SearchHeader #SearchField {
margin-top: 0;
}
#SearchOptionsToggle {
top: 0;
left: -15px;
right: initial;
bottom: initial;
}
#SearchOptionsToggle button.btn {
font-size: 0;
border: 0;
background: 0;
padding: 1.8rem 1rem 1rem 2rem;
font-family: inherit;
color: #666;
}
#SearchOptionsToggle button.btn:before {
font-size: 2.4rem;
content: "\f0c9";
}
}
@media screen and (max-width: 700px) {
#CacheHeader #LogoWrapper {
display: none;
}
#CacheHeader h1 {
margin-top: 0;
}
}
@media screen and (max-width: 650px) {
#Main {
margin-bottom: 2rem;
}
#SearchHeader {
height: auto;
}
#SearchHeader #SearchField {
margin-top: 0;
}
#PageFooter .row > .nav li {
display: inline-block;
float: none;
}
#PageFooter .row > .nav {
float: none;
display: block;
text-align: center;
clear: left;
width: 100%;
}
#PageFooter .row>.nav li a,
#PageFooter .row>.nav li.copyright {
padding: 5px;
}
#CacheResult iframe {
min-height: 60rem;
}
.search-page #LogoWrapper, .cache-page #LogoWrapper {
float: left;
height: 5.5rem;
width: auto;
padding: 0;
margin: 0;
}
.search-page #LogoWrapper img, .cache-page #LogoWrapper img {
height: 100%;
padding: 2px 0;
}
.search-page #SearchField form {
margin-top: 0;
padding-left: 8.5rem;
}
.search-page #SearchHeader {
margin-top: 1rem;
}
.back-to-index {
margin: 2em 0 -1em 0;
}
#Error #LogoWrapper {
display: none;
}
#Error .message {
margin-left: 0;
}
.search-info h1, .search-info .num-results {
float: none;
}
.search-info h1 {
margin-top: 1rem;
}
}
@media screen and (max-width: 600px) {
.search-info h1 {
margin: .5em 0;
}
#Error #LogoWrapper {
padding-top: 7rem;
}
#Error .message {
padding-top: 6rem;
}
} | src/main/webapp/static/css/chatnoir2.css | * Global element styles
* ===========================================================================*/
html {
height: 100%;
}
body {
min-height: 100%;
position: relative;
padding-bottom: 8rem;
}
code {
background: none;
color: #cb4625;
}
pre {
color: #2a5cb3;
border: 1px solid #2a5cb3;
border-radius: 2px;
box-shadow: 1px 1px 2px #e5ebff;
background: none;
}
a {
color: #2a5cb3;
}
/* ===========================================================================
* Bootstrap overrides
* ===========================================================================*/
.modal {
z-index: 99999999;
}
.modal-backdrop {
z-index: 9999999;
}
.modal-body {
max-height: 80vh;
overflow: auto;
}
.btn-primary, .pagination > .active > a, .pagination > .active>span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
background: linear-gradient(to bottom, #cb4625 0%, #c04223 100%);
border-color: #cb4625;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
background: #e45b39;
border-color: #e45b39;
outline: 0 !important;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
color: #e45b39;
}
.form-control:focus {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230, 79, 42, 0.59);
border-color: #ec7b5f;
}
.pagination > li > a, .pagination > li > span {
color: #c04223;
}
#PageFooter {
margin-top: 40px;
padding: 10px 40px 55px;
background-color: #f7f7f7;
font-size: 11.375px;
line-height: 19px;
font-family: "Product Sans", "Noto Sans", "Verdana", sans-serif;
}
#PageFooter > * {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
color: #666;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#PageFooter .sep, #PageFooter svg {
padding-left: 5px;
padding-right: 5px;
}
#PageFooter svg {
box-sizing: unset;
vertical-align: middle;
fill: #b7b7b7;
}
#PageFooter a {
text-decoration: none;
color: #666;
}
#PageFooter a:hover {
text-decoration: underline;
}
.chosen-container-multi {
min-width: 20rem;
}
/* ===========================================================================
* Sumoselect overrides
* ===========================================================================*/
.CaptionCont.SelectBox,
.SumoSelect > .optWrapper {
width: 24.5rem;
}
.SumoSelect .select-all {
height: auto;
}
.SumoSelect > .optWrapper > .options li.opt:hover,
.SumoSelect > .optWrapper > .options li.opt:focus,
.SumoSelect > .optWrapper > .options li.opt.sel,
.SumoSelect .select-all.sel,
.SumoSelect .select-all:hover {
background-color: #f0f0f0;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
background-color: #c04223;
}
/*===========================================================================
* General page elements
* ===========================================================================*/
#Main {
max-width: 110rem;
}
#PageFooter {
position: absolute;
bottom: 0;
height: 2.5rem;
margin-top: .5rem;
width: 100%;
}
.copyright {
padding: 10px 15px;
}
#LogoWrapper a {
display: inline-block;
height: 100%;
}
#LogoWrapper object {
pointer-events: none;
}
#LogoIcon {
display: none;
}
#SearchField .btn-primary {
font-size: 0;
}
#SearchField .btn-primary:before {
content: "\f002";
font-family: "FontAwesome", serif;
font-size: 18px;
padding: 0 .3em;
}
/* ===========================================================================
* Index template
* ===========================================================================*/
.index-page #Main {
max-width: 70rem;
}
.index-page #LogoWrapper {
text-align: center;
padding: 21vh 1rem 1rem 1rem;
}
.index-page #Logo {
width: 15rem;
}
.index-page #SearchField {
padding-bottom: 15rem;
}
/* ===========================================================================
* Search template
* ===========================================================================*/
.search-page #LogoWrapper {
height: 12rem;
width: auto;
float: left !important;
}
.search-page #LogoWrapper img {
max-height: 100%;
}
#SearchHeader {
padding: 1rem 0 2rem 0;
margin: 0 0 2.3rem 0;
height: 11rem;
text-align: center;
border-bottom: .1rem solid #ddd;
position: relative;
z-index: 100000;
}
#SearchHeader #SearchField {
margin-top: 2.7rem;
}
#SearchHeader #LogoWrapper {
width: 18rem;
}
#SearchHeader #Logo {
width: 14rem;
margin-top: -1rem;
}
#SearchOptions {
position: relative;
top: -2.4rem;
background: #f7f7f7;
padding: .5rem .3rem;
}
.js #SearchOptions {
display: none;
}
#SearchOptions::after {
display: block;
content: "";
clear: both;
}
#SearchOptions .indices, #SearchOptions select[multiple] {
float: right;
width: 25rem;
}
#SearchOptions label {
font-weight: normal;
}
#SearchOptionsToggle {
position: absolute;
bottom: -.1rem;
right: 0;
display: none;
}
.js #SearchOptionsToggle {
display: block;
}
#SearchOptionsToggle button.btn {
font-size: 1.4rem;
border: 0;
background: 0;
padding: 1rem;
font-family: inherit;
color: #666;
}
#SearchOptionsToggle button.btn:before {
font-size: 1.6rem;
color: #7b7b7b;
padding-right: .6rem;
font-family: "FontAwesome", serif;
}
#SearchOptionsToggle > button.btn.active,
#SearchOptionsToggle button:focus,
#SearchOptionsToggle button:active{
box-shadow: none;
outline: 0;
}
#SearchOptionsToggle button:before {
font-size: 1.6rem;
color: #7b7b7b;
}
.search-info {
margin-bottom: 2rem;
}
.search-info h1 {
font-size: 1.3em;
font-weight: bold;
margin-top: 0;
}
.num-results {
color: #888;
float: right;
}
.no-results {
text-align: center;
color: #888;
padding: 3rem 0;
}
.search-result {
margin: 2em 0;
clear: both;
}
.search-result.grouped, .more-from-host {
margin-left: 3em;
margin-top: -1em;
width: 20em;
float: left;
clear: none;
}
.more-from-host {
clear: left;
margin-bottom: 2em;
}
.search-result header h2 {
font-size: 1.3em;
margin-bottom: 0;
}
.search-result.grouped header h2 {
font-size: 1.0em;
}
.meta {
max-width: 60rem;
margin: -.1rem 0 -.4rem 0;
}
.meta .link {
display: inline-block;
font-weight: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 80%;
color: #006621;
padding-left: 2px; /* don't cut off glyphs */
margin-left: -2px;
}
.meta .dropdown {
display: inline-block;
position: relative;
top: -.5rem;
}
.meta .dropdown .btn {
padding: 0 .5em;
background: none;
border: none;
margin-top: -.2em;
margin-left: -.1em;
}
.meta .trec-id {
color: #999;
margin-top: .5em;
}
.search-result em {
font-weight: bold;
font-style: normal;
}
#SearchResults > footer {
text-align: center;
clear: both;
}
#ExplanationModal ul {
padding-left: 0;
list-style: none;
}
#ExplanationModal li {
padding-left: 1em;
}
#ExplanationModal li:before {
content: "\2937 ";
color: #777;
}
#ExplanationModal .modal-body > ul > li:before {
content: " ";
}
#ExplanationModal .explanation-tree {
float: left;
margin-right: 1em;
}
#ExplanationModal .explanation-tree h5 {
padding: .8em;
margin-left: 1em;
border-radius: 3px;
background-color: #eee;
}
#ExplanationModal .explanation-tree.active h5 {
background-color: #dff0d8
}
#ExplanationModal .explanation-tree .close {
line-height: .7em;
}
#ExplanationModalContent {
overflow: hidden;
}
/* ===========================================================================
* Cache template
* ===========================================================================*/
.cache-page #Main {
height: 100%;
width: 100%;
max-width: none;
padding: 0;
position: absolute;
}
.cache-page #LogoWrapper {
float: left;
}
.cache-page #Logo {
height: 10rem;
margin-left: 2rem;
}
#CacheMeta {
float: left;
padding: 2rem;
}
#CacheMeta h1 {
font-size: 1.5rem;
font-weight: normal;
margin-top: .9em;
}
#CacheMeta h1 em {
font-style: normal;
font-weight: bold;
}
#CacheHeader {
height: 10rem;
}
#CacheResult {
height: calc(100% - 11.3rem);
position: relative;
top: -1rem;
}
#CacheResult iframe {
width: 100%;
height: calc(100% - 2px);
border: none;
border-top: 2px solid #cb4625;
}
.redirect-message {
text-align: center;
margin: 5em auto;
padding: 0 2em;
font-size: 1.3em;
}
.redirect-message p, .redirect-message h1 {
margin: 1.5em 0;
}
.redirect-message p a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.redirect-message h1 {
font-size: 1.5em;
font-weight: bold;
}
.redirect-message .timer-message {
font-weight: bold;
font-size: 1.2em;
}
/* ===========================================================================
* Docs template
* ===========================================================================*/
#DocContent {
margin: 2em 0;
}
#DocContent h1 a,
#DocContent h2 a,
#DocContent h3 a,
#DocContent h4 a,
#DocContent h5 a,
#DocContent h6 a {
color: inherit;
text-decoration: none;
}
#DocContent h1 a:hover:before, #DocContent h1 a:focus:before,
#DocContent h2 a:hover:before, #DocContent h2 a:focus:before,
#DocContent h3 a:hover:before, #DocContent h3 a:focus:before,
#DocContent h4 a:hover:before, #DocContent h4 a:focus:before,
#DocContent h5 a:hover:before, #DocContent h5 a:focus:before,
#DocContent h6 a:hover:before, #DocContent h6 a:focus:before {
content: "\f0c1";
font-weight: normal;
font-family: "FontAwesome", sans-serif;
position: absolute;
margin-left: -1.5em;
margin-top: .65em;
font-size: .5em;
}
#DocContent h3 a:hover:before, #DocContent h3 a:focus:before,
#DocContent h4 a:hover:before, #DocContent h4 a:focus:before,
#DocContent h5 a:hover:before, #DocContent h5 a:focus:before,
#DocContent h6 a:hover:before, #DocContent h6 a:focus:before {
margin-top: .4em;
}
#DocContent h1 {
border-bottom: 1px solid #ddd;
padding: .3em 0;
font-size: 3rem;
font-weight: bold;
}
#DocContent h2 {
font-size: 2.5rem;
font-weight: bold;
border-bottom: 1px solid #ddd;
padding: .3em 0;
margin-top: 1em;
}
#DocContent h3 {
font-size: 1.8rem;
font-weight: bold;
}
#DocContent h4 {
font-size: 1.5rem;
font-weight: bold;
}
#DocContent h5 {
font-size: 1rem;
font-weight: bold;
}
#DocContent p, #DocContent pre {
max-width: 85rem;
}
/* ===========================================================================
* Error template
* ===========================================================================*/
#Main.error {
max-width: 74rem;
padding: 3rem 5rem;
}
#Error #Logo {
float: left;
width: 12rem;
margin-top: 16rem;
}
#Error .message {
margin-left: 130px;
padding-top: 16rem;
}
/* ===========================================================================
* Responsive changes
* ===========================================================================*/
@media screen and (max-width: 991px) {
#SearchHeader #SearchField {
width: 100%;
float: none;
padding: 0;
}
.webis-footer {
margin: 0;
text-align: center;
}
.webis-footer:first-child {
float: none;
}
#PageFooter {
height: auto;
position: absolute;
padding-bottom: 20px;
}
}
@media screen and (max-width: 900px) {
.search-info h1, .search-info .num-results {
font-size: 1em;
line-height: 1em;
}
.search-page #SearchField form {
padding-left: 20rem;
}
}
@media screen and (max-width: 767px) {
.index-page #LogoWrapper {
padding-top: 12vh;
}
#SearchHeader #Logo {
display: none;
}
#LogoIcon {
display: inline;
}
#SearchHeader {
padding: 2rem 0;
height: auto;
}
#SearchHeader > .col-sm-8 {
margin: 0 -15px;
}
#SearchHeader #LogoWrapper {
width: auto;
height: auto;
margin: -.8rem 0 1rem 0;
}
#SearchHeader #LogoWrapper a {
width: 6.2rem;
}
#SearchHeader #LogoWrapper img {
height: 4.5rem;
}
#SearchHeader #SearchField {
margin-top: 0;
}
#SearchOptionsToggle {
top: 0;
left: -15px;
right: initial;
bottom: initial;
}
#SearchOptionsToggle button.btn {
font-size: 0;
border: 0;
background: 0;
padding: 1.8rem 1rem 1rem 2rem;
font-family: inherit;
color: #666;
}
#SearchOptionsToggle button.btn:before {
font-size: 2.4rem;
content: "\f0c9";
}
}
@media screen and (max-width: 700px) {
#CacheHeader #LogoWrapper {
display: none;
}
#CacheHeader h1 {
margin-top: 0;
}
}
@media screen and (max-width: 650px) {
#Main {
margin-bottom: 2rem;
}
#SearchHeader {
height: auto;
}
#SearchHeader #SearchField {
margin-top: 0;
}
#PageFooter .row > .nav li {
display: inline-block;
float: none;
}
#PageFooter .row > .nav {
float: none;
display: block;
text-align: center;
clear: left;
width: 100%;
}
#PageFooter .row>.nav li a,
#PageFooter .row>.nav li.copyright {
padding: 5px;
}
#CacheResult iframe {
min-height: 60rem;
}
.search-page #LogoWrapper, .cache-page #LogoWrapper {
float: left;
height: 5.5rem;
width: auto;
padding: 0;
margin: 0;
}
.search-page #LogoWrapper img, .cache-page #LogoWrapper img {
height: 100%;
padding: 2px 0;
}
.search-page #SearchField form {
margin-top: 0;
padding-left: 8.5rem;
}
.search-page #SearchHeader {
margin-top: 1rem;
}
.back-to-index {
margin: 2em 0 -1em 0;
}
#Error #LogoWrapper {
display: none;
}
#Error .message {
margin-left: 0;
}
.search-info h1, .search-info .num-results {
float: none;
}
.search-info h1 {
margin-top: 1rem;
}
}
@media screen and (max-width: 600px) {
.search-info h1 {
margin: .5em 0;
}
#Error #LogoWrapper {
padding-top: 7rem;
}
#Error .message {
padding-top: 6rem;
}
} | 0.554712 | 0.079997 |
* {
margin: 0;
}
body {
background-color: rgba(247, 243, 243, 0.644);
font-family: serif;
position: relative;
}
#penalte {
visibility: hidden;
}
/* ============================== INTERFACE ============================== */
#interface {
background-color: rgba(201, 227, 238, 0.13);
max-width: 800px;
height: 650px;
margin: auto;
box-shadow: 1px 1px 5px black;
border-radius: 20;
position: relative;
}
/* ============================== TOPPER ============================== */
#topper {
position: sticky;
top: 0;
height: 20px;
text-align: center;
margin: auto;
background-image: linear-gradient( RED, black, red);
padding: 15px;
}
#subBody {
position: sticky;
top: 50px;
height: 25px;
text-align: center;
margin: auto;
background-image: linear-gradient(white, rgb(6, 95, 36), white);
padding: 15px;
}
h2 {
color: white;
font-family: monospace;
box-shadow: 10px brown;
}
h3 {
font-size: 23px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/* ============================== BET ============================== */
#bet {
box-shadow: 1px 1px 5px rgb(46, 45, 45);
background-image: url(./images/jogadores-jogoOPC.png);
background-position: 50%;
background-size: contain;
background-repeat: no-repeat;
text-align: center;
width: 80%;
height: 370px;
display: block;
margin: auto;
margin-top: 20px;
border-radius: 15px 10px 15px 10px;
}
#apostaText {
padding: 20px;
margin-bottom: 10px;
}
.placar {
width: 25px;
height: 25px;
text-align: center;
margin: 5px;
border-radius: 7px;
appearance: none;
-webkit-appearance: none;
}
#nomeApostador {
width: 70%;
height: 25px;
border-radius: 5px;
}
#tela {
text-align: center;
width: 80%;
height: 350px;
display: block;
margin: auto;
margin-top: 0;
margin-top: 10px;
border-radius: 15px 10px 15px 10px;
}
.botao {
background-image: linear-gradient(to right, rgb(189, 21, 21),white, rgb(11, 107, 59));
width: 70%;
border-radius: 15px;
padding: 15px;
color: black;
border: 0px;
outline: 0;
font-family: serif;
font-size: 18px;
}
.botao:hover {
background-image: linear-gradient(to left, white, gray black);
transition: 1s;
color: white;
background-image: linear-gradient(to right,white, rgb(3, 3, 3),white);
cursor: pointer;
}
#informe {
color: rgb(71, 2, 2);
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
li {
text-align: left;
}
h5 {
font-size: 18px;
color: brown;
box-shadow: 2px 5px 15px black;
padding: 20px;
}
a {
text-decoration: none;
}
@media screen and (max-width: 500px) {
h3{
color: rgb(5, 112, 59);
margin-left: 0;
font-size: 18px;
}
.vermelho {
color: red;
}
} | style.css | * {
margin: 0;
}
body {
background-color: rgba(247, 243, 243, 0.644);
font-family: serif;
position: relative;
}
#penalte {
visibility: hidden;
}
/* ============================== INTERFACE ============================== */
#interface {
background-color: rgba(201, 227, 238, 0.13);
max-width: 800px;
height: 650px;
margin: auto;
box-shadow: 1px 1px 5px black;
border-radius: 20;
position: relative;
}
/* ============================== TOPPER ============================== */
#topper {
position: sticky;
top: 0;
height: 20px;
text-align: center;
margin: auto;
background-image: linear-gradient( RED, black, red);
padding: 15px;
}
#subBody {
position: sticky;
top: 50px;
height: 25px;
text-align: center;
margin: auto;
background-image: linear-gradient(white, rgb(6, 95, 36), white);
padding: 15px;
}
h2 {
color: white;
font-family: monospace;
box-shadow: 10px brown;
}
h3 {
font-size: 23px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/* ============================== BET ============================== */
#bet {
box-shadow: 1px 1px 5px rgb(46, 45, 45);
background-image: url(./images/jogadores-jogoOPC.png);
background-position: 50%;
background-size: contain;
background-repeat: no-repeat;
text-align: center;
width: 80%;
height: 370px;
display: block;
margin: auto;
margin-top: 20px;
border-radius: 15px 10px 15px 10px;
}
#apostaText {
padding: 20px;
margin-bottom: 10px;
}
.placar {
width: 25px;
height: 25px;
text-align: center;
margin: 5px;
border-radius: 7px;
appearance: none;
-webkit-appearance: none;
}
#nomeApostador {
width: 70%;
height: 25px;
border-radius: 5px;
}
#tela {
text-align: center;
width: 80%;
height: 350px;
display: block;
margin: auto;
margin-top: 0;
margin-top: 10px;
border-radius: 15px 10px 15px 10px;
}
.botao {
background-image: linear-gradient(to right, rgb(189, 21, 21),white, rgb(11, 107, 59));
width: 70%;
border-radius: 15px;
padding: 15px;
color: black;
border: 0px;
outline: 0;
font-family: serif;
font-size: 18px;
}
.botao:hover {
background-image: linear-gradient(to left, white, gray black);
transition: 1s;
color: white;
background-image: linear-gradient(to right,white, rgb(3, 3, 3),white);
cursor: pointer;
}
#informe {
color: rgb(71, 2, 2);
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
li {
text-align: left;
}
h5 {
font-size: 18px;
color: brown;
box-shadow: 2px 5px 15px black;
padding: 20px;
}
a {
text-decoration: none;
}
@media screen and (max-width: 500px) {
h3{
color: rgb(5, 112, 59);
margin-left: 0;
font-size: 18px;
}
.vermelho {
color: red;
}
} | 0.450118 | 0.106784 |
.dropdown-toggle {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#header {
height: 60px;
}
.cards-count {
font-size: small;
color: #ffc107;
}
.main-container {
margin-top: 60px;
display: inline-flex;
line-height: normal !important;
}
.file-input-container {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
display: flex;
justify-content: space-around;
}
.text-align-left {
text-align: left;
}
.backup-id-input-container {
margin-top: 5px;
display: flex;
flex-direction: row;
}
#new-card-input-box {
font-family: system-ui !important;
margin: 2px !important;
font-size: 11px !important;
}
hr {
margin: 8px 0 !important;
}
.margin-top-50 {
margin-top: 20%;
}
.import-error-log-container {
max-height: 150px;
overflow-y: auto;
border-radius: 0.25rem;
background-color: #d2d2d2;
padding: 12px 20px;
-webkit-overflow-scrolling: touch;
}
.error-log-index {
color: #999999;
}
.cat {
min-width: 300px;
margin: 10px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
border: 0.1px solid #d9d9d9;
padding: 10px;
}
.cat-header {
margin-bottom: 5px;
text-align: center;
position: relative;
}
.abs-right-button {
border: 1px black solid;
padding: 0 4px;
cursor: pointer;
position: absolute;
right: 0;
border-radius: 25%;
}
.cat-body {
padding: 5px;
}
.hide-overflow {
overflow-y: auto;
max-height: calc(100vh - 150px);
-webkit-overflow-scrolling: touch;
}
.card-line {
position: relative;
padding-right: 30px;
}
.mergeable {
font-weight: bold;
}
.edit-card-button {
cursor: pointer;
position: absolute;
top: 0px;
right: 15px;
}
.delete-card-button {
visibility: hidden;
cursor: pointer;
color: red;
position: absolute;
top: 0px;
right: 2px;
}
.card-line:hover .delete-card-button {
visibility: visible;
}
#new-card-form {
display: flex;
}
.new-card-input-box {
flex: 2 0 80%;
}
.card-format {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.card-format-info {
visibility: hidden;
width: 350px;
background-color: rgba(0,0,0,0.7);
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 5;
top: 100%;
left: 50%;
margin-left: -175px;
}
.card-format:hover .card-format-info {
visibility: visible;
}
.card-format-info::after {
content: " ";
position: absolute;
bottom: 100%; /* At the top of the tooltip */
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent rgba(0,0,0,0.7) transparent;
}
.star5 {
background-color: #bf80ff;
}
.star4 {
background-color: #ecaf6d;
}
.star3 {
background-color: #b3d1ff;
}
.star2 {
background-color: #9ce59a;
}
.star1 {
background-color: #d9d9d9;
}
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sidebar::-webkit-scrollbar {
display: inherit;
}
.sidebar:hover::-webkit-scrollbar {
width: 10px;
}
.sidebar:hover::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
border-radius: 8px;
-webkit-border-radius: 8px;
}
.sidebar:hover::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(100,100,100,0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.mergeables-modal .modal-body {
max-height: 60vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 799px) {
.file-input-container {
flex-direction: column;
justify-content: center;
height: 100%;
top: 0;
padding: 20px;
}
.file-input-container > div{
margin-bottom: 100px;
}
} | src/App.css | .dropdown-toggle {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#header {
height: 60px;
}
.cards-count {
font-size: small;
color: #ffc107;
}
.main-container {
margin-top: 60px;
display: inline-flex;
line-height: normal !important;
}
.file-input-container {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
display: flex;
justify-content: space-around;
}
.text-align-left {
text-align: left;
}
.backup-id-input-container {
margin-top: 5px;
display: flex;
flex-direction: row;
}
#new-card-input-box {
font-family: system-ui !important;
margin: 2px !important;
font-size: 11px !important;
}
hr {
margin: 8px 0 !important;
}
.margin-top-50 {
margin-top: 20%;
}
.import-error-log-container {
max-height: 150px;
overflow-y: auto;
border-radius: 0.25rem;
background-color: #d2d2d2;
padding: 12px 20px;
-webkit-overflow-scrolling: touch;
}
.error-log-index {
color: #999999;
}
.cat {
min-width: 300px;
margin: 10px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
border: 0.1px solid #d9d9d9;
padding: 10px;
}
.cat-header {
margin-bottom: 5px;
text-align: center;
position: relative;
}
.abs-right-button {
border: 1px black solid;
padding: 0 4px;
cursor: pointer;
position: absolute;
right: 0;
border-radius: 25%;
}
.cat-body {
padding: 5px;
}
.hide-overflow {
overflow-y: auto;
max-height: calc(100vh - 150px);
-webkit-overflow-scrolling: touch;
}
.card-line {
position: relative;
padding-right: 30px;
}
.mergeable {
font-weight: bold;
}
.edit-card-button {
cursor: pointer;
position: absolute;
top: 0px;
right: 15px;
}
.delete-card-button {
visibility: hidden;
cursor: pointer;
color: red;
position: absolute;
top: 0px;
right: 2px;
}
.card-line:hover .delete-card-button {
visibility: visible;
}
#new-card-form {
display: flex;
}
.new-card-input-box {
flex: 2 0 80%;
}
.card-format {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.card-format-info {
visibility: hidden;
width: 350px;
background-color: rgba(0,0,0,0.7);
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 5;
top: 100%;
left: 50%;
margin-left: -175px;
}
.card-format:hover .card-format-info {
visibility: visible;
}
.card-format-info::after {
content: " ";
position: absolute;
bottom: 100%; /* At the top of the tooltip */
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent rgba(0,0,0,0.7) transparent;
}
.star5 {
background-color: #bf80ff;
}
.star4 {
background-color: #ecaf6d;
}
.star3 {
background-color: #b3d1ff;
}
.star2 {
background-color: #9ce59a;
}
.star1 {
background-color: #d9d9d9;
}
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sidebar::-webkit-scrollbar {
display: inherit;
}
.sidebar:hover::-webkit-scrollbar {
width: 10px;
}
.sidebar:hover::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
border-radius: 8px;
-webkit-border-radius: 8px;
}
.sidebar:hover::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(100,100,100,0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.mergeables-modal .modal-body {
max-height: 60vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 799px) {
.file-input-container {
flex-direction: column;
justify-content: center;
height: 100%;
top: 0;
padding: 20px;
}
.file-input-container > div{
margin-bottom: 100px;
}
} | 0.391173 | 0.06663 |
.anticon {
display: inline-block;
color: inherit;
font-style: normal;
line-height: 0;
text-align: center;
text-transform: none;
vertical-align: -0.125em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.anticon > * {
line-height: 1;
}
.anticon svg {
display: inline-block;
}
.anticon::before {
display: none;
}
.anticon .anticon-icon {
display: block;
}
.anticon[tabindex] {
cursor: pointer;
}
.anticon-spin::before {
display: inline-block;
animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
display: inline-block;
animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.fade-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
animation-name: antFadeIn;
animation-play-state: running;
}
.fade-leave.fade-leave-active {
animation-name: antFadeOut;
animation-play-state: running;
pointer-events: none;
}
.fade-enter,
.fade-appear {
opacity: 0;
animation-timing-function: linear;
}
.fade-leave {
animation-timing-function: linear;
}
@keyframes antFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes antFadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.move-up-enter,
.move-up-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-up-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
animation-name: antMoveUpIn;
animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
animation-name: antMoveUpOut;
animation-play-state: running;
pointer-events: none;
}
.move-up-enter,
.move-up-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-down-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
animation-name: antMoveDownIn;
animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
animation-name: antMoveDownOut;
animation-play-state: running;
pointer-events: none;
}
.move-down-enter,
.move-down-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-left-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
animation-name: antMoveLeftIn;
animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
animation-name: antMoveLeftOut;
animation-play-state: running;
pointer-events: none;
}
.move-left-enter,
.move-left-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-right-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
animation-name: antMoveRightIn;
animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
animation-name: antMoveRightOut;
animation-play-state: running;
pointer-events: none;
}
.move-right-enter,
.move-right-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
0% {
transform: translateY(100%);
transform-origin: 0 0;
opacity: 0;
}
100% {
transform: translateY(0%);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveDownOut {
0% {
transform: translateY(0%);
transform-origin: 0 0;
opacity: 1;
}
100% {
transform: translateY(100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antMoveLeftIn {
0% {
transform: translateX(-100%);
transform-origin: 0 0;
opacity: 0;
}
100% {
transform: translateX(0%);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveLeftOut {
0% {
transform: translateX(0%);
transform-origin: 0 0;
opacity: 1;
}
100% {
transform: translateX(-100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antMoveRightIn {
0% {
transform: translateX(100%);
transform-origin: 0 0;
opacity: 0;
}
100% {
transform: translateX(0%);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveRightOut {
0% {
transform: translateX(0%);
transform-origin: 0 0;
opacity: 1;
}
100% {
transform: translateX(100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antMoveUpIn {
0% {
transform: translateY(-100%);
transform-origin: 0 0;
opacity: 0;
}
100% {
transform: translateY(0%);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveUpOut {
0% {
transform: translateY(0%);
transform-origin: 0 0;
opacity: 1;
}
100% {
transform: translateY(-100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes loadingCircle {
100% {
transform: rotate(360deg);
}
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
position: relative;
}
html {
--antd-wave-shadow-color: #1890ff;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
border-radius: inherit;
box-shadow: 0 0 0 0 #1890ff;
box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
opacity: 0.2;
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
animation-fill-mode: forwards;
content: '';
pointer-events: none;
}
@keyframes waveEffect {
100% {
box-shadow: 0 0 0 #1890ff;
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
}
}
@keyframes fadeEffect {
100% {
opacity: 0;
}
}
.slide-up-enter,
.slide-up-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-up-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
animation-name: antSlideUpIn;
animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
animation-name: antSlideUpOut;
animation-play-state: running;
pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-down-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
animation-name: antSlideDownIn;
animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
animation-name: antSlideDownOut;
animation-play-state: running;
pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-left-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
animation-name: antSlideLeftIn;
animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
animation-name: antSlideLeftOut;
animation-play-state: running;
pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-right-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
animation-name: antSlideRightIn;
animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
animation-name: antSlideRightOut;
animation-play-state: running;
pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
0% {
transform: scaleY(0.8);
transform-origin: 0% 0%;
opacity: 0;
}
100% {
transform: scaleY(1);
transform-origin: 0% 0%;
opacity: 1;
}
}
@keyframes antSlideUpOut {
0% {
transform: scaleY(1);
transform-origin: 0% 0%;
opacity: 1;
}
100% {
transform: scaleY(0.8);
transform-origin: 0% 0%;
opacity: 0;
}
}
@keyframes antSlideDownIn {
0% {
transform: scaleY(0.8);
transform-origin: 100% 100%;
opacity: 0;
}
100% {
transform: scaleY(1);
transform-origin: 100% 100%;
opacity: 1;
}
}
@keyframes antSlideDownOut {
0% {
transform: scaleY(1);
transform-origin: 100% 100%;
opacity: 1;
}
100% {
transform: scaleY(0.8);
transform-origin: 100% 100%;
opacity: 0;
}
}
@keyframes antSlideLeftIn {
0% {
transform: scaleX(0.8);
transform-origin: 0% 0%;
opacity: 0;
}
100% {
transform: scaleX(1);
transform-origin: 0% 0%;
opacity: 1;
}
}
@keyframes antSlideLeftOut {
0% {
transform: scaleX(1);
transform-origin: 0% 0%;
opacity: 1;
}
100% {
transform: scaleX(0.8);
transform-origin: 0% 0%;
opacity: 0;
}
}
@keyframes antSlideRightIn {
0% {
transform: scaleX(0.8);
transform-origin: 100% 0%;
opacity: 0;
}
100% {
transform: scaleX(1);
transform-origin: 100% 0%;
opacity: 1;
}
}
@keyframes antSlideRightOut {
0% {
transform: scaleX(1);
transform-origin: 100% 0%;
opacity: 1;
}
100% {
transform: scaleX(0.8);
transform-origin: 100% 0%;
opacity: 0;
}
}
.swing-enter,
.swing-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
animation-name: antSwingIn;
animation-play-state: running;
}
@keyframes antSwingIn {
0%,
100% {
transform: translateX(0);
}
20% {
transform: translateX(-10px);
}
40% {
transform: translateX(10px);
}
60% {
transform: translateX(-5px);
}
80% {
transform: translateX(5px);
}
}
.zoom-enter,
.zoom-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
animation-name: antZoomIn;
animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
animation-name: antZoomOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-enter,
.zoom-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-big-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
animation-name: antZoomBigIn;
animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
animation-name: antZoomBigOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
animation-duration: 0.1s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-big-fast-leave {
animation-duration: 0.1s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
animation-name: antZoomBigIn;
animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
animation-name: antZoomBigOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-up-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
animation-name: antZoomUpIn;
animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
animation-name: antZoomUpOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-down-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
animation-name: antZoomDownIn;
animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
animation-name: antZoomDownOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-left-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
animation-name: antZoomLeftIn;
animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
animation-name: antZoomLeftOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-right-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
animation-name: antZoomRightIn;
animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
animation-name: antZoomRightOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
0% {
transform: scale(0.2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes antZoomOut {
0% {
transform: scale(1);
}
100% {
transform: scale(0.2);
opacity: 0;
}
}
@keyframes antZoomBigIn {
0% {
transform: scale(0.8);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes antZoomBigOut {
0% {
transform: scale(1);
}
100% {
transform: scale(0.8);
opacity: 0;
}
}
@keyframes antZoomUpIn {
0% {
transform: scale(0.8);
transform-origin: 50% 0%;
opacity: 0;
}
100% {
transform: scale(1);
transform-origin: 50% 0%;
}
}
@keyframes antZoomUpOut {
0% {
transform: scale(1);
transform-origin: 50% 0%;
}
100% {
transform: scale(0.8);
transform-origin: 50% 0%;
opacity: 0;
}
}
@keyframes antZoomLeftIn {
0% {
transform: scale(0.8);
transform-origin: 0% 50%;
opacity: 0;
}
100% {
transform: scale(1);
transform-origin: 0% 50%;
}
}
@keyframes antZoomLeftOut {
0% {
transform: scale(1);
transform-origin: 0% 50%;
}
100% {
transform: scale(0.8);
transform-origin: 0% 50%;
opacity: 0;
}
}
@keyframes antZoomRightIn {
0% {
transform: scale(0.8);
transform-origin: 100% 50%;
opacity: 0;
}
100% {
transform: scale(1);
transform-origin: 100% 50%;
}
}
@keyframes antZoomRightOut {
0% {
transform: scale(1);
transform-origin: 100% 50%;
}
100% {
transform: scale(0.8);
transform-origin: 100% 50%;
opacity: 0;
}
}
@keyframes antZoomDownIn {
0% {
transform: scale(0.8);
transform-origin: 50% 100%;
opacity: 0;
}
100% {
transform: scale(1);
transform-origin: 50% 100%;
}
}
@keyframes antZoomDownOut {
0% {
transform: scale(1);
transform-origin: 50% 100%;
}
100% {
transform: scale(0.8);
transform-origin: 50% 100%;
opacity: 0;
}
}
.ant-motion-collapse-legacy {
overflow: hidden;
}
.ant-motion-collapse-legacy-active {
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
overflow: hidden;
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-layout {
display: flex;
flex: auto;
flex-direction: column;
/* fix firefox can't set height smaller than content on flex item */
min-height: 0;
background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
flex: 0 0 auto;
}
.ant-layout-header {
height: 64px;
padding: 0 50px;
line-height: 64px;
background: #001529;
}
.ant-layout-footer {
padding: 24px 50px;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
background: #f0f2f5;
}
.ant-layout-content {
flex: auto;
/* fix firefox can't set height smaller than content on flex item */
min-height: 0;
}
.ant-layout-sider {
position: relative;
/* fix firefox can't set width smaller than content on flex item */
min-width: 0;
background: #001529;
transition: all 0.2s;
}
.ant-layout-sider-children {
height: 100%;
margin-top: -0.1px;
padding-top: 0.1px;
}
.ant-layout-sider-has-trigger {
padding-bottom: 48px;
}
.ant-layout-sider-right {
order: 1;
}
.ant-layout-sider-trigger {
position: fixed;
bottom: 0;
z-index: 1;
height: 48px;
color: #fff;
line-height: 48px;
text-align: center;
background: #002140;
cursor: pointer;
transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
position: absolute;
top: 64px;
right: -36px;
z-index: 1;
width: 36px;
height: 42px;
color: #fff;
font-size: 18px;
line-height: 42px;
text-align: center;
background: #001529;
border-radius: 0 4px 4px 0;
cursor: pointer;
transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
background: #192c3e;
}
.ant-layout-sider-zero-width-trigger-right {
left: -36px;
border-radius: 4px 0 0 4px;
}
.ant-layout-sider-light {
background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
color: rgba(0, 0, 0, 0.65);
background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
color: rgba(0, 0, 0, 0.65);
background: #fff;
}
.ant-dropdown {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: 'tnum';
position: absolute;
top: -9999px;
left: -9999px;
z-index: 1050;
display: block;
}
.ant-dropdown::before {
position: absolute;
top: -7px;
right: 0;
bottom: -7px;
left: -7px;
z-index: -9999;
opacity: 0.0001;
content: ' ';
}
.ant-dropdown-wrap {
position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
display: inline-block;
font-size: 12px;
font-size: 10px \9;
transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
display: none;
}
.ant-dropdown-menu {
position: relative;
margin: 0;
padding: 4px 0;
text-align: left;
list-style-type: none;
background-color: #fff;
background-clip: padding-box;
border-radius: 4px;
outline: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
-webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
padding: 5px 12px;
color: rgba(0, 0, 0, 0.45);
transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
position: absolute;
z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
margin-right: 0.3em;
margin-left: 0.3em;
padding: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
clear: both;
margin: 0;
padding: 5px 12px;
color: rgba(0, 0, 0, 0.65);
font-weight: normal;
font-size: 14px;
line-height: 22px;
white-space: nowrap;
cursor: pointer;
transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
min-width: 12px;
margin-right: 8px;
font-size: 12px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
display: block;
margin: -5px -12px;
padding: 5px 12px;
color: rgba(0, 0, 0, 0.65);
transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
color: #1890ff;
background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
background-color: #e6f7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
color: rgba(0, 0, 0, 0.25);
background-color: #fff;
cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
height: 1px;
margin: 4px 0;
overflow: hidden;
line-height: 0;
background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
position: absolute;
right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
color: rgba(0, 0, 0, 0.45);
font-style: normal;
display: inline-block;
font-size: 12px;
font-size: 10px \9;
transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
font-size: 12px;
}
.ant-dropdown-menu-item-group-list {
margin: 0 8px;
padding: 0;
list-style: none;
}
.ant-dropdown-menu-submenu-title {
padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
position: absolute;
top: 0;
left: 100%;
min-width: 100%;
margin-left: 4px;
transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
color: rgba(0, 0, 0, 0.25);
background-color: #fff;
cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
color: #1890ff;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
display: inline-block;
font-size: 12px;
font-size: 10px \9;
transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
font-size: 12px;
}
.ant-dropdown-button {
white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
padding-right: 8px;
padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
display: inline-block;
font-size: 12px;
font-size: 10px \9;
transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
color: #fff;
background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
color: #fff;
background: #1890ff;
}
.ant-btn {
line-height: 1.499;
position: relative;
display: inline-block;
font-weight: 400;
white-space: nowrap;
text-align: center;
background-image: none;
border: 1px solid transparent;
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
cursor: pointer;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
user-select: none;
touch-action: manipulation;
height: 32px;
padding: 0 15px;
font-size: 14px;
border-radius: 4px;
color: rgba(0, 0, 0, 0.65);
background-color: #fff;
border-color: #d9d9d9;
}
.ant-btn > .anticon {
line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
outline: 0;
}
.ant-btn:not([disabled]):hover {
text-decoration: none;
}
.ant-btn:not([disabled]):active {
outline: 0;
box-shadow: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
pointer-events: none;
}
.ant-btn-lg {
height: 40px;
padding: 0 15px;
font-size: 16px;
border-radius: 4px;
}
.ant-btn-sm {
height: 24px;
padding: 0 7px;
font-size: 14px;
border-radius: 4px;
}
.ant-btn > a:only-child {
color: currentColor;
}
.ant-btn > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn:hover,
.ant-btn:focus {
color: #40a9ff;
background-color: #fff;
border-color: #40a9ff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
color: currentColor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn:active,
.ant-btn.active {
color: #096dd9;
background-color: #fff;
border-color: #096dd9;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
color: currentColor;
}
.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
text-decoration: none;
background: #fff;
}
.ant-btn > i,
.ant-btn > span {
display: inline-block;
transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
pointer-events: none;
}
.ant-btn-primary {
color: #fff;
background-color: #1890ff;
border-color: #1890ff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
color: currentColor;
}
.ant-btn-primary > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
color: #fff;
background-color: #40a9ff;
border-color: #40a9ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
color: currentColor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-primary:active,
.ant-btn-primary.active {
color: #fff;
background-color: #096dd9;
border-color: #096dd9;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
color: currentColor;
}
.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
border-right-color: #40a9ff;
border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
border-right-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
border-left-color: #d9d9d9;
}
.ant-btn-ghost {
color: rgba(0, 0, 0, 0.65);
background-color: transparent;
border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
color: currentColor;
}
.ant-btn-ghost > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
color: #40a9ff;
background-color: transparent;
border-color: #40a9ff;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
color: currentColor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
color: #096dd9;
background-color: transparent;
border-color: #096dd9;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
color: currentColor;
}
.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-dashed {
color: rgba(0, 0, 0, 0.65);
background-color: #fff;
border-color: #d9d9d9;
border-style: dashed;
}
.ant-btn-dashed > a:only-child {
color: currentColor;
}
.ant-btn-dashed > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
color: #40a9ff;
background-color: #fff;
border-color: #40a9ff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
color: currentColor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
color: #096dd9;
background-color: #fff;
border-color: #096dd9;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
color: currentColor;
}
.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-danger {
color: #fff;
background-color: #ff4d4f;
border-color: #ff4d4f;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
color: currentColor;
}
.ant-btn-danger > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
color: #fff;
background-color: #ff7875;
border-color: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
color: currentColor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-danger:active,
.ant-btn-danger.active {
color: #fff;
background-color: #d9363e;
border-color: #d9363e;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
color: currentColor;
}
.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-link {
color: #1890ff;
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.ant-btn-link > a:only-child {
color: currentColor;
}
.ant-btn-link > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
color: #40a9ff;
background-color: transparent;
border-color: #40a9ff;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
color: currentColor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-link:active,
.ant-btn-link.active {
color: #096dd9;
background-color: transparent;
border-color: #096dd9;
}
.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
color: currentColor;
}
.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
border-color: transparent;
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: transparent;
border-color: transparent;
text-shadow: none;
box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-icon-only {
width: 32px;
height: 32px;
padding: 0;
font-size: 16px;
border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg {
width: 40px;
height: 40px;
padding: 0;
font-size: 18px;
border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm {
width: 24px;
height: 24px;
padding: 0;
font-size: 14px;
border-radius: 4px;
}
.ant-btn-icon-only > i {
vertical-align: middle;
}
.ant-btn-round {
height: 32px;
padding: 0 16px;
font-size: 14px;
border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
height: 40px;
padding: 0 20px;
font-size: 16px;
border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
height: 24px;
padding: 0 12px;
font-size: 14px;
border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
width: auto;
}
.ant-btn-circle,
.ant-btn-circle-outline {
min-width: 32px;
padding-right: 0;
padding-left: 0;
text-align: center;
border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
min-width: 40px;
border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
min-width: 24px;
border-radius: 50%;
}
.ant-btn::before {
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
z-index: 1;
display: none;
background: #fff;
border-radius: inherit;
opacity: 0.35;
transition: opacity 0.2s;
content: '';
pointer-events: none;
}
.ant-btn .anticon {
transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
shape-rendering: optimizeSpeed;
}
.ant-btn.ant-btn-loading {
position: relative;
}
.ant-btn.ant-btn-loading:not([disabled]) {
pointer-events: none;
}
.ant-btn.ant-btn-loading::before {
display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
padding-left: 29px;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
margin-left: -17px;
}
.ant-btn-group {
position: relative;
display: inline-block;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
z-index: 0;
}
.ant-btn-group > .ant-btn-icon-only {
font-size: 14px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
height: 40px;
padding: 0 15px;
font-size: 16px;
border-radius: 0;
line-height: 38px;
}
.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
width: 40px;
height: 40px;
padding-right: 0;
padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
height: 24px;
padding: 0 7px;
font-size: 14px;
border-radius: 0;
line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
font-size: 14px;
}
.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
width: 24px;
height: 24px;
padding-right: 0;
padding-left: 0;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
border-left-color: transparent;
}
.ant-btn-group .ant-btn {
border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn {
border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
border-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.ant-btn-group > .ant-btn-group {
float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
padding-right: 8px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
padding-left: 8px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-btn:focus > span,
.ant-btn:active > span {
position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
margin-left: 8px;
}
.ant-btn-background-ghost {
color: #fff;
background: transparent !important;
border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
color: #1890ff;
background-color: transparent;
border-color: #1890ff;
text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
color: #40a9ff;
background-color: transparent;
border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
color: #096dd9;
background-color: transparent;
border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
color: #ff4d4f;
background-color: transparent;
border-color: #ff4d4f;
text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
color: #ff7875;
background-color: transparent;
border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
color: #d9363e;
background-color: transparent;
border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-link {
color: #1890ff;
background-color: transparent;
border-color: transparent;
text-shadow: none;
color: #fff;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
color: #40a9ff;
background-color: transparent;
border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
color: #096dd9;
background-color: transparent;
border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-two-chinese-chars::first-letter {
letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
margin-right: -0.34em;
letter-spacing: 0.34em;
}
.ant-btn-block {
width: 100%;
}
.ant-btn:empty {
vertical-align: top;
}
a.ant-btn {
padding-top: 0.1px;
line-height: 30px;
}
a.ant-btn-lg {
line-height: 38px;
}
a.ant-btn-sm {
line-height: 22px;
}
.ant-menu {
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
font-feature-settings: 'tnum';
margin-bottom: 0;
padding-left: 0;
color: rgba(0, 0, 0, 0.65);
line-height: 0;
list-style: none;
background: #fff;
outline: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
transition: background 0.3s, width 0.2s;
zoom: 1;
}
.ant-menu::before,
.ant-menu::after {
display: table;
content: '';
}
.ant-menu::after {
clear: both;
}
.ant-menu ul,
.ant-menu ol {
margin: 0;
padding: 0;
list-style: none;
}
.ant-menu-hidden {
display: none;
}
.ant-menu-item-group-title {
padding: 8px 16px;
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
line-height: 1.5;
transition: all 0.3s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
color: #1890ff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
background: #e6f7ff;
}
.ant-menu-submenu .ant-menu-sub {
cursor: initial;
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
display: block;
color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > a:hover {
color: #1890ff;
}
.ant-menu-item > a::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: transparent;
content: '';
}
.ant-menu-item > .ant-badge > a {
color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > .ant-badge > a:hover {
color: #1890ff;
}
.ant-menu-item-divider {
height: 1px;
overflow: hidden;
line-height: 0;
background-color: #e8e8e8;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
color: #1890ff;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
background-color: transparent;
}
.ant-menu-item-selected {
color: #1890ff;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
border-right: 1px solid #e8e8e8;
}
.ant-menu-vertical-right {
border-left: 1px solid #e8e8e8;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
min-width: 160px;
padding: 0;
border-right: 0;
transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
left: 0;
margin-left: 0;
border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
min-width: 114px;
}
.ant-menu-item,
.ant-menu-submenu-title {
position: relative;
display: block;
margin: 0;
padding: 0 20px;
white-space: nowrap;
cursor: pointer;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
min-width: 14px;
margin-right: 10px;
font-size: 14px;
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
opacity: 1;
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu > .ant-menu-item-divider {
height: 1px;
margin: 1px 0;
padding: 0;
overflow: hidden;
line-height: 0;
background-color: #e8e8e8;
}
.ant-menu-submenu-popup {
position: absolute;
z-index: 1050;
background: #fff;
border-radius: 4px;
}
.ant-menu-submenu-popup .submenu-title-wrapper {
padding-right: 20px;
}
.ant-menu-submenu-popup::before {
position: absolute;
top: -7px;
right: 0;
bottom: 0;
left: 0;
opacity: 0.0001;
content: ' ';
}
.ant-menu-submenu > .ant-menu {
background-color: #fff;
border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
position: absolute;
top: 50%;
right: 16px;
width: 10px;
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
position: absolute;
width: 6px;
height: 1.5px;
background: #fff;
background: rgba(0, 0, 0, 0.65) \9;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
background-image: none \9;
border-radius: 2px;
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
content: '';
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
background: linear-gradient(to right, #1890ff, #1890ff);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
color: #1890ff;
}
.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
color: #1890ff;
}
.ant-menu-horizontal {
line-height: 46px;
white-space: nowrap;
border: 0;
border-bottom: 1px solid #e8e8e8;
box-shadow: none;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
position: relative;
top: 1px;
display: inline-block;
vertical-align: bottom;
border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
color: #1890ff;
border-bottom: 2px solid #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a {
display: block;
color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
color: #1890ff;
}
.ant-menu-horizontal::after {
display: block;
clear: both;
height: 0;
content: '\20';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border-right: 3px solid #1890ff;
transform: scaleY(0.0001);
opacity: 0;
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
height: 40px;
margin-top: 4px;
margin-bottom: 4px;
padding: 0 16px;
overflow: hidden;
font-size: 14px;
line-height: 40px;
text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
height: 40px;
line-height: 40px;
}
.ant-menu-inline {
width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
transform: scaleY(1);
opacity: 1;
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
padding-right: 34px;
}
.ant-menu-inline-collapsed {
width: 80px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
left: 0;
padding: 0 32px !important;
text-overflow: clip;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
margin: 0;
font-size: 16px;
line-height: 40px;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
display: inline-block;
max-width: 0;
opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
display: none;
}
.ant-menu-inline-collapsed-tooltip a {
color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
padding-right: 4px;
padding-left: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-menu-item-group-list {
margin: 0;
padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
padding: 0;
border: 0;
border-radius: 0;
box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
height: 40px;
line-height: 40px;
list-style-position: inside;
list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
color: rgba(0, 0, 0, 0.25) !important;
background: none;
border-color: transparent !important;
cursor: not-allowed;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
color: rgba(0, 0, 0, 0.25) !important;
pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
color: rgba(0, 0, 0, 0.25) !important;
cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
background: rgba(0, 0, 0, 0.25) !important;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
color: rgba(255, 255, 255, 0.65);
background: #001529;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
opacity: 0.45;
transition: all 0.3s;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
background: #000c17;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.ant-menu-dark.ant-menu-horizontal {
border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
top: 0;
margin-top: 0;
border-color: #001529;
border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
left: 0;
margin-left: 0;
border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
color: #fff;
background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
background-color: transparent;
}
.ant-menu-dark .ant-menu-item-selected {
color: #fff;
border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon {
color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon + span {
color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
color: rgba(255, 255, 255, 0.35) !important;
opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
background: rgba(255, 255, 255, 0.35) !important;
}
.ant-tooltip {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: 'tnum';
position: absolute;
z-index: 1060;
display: block;
max-width: 250px;
visibility: visible;
}
.ant-tooltip-hidden {
display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
padding-right: 8px;
}
.ant-tooltip-inner {
min-width: 30px;
min-height: 32px;
padding: 6px 8px;
color: #fff;
text-align: left;
text-decoration: none;
word-wrap: break-word;
background-color: rgba(0, 0, 0, 0.75);
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-tooltip-arrow {
position: absolute;
display: block;
width: 13.07106781px;
height: 13.07106781px;
overflow: hidden;
background: transparent;
pointer-events: none;
}
.ant-tooltip-arrow::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 5px;
height: 5px;
margin: auto;
background-color: rgba(0, 0, 0, 0.75);
content: '';
pointer-events: auto;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
bottom: -5.07106781px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
left: 50%;
transform: translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
left: -5.07106781px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
top: 50%;
transform: translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
right: -5.07106781px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
top: 50%;
transform: translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
top: -5.07106781px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
left: 50%;
transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
right: 13px;
}
.drawing-board-container {
position: relative;
color: #314659;
font-size: 12px;
font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', SimSun, sans-serif, 'localant';
}
.drawing-board-container .ant-layout {
height: 100%;
}
.drawing-board-container .ant-layout-content {
width: 100%;
height: 100%;
}
.drawing-board-container .ant-layout-header {
height: 55px;
padding: 0 0 0 0;
border-radius: 3px 3px 0px 0px;
}
.drawing-board-container .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.drawing-board-container .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
right: 4px;
} | lib/index.css | .anticon {
display: inline-block;
color: inherit;
font-style: normal;
line-height: 0;
text-align: center;
text-transform: none;
vertical-align: -0.125em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.anticon > * {
line-height: 1;
}
.anticon svg {
display: inline-block;
}
.anticon::before {
display: none;
}
.anticon .anticon-icon {
display: block;
}
.anticon[tabindex] {
cursor: pointer;
}
.anticon-spin::before {
display: inline-block;
animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
display: inline-block;
animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.fade-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
animation-name: antFadeIn;
animation-play-state: running;
}
.fade-leave.fade-leave-active {
animation-name: antFadeOut;
animation-play-state: running;
pointer-events: none;
}
.fade-enter,
.fade-appear {
opacity: 0;
animation-timing-function: linear;
}
.fade-leave {
animation-timing-function: linear;
}
@keyframes antFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes antFadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.move-up-enter,
.move-up-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-up-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
animation-name: antMoveUpIn;
animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
animation-name: antMoveUpOut;
animation-play-state: running;
pointer-events: none;
}
.move-up-enter,
.move-up-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-down-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
animation-name: antMoveDownIn;
animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
animation-name: antMoveDownOut;
animation-play-state: running;
pointer-events: none;
}
.move-down-enter,
.move-down-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-left-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
animation-name: antMoveLeftIn;
animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
animation-name: antMoveLeftOut;
animation-play-state: running;
pointer-events: none;
}
.move-left-enter,
.move-left-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-right-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
animation-name: antMoveRightIn;
animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
animation-name: antMoveRightOut;
animation-play-state: running;
pointer-events: none;
}
.move-right-enter,
.move-right-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
0% {
transform: translateY(100%);
transform-origin: 0 0;
opacity: 0;
}
100% {
transform: translateY(0%);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveDownOut {
0% {
transform: translateY(0%);
transform-origin: 0 0;
opacity: 1;
}
100% {
transform: translateY(100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antMoveLeftIn {
0% {
transform: translateX(-100%);
transform-origin: 0 0;
opacity: 0;
}
100% {
transform: translateX(0%);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveLeftOut {
0% {
transform: translateX(0%);
transform-origin: 0 0;
opacity: 1;
}
100% {
transform: translateX(-100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antMoveRightIn {
0% {
transform: translateX(100%);
transform-origin: 0 0;
opacity: 0;
}
100% {
transform: translateX(0%);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveRightOut {
0% {
transform: translateX(0%);
transform-origin: 0 0;
opacity: 1;
}
100% {
transform: translateX(100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes antMoveUpIn {
0% {
transform: translateY(-100%);
transform-origin: 0 0;
opacity: 0;
}
100% {
transform: translateY(0%);
transform-origin: 0 0;
opacity: 1;
}
}
@keyframes antMoveUpOut {
0% {
transform: translateY(0%);
transform-origin: 0 0;
opacity: 1;
}
100% {
transform: translateY(-100%);
transform-origin: 0 0;
opacity: 0;
}
}
@keyframes loadingCircle {
100% {
transform: rotate(360deg);
}
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
position: relative;
}
html {
--antd-wave-shadow-color: #1890ff;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
border-radius: inherit;
box-shadow: 0 0 0 0 #1890ff;
box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
opacity: 0.2;
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
animation-fill-mode: forwards;
content: '';
pointer-events: none;
}
@keyframes waveEffect {
100% {
box-shadow: 0 0 0 #1890ff;
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
}
}
@keyframes fadeEffect {
100% {
opacity: 0;
}
}
.slide-up-enter,
.slide-up-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-up-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
animation-name: antSlideUpIn;
animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
animation-name: antSlideUpOut;
animation-play-state: running;
pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-down-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
animation-name: antSlideDownIn;
animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
animation-name: antSlideDownOut;
animation-play-state: running;
pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-left-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
animation-name: antSlideLeftIn;
animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
animation-name: antSlideLeftOut;
animation-play-state: running;
pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-right-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
animation-name: antSlideRightIn;
animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
animation-name: antSlideRightOut;
animation-play-state: running;
pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
0% {
transform: scaleY(0.8);
transform-origin: 0% 0%;
opacity: 0;
}
100% {
transform: scaleY(1);
transform-origin: 0% 0%;
opacity: 1;
}
}
@keyframes antSlideUpOut {
0% {
transform: scaleY(1);
transform-origin: 0% 0%;
opacity: 1;
}
100% {
transform: scaleY(0.8);
transform-origin: 0% 0%;
opacity: 0;
}
}
@keyframes antSlideDownIn {
0% {
transform: scaleY(0.8);
transform-origin: 100% 100%;
opacity: 0;
}
100% {
transform: scaleY(1);
transform-origin: 100% 100%;
opacity: 1;
}
}
@keyframes antSlideDownOut {
0% {
transform: scaleY(1);
transform-origin: 100% 100%;
opacity: 1;
}
100% {
transform: scaleY(0.8);
transform-origin: 100% 100%;
opacity: 0;
}
}
@keyframes antSlideLeftIn {
0% {
transform: scaleX(0.8);
transform-origin: 0% 0%;
opacity: 0;
}
100% {
transform: scaleX(1);
transform-origin: 0% 0%;
opacity: 1;
}
}
@keyframes antSlideLeftOut {
0% {
transform: scaleX(1);
transform-origin: 0% 0%;
opacity: 1;
}
100% {
transform: scaleX(0.8);
transform-origin: 0% 0%;
opacity: 0;
}
}
@keyframes antSlideRightIn {
0% {
transform: scaleX(0.8);
transform-origin: 100% 0%;
opacity: 0;
}
100% {
transform: scaleX(1);
transform-origin: 100% 0%;
opacity: 1;
}
}
@keyframes antSlideRightOut {
0% {
transform: scaleX(1);
transform-origin: 100% 0%;
opacity: 1;
}
100% {
transform: scaleX(0.8);
transform-origin: 100% 0%;
opacity: 0;
}
}
.swing-enter,
.swing-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
animation-name: antSwingIn;
animation-play-state: running;
}
@keyframes antSwingIn {
0%,
100% {
transform: translateX(0);
}
20% {
transform: translateX(-10px);
}
40% {
transform: translateX(10px);
}
60% {
transform: translateX(-5px);
}
80% {
transform: translateX(5px);
}
}
.zoom-enter,
.zoom-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
animation-name: antZoomIn;
animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
animation-name: antZoomOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-enter,
.zoom-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-big-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
animation-name: antZoomBigIn;
animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
animation-name: antZoomBigOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
animation-duration: 0.1s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-big-fast-leave {
animation-duration: 0.1s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
animation-name: antZoomBigIn;
animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
animation-name: antZoomBigOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-up-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
animation-name: antZoomUpIn;
animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
animation-name: antZoomUpOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-down-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
animation-name: antZoomDownIn;
animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
animation-name: antZoomDownOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-left-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
animation-name: antZoomLeftIn;
animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
animation-name: antZoomLeftOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-right-leave {
animation-duration: 0.2s;
animation-fill-mode: both;
animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
animation-name: antZoomRightIn;
animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
animation-name: antZoomRightOut;
animation-play-state: running;
pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
transform: scale(0);
opacity: 0;
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
0% {
transform: scale(0.2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes antZoomOut {
0% {
transform: scale(1);
}
100% {
transform: scale(0.2);
opacity: 0;
}
}
@keyframes antZoomBigIn {
0% {
transform: scale(0.8);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes antZoomBigOut {
0% {
transform: scale(1);
}
100% {
transform: scale(0.8);
opacity: 0;
}
}
@keyframes antZoomUpIn {
0% {
transform: scale(0.8);
transform-origin: 50% 0%;
opacity: 0;
}
100% {
transform: scale(1);
transform-origin: 50% 0%;
}
}
@keyframes antZoomUpOut {
0% {
transform: scale(1);
transform-origin: 50% 0%;
}
100% {
transform: scale(0.8);
transform-origin: 50% 0%;
opacity: 0;
}
}
@keyframes antZoomLeftIn {
0% {
transform: scale(0.8);
transform-origin: 0% 50%;
opacity: 0;
}
100% {
transform: scale(1);
transform-origin: 0% 50%;
}
}
@keyframes antZoomLeftOut {
0% {
transform: scale(1);
transform-origin: 0% 50%;
}
100% {
transform: scale(0.8);
transform-origin: 0% 50%;
opacity: 0;
}
}
@keyframes antZoomRightIn {
0% {
transform: scale(0.8);
transform-origin: 100% 50%;
opacity: 0;
}
100% {
transform: scale(1);
transform-origin: 100% 50%;
}
}
@keyframes antZoomRightOut {
0% {
transform: scale(1);
transform-origin: 100% 50%;
}
100% {
transform: scale(0.8);
transform-origin: 100% 50%;
opacity: 0;
}
}
@keyframes antZoomDownIn {
0% {
transform: scale(0.8);
transform-origin: 50% 100%;
opacity: 0;
}
100% {
transform: scale(1);
transform-origin: 50% 100%;
}
}
@keyframes antZoomDownOut {
0% {
transform: scale(1);
transform-origin: 50% 100%;
}
100% {
transform: scale(0.8);
transform-origin: 50% 100%;
opacity: 0;
}
}
.ant-motion-collapse-legacy {
overflow: hidden;
}
.ant-motion-collapse-legacy-active {
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
overflow: hidden;
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-layout {
display: flex;
flex: auto;
flex-direction: column;
/* fix firefox can't set height smaller than content on flex item */
min-height: 0;
background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
flex: 0 0 auto;
}
.ant-layout-header {
height: 64px;
padding: 0 50px;
line-height: 64px;
background: #001529;
}
.ant-layout-footer {
padding: 24px 50px;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
background: #f0f2f5;
}
.ant-layout-content {
flex: auto;
/* fix firefox can't set height smaller than content on flex item */
min-height: 0;
}
.ant-layout-sider {
position: relative;
/* fix firefox can't set width smaller than content on flex item */
min-width: 0;
background: #001529;
transition: all 0.2s;
}
.ant-layout-sider-children {
height: 100%;
margin-top: -0.1px;
padding-top: 0.1px;
}
.ant-layout-sider-has-trigger {
padding-bottom: 48px;
}
.ant-layout-sider-right {
order: 1;
}
.ant-layout-sider-trigger {
position: fixed;
bottom: 0;
z-index: 1;
height: 48px;
color: #fff;
line-height: 48px;
text-align: center;
background: #002140;
cursor: pointer;
transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
position: absolute;
top: 64px;
right: -36px;
z-index: 1;
width: 36px;
height: 42px;
color: #fff;
font-size: 18px;
line-height: 42px;
text-align: center;
background: #001529;
border-radius: 0 4px 4px 0;
cursor: pointer;
transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
background: #192c3e;
}
.ant-layout-sider-zero-width-trigger-right {
left: -36px;
border-radius: 4px 0 0 4px;
}
.ant-layout-sider-light {
background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
color: rgba(0, 0, 0, 0.65);
background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
color: rgba(0, 0, 0, 0.65);
background: #fff;
}
.ant-dropdown {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: 'tnum';
position: absolute;
top: -9999px;
left: -9999px;
z-index: 1050;
display: block;
}
.ant-dropdown::before {
position: absolute;
top: -7px;
right: 0;
bottom: -7px;
left: -7px;
z-index: -9999;
opacity: 0.0001;
content: ' ';
}
.ant-dropdown-wrap {
position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
display: inline-block;
font-size: 12px;
font-size: 10px \9;
transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
display: none;
}
.ant-dropdown-menu {
position: relative;
margin: 0;
padding: 4px 0;
text-align: left;
list-style-type: none;
background-color: #fff;
background-clip: padding-box;
border-radius: 4px;
outline: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
-webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
padding: 5px 12px;
color: rgba(0, 0, 0, 0.45);
transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
position: absolute;
z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
margin-right: 0.3em;
margin-left: 0.3em;
padding: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
clear: both;
margin: 0;
padding: 5px 12px;
color: rgba(0, 0, 0, 0.65);
font-weight: normal;
font-size: 14px;
line-height: 22px;
white-space: nowrap;
cursor: pointer;
transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
min-width: 12px;
margin-right: 8px;
font-size: 12px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
display: block;
margin: -5px -12px;
padding: 5px 12px;
color: rgba(0, 0, 0, 0.65);
transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
color: #1890ff;
background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
background-color: #e6f7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
color: rgba(0, 0, 0, 0.25);
background-color: #fff;
cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
height: 1px;
margin: 4px 0;
overflow: hidden;
line-height: 0;
background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
position: absolute;
right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
color: rgba(0, 0, 0, 0.45);
font-style: normal;
display: inline-block;
font-size: 12px;
font-size: 10px \9;
transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
font-size: 12px;
}
.ant-dropdown-menu-item-group-list {
margin: 0 8px;
padding: 0;
list-style: none;
}
.ant-dropdown-menu-submenu-title {
padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
position: absolute;
top: 0;
left: 100%;
min-width: 100%;
margin-left: 4px;
transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
color: rgba(0, 0, 0, 0.25);
background-color: #fff;
cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
color: #1890ff;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
display: inline-block;
font-size: 12px;
font-size: 10px \9;
transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
font-size: 12px;
}
.ant-dropdown-button {
white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
padding-right: 8px;
padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
display: inline-block;
font-size: 12px;
font-size: 10px \9;
transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
color: #fff;
background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
color: #fff;
background: #1890ff;
}
.ant-btn {
line-height: 1.499;
position: relative;
display: inline-block;
font-weight: 400;
white-space: nowrap;
text-align: center;
background-image: none;
border: 1px solid transparent;
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
cursor: pointer;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
user-select: none;
touch-action: manipulation;
height: 32px;
padding: 0 15px;
font-size: 14px;
border-radius: 4px;
color: rgba(0, 0, 0, 0.65);
background-color: #fff;
border-color: #d9d9d9;
}
.ant-btn > .anticon {
line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
outline: 0;
}
.ant-btn:not([disabled]):hover {
text-decoration: none;
}
.ant-btn:not([disabled]):active {
outline: 0;
box-shadow: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
pointer-events: none;
}
.ant-btn-lg {
height: 40px;
padding: 0 15px;
font-size: 16px;
border-radius: 4px;
}
.ant-btn-sm {
height: 24px;
padding: 0 7px;
font-size: 14px;
border-radius: 4px;
}
.ant-btn > a:only-child {
color: currentColor;
}
.ant-btn > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn:hover,
.ant-btn:focus {
color: #40a9ff;
background-color: #fff;
border-color: #40a9ff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
color: currentColor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn:active,
.ant-btn.active {
color: #096dd9;
background-color: #fff;
border-color: #096dd9;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
color: currentColor;
}
.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
text-decoration: none;
background: #fff;
}
.ant-btn > i,
.ant-btn > span {
display: inline-block;
transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
pointer-events: none;
}
.ant-btn-primary {
color: #fff;
background-color: #1890ff;
border-color: #1890ff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
color: currentColor;
}
.ant-btn-primary > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
color: #fff;
background-color: #40a9ff;
border-color: #40a9ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
color: currentColor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-primary:active,
.ant-btn-primary.active {
color: #fff;
background-color: #096dd9;
border-color: #096dd9;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
color: currentColor;
}
.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
border-right-color: #40a9ff;
border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
border-right-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
border-left-color: #d9d9d9;
}
.ant-btn-ghost {
color: rgba(0, 0, 0, 0.65);
background-color: transparent;
border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
color: currentColor;
}
.ant-btn-ghost > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
color: #40a9ff;
background-color: transparent;
border-color: #40a9ff;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
color: currentColor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
color: #096dd9;
background-color: transparent;
border-color: #096dd9;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
color: currentColor;
}
.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-dashed {
color: rgba(0, 0, 0, 0.65);
background-color: #fff;
border-color: #d9d9d9;
border-style: dashed;
}
.ant-btn-dashed > a:only-child {
color: currentColor;
}
.ant-btn-dashed > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
color: #40a9ff;
background-color: #fff;
border-color: #40a9ff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
color: currentColor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
color: #096dd9;
background-color: #fff;
border-color: #096dd9;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
color: currentColor;
}
.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-danger {
color: #fff;
background-color: #ff4d4f;
border-color: #ff4d4f;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
color: currentColor;
}
.ant-btn-danger > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
color: #fff;
background-color: #ff7875;
border-color: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
color: currentColor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-danger:active,
.ant-btn-danger.active {
color: #fff;
background-color: #d9363e;
border-color: #d9363e;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
color: currentColor;
}
.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-link {
color: #1890ff;
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.ant-btn-link > a:only-child {
color: currentColor;
}
.ant-btn-link > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
color: #40a9ff;
background-color: transparent;
border-color: #40a9ff;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
color: currentColor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-link:active,
.ant-btn-link.active {
color: #096dd9;
background-color: transparent;
border-color: #096dd9;
}
.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
color: currentColor;
}
.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
border-color: transparent;
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: transparent;
border-color: transparent;
text-shadow: none;
box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-icon-only {
width: 32px;
height: 32px;
padding: 0;
font-size: 16px;
border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg {
width: 40px;
height: 40px;
padding: 0;
font-size: 18px;
border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm {
width: 24px;
height: 24px;
padding: 0;
font-size: 14px;
border-radius: 4px;
}
.ant-btn-icon-only > i {
vertical-align: middle;
}
.ant-btn-round {
height: 32px;
padding: 0 16px;
font-size: 14px;
border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
height: 40px;
padding: 0 20px;
font-size: 16px;
border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
height: 24px;
padding: 0 12px;
font-size: 14px;
border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
width: auto;
}
.ant-btn-circle,
.ant-btn-circle-outline {
min-width: 32px;
padding-right: 0;
padding-left: 0;
text-align: center;
border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
min-width: 40px;
border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
min-width: 24px;
border-radius: 50%;
}
.ant-btn::before {
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
z-index: 1;
display: none;
background: #fff;
border-radius: inherit;
opacity: 0.35;
transition: opacity 0.2s;
content: '';
pointer-events: none;
}
.ant-btn .anticon {
transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
shape-rendering: optimizeSpeed;
}
.ant-btn.ant-btn-loading {
position: relative;
}
.ant-btn.ant-btn-loading:not([disabled]) {
pointer-events: none;
}
.ant-btn.ant-btn-loading::before {
display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
padding-left: 29px;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
margin-left: -17px;
}
.ant-btn-group {
position: relative;
display: inline-block;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
z-index: 0;
}
.ant-btn-group > .ant-btn-icon-only {
font-size: 14px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
height: 40px;
padding: 0 15px;
font-size: 16px;
border-radius: 0;
line-height: 38px;
}
.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
width: 40px;
height: 40px;
padding-right: 0;
padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
height: 24px;
padding: 0 7px;
font-size: 14px;
border-radius: 0;
line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
font-size: 14px;
}
.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
width: 24px;
height: 24px;
padding-right: 0;
padding-left: 0;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
border-left-color: transparent;
}
.ant-btn-group .ant-btn {
border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn {
border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
border-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.ant-btn-group > .ant-btn-group {
float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
padding-right: 8px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
padding-left: 8px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-btn:focus > span,
.ant-btn:active > span {
position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
margin-left: 8px;
}
.ant-btn-background-ghost {
color: #fff;
background: transparent !important;
border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
color: #1890ff;
background-color: transparent;
border-color: #1890ff;
text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
color: #40a9ff;
background-color: transparent;
border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
color: #096dd9;
background-color: transparent;
border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
color: #ff4d4f;
background-color: transparent;
border-color: #ff4d4f;
text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
color: #ff7875;
background-color: transparent;
border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
color: #d9363e;
background-color: transparent;
border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-link {
color: #1890ff;
background-color: transparent;
border-color: transparent;
text-shadow: none;
color: #fff;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
color: #40a9ff;
background-color: transparent;
border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
color: #096dd9;
background-color: transparent;
border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
text-shadow: none;
box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
content: '';
}
.ant-btn-two-chinese-chars::first-letter {
letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
margin-right: -0.34em;
letter-spacing: 0.34em;
}
.ant-btn-block {
width: 100%;
}
.ant-btn:empty {
vertical-align: top;
}
a.ant-btn {
padding-top: 0.1px;
line-height: 30px;
}
a.ant-btn-lg {
line-height: 38px;
}
a.ant-btn-sm {
line-height: 22px;
}
.ant-menu {
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
font-feature-settings: 'tnum';
margin-bottom: 0;
padding-left: 0;
color: rgba(0, 0, 0, 0.65);
line-height: 0;
list-style: none;
background: #fff;
outline: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
transition: background 0.3s, width 0.2s;
zoom: 1;
}
.ant-menu::before,
.ant-menu::after {
display: table;
content: '';
}
.ant-menu::after {
clear: both;
}
.ant-menu ul,
.ant-menu ol {
margin: 0;
padding: 0;
list-style: none;
}
.ant-menu-hidden {
display: none;
}
.ant-menu-item-group-title {
padding: 8px 16px;
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
line-height: 1.5;
transition: all 0.3s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
color: #1890ff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
background: #e6f7ff;
}
.ant-menu-submenu .ant-menu-sub {
cursor: initial;
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
display: block;
color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > a:hover {
color: #1890ff;
}
.ant-menu-item > a::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: transparent;
content: '';
}
.ant-menu-item > .ant-badge > a {
color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > .ant-badge > a:hover {
color: #1890ff;
}
.ant-menu-item-divider {
height: 1px;
overflow: hidden;
line-height: 0;
background-color: #e8e8e8;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
color: #1890ff;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
background-color: transparent;
}
.ant-menu-item-selected {
color: #1890ff;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
border-right: 1px solid #e8e8e8;
}
.ant-menu-vertical-right {
border-left: 1px solid #e8e8e8;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
min-width: 160px;
padding: 0;
border-right: 0;
transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
left: 0;
margin-left: 0;
border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
min-width: 114px;
}
.ant-menu-item,
.ant-menu-submenu-title {
position: relative;
display: block;
margin: 0;
padding: 0 20px;
white-space: nowrap;
cursor: pointer;
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
min-width: 14px;
margin-right: 10px;
font-size: 14px;
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
opacity: 1;
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu > .ant-menu-item-divider {
height: 1px;
margin: 1px 0;
padding: 0;
overflow: hidden;
line-height: 0;
background-color: #e8e8e8;
}
.ant-menu-submenu-popup {
position: absolute;
z-index: 1050;
background: #fff;
border-radius: 4px;
}
.ant-menu-submenu-popup .submenu-title-wrapper {
padding-right: 20px;
}
.ant-menu-submenu-popup::before {
position: absolute;
top: -7px;
right: 0;
bottom: 0;
left: 0;
opacity: 0.0001;
content: ' ';
}
.ant-menu-submenu > .ant-menu {
background-color: #fff;
border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
position: absolute;
top: 50%;
right: 16px;
width: 10px;
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
position: absolute;
width: 6px;
height: 1.5px;
background: #fff;
background: rgba(0, 0, 0, 0.65) \9;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
background-image: none \9;
border-radius: 2px;
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
content: '';
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
background: linear-gradient(to right, #1890ff, #1890ff);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
color: #1890ff;
}
.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
color: #1890ff;
}
.ant-menu-horizontal {
line-height: 46px;
white-space: nowrap;
border: 0;
border-bottom: 1px solid #e8e8e8;
box-shadow: none;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
position: relative;
top: 1px;
display: inline-block;
vertical-align: bottom;
border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
color: #1890ff;
border-bottom: 2px solid #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a {
display: block;
color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
color: #1890ff;
}
.ant-menu-horizontal::after {
display: block;
clear: both;
height: 0;
content: '\20';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border-right: 3px solid #1890ff;
transform: scaleY(0.0001);
opacity: 0;
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
height: 40px;
margin-top: 4px;
margin-bottom: 4px;
padding: 0 16px;
overflow: hidden;
font-size: 14px;
line-height: 40px;
text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
height: 40px;
line-height: 40px;
}
.ant-menu-inline {
width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
transform: scaleY(1);
opacity: 1;
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
padding-right: 34px;
}
.ant-menu-inline-collapsed {
width: 80px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
left: 0;
padding: 0 32px !important;
text-overflow: clip;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
margin: 0;
font-size: 16px;
line-height: 40px;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
display: inline-block;
max-width: 0;
opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
display: none;
}
.ant-menu-inline-collapsed-tooltip a {
color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
padding-right: 4px;
padding-left: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-menu-item-group-list {
margin: 0;
padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
padding: 0;
border: 0;
border-radius: 0;
box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
height: 40px;
line-height: 40px;
list-style-position: inside;
list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
color: rgba(0, 0, 0, 0.25) !important;
background: none;
border-color: transparent !important;
cursor: not-allowed;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
color: rgba(0, 0, 0, 0.25) !important;
pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
color: rgba(0, 0, 0, 0.25) !important;
cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
background: rgba(0, 0, 0, 0.25) !important;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
color: rgba(255, 255, 255, 0.65);
background: #001529;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
opacity: 0.45;
transition: all 0.3s;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
background: #000c17;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.ant-menu-dark.ant-menu-horizontal {
border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
top: 0;
margin-top: 0;
border-color: #001529;
border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
left: 0;
margin-left: 0;
border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
color: #fff;
background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
background-color: transparent;
}
.ant-menu-dark .ant-menu-item-selected {
color: #fff;
border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon {
color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon + span {
color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
color: rgba(255, 255, 255, 0.35) !important;
opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
background: rgba(255, 255, 255, 0.35) !important;
}
.ant-tooltip {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: 'tnum';
position: absolute;
z-index: 1060;
display: block;
max-width: 250px;
visibility: visible;
}
.ant-tooltip-hidden {
display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
padding-right: 8px;
}
.ant-tooltip-inner {
min-width: 30px;
min-height: 32px;
padding: 6px 8px;
color: #fff;
text-align: left;
text-decoration: none;
word-wrap: break-word;
background-color: rgba(0, 0, 0, 0.75);
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-tooltip-arrow {
position: absolute;
display: block;
width: 13.07106781px;
height: 13.07106781px;
overflow: hidden;
background: transparent;
pointer-events: none;
}
.ant-tooltip-arrow::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 5px;
height: 5px;
margin: auto;
background-color: rgba(0, 0, 0, 0.75);
content: '';
pointer-events: auto;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
bottom: -5.07106781px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
left: 50%;
transform: translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
left: -5.07106781px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
top: 50%;
transform: translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
right: -5.07106781px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
top: 50%;
transform: translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
top: -5.07106781px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
left: 50%;
transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
right: 13px;
}
.drawing-board-container {
position: relative;
color: #314659;
font-size: 12px;
font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', SimSun, sans-serif, 'localant';
}
.drawing-board-container .ant-layout {
height: 100%;
}
.drawing-board-container .ant-layout-content {
width: 100%;
height: 100%;
}
.drawing-board-container .ant-layout-header {
height: 55px;
padding: 0 0 0 0;
border-radius: 3px 3px 0px 0px;
}
.drawing-board-container .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.drawing-board-container .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
right: 4px;
} | 0.646683 | 0.067886 |
Theme Reset Style
============================================= */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Oxygen:300,400,500,600,700);
* {
margin: 0px;
padding: 0px;
}
html,
body {}
body {
color: #484848;
background: #fff;
overflow-x: hidden;
font:400 14px/23px 'Open Sans', Arial, Helvetica, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
color: #484848;
margin: 0 0 8px;
font-weight: 400;
line-height: 1.5;
font-style: normal;
text-transform:none;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}
h1 { font-size: 48px;}
h2 { font-size: 36px;}
h3 { font-size: 24px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #484848;}
p a {}
p a:hover {text-decoration:underline;}
p {
letter-spacing: normal;
line-height: 23px;
margin: 0 0 20px;
}
a {text-decoration: none;}
a:hover, a:focus, a:active {
outline: none;
text-decoration: none;
}
ul { margin: 0; }
figure {
margin-bottom: 6px;
position: relative;
}
img {
height: auto;
max-width: 100%;
}
strong { color: #414141; }
iframe {
border: none;
float: left;
width: 100%;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}
.wp-caption.alignleft,
.wp-caption.alignnone { width: 100%; }
button { border: none; }
textarea,
select,
.tg-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
color: #484848;
outline: none;
height: 40px;
padding: 10px;
background:#fff;
font-size: 13px;
box-shadow: none;
line-height: 18px;
border-radius: 3px;
display: inline-block;
vertical-align: middle;
border: 1px solid #ddd;
text-transform: capitalize;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-group{ margin:0 0 20px;}
.form-control::-moz-placeholder{
text-transform: capitalize;
color: #999;
}
.form-control:focus::-moz-placeholder,
input:focus,
.select select:focus,
.form-control:focus{
color: #484848;
border-color: #484848;
box-shadow:none !important;
}
/*======================
Select
======================*/
.tg-select{
color:999;
width: 100%;
float:left;
position: relative;
text-transform:capitalize;
}
.tg-select:after{
content: '\f107';
top: 50%;
right: 15px;
z-index: 2;
width: 13px;
color: #999;
display: block;
font-size: 14px;
margin-top: -5px;
line-height: 10px;
position: absolute;
text-align: center;
font-family: 'FontAwesome';
}
.tg-select select {
width: 100%;
z-index: 1;
color:#999;
height:40px;
padding:0 10px;
line-height:18px;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
text-transform:capitalize;
}
.tg-select select option:first-child{color:#999;}
.tg-select select option{color: #484848;}
/*======================
CheckBox
======================*/
.tg-radio,
.tg-radio label,
.tg-checkbox,
.tg-checkbox label{
width: 100%;
float: left;
margin:0;
position: relative;
}
.tg-radio label,
.tg-checkbox label{
cursor:pointer;
display:block;
padding:0 0 0 20px;
}
.tg-radio input[type=radio],
.tg-checkbox input[type=checkbox] { display:none; }
.tg-checkbox input[type=checkbox] + label:before {
top: 2px;
left: 0;
content: '';
width: 12px;
height: 12px;
color: #484848;
background: #fff;
font-size: 9px;
line-height: 10px;
border-radius: 3px;
position: absolute;
text-align: center;
font-family:'FontAwesome';
border: 1px solid #484848;
-webkit-box-shadow:inset 0 0 3px 0 #ccc;
box-shadow:inset 0 0 3px 0 #ccc;
}
.tg-checkbox input[type=checkbox]:checked + label:before {content:'\f00c';}
.tg-radio input[type=radio] + label:before{
top: 3px;
left: 5px;
content:'';
width: 12px;
height: 12px;
border-radius: 50%;
position: absolute;
border: 2px solid #484848;
}
.tg-radio input[type=radio] + label:after{
top: 7px;
left: 9px;
content:'';
width: 4px;
height: 4px;
opacity: 0;
background: #000;
border-radius: 50%;
position: absolute;
visibility: hidden;
}
.tg-radio input[type=radio]:checked + label{ color: #484848; }
.tg-radio input[type=radio]:checked + label:after{
opacity: 1;
visibility: visible;
}
.tg-radio input[type=radio]:checked + label:before{border-color: #000;}
/*=======================
IOS Style CheckBox
=======================*/
.tg-iosstylcheckbox{
width:24px;
float:right;
margin: 3px 0;
position:relative;
}
.tg-iosstylcheckbox input[type=checkbox],
.tg-iosstylcheckbox input[type=checkbox]:active {display:none;}
.tg-iosstylcheckbox label {
margin:0;
width: 100%;
height: 14px;
display: block;
overflow:hidden;
cursor: pointer;
position: relative;
border: 1px solid #484848;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.tg-iosstylcheckbox label:before {
top: -1px;
left: -1px;
z-index: 1;
height: 14px;
width: 14px;
content: '';
display: block;
position: absolute;
background: #fff;
border: 1px solid #484848;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.tg-iosstylcheckbox input[type=checkbox]:checked + label:before {
left: calc(100% - 13px);
border-color: transparent;
}
label {
color: #484848;
display: block;
margin-bottom: 6px;
text-transform: capitalize;
font:400 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
form p {
float: left;
position: relative;
width: 100%;
}
form p span i {
color: #474747;
left: 16px;
position: absolute;
top: 13px;
}
option { padding: 5px 15px; }
li {
line-height: 28px;
list-style: disc inside none;
}
ul ul { margin-left: 20px; }
ol {
float: none;
list-style: decimal;
padding-left: 15px;
}
ol ol { margin-left: 20px; }
ol li {
list-style: decimal;
width: 100%;
}
table {
background-color: transparent;
max-width: 100%;
}
th { text-align: left; }
table {
margin-bottom: 15px;
width: 100%;
}
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 #d2d2d2;
border: 1px solid #d2d2d2;
line-height: 2.5;
padding-left: 3px;
text-align: center;
vertical-align: top;
}
table thead tr th {
border-top: 1px solid #d2d2d2;
text-align: center;
text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 1px solid #d2d2d2; }
table > thead > tr > th {
border-bottom: 2px solid #d2d2d2;
vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-bottom: 0; }
table > tbody + tbody { border-top: 2px solid #d2d2d2; }
.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 20px; }
p ins { color: #999; }
dl dd { margin-left: 20px; }
address { font-style: italic; }
/*==============================================
Global Elements
==============================================*/
.tg-haslayout{
width:100%;
float:left;
}
.tg-main-section{padding: 80px 0;}
.tg-location-map{
width: 100%;
float: left;
height: 500px;
}
.tg-btn-sm{
padding: 0 20px;
line-height: 30px;
}
.tg-btn{
color: #fff;
padding: 0 30px;
background: #484848;
position:relative;
text-align:center;
border-radius: 3px;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
font:12px/40px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-btn:hover,
.tg-btn:focus{color: #fff !important;}
.tg-btn-lg{
width: 100%;
padding: 0;
}
.tg-socialicons{
overflow: hidden;
list-style: none;
text-align:center;
line-height: 30px;
}
.tg-socialicons li{
float: left;
padding: 0 4px;
line-height: inherit;
list-style-type: none;
}
.tg-socialicons li a{
width:30px;
height:30px;
color: #fff;
display:block;
background:#000;
overflow:hidden;
border-radius: 50%;
}
.tg-socialicons li.tg-facebook a{background:#3b5998;}
.tg-socialicons li.tg-twitter a{background:#55acee;}
.tg-socialicons li.tg-linkedin a{background:#007bb5;}
.tg-socialicons li.tg-googleplus a{background:#dd4b39;}
.tg-socialicons li.tg-rss a{background:#ff6600;}
.tg-socialicons li a i{
display:block;
font-size:13px;
text-align:center;
line-height:inherit;
}
.tg-socialicons li a:hover{}
.tg-verticalmiddle{
margin: 0 -1px;
float: none !important;
display: inline-block;
vertical-align: middle;
}
.tg-description {
width: 100%;
float: left;
}
.tg-bglight{ background:#f8f8f8;}
.tg-stars span,
.tg-stars{
width:75px;
height: 12px;
float: left;
line-height:12px;
position:relative;
}
.tg-stars span:after,
.tg-stars:before {
top: 0;
left: 0;
font-size: 12px;
line-height: 12px;
position: absolute;
letter-spacing: 4px;
font-family: 'FontAwesome';
content: '\f005 \f005 \f005 \f005 \f005';
}
.tg-stars:before{
color: #ddd;
content: '\f005 \f005 \f005 \f005 \f005';
}
.tg-stars span {
width:78%;
overflow: hidden;
}
.tg-stars span:after{color: #fdb900;}
.row.no-gutters{
margin-right: 0;
margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"]{
padding-right: 0;
padding-left: 0;
}
.tg-sectionhead{
width: 100%;
float: left;
padding: 0 0 40px;
text-align: center;
}
.tg-sectiontitle{
position: relative;
text-align: center;
vertical-align: top;
display: inline-block;
}
.tg-sectiontitle h1,
.tg-sectiontitle h2{
margin: 0 0 3px;
font-size: 40px;
line-height: 43px;
position: relative;
}
.tg-svginject{float: right;}
.tg-sectionhead .tg-description{padding: 40px 0 0;}
.tg-sectionhead .tg-description p{margin: 0;}
.tg-usericon{
color:#fff;
width:22px;
float: left;
font-size:12px;
background:#000;
overflow: hidden;
line-height:22px;
border-radius:3px;
position:relative;
text-align: center;
text-transform:capitalize;
}
.tg-usericon + .tg-usericon{margin: 0;}
.tg-usericonholder{
width: 84px;
display: block;
font-style: normal;
}
.tg-iconvarified .tg-usericonholder{width: 77px;}
.tg-iconfeatured{}
.tg-iconvarified{background: #6c8949;}
.tg-usericon i,
.tg-usericon span{
line-height: 22px;
display: inline-block;
vertical-align: middle;
}
.tg-usericon i{
width: 22px;
text-align: center;
}
.tg-usericon span{padding: 0 8px 0 0;}
.tg-usericon:focus,
.tg-usericon:hover{color: #fff;}
.tg-usericon.tg-iconfeatured:hover{width: 84px;}
.tg-usericon.tg-iconvarified:hover{width: 77px;}
.tg-alignleft{text-align: left;}
.tg-btnroundprev,
.tg-btnroundnext{
width: 50px;
height: 50px;
display: block;
background: #fff;
overflow: hidden;
font-size: 20px;
line-height: 48px;
border-radius: 50%;
border: 1px solid #999;
}
.tg-btnroundprev i,
.tg-btnroundnext i,
.tg-btnroundprev i:before,
.tg-btnroundnext i:before{
display: block;
line-height: inherit;
}
.tg-btnroundprev:hover i,
.tg-btnroundnext:hover i{color: #fff;}
.tooltip{
/* width: 120px; */
color: #fff;
font-size: 10px;
line-height: 13px;
padding: 0 !important;
text-transform: uppercase;
}
.tooltip.right {margin-left: -14px;}
.tooltip.top {margin-top: -10px;}
.tooltip.right .tooltip-arrow{
top: 100%;
left: 0 !important;
border-width: 10px 7px 0 0;
margin: -3px 0 0 !important;
border-right-color: transparent !important;
}
.tooltip.top .tooltip-arrow{
bottom: -5px !important;
border-top-color: #ce1722;
}
.tooltip .tooltip-inner{
margin: 0;
padding: 4px 8px;
max-width: 100%;
border-radius:0;
width: 100% !important;
}
.tg-tooltipwhite + .tooltip{
width: auto;
box-shadow: 0 0 10px 0px rgba(17, 1, 14, 0.10);
}
.tg-tooltipwhite + .tooltip.top .tooltip-arrow{border-top-color: #fff !important;}
.tg-tooltipwhite + .tooltip.top .tooltip-inner{
color: #484848 !important;
background: #fff !important;
}
.tg-leftalign{text-align: left;}
.tg-leftalign h2{display: block;}
.tg-icon{
width: 100%;
float: left;
text-align: center;
}
.tg-icon i{
display: block;
font-size: 30px;
line-height: 26px;
text-align: center;
}
.tg-title{
width: 100%;
float: left;
}
.tg-title h3{
margin: 0;
font-size: 20px;
line-height: 20px;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
position: relative;
text-transform: capitalize;
}
.tg-title h2{
font-size:24px;
line-height:24px;
margin:0 0 20px;
}
.tg-title.tg-icon{text-align: left;}
.tg-title.tg-icon h3{padding: 0 0 0 30px;}
.tg-title.tg-icon h3:before{
top: 0;
left: 0;
position: absolute;
font-family:'FontAwesome';
}
.tg-themeform{
width:100%;
float:left;
}
.tg-themeform fieldset{
width:100%;
float:left;
margin:0;
padding:0;
border:0;
}
.tg-themeform fieldset .form-group{
width:100%;
float:left;
}
.tg-themeform fieldset textarea{
width:100%;
height:260px;
float:left;
resize:none;
}
.tg-parallaximg{
color: #fff;
overflow: hidden;
position: relative;
}
.tg-parallaximg .container{
z-index: 2;
position: relative;
}
.tg-parallaximg:before{
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
content: '';
position: absolute;
background:
-moz-linear-gradient(top,
rgba(72,72,72,0.7) 0%,
rgba(72,72,72,0.7) 100%);
background:
-webkit-linear-gradient(top,
rgba(72,72,72,0.7) 0%,
rgba(72,72,72,0.7) 100%);
background:
linear-gradient(to bottom,
rgba(72,72,72,0.7) 0%,
rgba(72,72,72,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc484848', endColorstr='#cc484848',GradientType=0 );
}
.tg-imgoverlap{
padding: 70px 0;
overflow: visible;
}
.tg-parallaximg .tg-svginject path{fill:#fff;}
.tg-parallaximg h2{color: #fff;}
.tg-metadata{
width: 100%;
float: left;
font-size: 13px;
list-style: none;
line-height: 16px;
padding: 0 0 13px;
}
.tg-metadata li{
float: left;
padding: 0 15px;
line-height: 16px;
position: relative;
list-style-type: none;
}
.tg-metadata li:first-child{padding-left: 0;}
.tg-metadata li + li:before{
top: 5px;
left: -2px;
color: #999;
content: '/';
font-size: 12px;
line-height: 11px;
position: absolute;
}
.tg-metadata li i,
.tg-metadata li a,
.tg-metadata li a i{
color: #484848;
line-height: 16px;
display: inline-block;
vertical-align: middle;
}
.tg-metadata li > i{ width: 20px; }
.tg-metadata li a:hover i.tg-dislike,
.tg-metadata li a i.tg-like{ color: #db6460;}
.tg-dislike + .tooltip .tooltip-inner{background: #db6460;}
.tg-dislike + .tooltip .tooltip-arrow{border-top-color: #db6460;}
.tg-socialsharewithtext{
margin:0;
list-style: none;
line-height: 25px;
}
.tg-socialsharewithtext li{
width:auto;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-socialsharewithtext li + li{padding:0 0 0 5px;}
.tg-roundicontext{
color:#fff;
width: 25px;
float: left;
font-size:12px;
background:#000;
overflow: hidden;
line-height:25px;
border-radius:25px;
position:relative;
text-align: center;
text-transform:capitalize;
}
.tg-roundicontext + .tg-roundicontext{margin: 0 0 0 6px;}
.tg-roundicontext .tg-usericonholder{
width: 150px;
display: block;
overflow: hidden;
font-style: normal;
}
.tg-roundicontext i,
.tg-roundicontext span{
float:left;
font-size: 11px;
line-height: 25px;
}
.tg-roundicontext i{
width: 25px;
text-align:center;
}
.tg-roundicontext:focus,
.tg-roundicontext:hover{color: #fff;}
.tg-facebook .tg-roundicontext:hover{width: 134px;}
.tg-twitter .tg-roundicontext:hover{width: 124px;}
.tg-linkedin .tg-roundicontext:hover{width: 122px;}
.tg-googleplus .tg-roundicontext:hover{width: 120px;}
.tg-rss .tg-roundicontext:hover{width: 105px;}
.tg-youtube .tg-roundicontext:hover{width: 130px;}
.tg-socialsharewithtext li.tg-facebook a{background:#3b5998;}
.tg-socialsharewithtext li.tg-twitter a{background:#55acee;}
.tg-socialsharewithtext li.tg-linkedin a{background:#007bb5;}
.tg-socialsharewithtext li.tg-googleplus a{background:#dd4b39;}
.tg-socialsharewithtext li.tg-rss a{background:#ff6600;}
.tg-socialsharewithtext li.tg-youtube a{background:#bb0000;}
.tg-modaldialog{
width: 830px;
margin: 50px auto 0;
overflow: hidden !important;
}
.tg-modalcontent{
border: 0;
width: 100%;
float: left;
padding: 30px;
margin: 40px 0 0;
background: #fff;
box-shadow: none;
border-radius: 5px;
}
.tg-modalcontent h2{
top: -40px;
left: 0;
z-index: 1;
width: 100%;
color: #fff;
font-size: 24px;
line-height: 24px;
margin: 0 0 16px;
position: absolute;
}
.tg-modalclose{
top: -40px;
right: 0;
z-index: 2;
opacity: 1;
color: #fff;
width: 40px;
height: 40px;
display: block;
text-shadow: none;
line-height: 40px;
position: absolute;
text-align: center;
}
.tg-modalclose:hover,
.tg-modalclose:focus{
color: #fff;
opacity: 1;
}
.tg-modalclose span{
display: block;
line-height: inherit;
}
/*==============================================
Theme Pagination
==============================================*/
.tg-pagination{
width:100%;
float: left;
font:13px/30px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-pagination ul{
margin:0;
padding:0;
width: 100%;
float:left;
list-style:none;
line-height: 30px;
text-align: center;
}
.tg-pagination ul li{
margin:0 3px;
width:30px;
height: 30px;
line-height: 30px;
background: #f8f8f8;
list-style-type:none;
display: inline-block;
vertical-align: top;
}
.tg-pagination ul li a{
color:#484848;
display:block;
text-align:center;
position:relative;
line-height: 30px;
}
.tg-pagination ul li.tg-nextpage a,
.tg-pagination ul li.tg-prevpage a{
color: #fff;
background: #484848;
}
.tg-pagination ul li.tg-prevpage a{border-radius: 3px 0 0 3px;}
.tg-pagination ul li.tg-nextpage a{border-radius: 0 3px 3px 0;}
.tg-pagination ul li.tg-nextpage a i,
.tg-pagination ul li.tg-prevpage a i{
display: block;
line-height: 30px;
}
.tg-pagination ul li.tg-active a,
.tg-pagination ul li a:hover,
.tg-pagination ul li.tg-nextpage a:hover,
.tg-pagination ul li.tg-prevpage a:hover,
.tg-pagination ul li.tg-nextpage a:hover i,
.tg-pagination ul li.tg-prevpage a:hover i{color: #fff;}
/*==============================================
Theme BreadCrumb
==============================================*/
.tg-breadcrumb {
margin:0;
color: #fff;
width: 100%;
float: right;
list-style: none;
padding: 15px 0 0;
text-align: center;
text-transform: capitalize;
font:14px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-breadcrumb li{
width:auto;
padding:0 15px;
position:relative;
line-height:inherit;
list-style-type:none;
display: inline-block;
vertical-align: middle;
}
.tg-breadcrumb li:after{
top:0;
left:-3px;
color: #fff;
content:'\f105';
position:absolute;
font-family: 'FontAwesome';
}
.tg-breadcrumb li:first-child:after{display: none;}
.tg-breadcrumb li a{
color:#fff;
display:block;
line-height: inherit;
}
.tg-prev,
.tg-next{
top:0;
right:0;
font-size:14px;
cursor:pointer;
position:absolute;
}
.tg-prev span,
.tg-next span{
color:#373542;
display:block;
line-height:16px;
margin:0 14px 0 0;
}
.tg-prev{
top:-2px;
right:40px;
text-align:left;
}
.tg-next{
text-align:right;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.tg-prev span:after,
.tg-next span:after{
content:'';
top:50%;
left:15px;
width:20px;
height:1px;
z-index:-1;
opacity:0;
background:#373542;
position:absolute;
visibility:hidden;
}
.tg-prev:hover span:after,
.tg-next:hover span:after{
opacity:1;
visibility:visible;
}
.tg-prev:hover span:after,
.tg-next:hover span:after{left:3px;}
/*==============================================
Theme Style
==============================================*/
.tg-wrapper{overflow: hidden;}
body.tg-home .tg-main{padding: 20px 0;}
.tg-main{padding: 100px 0;}
#tg-twocolumns{
width: 100%;
float: left;
}
#tg-content{
z-index: 2;
width: 100%;
float: left;
position: relative;
}
#tg-sidebar{
width: 100%;
float: left;
}
.navbar-toggle{
border: 0;
margin: 0;
padding: 9px 14px;
}
.navbar-toggle .icon-bar{
width: 16px;
background: #fff;
}
.tg-dropdowarrow {
top: 6px;
z-index: 5;
color: #fff;
right: 15px;
width: 18px;
height: 18px;
font-size: 10px;
line-height: 18px;
position: absolute;
border-radius: 1px;
text-align: center;
cursor: pointer;
display: none;
}
.tg-section{
width: 100%;
float: left;
margin: 30px 0 0;
border-radius: 3px;
}
.tg-box{padding: 30px;}
.tg-box:last-child{padding-bottom: 0;}
.tg-box + .tg-box{border-top: 1px solid #ddd;}
.tg-icontitle{
width: 100%;
float: left;
margin: 0 0 30px;
}
.tg-icontitle h3{
margin: 0;
color: #484848;
font-size: 20px;
line-height: 20px;
position: relative;
padding: 0 0 0 25px;
font:500 20px/20px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-icontitle h3:before{
top: 3px;
left: 0;
position: absolute;
font:18px/18px 'fontAwesome';
}
.tg-themelist{
width: 100%;
float: left;
font-size: 14px;
list-style: none;
line-height: 17px;
margin: -10px 0 0;
}
.tg-themelist li{
width: 100%;
float: left;
margin: 10px 0 0;
line-height: inherit;
list-style-type: none;
}
.tg-threecolumns{
width: 100%;
float: left;
font-size: 14px;
list-style: none;
line-height: 17px;
margin: -10px 0 0;
}
.tg-threecolumns li{
width: 33.33%;
float: left;
margin: 10px 0 0;
line-height: inherit;
list-style-type: none;
}
.tg-threecolumns li a{color: #484848;}
.tg-liststyledot li{
padding: 0 15px;
position: relative;
}
.tg-liststyledot li:before{
top: 7px;
left: 0;
width: 3px;
height: 3px;
content: '';
position: absolute;
border-radius: 50%;
background: #484848;
}
.tg-themelist li,
.tg-threecolumns li{cursor: pointer;}
.tg-themelist li i,
.tg-threecolumns li i{color: #999;}
/*==============================================
Header
==============================================*/
.tg-header{
z-index: 5;
background: #fff;
position: relative;
border-bottom: 2px solid;
}
.tg-topbar{
width: 100%;
float: left;
padding: 10px 0;
background: #f8f8f8;
font:400 12px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-quickadvice{
float: left;
}
.tg-contactinfo{
float: right;
list-style: none;
font:400 12px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-contactinfo li{
float: left;
padding: 0 20px;
position: relative;
line-height: inherit;
list-style-type: none;
}
.tg-contactinfo li:first-child{padding-left: 0;}
.tg-contactinfo li:last-child{padding-right: 0;}
.tg-contactinfo li + li:before{
top: 0;
left: -2px;
content: '/';
font-size: 14px;
line-height: 20px;
position: absolute;
}
.tg-contactinfo li a,
.tg-contactinfo li address{
margin: 0;
display: block;
font-style: normal;
font-size: inherit;
line-height: inherit;
}
.tg-logo{
float:left;
margin: 36px 0;
}
.tg-logo a{display: block;}
.tg-logo a img{display: block;}
.tg-navigationarea{
float:right;
padding: 35px 0 0;
}
.tg-nav,
.tg-admin{float: left;}
.tg-nav{
padding: 11px 0 0;
text-transform: capitalize;
font:14px/20px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-navigation{
width:100%;
float:left;
padding:0;
}
.tg-navigation > ul{
width:100%;
float:left;
}
.tg-navigation ul{list-style:none;}
.tg-navigation ul li{
position:relative;
list-style-type:none;
}
.tg-navigation > ul > li{
float:left;
padding:0 15px;
position:relative;
line-height:inherit;
}
.tg-navigation > ul > li > a{
display:block;
color:#484848;
padding: 0 0 43px;
line-height:inherit;
}
.tg-navigation ul li a{display: block;}
.tg-navigation > ul > li + li:before{
top:8px;
left:-2px;
width:4px;
height:4px;
content:'';
position:absolute;
border-radius: 50%;
}
.tg-navigation > ul > li.tg-hasdropdown > a{
position:relative;
padding: 0 15px 43px 0;
}
.tg-navigation > ul > li.tg-hasdropdown > a:before{
top: 3px;
right: 0;
content: '\f107';
font-size: 14px;
line-height: 14px;
position: absolute;
font-family: 'FontAwesome';
}
.tg-navigation > ul > li:last-child > a{padding-right: 0;}
.tg-navigation > ul > li:last-child > a:before{display: none;}
.tg-dropdownmenu{
top:200%;
left:0;
margin:0;
opacity:0;
width:210px;
font-size:13px;
line-height:40px;
background:#fff;
visibility:hidden;
position:absolute;
border-radius: 3px;
text-transform: capitalize;
-webkit-box-shadow: 0 0 7px 1px rgba(51,51,51,0.20);
box-shadow: 0 0 7px 1px rgba(51,51,51,0.20);
}
.tg-dropdownmenu li{
padding:0 15px;
position:relative;
line-height:inherit;
}
.tg-dropdownmenu li + li{ border-top:1px solid #ddd;}
.tg-dropdownmenu li a{
color:#484848;
line-height:inherit;
}
.tg-hasdropdown:hover > .tg-dropdownmenu{
top:100%;
opacity:1;
visibility:visible;
}
.tg-hasdropdown .tg-hasdropdown:before{
top:0;
right:15px;
color:#999;
font-size:14px;
content:'\f105';
position:absolute;
line-height:inherit;
font-family:'FontAwesome';
}
.tg-dropdownmenu .tg-dropdownmenu{left: 100%;}
.tg-dropdownmenu .tg-hasdropdown:hover > .tg-dropdownmenu{top: 0;}
.tg-admin{
padding:0 0 0 25px;
position:relative;
}
.tg-guest{
width:100%;
float:left;
}
.tg-adminpic{
width:30px;
height:30px;
float:left;
margin:0 10px 0 0;
border:1px solid #ddd;
border-radius:50%;
position:relative;
}
.tg-adminpic a{
display:block;
border-radius:50%;
}
.tg-adminpic a img{display:block;}
.tg-dashboardbadge{
top:-10px;
right:-3px;
width:15px;
height:15px;
display:block;
font-size:10px;
line-height:15px;
text-align:center;
color:#fff;
background:#db6460;
border-radius:50%;
position:absolute;
}
.tg-guest .tg-message{
width: 100px;
float: right;
}
.tg-guest .tg-message em,
.tg-user .tg-usermenu em{display:block;}
.tg-user .tg-usermenu em,
.tg-guest .tg-message em{font:13px/16px 'Oxygen', Arial, Helvetica, sans-serif;}
.tg-loginsinguplinks{
width: 100%;
float: left;
font-size:12px;
line-height:15px;
position: relative;
}
.tg-dropdown{
position: static;
display: inline-block;
}
.tg-btndropdown{
color:#484848;
outline: none;
display: block;
background: transparent;
}
.tg-dropdownbox{
border: 0;
margin: 0;
top: 100px;
left: auto;
opacity: 0;
right: 80px;
padding: 20px;
display: block;
background: #fff;
border-radius: 0;
position:absolute;
visibility: hidden;
}
.tg-dropdownbox:before{
width: 0;
height: 0;
right: 36px;
content: '';
bottom: 100%;
position: absolute;
border-bottom: 10px solid #fff;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
}
.tg-dropdownbox[aria-labelledby="tg-signin"]{ width: 310px; }
.tg-dropdownbox[aria-labelledby="tg-signup"]{ width: 610px; }
.tg-dropdown.open .tg-dropdownbox{
top: 30px;
opacity: 1;
visibility: visible;
}
.tg-dropdownbox h2{
margin: 0 0 30px;
font-size: 16px;
line-height: 19px;
text-transform: capitalize;
}
.tg-form{
width: 100%;
float: left;
}
.tg-form fieldset{
width: 100%;
float: left;
padding: 0;
margin: 0;
border: 0;
}
.tg-form fieldset .form-group:last-child{ margin: 0; }
.tg-form fieldset .form-control{ width: 100%; }
.tg-form fieldset .tg-btn{ padding: 0 30px; }
.tg-forgotpassword{
float: right;
font-size: 14px;
color: #55acee;
margin: 18px 0;
}
.tg-form.tg-formsignup fieldset .form-group{
width: 100%;
float: left;
margin: 0 0 20px;
}
.tg-radiobox{
width: 100%;
float: left;
margin: 0 0 20px;
padding: 0 0 20px;
text-align: center;
border-bottom: 1px solid #ddd;
}
.tg-joinustitle,
.tg-joinus{
display: inline-block;
vertical-align: middle;
}
.tg-joinustitle{
text-transform: capitalize;
font:14px/17px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-joinus .tg-radio{
width: auto;
float: none;
display: inline-block;
vertical-align: middle;
}
.tg-joinus .tg-radio label{
color: #999;
font:14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-form.tg-formsignup p{
margin: 0;
color: #999;
}
.tg-form.tg-formsignup p a{ color: #55acee; }
.tg-checkboxbox{
width: 100%;
float: left;
padding: 15px;
border-radius: 3px;
background: #f9f9f9;
border: 1px solid #ddd;
}
.tg-checkboxbox .tg-checkbox{
width: auto;
margin: 16px 0;
}
.tg-checkboxbox .tg-checkbox input[type=checkbox] + label:before {
top: 0;
width: 28px;
height: 28px;
font-size: 16px;
line-height: 24px;
border: 2px solid #c1c1c1;
}
.tg-checkboxbox .tg-checkbox label{
text-transform: none;
padding: 6px 0 5px 43px;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-refreshcaptcha{float: right;}
.tg-otheroptionforsignup{
width: 100%;
float: left;
font-size: 13px;
line-height: 13px;
margin: 30px 0 0;
padding: 30px 0 0;
border-top: 1px solid #ddd;
}
.tg-signinoption{
clear: both;
margin: -5px;
padding: 0 0 20px;
overflow: hidden;
list-style: none;
}
.tg-signinoption li{
width: 50%;
float: left;
padding: 5px;
line-height: inherit;
list-style-type: none;
}
.tg-signinoption li a{
color: #fff;
padding: 18px;
display: block;
text-align: center;
line-height: inherit;
}
.tg-signinoption li.tg-facebook a{background: #2e5894;}
.tg-signinoption li.tg-google a{background: #e04b33;}
.tg-signinoption li.tg-twitter a{background: #ba0a1f;}
.tg-signinoption li.tg-linkedin a{background: #2099c6;}
.tg-signinoption li a i,
.tg-signinoption li a i{
font-style: normal;
margin: 0 0 0 10px;
padding: 0 0 0 10px;
line-height: inherit;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
border-left: 1px solid #fff;
}
.tg-signinoption li a i.fa{
border: 0;
margin: 0;
padding: 0;
}
.tg-alreadyhaveaccount{
clear: both;
padding: 20px;
overflow: hidden;
text-align: center;
background: #f2f1f6;
margin: 10px -20px -20px;
}
.tg-alreadyhaveaccount h3{
margin: 0;
font-size: 14px;
line-height: 17px;
text-transform: none;
}
.tg-alreadyhaveaccount h3 a{ color: #55acee; }
.tg-user .tg-usermenu{
margin: 7px 0 0;
padding:0 0 46px;
display:inline-block;
vertical-align:middle;
}
.tg-user .tg-usermenu em{
position: relative;
padding: 0 15px 0 0;
text-transform: uppercase;
}
.tg-user .tg-usermenu em:before{
top: 50%;
right: 0;
margin: -5px 0 0;
content: '\f107';
font-size: 14px;
line-height: 10px;
position: absolute;
font-family: 'FontAwesome';
}
.tg-dropdownbox.tg-usermenu{
padding: 0;
width: 210px;
border-radius:5px;
}
.tg-dropdownbox.tg-usermenu time{
display: block;
padding: 20px;
text-align: center;
}
.tg-dropdownbox time strong{
display: block;
text-transform: uppercase;
font:400 14px/12px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-dropdownbox time strong + strong{
color: #484848;
font-size: 36px;
line-height: 28px;
padding: 5px 0 0;
text-transform: none;
}
.tg-dropdownbox > ul{
width: 100%;
float: left;
list-style: none;
font:400 13px/35px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-dropdownbox > ul > li{
padding: 0 20px;
line-height: inherit;
list-style-type: none;
}
.tg-dropdownbox > ul > li + li{border-top: 1px solid #ddd;}
.tg-dropdownbox > ul > li > a{
color: #484848;
display: block;
line-height: inherit;
}
.tg-dropdownbox > ul > li > a > i{width: 25px;}
.tg-dropdownbox > ul > li > a > i,
.tg-dropdownbox > ul > li > a > span{
display: inline-block;
vertical-align: middle;
}
.tg-dropdown .tg-dropdownbox.tg-usermenu{right: 0;}
.tg-dropdown.open .tg-dropdownbox.tg-usermenu{top: 50px;}
.tg-login .tg-admin .tg-guest,
.tg-admin .tg-user,
.tg-login .tg-admin .tg-btn{display: none;}
.tg-login .tg-admin .tg-user{
display: block;
position:relative;
}
.tg-login .tg-admin {padding:5px 0 0 15px;}
.tg-user .tg-dropdown:hover .tg-dropdownbox{
visibility:visible;
opacity:1;
top:50px;
}
/*==============================================
Home Banner
==============================================*/
.tg-formtheme{
width: 100%;
float: left;
position:relative;
}
.tg-formtheme fieldset{
width: 100%;
float: left;
margin: 0;
padding: 0;
border: 0;
}
.tg-homebanner{
z-index:1;
overflow: hidden;
position:relative;
}
.tg-bannerbg{
width:100%;
float:left;
margin:0;
background:#484848;
}
.tg-homebanner .tg-bannerbg img{
width:100%;
height:auto;
opacity:0.20;
display:block;
}
.tg-bannercontent{
top:0;
left:0;
z-index:2;
width:100%;
height:100%;
position:absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-formsearch{
padding: 55px;
background:#fff;
border:6px solid;
}
.tg-formsearch .tg-sectionhead{padding: 0 0 20px;}
.tg-formsearch fieldset{
margin: 0 0 30px;
padding: 13px 0;
border-radius: 5px;
position: relative;
border: 2px solid #ddd;
}
.tg-formsearch fieldset:last-child{
margin: 0;
padding: 0;
border: 0;
}
.tg-formsearch fieldset .tg-select{
width: 20%;
float: left;
border-right: 1px solid #ddd;
}
.tg-formsearch fieldset .tg-select select{
border: 0;
height: 30px;
padding: 0 15px;
line-height: 30px;
}
.tg-formsearch fieldset .form-control{
width: 95%;
float: right;
border: 0;
height: 30px;
line-height: 30px;
padding: 0 65px 0 15px;
}
.form-control:focus{
box-shadow:none;
}
.tg-formsearch fieldset .tg-btnformsearch{
top: 0;
right: 0;
width: 56px;
height: 56px;
color: #fff;
border-radius:0 3px 3px 0;
text-align: center;
position: absolute;
}
.tg-category{
width:100%;
float:left;
}
.tg-category .tg-radio{padding: 0 2px;}
.tg-category .tg-radio label{
color: #484848;
height: 95px;
padding: 10px;
font-size: 12px;
line-height: 15px;
border-radius: 3px 3px 0 0;
background: #fcfcfc;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-category .owl-item:nth-child(even) .tg-radio label{background:#f8f8f8;}
.tg-category .owl-item:nth-child(odd) .tg-radio label{background:#fcfcfc;}
.tg-category .tg-radio label span{display: block;}
.tg-category .tg-radio label span:first-child{padding: 0 0 10px;}
.tg-category .tg-radio input[type=radio] + label:before,
.tg-category .tg-radio input[type=radio] + label:after{display: none;}
.tg-category .tg-radio input[type=radio] + label:hover,
.tg-category .tg-radio input[type=radio]:checked + label{color: #fff;}
.tg-subcategories{
width: auto;
float: left;
position: relative;
}
.tg-subcategories > div{display: none;}
.tg-subcategories > div.tg-active{display: block;}
.tg-categoryslider .tg-btnroundprev,
.tg-categoryslider .tg-btnroundnext{
top: 50%;
border: 0;
width: 25px;
height: 25px;
font-size: 14px;
background: #ddd;
line-height: 25px;
position: absolute;
margin: -23px 0 0 0;
}
.tg-categoryslider .tg-btnroundprev{left: -13px;}
.tg-categoryslider .tg-btnroundnext{right: -13px;}
.tg-tabcontent{
width: 100%;
float: left;
}
.tg-checkbox.tg-subcategorycheckbox{
width: 20%;
float: left;
padding: 10px;
}
.tg-subcategories-two .tg-checkbox{width:25%;}
.tg-subcategorycheckbox label{
padding: 0;
color: #484848;
font-size: 14px;
line-height: 17px;
border-radius: 3px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-subcategorycheckbox label span{display: block;}
.tg-subcategorycheckbox label span:first-child{
width: 70px;
height: 70px;
margin: 0 0 10px;
border-radius: 50%;
border: 2px solid #ddd;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-subcategorycheckbox input[type=checkbox] + label:before,
.tg-subcategorycheckbox input[type=checkbox] + label:after{display: none;}
.tg-subcategorycheckbox input[type=checkbox] + label:hover,
.tg-subcategorycheckbox input[type=checkbox]:checked + label{color: #484848;}
.tg-subcategorycheckbox input[type=checkbox]:checked + label span:first-child,
.tg-subcategorycheckbox label:hover span:first-child{background: #fff;}
.tg-bannerimg{
float:left;
margin:-15px 0 0 50px;
}
.tg-bannerimg img{display:block;}
.tg-searchfields .form-group{
width: 100%;
float: left;
}
.tg-loginbanner{
width: 100%;
float: left;
margin: 10px 0 0;
padding: 30px 0 0;
border-top: 1px solid #ddd;
}
.tg-box{
width: 100%;
float: left;
}
.tg-loginbanner .tg-box{
position: relative;
padding: 30px 150px 30px 30px;
}
.tg-loginbanner .tg-box h2{
color: #fff;
margin: 0 0 30px;
font-size: 24px;
line-height: 27px;
text-transform: capitalize;
}
.tg-loginbanner .tg-description{ color: #fff; }
.tg-loginbanner .tg-description p{ margin: 0; }
.tg-loginbanner .tg-description p a{ color: #484848; }
.tg-loginbanner .tg-box img{
bottom: 0;
right: 25px;
position: absolute;
}
.tg-profilesettings .tg-dashboardboxtitle{width:auto;}
.tg-margin{margin:35px 0 0;}
.tg-profilesettings .tg-feetitle{float:right;}
/*==============================================
Features
==============================================*/
.tg-features{
width: 100%;
float: left;
}
.tg-feature{
width: 100%;
float: left;
text-align: center;
}
.tg-featureicon{
width: 100%;
float: left;
margin: 0 0 30px;
text-align: center;
}
.tg-featureicon img{
display: block;
margin: 0 auto;
opacity: 0.50;
filter: grayscale(100%);
}
.tg-feature h3{
font-size: 24px;
line-height: 24px;
margin: 0 0 25px;
text-transform: capitalize;
}
.tg-feature h3 a{display: block;}
.tg-feature .tg-description p{margin: 0;}
.tg-feature:hover .tg-featureicon img{
opacity: 1;
filter: grayscale(0);
}
/*==============================================
Statistics Style
==============================================*/
.tg-sectionimg{
width: 100%;
float: left;
margin: -115px 0 -80px;
}
.tg-sectionimg img{
display: block;
max-width: none;
}
.tg-statisticscounters{
width: 100%;
float: left;
}
.tg-counter{
width: 33.33%;
float: left;
padding: 0 15px;
min-height: 60px;
text-align: center;
}
.tg-counter figure{
width: 100%;
float: left;
margin: 0 0 8px;
}
.tg-counter figure img{
display: block;
margin: 0 auto;
}
.tg-counter h2{
clear:both;
margin: 0;
color: #fff;
font-size: 40px;
line-height: 43px;
}
.tg-counter h2 span,
.tg-counter h2 em{
font-style: normal;
display: inline-block;
vertical-align: middle;
}
.tg-counter h3{
margin: 0;
color: #fff;
text-transform: capitalize;
font:400 16px/19px 'Open Sans', Arial, Helvetica, sans-serif;
}
/*==============================================
Featured Listing
==============================================*/
.tg-filterbalenav{
width: 100%;
float: left;
font-size: 13px;
line-height: 17px;
margin: 0 0 15px;
list-style: none;
text-align: center;
text-transform: capitalize;
border-bottom: 2px solid #f8f8f8;
}
.tg-filterbalenav li{
vertical-align: top;
display: inline-block;
line-height: inherit;
}
.tg-filterbalenav li a{
color: #999;
display: block;
position: relative;
padding: 0 20px 10px;
line-height: inherit;
}
.tg-filterbalenav li a:before{
top: 50%;
left: 0;
opacity: 0;
width: 100%;
height: 2px;
content: '';
visibility: hidden;
position: absolute;
}
.tg-filterbalenav li a.tg-active:before,
.tg-filterbalenav li a:hover:before{
top: 100%;
opacity: 1;
visibility: visible;
}
.tg-featureddirectposts{
clear: both;
overflow: hidden;
background: #fff;
margin: -30px 0 0;
}
.tg-directpost{
width: 50%;
float: left;
padding: 15px;
}
.tg-directpost:nth-child(odd){padding-right: 15px;}
.tg-directpost:nth-child(even){padding-left: 15px;}
.tg-directpostimg{
float: left;
margin: 0 20px 0 0;
position: relative;
}
.tg-directpostimg figcaption{
width: 100%;
float: left;
text-align: center;
}
.tg-directpostimg figcaption .tg-usericon{
float: none;
display: inline-block;
vertical-align: middle;
}
.tg-directpostimg > a{
display: block;
margin: 0 0 10px;
overflow: hidden;
border-radius: 3px;
}
.tg-directpostimg > a img{
width: 100%;
height: auto;
display: block;
}
.tg-directinfo{
overflow: hidden;
position: relative;
}
.tg-directposthead{
width:100%;
float:left;
}
.tg-detailpage > .tg-directinfo > .tg-directposthead{
width: 100%;
float: left;
position: relative;
padding: 0 200px 0 0;
}
.tg-directposthead h3{
margin: 0;
font-size: 18px;
line-height: 21px;
text-transform: capitalize;
}
.tg-subjects{
width: 100%;
float: left;
font-size: 13px;
line-height: 16px;
padding: 7px 0;
}
.tg-directposthead .tg-stars{margin: 4px 0 3px;}
/*==============================================
Feedback Style
==============================================*/
.tg-feedback,
.tg-reviewerdp{
width: 100%;
float: left;
text-align: center;
}
.tg-feedbackcontent{
width: 100%;
float: left;
padding: 0 0 30px;
}
.tg-feedbackcontent blockquote{
border: 0;
width: 100%;
float: left;
margin: 0 0 30px;
padding: 0 0 30px;
text-align: center;
position: relative;
}
.tg-feedbackcontent blockquote:before{
left: 50%;
bottom: 0;
content: '';
width: 170px;
height: 1px;
background: #fff;
position: absolute;
margin: 0 0 0 -85px;
}
blockquote,
blockquote q{font:400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;}
.tg-feedbackcontent h3{
margin: 0;
color: #fff;
clear: both;
font-size: 20px;
line-height: 20px;
text-transform: capitalize;
}
.tg-feedbackcontent .tg-metadata{
width: 100%;
float: left;
text-align: center;
}
.tg-feedbackcontent .tg-metadata li{
float: none;
display: inline-block;
vertical-align: middle;
}
.tg-feedbackcontent .tg-metadata li a,
.tg-feedbackcontent .tg-metadata li:before{color: #fff;}
.tg-metadata li .tg-stars{margin: 4px 0 0;}
.tg-reviewerdpslider{
width: 60%;
float: none;
clear: both;
margin: 0 auto;
overflow: hidden;
}
.tg-reviewerdpslider .item{
width:100%;
float:left;
}
.tg-reviewerdpslider .owl-item{padding: 0 5px;}
.tg-reviewerdp figure{
margin: 0;
padding:7px 0 0 0;
width: 100%;
float: left;
border-bottom: 3px solid transparent;
}
.tg-reviewerdp figure img{
width: 100%;
height: auto;
display: block;
border-radius: 3px;
}
.tg-reviewerdpslider .owl-item figure:hover,
.tg-reviewerdpslider .owl-item.tg-active figure{
padding: 0 0 7px;
border-color: #fff !important;
}
.tg-feedbackcontent .tg-stars:before{color: #fff;}
/*==============================================
News & Trusted Style
==============================================*/
.tg-newstrusted{
width: 100%;
float: left;
}
.tg-latestnews{
width: 100%;
float: left;
}
.tg-post{
width: 100%;
float: left;
}
.tg-postimg{
margin: 0;
width: 100%;
float: left;
overflow: hidden;
border-radius: 5px;
}
.tg-postimg a{display: block;}
.tg-postimg a img{
width: 100%;
height: auto;
display: block;
}
.tg-postcontent{
width: 100%;
float: left;
margin: 20px 0 0;
position: relative;
padding: 0 0 0 100px;
}
.tg-postdate{
top: 0;
left: 0;
width: 80px;
height: 80px;
color: #484848;
font-size: 18px;
line-height: 21px;
text-align: center;
position: absolute;
border-radius: 3px;
padding: 17px 10px;
background: #f8f8f8;
}
.tg-postdate span{
display: block;
font-size: 30px;
line-height: 30px;
}
.tg-post:hover .tg-postdate span,
.tg-post:hover .tg-postdate{color:#fff;}
.tg-posttitle{
width: 100%;
float: left;
}
.tg-posttitle h3{
margin: 0;
width: 100%;
float: left;
font-size: 18px;
line-height: 23px;
text-transform: capitalize;
}
.tg-postcontent .tg-metadata{
width: 100%;
float: left;
padding: 0 0 10px;
}
.tg-metadata li time,
.tg-metadata li time em,
.tg-metadata li time a,
.tg-metadata li a,
.tg-metadata li em{
line-height: 16px;
font-style: normal;
display: inline-block;
vertical-align: middle;
}
.tg-postcontent .tg-description p{margin: 0;}
.tg-trustedbymany{
width: 100%;
float: left;
}
.tg-brands{
width: 100%;
float: left;
}
.tg-brands figure{
margin: 0;
width: 25%;
float: left;
padding: 10px;
}
.tg-newstrusted .tg-brands figure{width: 50%;}
.tg-brands figure a{
width: 100%;
height: 150px;
float: left;
display: flex;
border-radius: 5px;
border: 1px solid #ddd;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-brands figure a img{
opacity: 0.50;
display: block;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.tg-brands figure a:hover img{
opacity: 1;
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.tg-brandsslider .item{
width: auto;
float: none;
margin: -10px;
overflow: hidden;
}
body.tg-home .tg-brandsslider .owl-pagination{padding: 30px 0 0;}
.tg-brandsslider .owl-pagination{padding: 30px 0 20px 0;}
/*==============================================
Register Style
==============================================*/
.tg-freeregistration{
width:100%;
float:left;
}
.tg-regleftarea{
float:left;
padding: 0 0 0 100px;
}
.tg-regleftarea h2{
font-size:30px;
line-height:30px;
margin:0 0 10px;
}
.tg-regleftarea .tg-description p{margin:0;}
.tg-regrightarea{
float:right;
padding:10px 100px 10px 0;
}
/*==============================================
Footer Style
==============================================*/
.tg-footer{
background: #f8f8f8;
overflow: hidden;
}
.tg-subscribetitle{
width:100%;
float:left;
}
.tg-subscribetitle h3{
margin:0;
font-size:24px;
line-height:30px;
color:#fff;
}
.tg-formsubscribe{
width:auto;
float:none;
margin:0 -15px;
padding:10px 0 ;
clear:both;
overflow:hidden;
}
.tg-formsubscribe fieldset .form-group{
width:38%;
float:left;
margin:0;
padding:0 15px;
}
.tg-formsubscribe fieldset .form-group:last-child{width:24%;}
.tg-formsubscribe fieldset .form-group .tg-btn{width:100%;}
.tg-formsubscribe fieldset .form-group input{width:100%;}
.tg-quicklinks{
width: 100%;
float: left;
padding: 60px 0;
}
.tg-subscribe{
width:100%;
float:left;
padding:50px 0;
}
.tg-quicklinks{padding: 0;}
.tg-fcols{
width: 100%;
float: left;
}
.tg-fcol{
width: 100%;
float: left;
padding: 0 40px;
min-height: 424px;
}
.tg-fcol + .tg-fcol{}
.tg-infobox .tg-fcol{
width: 25%;
float: left;
text-align: center;
}
.tg-infobox .tg-fcol + .tg-fcol{border-left:1px solid #ddd;}
.tg-infobox .tg-fcol:first-child{width: 50%;}
.tg-fcol .tg-logo{
width: 220px;
float: left;
display: block;
margin: 0 0 20px;
}
.tg-fcol .tg-description{padding: 0 0 20px;}
.tg-fcol .tg-description p{margin: 0;}
.tg-fcol .tg-socialicons{
width: 100%;
float: left;
text-align: center;
}
.tg-fcol .tg-socialicons li{
float: none;
display: inline-block;
vertical-align: middle;
}
.tg-fcol .tg-icon{padding: 0 0 30px;}
.tg-fcol .tg-title{padding: 0 0 20px;}
.tg-email{
width: 100%;
float: left;
list-style: none;
line-height: 17px;
}
.tg-email li{
width: 100%;
float: left;
padding: 0 0 5px;
line-height: inherit;
list-style-type: none;
}
.tg-email li a{
color: #484848;
display: inline-block;
vertical-align: middle;
}
.tg-newsletter{
width: 100%;
float: left;
}
.tg-newsletter fieldset{
width: 100%;
float: left;
margin: 0;
padding: 0;
border: 0;
position: relative;
}
.tg-newsletter fieldset .form-control{
z-index: 1;
width: 100%;
float: left;
position: relative;
border-color: #ddd;
background: transparent;
padding: 15px 36px 15px 10px;
}
.tg-newsletter fieldset button{
top: 50%;
right: 3px;
width:32px;
height:32px;
margin:-16px 0 0;
z-index: 2;
color:#fff;
font-size: 16px;
line-height: 16px;
position: absolute;
border-radius:3px;
}
.tg-quicklinks .tg-fcol{
width: 33.33%;
padding: 60px 15px;
}
.tg-quicklinks .tg-fcol:nth-child(2){background: #f3f3f3;}
.tg-quicklinks .tg-fcol:nth-child(3){
background: #eeeeee;
position:relative;
}
.tg-quicklinks .tg-fcol:nth-child(3):after{
left:100%;
top:0;
content:'';
width:9999px;
height:100%;
background: #eeeeee;
position:absolute;
}
.tg-quicklinks .tg-fcol .tg-title{padding: 0 0 25px;}
.tg-fcol .tg-contactinfo{
width:100%;
float:left;
margin:0 0 15px;
font-size:14px;
line-height:17px;
}
.tg-fcol .tg-contactinfo li{
width:100%;
padding:10px 0;
line-height:inherit;
}
.tg-fcol .tg-contactinfo li + li:before{display:none;}
.tg-fcol .tg-contactinfo li a{color:#484848;}
.tg-fcol .tg-contactinfo li i{margin:0 15px 0 0;}
.tg-fcol .tg-contactinfo li i,
.tg-fcol .tg-contactinfo li address{
display:inline-block;
vertical-align:middle;
}
.tg-fcol.tg-specialities ul{
width:50%;
float:left;
font-size:14px;
line-height:17px;
list-style:none;
}
.tg-fcol.tg-specialities ul li{
width:100%;
float:left;
padding:10px 0;
line-height:inherit;
list-style-type:none;
}
.tg-fcol.tg-specialities ul li a{
display:block;
padding:0 0 0 10px;
color:#484848;
position:relative;
}
.tg-fcol.tg-specialities ul li a:hover{padding:0 0 0 15px;}
.tg-fcol.tg-specialities ul li a:after{
left:0;
top:0;
content:'\f0da';
font-family:'FontAwesome';
color:#484848;
position:absolute;
}
.tg-latestlistings ul{
width:100%;
float:left;
list-style:none;
}
.tg-latestlistings ul li{
width:100%;
float:left;
padding:5px 0;
list-style-type:none;
}
.tg-latestlistings ul li .tg-authordp{margin:0 10px 0 0;}
.tg-latestlistings ul li .tg-directposthead{
width:auto;
float:none;
padding:2px 0;
overflow:hidden;
}
.tg-latestlistings ul li .tg-directposthead h3{
font-size:14px;
line-height:17px;
}
.tg-btnviewmore{
float:left;
display:block;
margin:15px 0 0;
font-size:14px;
line-height:17px;
color:#484848;
}
.tg-footerbar{
width: 100%;
float: left;
padding: 20px 0;
background: #404040;
}
.tg-footernav{
float: left;
text-transform: capitalize;
font:400 12px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-footernav ul{
width: 100%;
float: left;
list-style: none;
line-height: inherit;
}
.tg-footernav ul li{
float: left;
padding: 0 0 0 20px;
line-height: inherit;
list-style-type: none;
}
.tg-footernav ul li:first-child{padding: 0;}
.tg-footernav ul li a{
color: #fff;
display: block;
line-height: inherit;
}
.tg-copyright{
color: #fff;
float: right;
font:400 12px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-copyright a{color:#fff;}
.tg-fcol .tg-twitter .tg-roundicontext:hover,
.tg-fcol .tg-linkedin .tg-roundicontext:hover,
.tg-fcol .tg-googleplus .tg-roundicontext:hover,
.tg-fcol .tg-rss .tg-roundicontext:hover,
.tg-fcol .tg-youtube .tg-roundicontext:hover,
.tg-fcol .tg-facebook .tg-roundicontext:hover {width: 25px;}
/*======================================================================================================
Inner Pages Style
======================================================================================================*/
.tg-paddingzero{padding: 0;}
.tg-pageinnerbanner{padding: 75px 0;}
.tg-pageheadcontent{
width: 100%;
float: left;
color: #fff;
text-align: center;
}
.tg-pagetitle{
width: 100%;
float: left;
}
.tg-pagetitle h1{
margin: 0;
color: #fff;
font-size: 30px;
line-height: 24px;
text-transform: capitalize;
}
.tg-innerbanner{
z-index: 1;
padding: 20px 0;
position: relative;
background: #484848;
box-shadow: 0 0 15px 5px rgba(17, 1, 14, 0.10);
}
.tg-innerbanner .tg-formtheme{
padding: 13px 0;
position: relative;
border:0;
border-radius:3px;
}
.tg-innerbanner .tg-formtheme fieldset{position: static;}
.tg-innerbanner .tg-formsearch fieldset .tg-select{width: 18%;}
.tg-innerbanner .tg-formsearch fieldset .form-control{width: 95%;}
.tg-pagehead{
width: 100%;
float: left;
padding: 30px 0;
margin: -100px 0 30px;
border-bottom: 1px solid #ddd;
}
.tg-pagehead p{
margin: 0;
color: #999;
}
.tg-pagehead p span{color: #484848;}
.tg-twocolumns,
.tg-content,
.tg-sidebar,{
width: 100%;
float: left;
}
/*==============================================
Search Result V1
==============================================*/
.tg-directposts{
width: 100%;
float: left;
}
.tg-directposts .tg-directpost{
padding: 0;
width: 100%;
}
.tg-directposts .tg-directpost + .tg-directpost{padding: 30px 0 0;}
.tg-directposts .tg-directinfo .tg-description p{margin: 0;}
/*==============================================
Search Result V2
==============================================*/
.tg-directposts.tg-directpostsv2{
width: 35%;
float: right;
padding: 0 15px 0 30px;
}
.tg-directposts.tg-directpostsv2 .tg-pagehead{margin-top: 0;}
.tg-allpaddingzero{padding: 0;}
.tg-directpostslistingscrollbar{
width: 100%;
float: left;
height: 964px;
margin: 0 0 30px;
overflow: hidden;
position: relative;
}
.tg-directpostslistingscrollbar .tg-checkbox + .tg-checkbox{margin: 10px 0 0;}
.tg-directpostslistingscrollbar .tg-checkbox label{
color: #999;
font-size: 14px;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.mCSB_scrollTools{width: 3px;}
.mCSB_inside > .mCSB_container{margin-right: 10px;}
.mCSB_scrollTools .mCSB_draggerRail{
width: 3px;
float: right;
background: #ddd;
border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{border-radius: 0;}
.tg-filterarea{
top: 30px;
right: 30px;
width: 50px;
height: 50px;
position: absolute;
}
.tg-btnfilter{
color: #fff;
width: 50px;
height: 50px;
display: block;
line-height: 50px;
border-radius: 5px;
box-shadow: 0 0 15px 5px rgba(17, 1, 14, 0.10);
}
.tg-btnfilter i{
display: block;
font-size: 20px;
line-height: 50px;
text-align: center;
}
.tg-btnfilter:focus,
.tg-btnfilter:hover{color: #fff;}
.tg-filtersection{
top: 0;
right: 0;
width: 430px;
display: none;
padding: 30px;
overflow: hidden;
background: #fff;
position: absolute;
border-radius: 5px;
box-shadow: 0 0 15px 5px rgba(17, 1, 14, 0.10);
}
.tg-filtersection .tg-btnfilter{
top: 30px;
right: 30px;
width: 20px;
height: 20px;
color: #484848;
box-shadow: none;
line-height: 20px;
position: absolute;
background: url(../images/close2.png) no-repeat 50% 50%;
}
/*==============================================
Search Result V3
==============================================*/
.tg-searchresult{
width:100%;
float:left;
}
body.tg-home .tg-searchresult{
width:auto;
float:none;
margin: -30px -15px 0;
clear: both;
overflow:hidden;
}
.tg-searchresult .tg-directpostimg > a{margin:0;}
.tg-searchresult .tg-directpostimg figcaption{
bottom:10px;
position:absolute;
}
.tg-leftarea{
float:left;
padding:8px 0;
}
body.tg-home .tg-leftarea {
float: left;
width: 100%;
padding: 8px 0;
}
.tg-rightarea{
right:0;
top:0;
position:absolute;
}
.tg-leftarea .tg-directposthead{
width:auto;
padding:0 0 8px;
}
.tg-leftarea .tg-contactinfo{
clear:both;
float:left;
text-align:left;
}
.tg-leftarea .tg-contactinfo li{
width:100%;
float:left;
padding:2px 0;
text-align:left;
line-height:normal;
}
.tg-leftarea .tg-contactinfo li:before{display:none;}
.tg-leftarea .tg-contactinfo li a{color:#484848;}
.tg-leftarea .tg-contactinfo li a i,
.tg-leftarea .tg-contactinfo li a span,
.tg-leftarea .tg-contactinfo li a address{
font-size:14px;
display:inline-block;
vertical-align:middle;
}
.tg-leftarea .tg-contactinfo li a i{margin:0 8px 0 0;}
.tg-bookappoinment{
float:right;
text-align:center;
}
.tg-bookappoinment > a{
display:block;
margin:0 0 6px;
font-size:16px;
line-height:19px;
color:#484848;
}
.tg-bookappoinment > a i{margin:0 3px 0 0;}
.tg-bookappoinment a span{
display:block;
font-size:13px;
}
.tg-bookappoinment .tg-btn{padding:0 10px;}
.tg-bookappoinment .tg-metadata{
float:none;
clear:both;
overflow:hidden;
padding:18px 0 0;
}
.tg-bookappoinment .tg-metadata li{
float:none;
padding:0 8px;
display:inline-block;
vertical-align:middle;
}
.tg-bookappoinment .tg-metadata li:first-child{padding-left:0;}
.tg-bookappoinment .tg-metadata li:last-child{padding-right:0;}
.tg-bookappoinment .tg-metadata li + li:before{left:-5px;}
.tg-bookappoinment .tg-metadata li .tg-stars{margin:0;}
/*==============================================
Map Clustering Style
==============================================*/
.tg-map{
width: 100%;
float: left;
height: 1105px;
position: relative;
}
.tg-mapbox{
width: 65%;
float: left;
position: relative;
}
.map-cluster-data,
.tg-map div[title=""]{
padding:0 2px 0 0;
width:40px !important;
height:40px !important;
font-size: 15px !important;
line-height:40px !important;
background-size:auto !important;
background-position:center !important;
}
.infoBox{
width:430px;
float:left;
background: #fff;
position:relative;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
}
.infoBox:after{
bottom:-25px;
right:0;
content:'';
width: 0;
height: 0;
border-top: 24px solid #999;
border-right: 30px solid transparent;
position:absolute;
}
.tg-mapinfobox .tg-metadata li,
.tg-mapinfobox .tg-jobsmetadata li{padding: 0 10px;}
.tg-mapinfobox .tg-metadata li + li:before,
.tg-mapinfobox .tg-jobsmetadata li + li:before{top: 3px;}
.tg-mapinfobox .tg-metadata li:first-child,
.tg-mapinfobox .tg-jobsmetadata li:first-child{padding-left: 0;}
.tg-mapinfobox .tg-metadata li:first-child .tg-stars,
.tg-mapinfobox .tg-jobsmetadata li:first-child .tg-stars{margin: 2px 0;}
.infoBox > img{
top: -13px;
right: -13px;
z-index:10;
position: absolute !important;
}
.doctor-detail{
width:100%;
float:left;
padding:10px;
background:#fff;
}
.infoBox .tg-directpostimg {
margin:0 20px 10px 0;
border-radius:3px;
}
.infoBox .tg-directpostimg img{
width:100%;
height:auto;
display:block;
border-radius:3px;
}
.infoBox .tg-directpost{
width:100%;
float:left;
padding:10px;
}
.infoBox .tg-directpostimg > a{margin:0;}
.infoBox .tg-directpostimg figcaption{
left:0;
bottom:10px;
width:100%;
position:absolute;
}
.infoBox figcaption .tg-usericon + .tg-usericon{margin:0 0 0 5px}
.infoBox figcaption .tg-usericon i{float:left;}
.infoBox .tg-directpost h3{
margin: 0;
font-size: 18px;
line-height: 21px;
text-transform: capitalize;
}
.infoBox .tg-directpost h3 a{color:#484848;}
.infoBox .tg-contactinfo {
clear: both;
float: left;
text-align: left;
}
.infoBox .tg-contactinfo li {
width: 100%;
float: left;
padding: 2px 0;
text-align: left;
line-height: normal;
}
.infoBox .tg-contactinfo li a{color: #484848;}
.infoBox .tg-contactinfo li a i,
.infoBox .tg-contactinfo li a span,
.infoBox .tg-contactinfo li a address {
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
.infoBox .tg-contactinfo li a i {margin: 0 8px 0 0;}
.infoBox .tg-bookappoinment{
width:auto;
float:none;
clear:both;
overflow:hidden;
margin:0 -10px -10px;
padding:15px 20px;
background:#f7f7f7;
}
.infoBox .tg-bookappoinment .tg-metadata{
width:auto;
padding:0;
}
.infoBox .tg-bookappoinment > a{
float:left;
margin:0;
}
.infoBox .tg-bookappoinment .tg-btn{
float:right;
line-height:30px;
margin:4px 0;
}
.infoBox .tg-bookappoinment .tg-metadata{
width:auto;
margin:0 auto;
padding:11px 0 0;
display:inline-block;
}
.tg-likestarbecommember .tg-bookappoinment .tg-btn{padding:0 020px;}
.tg-likestarbecommember .tg-bookappoinment > a{margin:0;}
.tg-mapinfobox .tg-subjects{
margin:0;
font-size:14px;
line-height:17px;
font-style:normal;
}
.tg-map-controls{
top:30px;
left:30px;
z-index:2;
width:126px;
position:absolute;
}
.tg-map-controls span{
float:left;
width:30px;
height:30px;
color:#fff;
cursor:pointer;
font-size:13px;
line-height:30px;
text-align:center;
background:#484848;
border-radius: 3px;
}
.tg-map-controls span + span{ margin:0 0 0 2px;}
/*==============================================
Refine Search Form
==============================================*/
.tg-formrefinesearch h3{
margin: 0;
font-size: 20px;
font-weight: 600;
line-height: 20px;
text-transform: capitalize;
}
.tg-formrefinesearch fieldset{margin: 30px 0 0;}
.tg-formrefinesearch fieldset h4{
padding: 10px;
color: #fff;
font-size: 14px;
line-height: 17px;
font-weight: 400;
margin: 0 0 15px;
background: #484848;
}
.tg-formrefinesearch fieldset .tg-radio,
.tg-formrefinesearch fieldset .tg-checkbox{
width: 50%;
float: left;
padding: 5px 0 0;
}
.tg-formrefinesearch fieldset .tg-checkbox label,
.tg-formrefinesearch fieldset .tg-radio label{
color: #484848;
font-size: 13px;
line-height: 16px;
}
.tg-formrefinesearch fieldset .tg-checkbox label:before{box-shadow: none;}
.tg-formrefinesearch .tg-checkbox:hover label,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:before,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:after{
color: #484848;
border-color: #484848;
}
.tg-themerangeslider{
width: 100%;
float: left;
height: 3px;
margin: 10px 0;
border-radius: 0;
background: #ddd;
border: 0 !important;
}
.tg-themerangeslider .ui-slider-handle{
top: 3px;
width: 0;
height: 0;
outline: none;
background: none;
border-radius: 0;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #000 transparent;
}
.tg-themerangeslider .ui-slider-handle + .ui-slider-handle{
top: -8px;
margin: 0 0 0 -8px;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #484848 transparent transparent transparent;
}
.tg-amountbox{
width: 100%;
float: left;
margin: 5px 0 0;
}
.tg-amountbox span,
.tg-amountbox input{
display: inline-block;
vertical-align: middle;
}
.tg-amountbox span{
color: #999;
font-size: 13px;
line-height: 16px;
padding: 0 8px 0 0;
}
.tg-amountbox input{
border: 0;
width: auto;
padding: 0;
height: auto;
color: #484848;
line-height: auto;
font:600 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-uislider{
width: 100%;
float: left;
padding: 15px 0 0;
}
.tg-uislider .tg-amountbox span{color: #999;}
.tg-uislider .tg-amountbox span + span{
color: #484848;
padding: 0;
font-weight: 600;
}
.tg-ratingcheckbox{
width: 100%;
float: left;
}
.tg-formrefinesearch fieldset .tg-ratingcheckbox .tg-checkbox label{line-height: 15px;}
.tg-ratingcheckbox .tg-checkbox label .tg-stars{
float: left;
margin: 0 0 0 3px;
}
.tg-ratingcheckbox .tg-checkbox label .tg-stars,
.tg-ratingcheckbox .tg-checkbox label .tg-stars:before,
.tg-ratingcheckbox .tg-checkbox label .tg-stars span,
.tg-ratingcheckbox .tg-checkbox label .tg-stars span:after{
height: 15px;
font-size: 15px;
line-height: 15px;
}
.tg-ratingcheckbox .tg-checkbox label .tg-stars{width: 88px;}
.tg-ratingcheckbox .tg-checkbox label[for="onestar"] .tg-stars span{width: 20%;}
.tg-ratingcheckbox .tg-checkbox label[for="twostar"] .tg-stars span{width: 40%;}
.tg-ratingcheckbox .tg-checkbox label[for="threestar"] .tg-stars span{width: 60%;}
.tg-ratingcheckbox .tg-checkbox label[for="fourstar"] .tg-stars span{width: 80%;}
.tg-ratingcheckbox .tg-checkbox label[for="fivestar"] .tg-stars span{width: 100%;}
.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:before{top: 2px;}
.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:after{top: 6px;}
.tg-formrefinesearch fieldset .tg-btn{
width: 48%;
float: right;
}
.tg-formrefinesearch fieldset .tg-btn:first-child{float: left;}
/*==============================================
Doctor Overview Detail
==============================================*/
.tg-detailpage{
width: 100%;
padding: 0 !important;
}
.tg-directposthead .tg-btn{
top: 0;
right: 0;
position: absolute;
}
.tg-detailpage .tg-description p:last-child{margin: 0;}
.tg-detailpage .tg-btntext{
width: auto !important;
display: inline-block !important;
}
.tg-socialarea{
width: 100%;
float: left;
text-align: left;
padding: 15px 0 0;
}
.tg-socialarea > span,
.tg-socialarea .tg-socialsharewithtext{
display: inline-block;
vertical-align: middle;
}
.tg-socialarea > span{
color: #484848;
font-size: 14px;
font-weight: 600;
line-height: 17px;
padding: 0 10px 0 0;
text-transform: capitalize;
}
.tg-badgesearned{
width: 100%;
float: left;
padding: 20px;
margin: 0 0 15px;
position: relative;
}
.tg-badgesearned h3{
margin: 0 0 20px;
font-size: 18px;
line-height: 18px;
}
.tg-badges{
clear: both;
margin:-5px;
overflow: hidden;
list-style: none;
}
.tg-badges li{
float: left;
padding: 5px 4px;
list-style-type: none;
}
.tg-badges li a{
width: 60px;
height: 60px;
display: block;
background: #fff;
border-radius: 3px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-badges li a:hover{box-shadow: 0 0 10px 0px rgba(17, 1, 14, 0.10);}
.tg-detailpagetabs{
width: 100%;
float: left;
}
.tg-contentdetailpage{
width: 100%;
float: left;
}
.tab-pane{
width: 100%;
float: left;
}
.tg-tabtitle{
width: 100%;
float: left;
padding: 0 0 30px;
}
.tg-tabtitle h2{
margin: 0;
float: left;
color: #484848;
font-size: 20px;
line-height: 17px;
/* font-weight: bold; */
text-transform: capitalize;
}
.tg-tabtitle h3{
margin: 0;
float: left;
color: #484848;
font-size: 20px;
line-height: 17px;
text-transform: capitalize;
}
.tg-tabtitle h4{
float: right;
color: #484848;
margin: 5px 0 0;
font-size: 14px;
line-height: 12px;
text-transform: capitalize;
}
.tg-navdetailpagetabs{
width: 100%;
float: left;
display: table;
table-layout: fixed;
list-style: none;
border-bottom: 2px solid #f8f8f8;
font: 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-navdetailpagetabs li{
display: table-cell;
vertical-align: top;
list-style-type: none;
line-height: inherit;
}
.tg-navdetailpagetabs li a{
color: #484848;
display: block;
padding: 17px 0;
text-align: center;
position: relative;
}
.tg-navdetailpagetabs li a:before{
top: 100%;
left: 0;
width: 0;
height: 2px;
content: '';
position: absolute;
}
.tg-navdetailpagetabs li a:hover,
.tg-navdetailpagetabs li.active a{background: #f8f8f8;}
.tg-navdetailpagetabs li a:hover:before,
.tg-navdetailpagetabs li.active a:before{width: 100%;}
.tg-servicelocations{
width: 100%;
float: left;
}
.tg-servicelocation{
width: 90%;
float: left;
position: relative;
}
.tg-servicelocation + .tg-servicelocation{margin: 30px 0 0;}
.tg-servicelocation .tg-directpost{
width: 80%;
float: left;
padding: 0 15px 0 0 !important;
}
.tg-servicesinfo{
width: 20%;
float: right;
list-style: none;
font-size: 13px;
line-height: 16px;
padding: 0 0 0 15px;
}
.tg-servicesinfo li{
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-servicesinfo li + li{padding: 10px 0 0;}
.tg-servicesinfo li span{
display: block;
line-height: inherit;
}
.tg-servicesinfo li span + span{color: #484848;}
.tg-listdatastyle li span{
font: 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
color: #484848;
}
.tg-listdatastyle li span:first-child{
width: 75%;
display: block;
font-size: 18px;
line-height: 22px;
display: block;
color: #484848;
}
.tg-listdatastyle li span:last-child{
top: 0;
right: 0;
width: 200px;
display: block;
font-size: 14px;
line-height: 17px;
position: absolute;
text-align: right;
display: block;
}
.tg-threecolumns.tg-languages{
width: 100%;
float: left;
-webkit-column-count: initial;
-moz-column-count: initial;
column-count: initial;
}
.tg-threecolumns.tg-languages li{
width: 33.33%;
float: left;
display: block;
}
.tg-videobox{
width: 100%;
float: left;
overflow: hidden;
position: relative;
border-radius: 5px;
}
.tg-videobox img{
z-index: 1;
opacity: 0;
width: 100%;
height: auto;
display: block;
visibility: hidden;
position: relative;
}
.tg-videobox iframe{
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
position: absolute;
}
.tg-formbookappointment{
width: 100%;
float: left;
}
.tg-formsteptwo,
.tg-formstepthree,
.tg-formstepfour{display: none;}
.tg-formbookappointment fieldset{
border: 0;
margin: 0;
padding: 0;
width: 100%;
float: left;
}
.tg-formprogressbar{
width: 100%;
float: left;
color: #999;
font-size: 12px;
line-height: 15px;
margin: 0 0 20px;
}
.tg-formprogressbar li{
width: 25%;
float: left;
z-index: 3;
padding: 20px 0 0;
position: relative;
line-height: inherit;
list-style-type: none;
text-transform: capitalize;
}
.tg-formprogressbar li span{
width: 100%;
float: left;
display: none;
text-align: center;
}
.tg-formprogressbar li:before{
top: 0;
left: 50%;
z-index: 2;
content: '';
width: 16px;
height: 16px;
display: block;
background: #ddd;
border-radius: 50%;
margin: 0 0 0 -8px;
position: absolute;
border: 3px solid #fff;
}
.tg-formprogressbar li:after{
top: 8px;
left: 0;
z-index: 1;
content:'';
width: 100%;
height: 1px;
background: #ddd;
position: absolute;
}
.tg-formprogressbar li.tg-active:before{background: #fff;}
.tg-formprogressbar li.tg-active span{display: block;}
.tg-formbookappointment .tg-btnbox{
width: 100%;
float: left;
margin: 30px 0 0;
padding: 30px 0 0;
border-top: 1px solid #ddd;
}
.tg-formbookappointment .tg-btnbox .tg-btn{
float: right;
padding: 0 50px;
}
.tg-formbookappointment .tg-btnbox .tg-btn + .tg-btn{float: left;}
.tg-formbookappointment h3{
margin: 0 0 30px;
font-size: 17px;
font-weight: 500;
line-height: 20px;
}
.tg-formbookappointment .tg-formstepone .form-group{margin: 0 0 10px;}
.tg-formbookappointment .form-group{
width: 100%;
float: left;
}
.tg-patienttype{
clear: both;
overflow: hidden;
margin: 12px -20px 12px 0;
}
.tg-patienttype strong,
.tg-patienttype span{
width: auto;
float: left;
font-size: 13px;
line-height: 16px;
}
.tg-patienttype span{padding: 0 0 0 10px;}
.tg-feedbackcontent .tooltip.top {
width: 130px;
margin-top: 10px;
top:-45px !important;
}
.tg-patienttype .tg-checkbox label{
font-size: 13px;
line-height: 16px;
}
.tg-formbookappointment .tg-select select,
.tg-formbookappointment .form-control{
height: 40px;
line-height: 20px;
padding: 10px 15px;
border-radius: 3px;
}
.tg-formbookappointment textarea.form-control{
resize: none;
height: 170px;
margin: 0 0 15px;
}
.tg-timeslothead{
width: 100%;
float: left;
padding: 0 0 30px;
}
.tg-formbookappointment .tg-timeslothead h3{
float: left;
margin: 0;
}
.tg-timeslothead .tg-checkbox{
width: auto;
float: right;
}
.tg-dateandtimeslots{
width: 100%;
float: left;
}
.tg-datebox{
width: 30%;
float: left;
color: #fff;
height: 140px;
padding: 20px;
position: relative;
text-align: center;
border-radius: 3px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
font:400 14px/17px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-datebox time{
color: #fff;
display: block;
margin: 0 0 10px;
padding: 0 20px 10px;
border-bottom: 1px solid #fff;
font:400 18px/21px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-datebox span{display: block;}
.tg-datebox .fa{
z-index: 2;
right: 10px;
bottom: 10px;
cursor: pointer;
position: absolute;
}
.tg-timeslots{
width: 70%;
float: right;
margin: -5px 0;
padding: 0 0 0 5px;
}
.tg-timeslots .tg-radio{
width: 20%;
float: left;
padding: 5px;
}
.tg-radio input:disabled + label{
cursor:default;
pointer-events: none;
}
.tg-timeslots .tg-radio label{
padding: 0;
width: 100%;
float: left;
height: 40px;
font-size: 13px;
line-height: 15px;
overflow: hidden;
border-radius: 3px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
border: 1px solid;
}
.tg-timeslots .tg-radio input[type="radio"] + label:before,
.tg-timeslots .tg-radio input[type="radio"] + label:after{display: none;}
.tg-timeslots .tg-radio input[type="radio"]:disabled + label{
color: #999;
background: #f8f8f8;
border-color: #f8f8f8;
}
.tg-timeslots .tg-radio input[type="radio"]:checked + label{color: #fff;}
.tg-formbookappointment .tg-formsteptwo .tg-checkbox{
width: auto;
float: left;
}
.tg-regardbox{
width: 200px;
float: left;
}
.tg-regardbox span{display: block;}
.tg-regardbox .tg-logo{
float: left;
width: auto;
margin: 10px 0;
}
.tg-contactdetail{
width: 100%;
float: left;
list-style: none;
font-size: 14px;
line-height: 17px;
}
.tg-contactdetail li{
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-contactdetail li i,
.tg-contactdetail li em,
.tg-contactdetail li a{
color: #484848;
font-style: normal;
line-height: inherit;
display: inline-block;
vertical-align: middle;
}
.tg-servicesfeecollapse{
width: 100%;
float: left;
}
.tg-servicesfeecollapse h3{
margin: 0;
color: #fff;
width: 100%;
float: left;
position: relative;
border-top: 1px solid #fff;
font:400 14px/40px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-servicesfeecollapse h3:before{
top: 0;
z-index: 2;
right: 20px;
content: '\f104';
position: absolute;
font-family: 'FontAwesome';
}
.tg-servicesfeecollapse h3.open:before{content: '\f107';}
.tg-servicesfeecollapse h3 a{
color: #fff;
display: block;
padding: 0 20px;
}
.tg-servicesfeecollapse h3 + div{display: none;}
.tg-collapsecontent{
width: 100%;
float: left;
}
.tg-collapsecontent ul{
width: 100%;
float: left;
list-style: none;
padding: 0 0 20px;
font:400 14px/40px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-collapsecontent ul li{
width: 100%;
float: left;
padding: 0 30px;
line-height: inherit;
list-style-type: none;
}
.tg-collapsecontent ul li:nth-child(odd){background: #fff;}
.tg-collapsecontent ul li:nth-child(even){background: #f8f8f8;}
.tg-collapsecontent ul li span{
float: left;
color: #484848;
line-height: inherit;
}
.tg-collapsecontent ul li span + span{float: right;}
.tg-collapsecontent ul li span i{color: #999;}
.tg-patientfeedbackhead{
width: 100%;
float: left;
padding: 10px;
margin: 0 0 20px;
border-radius: 3px;
background: #f8f8f8;
}
.tg-formfeedbacksearch{
width: 330px;
padding: 3px;
background: #fff;
border-radius: 3px;
border: 1px solid #ddd;
}
.tg-formfeedbacksearch fieldset{position: relative;}
.tg-formfeedbacksearch .form-control{
border: 0;
width: 290px;
height: 32px;
padding: 0 10px;
line-height: 32px;
}
.tg-formfeedbacksearch .form-control:focus{box-shadow: none;}
.tg-formfeedbacksearch button{
color: #fff;
width: 32px;
height: 32px;
float: right;
line-height: 32px;
text-align: center;
border-radius: 3px;
}
.tg-formfeedbacksearch button i{
display: block;
line-height: inherit;
}
.tg-patientfeedbackhead .tg-metadata{
width: auto;
float: right;
padding: 11px 0 10px;
}
.tg-patientfeedbacks{
width: 100%;
float: left;
padding: 0 0 20px;
}
.tg-patientfeedback{
width: 100%;
float: left;
display: none;
}
.tg-patientfeedbackbox{
width: 100%;
float: left;
padding: 20px;
margin: 0 0 10px;
border-radius: 3px;
background: #f8f8f8;
}
.tg-patientfeedback figure{
float: left;
overflow: hidden;
margin: 0 20px 0 0;
border-radius: 3px;
position: relative;
background: #484848;
}
.tg-patientfeedback figure a{display: block;}
.tg-patientfeedback figure img,
.tg-patientfeedback figure a img{
z-index: 1;
display: block;
position: relative;
}
.tg-patientfeedback figure figcaption{
top: 0;
left: 0;
opacity: 0;
z-index: 2;
width: 100%;
height: 100%;
visibility: hidden;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-patientfeedback figure figcaption a{color: #fff;}
.tg-patientfeedbackbox:hover figure img{opacity: 0.20;}
.tg-patientfeedbackbox:hover figure figcaption{
opacity: 1;
visibility: visible;
}
.tg-contenthead{
width: 100%;
float: left;
padding: 0 0 20px;
}
.tg-leftbox{float: left;}
.tg-rightbox{float: right;}
.tg-rightbox .tg-metadata{padding: 0;}
.tg-rightbox .tg-metadata li:last-child{padding-right: 0;}
.tg-patientname{
width: 100%;
float: left;
}
.tg-patientname h4{
margin: 0;
font-size: 18px;
line-height: 15px;
}
.tg-leftbox .tg-metadata{
clear: both;
width: auto;
float: none;
overflow: hidden;
padding: 5px 0 0;
}
.tg-leftbox .tg-metadata li:last-child{padding-right: 0;}
.tg-patientfeedbackcontent{
width: 627px;
float: right;
}
.tg-patientfeedbackcontent .tg-description p{margin: 0;}
.tg-btnbox{
width: 100%;
float: left;
text-align: center;
}
.tg-btnloadmore,
.tg-btnloadmoretwo{
float: none;
display: inline-block;
vertical-align: top;
padding: 0 60px;
}
.tg-patientfeedback .tg-patientfeedback{padding: 0 0 0 70px;}
.tg-patientfeedback .tg-patientfeedback .tg-patientfeedbackcontent{width: 557px;}
.tg-overallragingarea{
float: right;
padding: 2px 0;
line-height: 13px;
position: relative;
}
.tg-metadata li .tg-overallragingarea i{
cursor: pointer;
line-height: 13px;
}
.tg-overallraging{
top: 0;
left: 100%;
opacity: 0;
background: #fff;
visibility: hidden;
padding: 15px 20px;
border-radius: 5px;
position: absolute;
margin: 0 0 0 10px;
box-shadow: 0 0 10px 0px rgba(17, 1, 14, 0.10);
}
.tg-overallraging:before{
top: 50%;
right: 100%;
content: '';
position: absolute;
border-right: 7px solid #fff;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}
.tg-overallraging .tg-servicesrating{
margin: 0;
padding: 0;
}
.tg-overallragingarea:hover .tg-overallraging{
opacity: 1;
visibility: visible;
margin: -107px 0 0 10px;
}
.tg-overallraging .tg-servicesrating li{min-width: 195px;}
.tg-overallraging .tg-servicesrating li:before{display: none;}
.tg-overallraging .tg-servicesrating li em{font-size: 12px;}
.tg-overallraging .tg-servicesrating li .tg-stars{
margin: 0;
width: 75px;
}
.tg-overallraging .tg-servicesrating li .tg-stars,
.tg-overallraging .tg-servicesrating li .tg-stars:before,
.tg-overallraging .tg-servicesrating li .tg-stars span,
.tg-overallraging .tg-servicesrating li .tg-stars span:after{
height: 12px;
font-size: 12px;
line-height: 12px;
}
.tg-servicesrating{
width: 100%;
float: left;
padding: 5px 0;
list-style: none;
}
.tg-servicesrating li{
width: 33.33%;
float: left;
padding: 5px 0;
line-height: normal;
list-style-type: none;
}
.tg-servicesrating li span,
.tg-servicesrating li em{
float: left;
font-style: normal;
}
.tg-servicesrating li em{
font-size: 13px;
line-height: 13px;
}
.tg-servicesrating li .tg-stars{width: 85px;}
.tg-servicesrating li .tg-stars,
.tg-servicesrating li .tg-stars:before,
.tg-servicesrating li .tg-stars span,
.tg-servicesrating li .tg-stars span:after{
height: 14px;
font-size: 14px;
line-height: 14px;
}
.tg-formleavefeedback .form-group{
width: 100%;
float: left;
margin: 0 0 10px;
}
.tg-formleavefeedback .form-group label{
margin: 0;
float: left;
font-size: 13px;
line-height: 40px;
}
.tg-formleavefeedback .form-group .tg-select{
width: 70%;
float: right;
}
.tg-formleavefeedback .form-group .tg-select select{
width: 100%;
float: left;
height: 40px;
padding: 0 10px;
line-height: 18px;
border-radius: 3px;
}
.tg-recommendedradio{
height: 40px;
overflow: hidden;
}
.tg-recommendedradio .tg-radio{
width: 50%;
padding: 0 0 0 10px;
}
.tg-recommendedradio .tg-radio label{
padding: 0;
width: 100%;
float: left;
height: 40px;
font-size: 13px;
line-height: 15px;
overflow: hidden;
border: 1px solid;
border-radius: 3px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-recommendedradio .tg-radio label i{
color: #484848;
padding: 0 3px 0 0;
}
.tg-recommendedradio .tg-radio label:before,
.tg-recommendedradio .tg-radio label:after{display: none;}
.tg-recommendedradio .tg-radio label:hover,
.tg-recommendedradio .tg-radio label:hover i,
.tg-recommendedradio .tg-radio input[type="radio"]:checked + label,
.tg-recommendedradio .tg-radio input[type="radio"]:checked + label i{color: #fff;}
.tg-formleavefeedback .form-control{
width: 100%;
float: left;
height: 40px;
padding: 10;
line-height: 18px;
border-radius: 3px;
}
.tg-formleavefeedback textarea.form-control{
height: 220px;
resize: none;
padding: 10px;
margin: 0 0 10px;
}
.tg-formleavefeedback .tg-btn{padding: 0 60px;}
.tg-mapothercenters .tg-mapbox{
width: 100%;
margin: 0 0 30px;
border-radius: 5px;
}
.tg-mapothercenters .tg-mapbox .tg-map-controls{
top: 15px;
left: 15px;
}
.tg-serviceslocationmap{
width: 100%;
float: left;
height: 300px;
position: relative;
}
.tg-photogallery{
width: 100%;
float: left;
}
.tg-galleryslider{
width: 100%;
float: left;
}
.tg-viewslider{padding: 0 0 10px;}
.tg-galleryslider .item{
width: 100%;
float: left;
padding: 0 5px;
}
.tg-viewslider .item{padding: 0;}
.tg-viewslider .item figure{border-radius: 5px;}
.tg-galleryslider .item figure{
margin: 0;
width: 100%;
float: left;
overflow: hidden;
border-radius: 3px;
}
.tg-galleryslider .item figure img{
width: 100%;
height: auto;
display: block;
}
.tg-thumbnailslider .item figure{
cursor: pointer;
background: #484848;
}
.tg-thumbnailslider .tg-active .item figure img,
.tg-thumbnailslider .item figure:hover img{opacity: 0.20;}
.tg-viewslider .tg-btnroundprev,
.tg-viewslider .tg-btnroundnext{
border: 0;
width: 25px;
height: 25px;
font-size: 14px;
background: #ddd;
line-height: 25px;
}
.tg-viewslider .tg-btnroundprev{padding: 0 2px 0 0;}
.tg-viewslider .tg-btnroundnext{padding: 0 0 0 2px;}
.tg-viewslider .owl-controls{
top: 50%;
left: 0;
z-index: 3;
width: 100%;
padding: 0 30px;
margin: -13px 0 0;
position: absolute;
}
.tg-viewslider .owl-controls .owl-buttons .owl-prev{float: left;}
.tg-viewslider .owl-controls .owl-buttons .owl-next{float: right;}
.tg-questionanswers{
width: 100%;
float: left;
padding: 0 0 20px;
}
.tg-questionanswer{
width: 100%;
float: left;
display: none;
}
.tg-questionanswer figure{
float: left;
overflow: hidden;
margin: 0 20px 0 0;
border-radius: 3px;
position: relative;
background: #484848;
}
.tg-questionanswer figure figcaption{
top: 0;
left: 0;
opacity: 0;
z-index: 2;
width: 100%;
height: 100%;
visibility: hidden;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-questionanswer .tg-questionanswer{padding: 0 0 0 70px;}
.tg-questionanswer .tg-questionanswer .tg-patientfeedbackcontent {width: 557px;}
.tg-questionanswer figure figcaption a{color: #fff;}
/*==============================================
Sidebar Widgets
==============================================*/
.tg-widget + .tg-widget{margin: 30px 0 0;}
.tg-widget{
width: 100%;
float: left;
}
.tg-widgettitle{
width: 100%;
float: left;
padding: 10px;
margin: 0 0 20px;
background: #484848;
}
.tg-widgettitle h3{
margin: 0;
color: #fff;
font-size: 14px;
line-height: 17px;
}
.tg-widgetcontent{
width: 100%;
float: left;
}
.tg-widgetcontent .tg-mapbox{width: 100%;}
.tg-widgetcontent .tg-mapbox .tg-map{height: 270px;}
.tg-widgetcontent .tg-mapbox .tg-map-controls{
left: 10px;
top: 10px;
}
.tg-widgetcontent ul{
width: 100%;
float: left;
font-size: 13px;
line-height: 16px;
list-style: none;
}
.tg-widgetcontent ul li{
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-widgetcontent ul li + li{margin: 10px 0 0;}
.tg-widgetcontent ul li a{
color: #484848;
display: block;
}
.tg-widgetcontent ul li figure{
float: left;
overflow: hidden;
margin: 0 10px 0 0;
border-radius: 3px;
}
.tg-widgetcontent ul li figure a{display: block;}
.tg-widgetcontent ul li figure a img{display: block;}
.tg-widgetcontent .tg-postcontent{
margin: 0;
padding: 8px 0;
width: auto;
float: none;
overflow: hidden;
}
.tg-postcontent h5{
margin: 0;
font-size: 13px;
font-weight: 600;
line-height: 17px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tg-widgetcontent ul li .tg-postcontent h5 a{color: #484848;}
.tg-postcontent .tg-subjects{
padding: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tg-widgetbrochures ul li{
line-height: 30px;
margin: 0 !important;
}
.tg-widgetbrochures ul li + li{ border-top: 1px solid #ddd;}
.tg-widgetbrochures ul li a span{float: left;}
.tg-widgetbrochures ul li a i{float: right;}
.tg-widgetbrochures ul li a span,
.tg-widgetbrochures ul li a i{line-height: inherit;}
.tg-formreportuser .form-control{
height: 40px;
margin: 0 0 10px;
line-height: 20px;
border-radius: 3px;
padding: 10px 15px;
}
.tg-formreportuser textarea.form-control{
height: 160px;
resize: none;
text-transform: none;
}
.tg-banneradd{
width: 100%;
float: left;
overflow: hidden;
border-radius: 5px;
background: #f8f8f8;
}
.tg-banneradd figure{
width: 100%;
float: left;
margin: 0;
z-index: 1;
position: relative;
}
.tg-banneradd figure a,
.tg-banneradd figure a img{
width: 100%;
height: auto;
display: block;
}
/*==============================================
About Us Page
==============================================*/
.tg-welcometomedlink{
width: 100%;
float: left;
}
.tg-textwidget,
.tg-videowidget{
width: 100%;
float: left;
}
.tg-textwidget h2{
font-size: 24px;
margin: 0 0 20px;
line-height: 24px;
}
.tg-textwidget .tg-description{}
.tg-textwidget .tg-description p{margin: 0;}
.tg-textwidget .tg-themelist{margin: 10px 0 25px;}
.tg-textwidget .tg-themelist li{}
.tg-liststyletick li{
position: relative;
padding: 0 0 0 20px;
}
.tg-liststyletick li:before{
top: 0;
left: 0;
font-size: 13px;
content: '\f00c';
position: absolute;
line-height: inherit;
font-family: 'fontAwesome';
}
.tg-videowidget img{
width: 100%;
height: auto;
display: block;
}
.tg-medlinktimelinenav{
width: 100%;
float: left;
padding: 0 70px 50px;
display: table;
table-layout: fixed;
}
.tg-medlinktimelinenav li{
display: table-cell;
vertical-align: top;
list-style-type: none;
line-height: inherit;
text-align: center;
position: relative;
}
.tg-medlinktimelinenav li:before{
top: 50%;
left: 0;
z-index: -1;
width: 100%;
height: 1px;
content: '';
background: #ddd;
position: absolute;
}
.tg-medlinktimelinenav li a{
width: 8px;
height: 8px;
display: block;
margin: 5px auto;
background: #ddd;
border-radius: 50%;
}
.tg-medlinktimelinenav li a:before{
top: 100%;
left: 0;
z-index: 2;
opacity: 0;
width: 100%;
color: #484848;
padding: 50px 0 0;
visibility: hidden;
position: absolute;
text-align: center;
content: attr(data-date);
font:400 16px/19px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-medlinktimelinenav li a:after{
top: 50%;
left: 50%;
width: 6px;
opacity: 0;
height: 6px;
content: '';
display: block;
visibility: hidden;
position: absolute;
border-radius: 50%;
margin: -3px 0 0 -3px;
}
.tg-medlinktimelinenav li a:hover,
.tg-medlinktimelinenav li.active a{
width: 18px;
height: 18px;
margin: 0 auto;
background: #fff;
border: 2px solid;
}
.tg-medlinktimelinenav li a:hover:before,
.tg-medlinktimelinenav li.active a:before{
opacity: 1;
padding: 10px 0 0;
visibility: visible;
}
.tg-medlinktimelinenav li a:hover:after,
.tg-medlinktimelinenav li.active a:after{
opacity: 1;
visibility: visible;
}
.tg-midlinktimelinetabcontent{
width: 100%;
float: left;
}
.tg-timelineblog{
width: 100%;
float: left;
}
.tg-timelineblog figure{
margin: 0;
width: 100%;
float: left;
cursor: pointer;
overflow: hidden;
position: relative;
border-radius: 5px;
}
.tg-timelineblog figure img{
z-index: 1;
width: 100%;
height: auto;
display: block;
position: relative;
}
.tg-timelineblog figure figcaption{
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
position: absolute;
display: -webkit-flex;
-webkit-flex-direction: column;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-timelineblog figure figcaption a{
color: #fff;
width: 40px;
height: 40px;
margin: 0 auto;
display: block;
font-size: 18px;
line-height: 36px;
text-align: center;
border-radius: 50%;
border: 2px solid #fff;
}
.tg-timelineblog:hover figure img{opacity: 0.20;}
.tg-timelineblog:hover figure figcaption{
opacity: 1;
visibility: visible;
}
.tg-timelineblogcontent{
width: 100%;
float: left;
padding: 20px 0 0;
}
.tg-timelineblogtitle{
width: 100%;
float: left;
}
.tg-timelineblogtitle h3{
margin: 0;
font-size: 18px;
line-height: 16px;
}
.tg-timelineblogtitle h3 a{display: block;}
.tg-timelineblogcontent time{
width: 100%;
float: left;
font-size: 13px;
line-height: 16px;
padding: 5px 0 15px;
}
.tg-timelineblogcontent .tg-description p{margin: 0;}
/*==============================================
Blog Grid Page
==============================================*/
.tg-grid {
margin: -15px 0;
padding: 0 0 60px;
}
.tg-grid .tg-post{padding: 15px 0;}
/*==============================================
Blog List Page
==============================================*/
.tg-list {
margin: -15px 0;
padding: 0 0 60px;
}
.tg-list .tg-post{padding: 15px 0;}
.tg-widgetcontent .tg-formfeedbacksearch{width: 100%;}
.tg-widgetpoststyle .tg-postcontent h5{
margin: 0 0 5px;
font-size: 16px;
font-weight: 400;
line-height: 16px;
}
.tg-widgetarchives ul{line-height: 22px;}
.tg-widgetarchives ul li{
width: 50%;
float: left;
line-height: inherit;
margin: 0 !important;
}
.tg-widgetarchives ul li a span{padding: 0 0 0 10px;}
.tg-widgetcategories ul li a span{float: right;}
.tg-sidebartitle{
width: 100%;
float: left;
}
.tg-sidebartitle h2{
margin: 0 0 20px;
font-size: 20px;
line-height: 17px;
font-weight: 600;
}
/*==============================================
Blog Detail Page
==============================================*/
.tg-postdetail {
margin: 0 0 30px;
border-bottom: 1px solid #ddd;
}
.tg-postdetail .tg-postdate,
.tg-postdetail .tg-postdate span{color:#fff;}
.tg-postdetail .tg-description p{margin: 0 0 30px;}
.tg-postdetail blockquote{
border: 0;
margin: 0;
padding: 0 0 30px;
text-align: center;
font:400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-postdetail blockquote q{font:400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;}
.tg-posttagsandshare{
width: 100%;
float: left;
padding: 15px;
margin: 0 0 30px;
border-radius: 5px;
background: #f8f8f8;
}
.tg-posttags{float: left;}
.tg-postshare{float: right;}
.tg-posttags strong,
.tg-posttags ul,
.tg-postshare strong,
.tg-postshare ul{
display: inline-block;
vertical-align: middle;
}
.tg-posttags strong,
.tg-postshare strong{
padding: 0 10px 0 0;
text-transform: capitalize;
font:600 14px/14px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-tags{
font-size: 12px;
line-height: 24px;
list-style: none;
}
.tg-tags li{
float: left;
line-height: 24px;
margin: 0 5px 0 0;
list-style-type: none;
}
.tg-tag{
color: #484848;
display: block;
font-size: 12px;
line-height: 24px;
padding: 0 10px;
background: #ddd;
border-radius: 3px;
}
.tg-tag:hover{color: #fff;}
.tg-author{
width: 100%;
float: left;
margin: 0 0 30px;
padding: 0 0 30px;
border-bottom: 1px solid #ddd;
}
.tg-authorbox{
width: 100%;
float: left;
padding: 20px;
border-radius: 5px;
background: #f8f8f8;
}
.tg-authordp{
margin: 0;
float: left;
overflow: hidden;
border-radius: 3px;
}
.tg-authordp a{display: block;}
.tg-authordp a img{display: block;}
.tg-authorcontent{
overflow: hidden;
padding: 0 0 0 20px;
}
.tg-authorhead{
width: 100%;
float: left;
padding: 0 0 13px;
}
.tg-authorname{
width: 100%;
float: left;
}
.tg-authorname h4{
margin: 0;
font-size: 18px;
font-weight: 600;
line-height: 18px;
}
.tg-authorname h4 a{display: block;}
.tg-authorhead time{
width: 100%;
float: left;
font-size: 13px;
line-height: 13px;
padding: 5px 0 0;
}
.tg-authorcontent .tg-description p{margin: 0;}
.tg-comments{
width: 100%;
float: left;
margin: 0 0 30px;
padding: 0 0 20px;
border-bottom: 1px solid #ddd;
}
.tg-comments > h3{
margin: 0 0 20px;
line-height: 21px;
}
.tg-child,
.tg-commentslist{
width: 100%;
float: left;
list-style: none;
font-size: 14px;
line-height: 20px;
}
.tg-commentslist > li,
.tg-child > li{
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-comment{
width: 100%;
float: left;
padding: 10px 0;
}
.tg-commentbox{
width: 100%;
float: left;
padding: 20px;
border-radius: 5px;
background: #f8f8f8;
}
.tg-child{
margin: 0;
padding: 0 0 0 70px;
}
.tg-leavecomments{
width: 100%;
float: left;
}
.tg-leavecomments > h3{
margin: 0 0 20px;
line-height: 21px;
}
.tg-formleavecomment .row{margin: 0 -5px;}
.tg-formleavecomment .row > div{padding: 0 5px;}
.tg-formleavecomment .form-group{margin: 0 0 10px;}
.tg-formleavecomment .form-control{
height: 40px;
padding: 10px;
line-height: 18px;
border-radius: 3px;
}
.tg-formleavecomment textarea.form-control{
resize: none;
height: 170px;
margin: 0 0 10px;
}
.tg-formleavecomment .tg-btn{padding: 0 60px;}
.tg-nextprevposts{
width:100%;
float:left;
margin:0 0 30px;
}
.tg-btnprevpost{float:left;}
.tg-btnnextpost{float:right;}
.tg-btnprevpost a,
.tg-btnnextpost a{display:block;}
.tg-btnprevpost a figure,
.tg-btnnextpost a figure{
float:left;
margin:0 10px 0 0;
border-radius:3px;
overflow:hidden;
position:relative;
}
.tg-btnprevpost a figure img,
.tg-btnnextpost a figure img{
width:100%;
height:auto;
display:block;
border-radius:3px;
}
.tg-btnprevpost a figure figcaption,
.tg-btnnextpost a figure figcaption{
left:0;
top:0;
width:100%;
height:100%;
position:absolute;
visibility:hidden;
opacity:0;
background:
-moz-linear-gradient(top,
rgba(72,72,72,0.8) 0%,
rgba(72,72,72,0.8) 100%);
background:
-webkit-linear-gradient(top,
rgba(72,72,72,0.8) 0%,
rgba(72,72,72,0.8) 100%);
background:
linear-gradient(to bottom,
rgba(72,72,72,0.8) 0%,
rgba(72,72,72,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc484848', endColorstr='#cc484848',GradientType=0 );
}
.tg-btnprevpost a figure figcaption i,
.tg-btnnextpost a figure figcaption i{
left:50%;
top:50%;
margin:-15px 0 0 -5px;
font-size:30px;
line-height:30px;
color:#fff;
position:absolute;
}
.tg-btnprevpost:hover a figure figcaption,
.tg-btnnextpost:hover a figure figcaption{
visibility:visible;
opacity:1;
}
.tg-posttname{
padding:16px 0;
overflow:hidden;
}
.tg-posttname h3{
font-size:16px;
line-height:16px;
}
.tg-posttname span{
display:block;
line-height:15px;
}
.tg-btnnextpost .tg-posttname{float:left;}
.tg-btnnextpost a figure{
float:right;
margin:0 0 0 10px;
}
/*==========================================================================================================================================
DashBoard Pages
==========================================================================================================================================*/
/*==============================================
Dashboard
==============================================*/
.tg-widgetdashboard{
width: 100%;
float: left;
margin: 0 0 30px;
border-radius: 5px;
background: #f8f8f8;
}
.tg-widgetprofile{
width: 100%;
float: left;
padding: 24px;
}
.tg-widgetprofile .tg-directpostimg{
width: 100%;
float: left;
margin: 0 0 15px;
overflow: hidden;
}
.tg-widgetprofile .tg-directpostimg > a{
overflow: hidden;
position: relative;
border-radius: 50%;
border: 1px solid #ddd;
}
.tg-widgetprofile .tg-directpostimg > a img{
display: block;
border-radius: 50%;
border: 5px solid #fff;
}
.tg-widgetprofile .tg-directposthead{
width: 100%;
float: left;
text-align: center;
}
.tg-widgetprofile .tg-directposthead .tg-subjects{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tg-widgetprofile .tg-metadata,
.tg-widgetprofile .tg-metadata li,
.tg-widgetprofile .tg-metadata li:before,
.tg-widgetprofile .tg-metadata li a,
.tg-widgetprofile .tg-metadata li a i{
font-size: 12px;
line-height: 12px;
}
.tg-widgetprofile .tg-metadata li:last-child{padding-right: 0;}
.tg-widgetprofile .tg-metadata li:before{top: 2px;}
.tg-widgetprofile .tg-metadata li .tg-stars{margin: 1px 0 0;}
.tg-widgetprofile .tg-metadata li .tg-stars span{width: 100%;}
.tg-dashboardnav{
width: 100%;
float: left;
font-size: 13px;
line-height: 36px;
padding: 0 0 15px;
}
.tg-dashboardnav ul{
width: 100%;
float: left;
list-style: none;
line-height: inherit;
}
.tg-dashboardnav ul li{
width: 100%;
float: left;
position: relative;
line-height: inherit;
list-style-type: none;
}
.tg-dashboardnav ul li:before{
top: 50%;
right: 20px;
width: 6px;
height: 6px;
content: '';
display: block;
margin: -3px 0 0;
border-radius: 50%;
position: absolute;
}
.tg-dashboardnav ul li.tg-infomessage:before{background: #5596ce;}
.tg-dashboardnav ul li.tg-warningmessage:before{background: #f1b55f;}
.tg-dashboardnav ul li.tg-successmessage:before{background: #6cbf6d;}
.tg-dashboardnav ul li.tg-errormessage:before{background: #db6460;}
.tg-dashboardnav ul li a{
color: #484848;
display: block;
padding: 0 20px;
}
.tg-dashboardnav ul li a i,
.tg-dashboardnav ul li a span{
display: inline-block;
vertical-align: middle;
}
.tg-dashboardnav ul li a i{
width: 25px;
padding: 1px 0 0;
}
.tg-dashboardnav ul li.tg-active a,
.tg-dashboardnav ul li a:hover{background: #fff;}
.tg-dashboardnotification {
width: 100%;
float: left;
color: #fff;
z-index: 2;
font-size: 14px;
line-height: 17px;
border-radius: 5px;
padding: 40px 30px;
text-align: center;
position: relative;
text-transform: uppercase;
}
.tg-pkgexpirey {background: #db6460;}
.tg-dashboardnotification span {
display: block;
font-size: 30px;
line-height: 30px;
font-weight: bold;
}
.tg-dashboardnotification:before {
top: 0;
right: 3px;
z-index: -1;
font-size: 80px;
line-height: 127px;
position: absolute;
font-family: 'FontAwesome';
}
.tg-dashboardnotification.tg-pkgexpirey:before {
color: #eb6c67;
content: '\f097';
}
.tg-alertmessages{
width: 100%;
float: left;
}
.tg-alertmessage{
width: 100%;
float: left;
border: 0;
padding: 0;
margin: 0;
color: #484848;
min-height: 42px;
background: #fff;
font-size: 13px;
overflow: hidden;
line-height: 16px;
border-radius: 3px;
border: 1px solid #ddd;
}
.tg-alertmessage + .tg-alertmessage{margin: 10px 0 0;}
.tg-alertmessage:hover{box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);}
.tg-alertmessage i{
width: 30px;
height: 30px;
float: left;
color: #fff;
margin: 5px 10px;
font-size: 14px;
line-height: 30px;
border-radius: 50%;
text-align: center;
}
.tg-alertmessage span{
padding: 12px 0;
display: inline-block;
}
.tg-alertmessage span strong{
font-weight: 400;
text-transform: uppercase;
}
.tg-alertmessage .close{
opacity: 1;
width: 40px;
opacity: 0.20;
display: block;
font-size: 18px;
line-height: 40px;
text-align: center;
}
.tg-alertmessage:hover .close{opacity: 1;}
.tg-alertmessage.alert-success i{background: #6cbf6d;}
.tg-alertmessage.alert-info i{background: #5596ce;}
.tg-alertmessage.alert-warning i{background: #f1b55f;}
.tg-alertmessage.alert-danger i{background: #db6460;}
.tg-dashboard .tg-badgesearned {
border-radius: 5px;
background: #f8f8f8;
}
.tg-refresh{
top: 20px;
right: 20px;
color: #ddd;
width: 12px;
height: 12px;
display: block;
font-size: 12px;
line-height: 12px;
position: absolute;
}
.tg-refresh:hover{color: #ddd;}
.tg-profilewidget{
width: 100%;
float: left;
padding: 20px;
margin: 15px 0;
border-radius: 5px;
background: #f8f8f8;
position: relative;
}
.tg-profilewidget h3{
margin: 0 0 35px;
font-size: 18px;
line-height: 18px;
}
.tg-profilewidgeticon{
width: 120px;
height: 120px;
display: block;
background: #fff;
line-height: 100px;
border-radius: 50%;
margin: 0 auto 15px;
border: 10px solid #f2f2f2;
}
.tg-profilewidgeticon img{
display: block;
margin: 25px auto;
text-align: center;
}
.tg-percentage,
.tg-followers,
.tg-totalviews{
width: 100%;
float: left;
text-align: center;
}
.tg-percentage span,
.tg-followers span,
.tg-totalviews span{
border: 0;
display: block;
font-size: 40px;
font-weight: 300;
line-height: 32px;
padding: 0 0 10px;
text-align: center;
}
.tg-percentage span + span,
.tg-followers span + span,
.tg-totalviews span + span,
.tg-latestreviews span.tg-subtitle{
font-size: 16px;
font-weight: 400;
line-height: 19px;
margin: 0 0 20px;
padding: 0 0 20px;
display: inline-block;
border-bottom: 1px solid #ddd;
}
.tg-totalviews span + span{
border: 0;
margin: 0;
color: #484848;
display: block;
font-size: 14px;
line-height: 17px;
}
.tg-latestreviews span.tg-subtitle{margin: 0;}
.tg-profilewidget .tg-description{text-align: center;}
.tg-profilewidget .tg-description p{
margin: 0;
font-size: 13px;
}
.tg-profilewidget .tg-description p strong{
font-size: 14px;
display: block;
font-weight: 400;
text-transform: uppercase;
}
.tg-monthlyviewstab{
width: 100%;
float: left;
}
.tg-themechart {
width: 100%;
float: left;
height: 450px;
}
.tg-viewpermonthchart {height: 309px;}
.tg-monthlyviewstabnavtotlalviews{
width: 28%;
float: left;
background: #fff;
padding: 30px 0 0;
border-radius: 5px;
}
.tg-monthlyviewstabnav{
width: 100%;
float: left;
list-style: none;
font-size: 13px;
line-height: 40px;
text-transform: capitalize;
}
.tg-monthlyviewstabnav li{
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-monthlyviewstabnav li a{
color: #484848;
display: block;
padding: 0 20px;
line-height: inherit;
}
.tg-monthlyviewstabnav li a:hover,
.tg-monthlyviewstabnav li.active a{color: #fff;}
.tg-monthlyviewstabcontent{
width: 70%;
float: right;
background: #fff;
overflow: hidden;
border-radius: 5px;
}
.tg-latestreviews .tg-profilewidgeticon img,
.tg-askquestion .tg-profilewidgeticon img{ margin: 30px auto;}
.tg-startsratingbox{
width: 100%;
float: left;
padding: 0 0 10px;
}
.tg-startsratingbox .tg-stars{
float: none;
display: block;
margin: 0 auto;
width: 110px;
height: 20px;
padding: 0;
font-size: 20px;
line-height: 20px;
}
.tg-startsratingbox .tg-stars:before,
.tg-startsratingbox .tg-stars span,
.tg-startsratingbox .tg-stars span:after{
width: 100%;
height: 20px;
font-size: 20px;
line-height: 20px;
}
.tg-posttype{
width: 100%;
float: left;
height: 300px;
margin: 20px 0;
list-style: none;
font-size: 13px;
background: #fff;
line-height: 18px;
border-radius: 5px;
padding: 10px 10px 10px 20px;
}
.tg-posttype li{
width: 100%;
float: left;
padding: 10px 0;
line-height: inherit;
list-style-type: none;
}
.tg-posttype li figure{
width: 50px;
float: left;
overflow: hidden;
margin: 0 15px 0 0;
border-radius: 3px;
}
.tg-posttype li figure img{
z-index: 1;
display: block;
position: relative;
}
.tg-posttype li:hover figure img{opacity: 0.20;}
.tg-posttype li figure figcaption{
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center
}
.tg-posttype li:hover figure figcaption{
opacity: 1;
visibility: visible;
}
.tg-posttype li figure figcaption a{color: #fff;}
.tg-reviewcontent{overflow: hidden;}
.tg-reviewhead{
width: 100%;
float: left;
}
.tg-reviewhead h4,
.tg-reviewhead time{
float: left;
font-size: 13px;
line-height: 16px;
}
.tg-reviewhead h4{
font-size: 14px;
font-weight: 600;
line-height: 17px;
margin: 0 10px 0 0;
}
.tg-reviewcontent .tg-description{text-align: left}
.tg-reviewcontent .tg-description p{
margin: 0;
font-size: 13px;
line-height: 18px;
max-width: 264px;
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.tg-latestreviews .tg-btnbox .tg-btn{ width: 50%;}
.tg-themescrollbar {
width: 100%;
float: left;
overflow: hidden;
}
.mCSB_scrollTools{width: 3px;}
.mCSB_inside > .mCSB_container{margin-right: 10px;}
.mCSB_scrollTools .mCSB_draggerRail{
width: 3px;
float: right;
background: #ddd;
border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{border-radius: 0;}
.tg-posttype.tg-reviews{height: 392px;}
.tg-badgemodalbox{}
.tg-badgemodalbox .tg-modaldialog{
width: 630px;
margin: 100px auto 0;
overflow: visible !important;
}
.tg-badgemodalcontent{
border: 0;
float: left;
width: 100%;
text-align: center;
padding: 165px 30px 30px;
background: #f8f8f8 url(../images/gloweffect.png) no-repeat 50% 0;
}
.tg-modaldialog .close{
top: -50px;
right: 0;
opacity: 1;
z-index: 2;
color: #fff;
width: 50px;
height: 50px;
display: block;
line-height: 50px;
position: absolute;
}
.tg-modaldialog .close span{
width: 50px;
height: 50px;
display: block;
text-shadow: none;
text-align: center;
line-height: inherit;
background: url(../images/close3.png) no-repeat 50% 50%;
}
.tg-newwidgeticon {
top: 30px;
left: 50%;
width: 120px;
height: 120px;
display: block;
background: #fff;
position: absolute;
line-height: 100px;
border-radius: 50%;
margin: 0 0 0 -60px;
border: 10px solid #f2f2f2;
}
.tg-newwidgeticon img {
display: block;
margin: 24px auto;
text-align: center;
}
.tg-badgemodalcontent h4{
border: 0;
margin: 0;
display: block;
font-size: 40px;
font-weight: 300;
line-height: 32px;
text-align: center;
}
.tg-badgemodalcontent .tg-subtitle{
font-size: 16px;
font-weight: 400;
line-height: 19px;
margin: 0 0 20px;
padding: 15px 0 20px;
display: inline-block;
border-bottom: 1px solid #ddd;
}
.tg-badgemodalcontent .tg-description p{margin: 0;}
.tg-badgemodalcontent .tg-description p strong{
display: block;
font-weight: 600;
text-transform: uppercase;
}
/*==============================================
Dashboard Profile Setting
==============================================*/
.tg-inputicon {
width: 100%;
float: left;
position: relative;
}
.tg-inputicon:before{
top: 15px;
right: 12px;
z-index: 5;
width: 13px;
color: #999;
display: block;
font-size: 16px;
cursor: pointer;
line-height: 10px;
position: absolute;
text-align: center;
font-family: 'FontAwesome';
}
.tg-geolocationicon:before {content: '\f041';}
.tg-calendaricon:before {content: '\f274';}
.tg-dashboardtabs{
width: 100%;
float: left;
}
.tg-dashboardtabnav {
width: 100%;
float: left;
display: table;
table-layout: fixed;
list-style: none;
text-transform: capitalize;
border-bottom: 2px solid #f8f8f8;
font: 14px/17px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-dashboardtabnav li{
display: table-cell;
vertical-align: top;
list-style-type: none;
line-height: inherit;
}
.tg-dashboardtabnav li a {
color: #484848;
display: block;
padding: 17px 0;
text-align: center;
position: relative;
}
.tg-dashboardtabnav li a:before {
top: 100%;
left: 0;
width: 0;
height: 2px;
content: '';
position: absolute;
}
.tg-dashboardtabnav li a i{margin:0 10px 0 0;}
.tg-dashboardtabnav li a:hover,
.tg-dashboardtabnav li.active a{background: #f8f8f8;}
.tg-dashboardtabnav li a:hover:before,
.tg-dashboardtabnav li.active a:before{width: 100%;}
.tg-dashboardtabcontent{
width: 100%;
float: left;
padding: 30px 0 0;
}
.tg-dashboardbox{
width: 100%;
float: left;
padding: 20px;
border-radius: 5px;
background: #f8f8f8;
}
.tg-dashboardbox + .tg-dashboardbox{margin: 30px 0 0}
.tg-dashboardboxtitle{
width: 100%;
float: left;
padding: 0 0 20px;
}
.tg-dashboardboxtitle h2{
margin: 0;
font-size: 18px;
line-height: 18px;
text-transform: capitalize;
}
.tg-dashboardbox .tg-box{padding: 0;}
.tg-searchbulder{
width: 100%;
float: left;
}
.tg-dashboardtabcontent .tg-searchbulder{ padding: 0 30px 30px;}
.tg-signinsignup .tg-dashboardtabcontent .tg-searchbulder{ padding: 0;}
.tg-rowmargin{margin: 0 -5px;}
.tg-columnpadding{padding: 0 5px;}
.tg-formgroup{
width: 100%;
float: left;
margin: 0 0 10px;
}
.tg-box.tg-profilephoto{padding: 0 0 20px;}
.tg-profilephoto .tg-formgroup{margin: 0;}
.tg-uploadedimggallery{
width: 100%;
float: left;
background: #fff;
list-style: none;
border-radius: 5px;
padding: 20px 15px 5px;
}
.tg-uploadedimggallery li{
width: 12.50%;
float: left;
padding: 0 5px;
list-style-type: none;
}
.tg-galleryimg {
width: 100%;
float: left;
}
.tg-galleryimg figure {
margin: 0;
width: 100%;
float: left;
background: #fff;
overflow: hidden;
border-radius: 5px;
position: relative;
}
.tg-galleryimg.tg-uploading .tg-loader {}
.tg-loader{
top: 50%;
left: 50%;
display: block;
text-align: center;
position: absolute;
margin: -10px 0 0 -10px;
}
.tg-loader i{
color: #999;
display: block;
font-size: 20px;
line-height: 20px;
animation-name: spin;
animation-duration: 2000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@-webkit-keyframes {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.tg-uploadingbar{
z-index: 3;
bottom: 5px;
left: 6%;
height: 2px;
width: 88%;
background: #ddd;
position: absolute;
}
.tg-uploadingbar:after{
top: 0;
left: 0;
width: 80%;
height: 2px;
content: '';
position: absolute;
}
.tg-galleryimg.tg-uploading figure{border: 1px solid #ddd;}
.tg-galleryimg figure img{
width: 100%;
height: auto;
display: block;
}
.tg-galleryimg figure figcaption{
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-galleryimg figure figcaption i{
width: 30px;
height: 30px;
color: #db6460;
display: block;
font-size: 14px;
line-height: 30px;
cursor: pointer;
background: #fff;
text-align: center;
border-radius: 50%;
}
.tg-galleryimg figure:hover img{opacity: 0.3;}
.tg-galleryimg figure:hover figcaption{
opacity: 1;
visibility: visible;
}
.tg-galleryimg.tg-uploading figure img {opacity: 0.10;}
.tg-filename{
width: 100%;
float: left;
display: block;
font-size: 13px;
line-height: 16px;
padding: 5px 0 15px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.tg-socialinformation > div > div:last-child .tg-formgroup {margin: 0;}
.tg-iconinput{
z-index: 1;
position: relative;
}
.tg-iconinput:before{
top: 10px;
right: 10px;
z-index: 2;
color: #fff;
width: 20px;
height: 20px;
content: '-';
display: block;
cursor: pointer;
font-size: 18px;
line-height: 18px;
text-align: center;
position: absolute;
background: #db6460;
border-radius: 50px;
}
.tg-box.tg-uiicons ul,
.tg-box.tg-uiicons ul{
margin: 0;
padding: 10px 0 0;
}
.tg-uiicons ul li{text-align: left;}
.tg-uiicons ul li span,
.tg-uiicons ul li i,
.tg-uiicons ul li span em{
display: inline-block;
vertical-align: middle;
}
.tg-uiicons ul li span{
font-size: 13px;
line-height: 17px;
padding: 0 5px 0 0;
}
.tg-uiicons ul li span em{font-style: normal;}
.tg-uiicons ul li i.fa-pencil,
.tg-uiicons ul li i.fa-close{
opacity: 0;
font-size: 12px;
line-height: 12px;
margin: 2px 0 0 3px;
visibility: hidden;
}
.tg-uiicons ul li:hover .fa-close{color: #db6460;}
.tg-uiicons ul li:hover i.fa-pencil,
.tg-uiicons ul li:hover i.fa-close{
opacity: 1;
visibility: visible;
}
.tg-uiicons ul li em,
.tg-uiicons ul li i{
font-style: normal;
display: inline-block;
vertical-align: middle;
}
.tg-uiicons ul li em{
font-size: 14px;
line-height: 14px;
margin: 0 10px 0 0;
}
.tg-videointerview .tg-uiicons ul li:before{top: 10px;}
.tg-updateall{
width: 100%;
float: left;
margin: 30px 0 0;
padding: 30px 0 0;
border-top: 1px solid #ddd;
}
.tg-updateall span{
float: left;
padding: 12px 0;
font-size: 12px;
line-height: 15px;
}
.tg-updateall .tg-btn{
float: right;
padding: 0 60px;
}
.tg-servicesbox{
width: 100%;
float: left;
padding: 30px;
margin: 30px 0 0;
background: #fff;
border-radius: 5px;
}
.tg-servicesholder,
.tg-mainservice{
width: 100%;
float: left;
}
.tg-mainservice{
padding: 0 15px;
position: relative;
}
.tg-mainservice:before{
top: 10px;
left: 0;
width: 3px;
height: 3px;
content: '';
position: absolute;
border-radius: 50%;
background: #484848;
}
.tg-mainservice i.fa{
opacity: 0;
cursor: pointer;
visibility: hidden;
}
.tg-mainservice:hover i.fa{
opacity: 1;
visibility: visible;
}
.tg-mainservice em,
.tg-mainservice i{
display: inline-block;
vertical-align: middle;
}
.tg-mainservice em{
font-size: 18px;
line-height: 18px;
font-style: normal;
padding: 0 10px 0 0;
}
.tg-servicesholder + .tg-servicesholder{padding: 30px 0 0;}
.tg-servicesholder .tg-themelist li:before{display: none;}
/*==============================================
Dashboard Jobs Locations
==============================================*/
.tg-dashboardjobslocations{
width:100%;
float:left;
}
.tg-availablelocation{
width: 100%;
float: left;
}
.tg-availablelocation .tg-servicelocations{
padding: 20px;
background: #fff;
border-radius: 5px;
}
.tg-availablelocation .tg-servicelocation .tg-directpost{width: 70%;}
.tg-availablelocation .tg-servicesinfo{width: 30%;}
.tg-btnjoblocationeditdelete{
top: 50%;
right: 0;
z-index: 5;
width: 10%;
height: 70px;
position: absolute;
margin: -35px 0 0 0;
}
.tg-btnjoblocationeditdelete button{
color: #fff;
width: 30px;
height: 30px;
display: block;
font-size: 12px;
line-height: 30px;
border-radius: 50%;
text-align: center;
background: #484848;
}
.tg-btnjoblocationeditdelete button + button{
margin: 10px 0 0;
background: #db6460;
}
.tg-btnjoblocationeditdelete button:hover{color: #fff;}
.tg-addcompany .tg-modaldialog{width: 630px;}
.tg-addcompany .tg-modalcontent{background: #f8f8f8;}
.tg-formaddcompany textarea.form-control{
width: 100%;
resize: none;
height: 130px;
}
.tg-addjobdetailinfo .tg-modaldialog{
width: 630px;
}
.tg-addjobdetailinfo .tg-modalcontent{background: #f8f8f8;}
.tg-modaldialog .tg-directpost{
width: 100%;
padding: 0 0 30px;
}
.tg-companylistdropdown{
width: 100%;
float: left;
position: relative;
}
.tg-btnlisttoggle{
width: 100%;
float: left;
color: #999;
height: 40px;
padding: 0 10px;
background: #fff;
text-align: left;
line-height: 38px;
border-radius: 5px;
position: relative;
border: 1px solid #ddd;
}
.tg-btnlisttoggle:focus,
.tg-btnlisttoggle:hover{color: #999;}
.tg-btnlisttoggle:before{
content: '\f107';
top: 50%;
right: 15px;
z-index: 2;
width: 13px;
color: #999;
display: block;
font-size: 14px;
margin-top: -5px;
line-height: 10px;
position: absolute;
text-align: center;
font-family: 'FontAwesome';
}
.tg-companylist{
top: 100%;
left: 0;
z-index: 5;
width: 100%;
display: none;
background: #fff;
list-style: none;
padding: 15px 20px;
border-radius: 5px;
position: absolute;
box-shadow: 0 0 7px 1px rgba(51,51,51,0.20);
}
.tg-companylist li{
width: 100%;
float: left;
padding: 5px 0;
list-style-type: none;
}
.tg-companylist li figure{
width: 50px;
float: left;
overflow: hidden;
border-radius: 3px;
margin: 0 10px 0 0;
}
.tg-companydata{overflow: hidden;}
.tg-companydata h4{
margin: 0;
font-size: 14px;
font-weight: 600;
line-height: 17px;
}
.tg-companydata span{
margin: 0;
display: block;
padding: 5px 0 0;
font-size: 13px;
line-height: 16px;
font-style: normal;
}
/*==============================================
Dashboard Private Messages
==============================================*/
.tg-dashboardprivatemessages{
width: 100%;
float: left;
}
.tg-messageshead{
width: 100%;
float: left;
padding: 30px 0;
}
.tg-actionnav,
.tg-messagespagecount{
float: left;
list-style: none;
font-size: 12px;
line-height: 30px;
}
.tg-actionnav li,
.tg-messagespagecount li{
float: left;
padding: 0 10px 0 0;
line-height: inherit;
list-style-type: none;
}
.tg-actionnav li a,
.tg-messagespagecount li a{
color: #484848;
height: 30px;
display: block;
padding: 0 10px;
border-radius: 3px;
text-align: center;
background: #f8f8f8;
line-height: inherit;
}
.tg-actionnav li.tg-btndeletemail a{
background:#db6460;
color:#fff;
}
.tg-actionnav li.tg-btndeletemail a:hover{
background:#db6460;
color:#fff;
}
.tg-messagespagecount li a{padding: 0;}
.tg-messagespagecount li a i{
display: block;
line-height: inherit;
}
.tg-btnselectall .tg-checkbox{padding:6px 0;}
.tg-btnselectall .tg-checkbox label{color:#484848;}
.tg-actionnav li a:hover,
.tg-messagespagecount li a:hover,
.tg-messagespagecount li a:hover i{color: #fff;}
.tg-messagespagecount{float: right;}
.tg-messagespagecount li{padding: 0 0 0 10px;}
.tg-messagespagecount li a{width: 30px;}
.tg-messagestabs{
width: 100%;
float: left;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.tg-emailnavbox{
width: 270px;
float: left;
padding: 10px;
background: #f8f8f8;
}
.tg-emailnavbox .tg-formfeedbacksearch{
width:100%;
margin:0 0 30px;
}
.tg-emailnavbox .tg-formfeedbacksearch .form-control{width:85%;}
.tg-emailnav{
color: #999;
width: 100%;
float: left;
font-size: 12px;
line-height: 16px;
list-style: none;
}
.tg-emailnav li{
width: 100%;
float: left;
position: relative;
list-style-type:none;
}
.tg-emailnav li a{display:block;}
.tg-emailhead{
width:100%;
float:left;
margin:0 0 20px;
}
.tg-inboxmessages{
width:100%;
float:left;
}
.tg-emailnav li .tg-inboxmessages .tg-checkbox{width:auto;}
.tg-emailnav li .tg-inboxmessages .tg-checkbox label{padding:0 0 0 27px;}
.tg-emailnav li .tg-inboxmessages .tg-checkbox label:after{
left:17px;
top:50%;
content:'';
width:5px;
height:5px;
margin:-2px 0 0;
position:absolute;
border-radius:50%;
}
.tg-emailtime{
float:right;
font-size:12px;
line-height:15px;
color:#484848;
}
.tg-emaildetail,
.tg-emailtitle{
width:100%;
float:left;
}
.tg-emaildetail{padding:0 0 0 15px;}
.tg-emailtitle h2{
font-size:12px;
line-height:15px;
color:#484848;
}
.tg-emaildetail .tg-description p{
margin:0;
color:#484848;
line-height:18px;
margin:0 0 10px;
}
.tg-messagecontent{padding: 30px 0 0 30px;}
.tg-messagecontent,
.tg-messagecontent .tab-pane{overflow: hidden;}
.tg-emailmessage{
width:100%;
float:left;
padding:0 0 30px;
border-bottom:1px solid #ddd;
}
.tg-emailsubjectactions{
width:100%;
float:left;
margin:0 0 30px;
}
.tg-emailsubject{float:left;}
.tg-emailsubjectactions h2{
font-size:18px;
line-height:24px;
margin:0;
}
.tg-btnactions{float:right;}
.tg-btnactions a{
display:inline-block;
width:26px;
height:26px;
font-size:12px;
line-height:26px;
background:#f8f8f8;
color:#484848;
text-align:center;
border-radius:50%;
}
.tg-btnactions a.tg-btndel{background:#db6460;}
.tg-btnactions a.tg-btndel i{color:#fff;}
.tg-btnactions a i{color:#484848;}
.tg-btnactions a:hover,
.tg-btnactions a:hover i{color:#fff;}
.tg-emailauthor{
width:100%;
float:left;
margin:0 0 30px;
padding:20px;
background:#f8f8f8;
}
.tg-emailauthor figure{
float:left;
margin:0 10px 0 0;
border-radius:50%;
}
.tg-emailauthor figure img{
width:100%;
height:auto;
display:block;
border-radius:50%;
}
.tg-emailauthorinfo{overflow:hidden;}
.tg-emailauthorinfo h3{
font-size:14px;
line-height:17px;
margin:0;
}
.tg-emailauthorinfo span{
padding:0 10px 0 0;
font-size:13px;
line-height:17px;
color:#484848;
position:relative;
}
.tg-emailauthorinfo span:after{
top:50%;
right:0;
content:'\f0d7';
font-family:'FontAwesome';
font-size:12px;
margin:-5px 0 0 0;
line-height:normal;
position:absolute;
}
.tg-attachemtntime{float:right;}
.tg-attachemtntime a i{color:#484848;}
.tg-attachemtntime a i,
.tg-attachemtntime time{
display:inline-block;
vertical-align:middle;
}
.tg-attachemtntime time{color:#484848;}
.tg-emailmessagedetail{
width:100%;
float:left;
}
.tg-emailmessagedetail h4{
font-size:14px;
line-height:17px;
margin:0 0 30px;
}
.tg-authorinformation{
width:100%;
float:left;
}
.tg-authorinformation span,
.tg-authorinformation strong{display:block;}
.tg-authorinformation em{
margin:0 5px 0 0;
font-style:normal;
}
.tg-emailattachemnets{
width:100%;
float:left;
padding:30px 0;
border-bottom:1px solid #ddd;
}
.tg-attachementhead{
width:100%;
float:left;
margin:0 0 38px;
}
.tg-attachementheading{float:left;}
.tg-attachementheading h2{
font-size:14px;
line-height:17px;
margin:0;
padding:4px 0;
}
.tg-btndownload{
width:26px;
height:26px;
display:block;
float:right;
font-size:12px;
line-height:26px;
text-align:center;
color:#fff;
border-radius:50%;
}
.tg-btndownload i{color:#fff;}
.tg-imgattachemnet{
width:auto;
float:none;
margin:0 -15px;
clear:both;
overflow:hidden;
list-style:none;
}
.tg-imgattachemnet li{
width:25%;
float:left;
padding:0 5px;
list-style-type:none;
}
.tg-imgattachemnet li a,
.tg-imgattachemnet li a img{display:block;}
.tg-imgattachemnet li a img{
width:100%;
height:auto;
}
.tg-emailmessagebox{
width:100%;
float:left;
margin:30px 0;
}
.tg-emailmessagebox .tg-formreply{
margin:0 0 10px;
border:1px solid #ddd;
border-radius:5px;
}
.tg-emailmessagebox .tg-formreply .tg-formgroup{margin:0;}
.tg-emailmessagebox .tg-formreply .form-control{
padding:0 20px;
border:0;
border-bottom:1px solid #ddd;
}
.tg-emailmessagebox .tg-formreply .tg-formgroup textarea{
height:275px;
padding:20px;
border:0;
}
.tg-emailmessagebox .tg-formreply .tg-uploadedimggallery{padding:20px;}
.tg-emailmessagebox .tg-formreply .tg-uploadedimggallery li{width:20%;}
.tg-emailmessagebox .tg-formreply .tg-uploadedimggallery li .tg-filename{
padding:5px 0 0;
text-align:center;
}
.tg-btnarea{
width:100%;
float:left;
}
.tg-btnarea .tg-btn:first-child{padding:0 70px;}
.tg-btnarea .tg-btn:last-child{
float:right;
padding:0 50px;
}
/*==============================================
Dashboard Appoinments
==============================================*/
.tg-dashboardappointments{
width:100%;
float:left;
}
.tg-calendar{
width:100%;
float:left;
}
.fc-toolbar{
width:100%;
float:left;
margin:0;
padding:19px 0;
text-align:center;
border-radius:5px 5px 0 0;
position:relative;
}
.fc-toolbar .fc-left{
width:100%;
float:left;
text-align:center;
}
.fc-toolbar .fc-left h2{
float:none;
display:inline-block;
margin:0;
font-size:18px;
line-height:18px;
color:#fff;
}
.fc-today-button{display:none;}
.fc-prev-button,
.fc-next-button{
z-index:3;
top:50%;
width:24px;
height:24px !important;
float:none !important;
margin:-12px 0 0 !important;
padding:0 !important;
background:#fff;
border-radius:50% !important;
border:0;
position:absolute !important;
}
.fc-prev-button{left:30px;}
.fc-next-button{right:30px;}
.fc-prev-button:hover,
.fc-next-button:hover{background:#0395cb;}
.fc button .fc-icon{
height:auto;
display:block;
text-align:center;
position:static;
line-height:24px;
margin:0;
}
.fc button .fc-icon:after{
font-size:150%;
font-weight:400 !important;
}
.fc button:hover .fc-icon:after{color:#fff;}
.fc-view-container{
width:100%;
float:left;
}
.fc .fc-row{
width:100%;
float:left;
}
.fc table{
float:left;
margin:0;
}
.fc-view{
width:100%;
float:left;
}
.fc-head table thead tr td,
.fc-view table thead tr td,
.fc .fc-row table thead{border:0;}
.fc .fc-row table thead tr th{
color:#fff;
border:0;
line-height:40px;
font-weight:400;
}
.fc .fc-row table thead tr th:nth-child(odd){background:#0395cb;}
.fc .fc-row table thead tr th:nth-child(even){background:#0382b1;}
.fc-body{
width:100%;
float:left;
background:#fff;
}
.fc-body tr td{border:0;}
.fc-content-skeleton,
.fc-basic-view .fc-body .fc-row,
.fc-unselectable,
.fc-day-grid-container,
.fc-widget-content{
width:100%;
float:left;
}
.fc-row .fc-content-skeleton{padding:0;}
.fc-unthemed .fc-row,
.fc-widget-content{border-top:1px solid #ddd;}
.fc-basic-view .fc-body .fc-row{
height:auto;
min-height:0;
}
.fc-content-skeleton table thead tr td{
line-height:118px;
text-align:center;
font-size:20px;
color:#ddd;
cursor:pointer;
}
.fc-content-skeleton td:nth-child(even){background-color:#f8f8f8;}
.fc-content-skeleton td:nth-child(odd){background-color:#fff;}
.fc-content-skeleton td:first-child{background-color:#f2f2f2;}
.fc-content-skeleton table thead tr td span{
padding:0 !important;
}
.fc-future .fc-day-number,
.fc-today.fc-state-highlight .fc-day-number{
width:60px;
height:60px;
margin:29px 0;
display:inline-block;
line-height:60px;
color:#fff;
border-radius:50%;
}
.fc-future .fc-day-number{color:#999;}
.fc-day-top.fc-other-month{opacity:1;}
.fc-future:hover .fc-day-number{color:#fff;}
.fc-other-month.fc-future .fc-day-number{color:#ddd;}
.fc-other-month.fc-future:hover .fc-day-number{
background:none;
color:#ddd;
}
/*==============================================
Dashboard Appoinment Setting
==============================================*/
.tg-dashboardappoinmentsetting{
width:100%;
float:left;
}
.tg-dashboardappoinmentsetting .tg-dashboardtabnav{margin:0 0 30px;}
.tg-dashboardappoinmentsetting .tg-dashboardtabnav li{
width:25%;
float:left;
}
.tg-appoinmentbox{
width:100%;
float:left;
padding:20px;
background:#fff;
}
.tg-appoinmentbox .tg-datebox{
background:#f8f8f8;
color:#484848;
align-items:flex-start;
}
.tg-appoinmentbox .tg-datebox time{
width:100%;
float:left;
padding:0 0 10px;
text-align:left;
color:#484848;
border-color:#ddd;
}
.tg-formtimeslots fieldset .tg-timeslots{margin:0;}
.tg-formtimeslots .tg-formgroup{position:relative;}
.tg-formtimeslots .tg-formgroup i.fa{
right:15px;
top:50%;
margin:-7px 0 0;
color:#999;
position:absolute;
}
.tg-formtimeslots .tg-btn{padding:0 55px;}
.tg-appoinmentbox .tg-timeslots .tg-radio{width:25%;}
.tg-appoinmentbox .tg-timeslots .tg-radio label{
height:auto;
padding:10px;
display:block;
}
.tg-appoinmentbox .tg-timeslots .tg-radio label .tg-timetitle{
float:left;
font-size:14px;
line-height:15px;
margin:0;
}
.tg-appoinmentbox .tg-timeslots .tg-radio label .tg-btndelete{
width:14px;
height:14px;
float:right;
font-size:10px;
line-height:14px;
}
.tg-scheduletime{
width:100%;
float:left;
margin:10px 0 20px;
font-size:12px;
line-height:15px;
color:#999;
}
.tg-appoinmentbox .tg-timeslots .tg-radio label .tg-description{
margin:0;
font-size:10px;
line-height:12px;
}
.tg-dateandtimeslots.tg-tuesday .tg-datebox{min-height:307px;}
.tg-btnadddelt{
width:100%;
float:left;
list-style:none;
text-align:left;
}
.tg-btnadddelt li{
display:inline-block;
padding:0 15px;
line-height:normal;
list-style-type:none;
position:relative;
}
.tg-btnadddelt li:first-child{padding-left:0;}
.tg-btnadddelt li:after{
top: 0;
left: -5px;
content: '-';
font-size: 22px;
line-height: 15px;
position: absolute;
}
.tg-btnadddelt li:first-child:after{display:none;}
.tg-btnadddelt li:last-child span a{color:#db6460;}
.tg-sunday .tg-timeslots{
padding:60px 0 60px 5px;
text-transform:capitalize;
color:#999;
}
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio] + label:hover,
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio]:checked + label,
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio] + label:hover h3,
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio]:checked + label h3,
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio] + label:hover .tg-scheduletime,
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio]:checked + label .tg-scheduletime{color:#fff;}
/*==============================================
Dashboard Favorit Listing
==============================================*/
.tg-dashboardfavoritlisting{
width:100%;
float:left;
}
.tg-favoritlistingbox{
width:100%;
float:left;
padding:20px;
background:#fff;
border-radius:5px;
}
.tg-favoritlisttitle{
width:100%;
float:left;
}
.tg-favotirelistcontent{
float:left;
padding:0 0 0 20px;
}
.tg-favoritlisttitle span{
width:80%;
float:left;
padding:12px 20px;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
background:#f8f8f8;
}
.tg-favoritlisttitle .tg-titleaction{
width:20%;
float:right;
background:#f2f2f2;
}
.tg-favoritlist{
width: 100%;
float:left;
list-style: none;
}
.tg-favoritlist li{
width: 100%;
float: left;
padding: 10px 0;
list-style-type: none;
}
.tg-favoritlist li + li{border-top:1px solid #ddd;}
.tg-favoritlist li figure{
width: 50px;
float: left;
overflow: hidden;
border-radius: 3px;
margin: 0 10px 0 0;
}
.tg-listdata{
float:left;
padding:6px 0;
}
.tg-listdata h4{
margin: 0;
font-size: 14px;
font-weight: 600;
line-height: 17px;
}
.tg-listdata span{
margin: 0;
display: block;
padding: 5px 0 0;
font-size: 13px;
line-height: 16px;
font-style: normal;
}
.tg-btnaction{
width:auto;
float:right;
margin:-10px 0;
padding:20px 41px;
text-align:center;
background:#f8f8f8;
}
.tg-btnview,
.tg-btndelete{
width:30px;
height:30px;
display:inline-block;
font-size:12px;
line-height:30px;
text-align:center;
background:#484848;
color:#fff;
border-radius:50%;
}
.tg-btndelete{
background:#db6460;
margin:0 0 0 7px;
}
.tg-btnview:hover,
.tg-btndelete:hover{color:#fff;}
.tg-dashboardfavoritlisting .tg-favoritlist li .tg-listdata{padding:8px 0;}
.tg-dashboardfavoritlisting .tg-favoritlist li .tg-listdata h4{
margin: 0;
font-weight: 400;
line-height: 17px;
}
.tg-dashboardfavoritlisting .tg-favoritlist li .tg-listdata span{padding:0;}
/*==============================================
Dashboard Invoices
==============================================*/
.tg-dashboardinvoices{
width:100%;
float:left;
}
.tg-invoicestitle{
width:100%;
float:left;
}
.tg-invoicestitle span {
width: 50%;
float: left;
padding: 12px 20px;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
background: #f8f8f8;
}
.tg-invoicestitle .tg-titleamount{
width:30%;
background:#f2f2f2;
}
.tg-invoicestitle .tg-titleaction{
width:20%;
background:#f8f8f8;
}
.tg-invoices{
width:100%;
float:left;
list-style:none;
}
.tg-invoices li{
width:100%;
float:left;
list-style-type:none;
}
.tg-invoices li + li{border-top:1px solid #ddd;}
.tg-invoices li .tg-btnaction{
width:20%;
padding:10px 20px;
margin:0;
background:#fff;
}
.tg-invoicesheading{
width:50%;
float:left;
padding:16px 20px;
}
.tg-invoicesheading h3{
font-size:14px;
line-height:17px;
margin:0;
}
.tg-invoicesheading h3 a{display:block;}
.tg-amout{
width:30%;
float:left;
background:#f8f8f8;
padding:17px 20px;
}
.tg-amout em{
display:block;
font-size:13px;
line-height:15px;
font-style:normal;
}
/*==============================================
Renew Package Style
==============================================*/
.tg-pkgexpireyandcounter{
width: 100%;
float: left;
margin: 0 0 20px;
}
.tg-pkgexpireyandcounter .tg-pkgexpirey{
width: 45%;
float: right;
margin: 0;
padding: 30px;
color: #fff;
z-index: 2;
font-size: 14px;
line-height: 17px;
font-weight: bold;
border-radius:0 5px 5px 0;
text-align: center;
position: relative;
text-transform: uppercase;
}
.tg-pkgexpireyandcounter .tg-pkgexpirey h3{
color: #fff;
font-size: 20px;
margin: 0 0 20px;
line-height: 20px;
font-weight: 4100;
}
.tg-pkgexpireyandcounter .tg-pkgexpirey .tg-description{
font-weight: 400;
text-transform: none;
}
.tg-pkgexpireyandcounter .tg-pkgexpirey:before{
top: 50%;
margin: -36px 0 0;
line-height: 72px;
}
.tg-pkgexpirey .tg-btn{padding:0 50px;}
.tg-pkgexpirey .tg-btn:hover{
background:#fff;
color:#484848 !important;
}
.tg-timecounter{
width: 100%;
float: left;
}
.tg-expireytimecounter{
width: 55%;
min-height: 206px;
float: left;
padding: 30px;
line-height: inherit;
border: 1px solid #ddd;
border-radius:5px 0 0 5px ;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-countdown{
width: 100%;
float: left;
height: 30px;
font-size: 40px;
line-height: 30px;
}
.tg-countdown span{
float: none;
text-align: left;
height: inherit;
display: inline-block;
vertical-align: top;
line-height: inherit !important;
}
.tg-countdown span:after,
.tg-countdown span:before{
box-shadow: none;
background: #db6460;
}
.tg-countdown span span{
width: 25px;
height: inherit;
color: #db6460;
font-weight: bold;
line-height: inherit;
box-shadow: none !important;
letter-spacing: normal !important;
background: transparent !important;
}
.tg-countdown span.countDiv{width: 45px;}
.tg-countdown span.countDiv:before{bottom: 5px;}
.tg-countdown span.countDiv:after{top: 5px;}
.tg-packagesbox{
width:100%;
float:left;
padding:20px;
background:#fff;
border-radius:5px;
}
.tg-packagesplanstabs{
width: 100%;
float: left;
}
.tg-navpackageplans{
clear: both;
overflow: hidden;
list-style: none;
font-size: 13px;
line-height: 16px;
margin: 0 -10px;
}
.tg-navpackageplans li{
width: 33.33%;
float: left;
padding: 0 10px;
list-style-type: none;
}
.tg-navpackageplans li a{
width: 100%;
float: left;
margin:0 0 35px;
display: block;
text-align: center;
border-radius: 5px;
border: 1px solid #ddd;
position:relative;
}
.tg-navpackageplans li a:hover,
.tg-navpackageplans li.active a{
border-bottom-width: 4px;
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);
}
.tg-navpackageplans li a:after{
left: 50%;
bottom: -13px;
content: '';
width: 0;
height: 0;
margin:0 0 0 -5px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid transparent;
position: absolute;
}
.tg-pkgplan{
width: 100%;
float: left;
color: #484848;
font-size: 13px;
line-height: 16px;
padding: 0 0 30px;
}
.tg-pkgplanhead,
.tg-pkgplan .tg-description{
width: 100%;
float: left;
padding: 30px 25px;
}
.tg-pkgplan .tg-description{padding-bottom: 15px;}
.tg-pkgplanhead{border-bottom: 1px solid #ddd;}
.tg-formtheme .tg-pkgplanhead h3{
margin: 0 0 15px;
font-size:24px;
line-height:20px;
text-transform:capitalize;
}
.tg-pkgplanhead h4{
margin: 0;
width: 100%;
float: left;
color: #484848;
font-size: 14px;
line-height: 17px;
text-transform: lowercase;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-pkgplanhead h4 span{
font-size: 24px;
line-height: 24px;
}
.tg-pkgplan .tg-description p{
margin: 0 0 15px;
font-size: inherit;
line-height: inherit;
}
.tg-pkgplan .tg-btn{padding:0 50px;}
.tg-pkgtabcontent{
width: 100%;
float: left;
}
.tg-summary,
.tg-paymentoption{
width: 100%;
float: left;
}
.tg-paymentoption{
padding: 30px 0 0;
border-top: 1px solid #ddd;
}
.tg-tablescroll{
width: 100%;
float: left;
overflow: auto;
}
.tg-dashboardtable{
min-width: 640px;
width: 100%;
margin:0 0 30px;
}
.tg-paymentoption .table{margin: 0;}
.tg-pkgtabcontent .tg-dashboardtable thead tr th{
text-align: left;
color:#fff;
background: #484848 !important;
font-weight:400;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
border:0;
}
.tg-dashboardtable > thead:first-child > tr:first-child > th {
padding:10px 20px;
border:0;
}
.tg-pkgtabcontent .tg-dashboardtable tbody tr:nth-child(odd){background:#fff;}
.tg-pkgtabcontent .tg-dashboardtable tbody tr:nth-child(even){background:#f8f8f8;}
.tg-pkgtabcontent .tg-dashboardtable tbody tr td{
border:0;
text-align:left;
}
.tg-pkgtabcontent .tg-dashboardtable tbody tr td:nth-child(even){text-align:right;}
.tg-pkgfoot{
width: 100%;
float: left;
padding: 20px 0 0;
}
.tg-pkgfoot .tg-checkbox{
width:auto;
float:right;
padding:12px 0;
}
.tg-pkgfoot .tg-checkbox label{
color: #999;
font-size: 12px;
text-transform: lowercase;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-pkgfoot .tg-checkbox label strong{
color: #007bb5;
font-weight:400;
}
.tg-pkgfoot .tg-btn{
float: left;
padding:0 50px;
}
/*==============================================
Security Settings Style
==============================================*/
.tg-dashboardsecuritysettings{
width:100%;
float:left;
}
.tg-changepassword .tg-btn{
float:right;
padding:0 40px;
}
.tg-deactivateaccount textarea{
width:100%;
height:180px;
float:left;
resize:none;
}
.tg-deactivateaccount .tg-btn{
float:right;
background:#db6460;
}
/*==============================================
Privacy Setting Style
==============================================*/
.tg-dashboardprivacy{
width:100%;
float:left;
}
.tg-privacysettingbox{
width:100%;
float:left;
padding:20px;
background:#fff;
border-radius:5px;
}
.tg-optionbox{
width:100%;
float:left;
padding:15px 20px;
background:#f8f8f8;
border-radius:5px;
cursor:pointer;
}
.tg-optionbox span{
font-size:14px;
line-height:17px;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}
/*==============================================
Login Style
==============================================*/
.tg-widget.tg-widgetlogin{
background:#f8f8f8;
border-radius:5px;
}
.tg-widget.tg-widgetlogin .tg-widgetcontent{padding:30px;}
.tg-widgetlogin .tg-widgettitle{
margin:0 0 20px;
padding:0;
background:none;
}
.tg-widgetlogin .tg-widgettitle h3{
margin:0;
font-size:24px;
line-height:27px;
color:#484848;
font-weight:400;
}
.tg-kepploginpassword{
width:100%;
float:left;
margin:0 0 20px;
}
.tg-kepploginpassword .tg-checkbox input[type=checkbox] + label:before{
width:12px;
height:12px;
background:#f8f8f8;
border:1px solid #484848;
border-radius:3px !important;
box-shadow:none;
border-radius:0;
}
.tg-btnforgotpassword{
width:100%;
float:left;
padding:3px 8px;
background:#eaeaea;
color:#007bb5;
display:block;
text-align:center;
border-radius:0 0 5px 5px;
}
.tg-signinsignup{
width:100%;
float:left;
}
.tg-formsigninsignup .tg-searchbulder{padding:0;}
.tg-checkboxbox {
width: 100%;
float: left;
padding: 15px;
border-radius: 3px;
background: #f9f9f9;
border: 1px solid #ddd;
}
.tg-refreshcaptcha {float: right;}
.tg-termscondition{
width:100%;
float:left;
}
.tg-termscondition .tg-checkbox{padding:33px 0;}
.tg-termscondition .tg-checkbox label em{
font-style:normal;
color:#007bb5;
}
.tg-registervia{
width:100%;
float:left;
margin:30px 0 0;
padding:30px 0 0;
border-top:1px solid #ddd;
}
.tg-socialiconslarge {
width: 100%;
float: left;
display: table;
text-align: center;
table-layout: fixed;
}
.tg-socialiconslarge li {
padding: 0;
float: none;
background: #ddd;
display: table-cell;
}
.tg-socialiconslarge li a {
color: #fff;
display: block;
}
.tg-socialiconslarge li.tg-facebook a{background:#3b5998;}
.tg-socialiconslarge li.tg-twitter a{background:#55acee;}
.tg-socialiconslarge li.tg-linkedin a{background:#007bb5;}
.tg-socialiconslarge li.tg-googleplus a{background:#dd4b39;}
.tg-socialiconslarge li.tg-dribbble a{background:#ea4c89;}
.tg-socialiconslarge li.tg-rss a{background:#ff6600;}
.tg-socialiconslarge li a i{
font-size:20px;
display:block;
line-height:62px;
}
.tg-socialiconslarge li a:hover i{ color:#fff;}
/*==============================================
How It Works Style
==============================================*/
.tg-howitworksholder{
width:100%;
float:left;
margin:40px 0 0;
}
.tg-howitworks{
width:auto;
float:none;
margin:-20px 0;
clear:both;
overflow:hidden;
}
.tg-howitsworktitle{
margin:0 0 -135px;
text-align:center;
}
.tg-howitsworktitle h2{
font-size:18px;
line-height:18px;
}
.tg-howitsworktitle h3{
font-size:40px;
line-height:40px;
}
.tg-howitworksbox{
width:100%;
float:left;
position:relative;
text-align:center;
}
.tg-howitworksbox + .tg-howitworksbox{
padding:190px 0 0;
background:url(../images/strip.jpg) repeat-y 50% 0;
}
.tg-howitworksbox h2{
font-size:18px;
line-height:15px;
margin:0 0 8px;
}
.tg-howitworksbox h3{
font-size:23px;
line-height:24px;
margin:0;
}
.tg-servicseeker{
z-index:3;
width:100%;
float:left;
padding:20px 0;
background:#fff;
position:relative;
}
.tg-servicseakerimg{
width:100%;
float:left;
margin:0 0 10px;
}
.tg-servicseakerimg img{
display:block;
margin:0 auto;
}
.tg-startserviceseeker h3{margin:0 0 14px;}
.tg-getmorejob span{display:block;}
.tg-arrow{
left:0;
top:0;
content:'';
width:100%;
height:100%;
text-align:left;
position:absolute;
}
.tg-arrow i.fa{
left: 50%;
top: 50%;
width: 30px;
height: 30px;
margin: -55px 0 0 -15px;
font-size: 14px;
line-height: 30px;
background:#fff;
text-align: center;
border: 1px solid #ddd;
border-radius: 50%;
position: absolute;
}
.tg-centericons{
width:100%;
float:left;
padding:410px 0 0;
}
.tg-centericons .tg-howitworksbox{background:url(../images/strip-1.jpg) repeat-x 0 50%;}
.tg-centericons .tg-howitworksbox + .tg-howitworksbox{
margin:100px 0 0;
padding:0;
}
.tg-centericons .tg-howitworksbox .tg-servicseeker{
padding:0;
background:none;
}
.tg-centericons .tg-howitworksbox .tg-servicseakerimg{
margin:0;
position:relative;
}
.tg-centericons .tg-howitworksbox .tg-servicseakerimg:after,
.tg-centericons .tg-howitworksbox .tg-servicseakerimg:before{
top:50%;
width:30px;
height:30px;
margin:-15px 0 0;
font-size:14px;
line-height:29px;
text-align:center;
background:#fff;
font-family:'FontAwesome';
border:1px solid #ddd;
border-radius:50%;
position:absolute;
}
.tg-centericons .tg-howitworksbox .tg-servicseakerimg:after{
content:'\f104';
right:30px;
}
.tg-centericons .tg-howitworksbox .tg-servicseakerimg:before{
content:'\f105';
left:30px;
}
/*==============================================
Appointment Detail Style
==============================================*/
.tg-dashboardbox.tg-appointmentdetailbox{
background:#fff;
border-top:2px solid;
border-radius:0;
}
.tg-appointmentdetailbox .tg-favoritlistingbox{padding:0;}
.tg-appointmentdetailbox .tg-dashboardboxtitle{padding:17px 0 20px 0;}
.tg-appointmentdetailbox .tg-dashboardboxtitle h2{color:#999;}
.tg-appointmentdetailbox .tg-dashboardboxtitle h2 span{color:#484848;}
.tg-appointmentdetailbox .tg-amout{padding: 31px 20px;}
.tg-appointmentdetailbox .tg-invoicesheading span{color:#999;}
.tg-appointmentdetailbox .tg-invoices li .tg-btnaction{padding:24px 20px;}
.tg-appointmentapprove .tg-favoritlist li{line-height:normal;}
.tg-appointmentapprove .tg-favoritlist li .tg-favotirelistcontent{width:50%;}
.tg-appointmentapprove .tg-rightbox{float:right;}
.tg-appointmentapprove .tg-favoritlist li .tg-amout{
margin:-10px 0 0 0;
padding:28px 20px;
}
.tg-patientrelation{
width:20%;
float:left;
margin:-10px 0 0;
padding:16px 20px;
}
.tg-patientrelation span{display:block;}
.tg-visitreason{
width:100%;
float:left;
margin:20px 0;
}
.tg-visitreason .tg-leftbox h3{
margin:0;
font-size:24px;
line-height:24px;
color:#484848;
}
.tg-visitreason .tg-leftbox span{color:#999;}
.tg-visitreason .tg-rightbox time{
font-size:24px;
line-height:24px;
font-style:normal;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-appointmentapprove .tg-description{
margin:0 0 30px;
padding:0 0 30px;
border-bottom:1px solid #ddd;
}
.tg-appointmentapprove .tg-description p{margin:0;}
.tg-appointmentapprove .tg-btnarea{text-align:center;}
.tg-appointmentapprove .tg-btn{
float:none !important;
padding:0 60px !important;
}
.tg-appointmentapprove .tg-btn + .tg-btn{margin:0 0 0 25px;}
.tg-appointmentapprove .tg-btn.tg-btnreject{background:#db6460;}
.tg-formrejectappointment fieldset textarea{
width:100%;
height:220px;
float:left;
resize:none;
}
.tg-formrejectappointment fieldset .tg-btn{padding:0 60px;}
/*==============================================
404 Style
==============================================*/
.tg-404error,
.tg-404ontent{
width:100%;
float:left;
}
.tg-404img{
width:100%;
float:left;
margin:0 0 25px;
}
.tg-404img img{
margin:0 auto;
display:block;
}
.tg-404ontent h2{
clear:both;
font-size:60px;
line-height:55px;
margin:0 0 15px;
text-align:center;
}
.tg-404ontent .tg-description{text-align:center;}
.tg-404ontent .tg-description p{margin:0;}
/*=============================================
Comming Soon
=============================================*/
body.tg-comingsoon-page {
background: url(../images/bg-commingsoon.jpg) no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
position:relative;
height: 100%;
}
.tg-commingsooncontent{
left:0;
width:630px;
min-height:895px;
background:rgba(255, 255, 255, 0.90);
position:absolute;
}
.tg-logarea{
width:100%;
float:left;
padding:50px 0;
}
.tg-logarea .tg-logo{
width:300px;
float:none;
display:block;
margin:0 auto;
}
.tg-textbox{
color:#484848;
width:100%;
float:left;
padding:50px 50px 0;
text-align:center;
}
.tg-textbox h2{
color:#484848;
margin:0 0 7px;
font-size:40px;
line-height:36px;
}
.tg-textbox h3{
color:#484848;
margin:0 0 20px;
padding:0 0 20px;
font-size:24px;
line-height:20px;
position:relative;
}
.tg-textbox h3:after{
left:50%;
bottom:0;
content:'';
width:70px;
height:2px;
margin:0 0 0 -35px;
background:#484848;
position:absolute;
}
.tg-textbox .tg-description{ padding:0 0 50px;}
.tg-textbox .tg-description p{margin:0;}
/*.tg-countdown{
width:100%;
height:100%;
float:left;
text-align:center;
}*/
.tg-countdown .clock-item{
width:173px;
margin:15px 30px;
position:relative;
display:inline-block;
vertical-align:top
}
.tg-countdown .clock-item .text{
top:0;
left:0;
width:100%;
height:100%;
position:absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-countdown .clock-item .text .val{
margin:0 0 10px;
font-size:60px;
line-height:40px;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-countdown .clock-item .text .type-time{
padding:0 10px;
margin:0 auto;
font-size:14px;
line-height:30px;
border-radius:3px;
text-align:center;
display:inline-block;
}
.clock-canvas{
width:100%;
float:left;
position:relative;
}
.clock-canvas:before{
top:0;
left:0;
content:'';
width:100%;
height:100%;
border-radius:50%;
border:3px solid;
position:absolute;
}
.clock-canvas .kineticjs-content{
width:100%;
height:100%;
float:left;
}
body.tg-comingsoon-page .tg-copyright{
left:0;
bottom:0;
width:100%;
color: #fff;
padding:0;
line-height:50px;
text-align:center;
background:#515151;
position:fixed;
}
.bootstrap-timepicker-widget table td input{
border: 0;
padding: 0;
width: 40px;
border-radius: 0;
}
/*=============================================
Preloader
=============================================*/
.preloader-outer {
background: #fff;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
.pin {
width: 30px;
height: 30px;
-webkit-border-radius: 50% 50% 50% 0;
border-radius: 50% 50% 50% 0;
position: absolute;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
-ms-animation-name: bounce;
animation-name: bounce;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
-ms-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
-ms-animation-duration: 1s;
animation-duration: 1s;
}
.pin:after {
content: '';
width: 14px;
height: 14px;
margin: 8px 0 0 8px;
background: #fff;
position: absolute;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.preloader-outerv-2 .pin:after{background:#fff;}
.pulse {
background: rgba(0,0,0,0.2);
-webkit-border-radius: 50%;
border-radius: 50%;
height: 14px;
width: 14px;
position: absolute;
left: 50%;
top: 50%;
margin: 11px 0px 0px -12px;
-webkit-transform: rotateX(55deg);
-moz-transform: rotateX(55deg);
-o-transform: rotateX(55deg);
-ms-transform: rotateX(55deg);
transform: rotateX(55deg);
z-index: -2;
}
.pulse:after {
content: "";
-webkit-border-radius: 50%;
border-radius: 50%;
height: 40px;
width: 40px;
position: absolute;
margin: -13px 0 0 -13px;
-webkit-animation: pulsate 1s ease-out;
-moz-animation: pulsate 1s ease-out;
-o-animation: pulsate 1s ease-out;
-ms-animation: pulsate 1s ease-out;
animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-box-shadow: 0 0 1px 2px #ce1722;
box-shadow: 0 0 1px 2px #ce1722;
-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
-ms-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.preloader-outerv-2 .pulse:after{
-webkit-box-shadow: 0 0 1px 2px #260c4d;
box-shadow: 0 0 1px 2px #260c4d;
}
@-moz-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-o-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-moz-keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
@-webkit-keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
@-o-keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
@keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
} | web/assets/css/main.css | Theme Reset Style
============================================= */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Oxygen:300,400,500,600,700);
* {
margin: 0px;
padding: 0px;
}
html,
body {}
body {
color: #484848;
background: #fff;
overflow-x: hidden;
font:400 14px/23px 'Open Sans', Arial, Helvetica, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
color: #484848;
margin: 0 0 8px;
font-weight: 400;
line-height: 1.5;
font-style: normal;
text-transform:none;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}
h1 { font-size: 48px;}
h2 { font-size: 36px;}
h3 { font-size: 24px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #484848;}
p a {}
p a:hover {text-decoration:underline;}
p {
letter-spacing: normal;
line-height: 23px;
margin: 0 0 20px;
}
a {text-decoration: none;}
a:hover, a:focus, a:active {
outline: none;
text-decoration: none;
}
ul { margin: 0; }
figure {
margin-bottom: 6px;
position: relative;
}
img {
height: auto;
max-width: 100%;
}
strong { color: #414141; }
iframe {
border: none;
float: left;
width: 100%;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}
.wp-caption.alignleft,
.wp-caption.alignnone { width: 100%; }
button { border: none; }
textarea,
select,
.tg-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
color: #484848;
outline: none;
height: 40px;
padding: 10px;
background:#fff;
font-size: 13px;
box-shadow: none;
line-height: 18px;
border-radius: 3px;
display: inline-block;
vertical-align: middle;
border: 1px solid #ddd;
text-transform: capitalize;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-group{ margin:0 0 20px;}
.form-control::-moz-placeholder{
text-transform: capitalize;
color: #999;
}
.form-control:focus::-moz-placeholder,
input:focus,
.select select:focus,
.form-control:focus{
color: #484848;
border-color: #484848;
box-shadow:none !important;
}
/*======================
Select
======================*/
.tg-select{
color:999;
width: 100%;
float:left;
position: relative;
text-transform:capitalize;
}
.tg-select:after{
content: '\f107';
top: 50%;
right: 15px;
z-index: 2;
width: 13px;
color: #999;
display: block;
font-size: 14px;
margin-top: -5px;
line-height: 10px;
position: absolute;
text-align: center;
font-family: 'FontAwesome';
}
.tg-select select {
width: 100%;
z-index: 1;
color:#999;
height:40px;
padding:0 10px;
line-height:18px;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
text-transform:capitalize;
}
.tg-select select option:first-child{color:#999;}
.tg-select select option{color: #484848;}
/*======================
CheckBox
======================*/
.tg-radio,
.tg-radio label,
.tg-checkbox,
.tg-checkbox label{
width: 100%;
float: left;
margin:0;
position: relative;
}
.tg-radio label,
.tg-checkbox label{
cursor:pointer;
display:block;
padding:0 0 0 20px;
}
.tg-radio input[type=radio],
.tg-checkbox input[type=checkbox] { display:none; }
.tg-checkbox input[type=checkbox] + label:before {
top: 2px;
left: 0;
content: '';
width: 12px;
height: 12px;
color: #484848;
background: #fff;
font-size: 9px;
line-height: 10px;
border-radius: 3px;
position: absolute;
text-align: center;
font-family:'FontAwesome';
border: 1px solid #484848;
-webkit-box-shadow:inset 0 0 3px 0 #ccc;
box-shadow:inset 0 0 3px 0 #ccc;
}
.tg-checkbox input[type=checkbox]:checked + label:before {content:'\f00c';}
.tg-radio input[type=radio] + label:before{
top: 3px;
left: 5px;
content:'';
width: 12px;
height: 12px;
border-radius: 50%;
position: absolute;
border: 2px solid #484848;
}
.tg-radio input[type=radio] + label:after{
top: 7px;
left: 9px;
content:'';
width: 4px;
height: 4px;
opacity: 0;
background: #000;
border-radius: 50%;
position: absolute;
visibility: hidden;
}
.tg-radio input[type=radio]:checked + label{ color: #484848; }
.tg-radio input[type=radio]:checked + label:after{
opacity: 1;
visibility: visible;
}
.tg-radio input[type=radio]:checked + label:before{border-color: #000;}
/*=======================
IOS Style CheckBox
=======================*/
.tg-iosstylcheckbox{
width:24px;
float:right;
margin: 3px 0;
position:relative;
}
.tg-iosstylcheckbox input[type=checkbox],
.tg-iosstylcheckbox input[type=checkbox]:active {display:none;}
.tg-iosstylcheckbox label {
margin:0;
width: 100%;
height: 14px;
display: block;
overflow:hidden;
cursor: pointer;
position: relative;
border: 1px solid #484848;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.tg-iosstylcheckbox label:before {
top: -1px;
left: -1px;
z-index: 1;
height: 14px;
width: 14px;
content: '';
display: block;
position: absolute;
background: #fff;
border: 1px solid #484848;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.tg-iosstylcheckbox input[type=checkbox]:checked + label:before {
left: calc(100% - 13px);
border-color: transparent;
}
label {
color: #484848;
display: block;
margin-bottom: 6px;
text-transform: capitalize;
font:400 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
form p {
float: left;
position: relative;
width: 100%;
}
form p span i {
color: #474747;
left: 16px;
position: absolute;
top: 13px;
}
option { padding: 5px 15px; }
li {
line-height: 28px;
list-style: disc inside none;
}
ul ul { margin-left: 20px; }
ol {
float: none;
list-style: decimal;
padding-left: 15px;
}
ol ol { margin-left: 20px; }
ol li {
list-style: decimal;
width: 100%;
}
table {
background-color: transparent;
max-width: 100%;
}
th { text-align: left; }
table {
margin-bottom: 15px;
width: 100%;
}
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 #d2d2d2;
border: 1px solid #d2d2d2;
line-height: 2.5;
padding-left: 3px;
text-align: center;
vertical-align: top;
}
table thead tr th {
border-top: 1px solid #d2d2d2;
text-align: center;
text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 1px solid #d2d2d2; }
table > thead > tr > th {
border-bottom: 2px solid #d2d2d2;
vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-bottom: 0; }
table > tbody + tbody { border-top: 2px solid #d2d2d2; }
.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 20px; }
p ins { color: #999; }
dl dd { margin-left: 20px; }
address { font-style: italic; }
/*==============================================
Global Elements
==============================================*/
.tg-haslayout{
width:100%;
float:left;
}
.tg-main-section{padding: 80px 0;}
.tg-location-map{
width: 100%;
float: left;
height: 500px;
}
.tg-btn-sm{
padding: 0 20px;
line-height: 30px;
}
.tg-btn{
color: #fff;
padding: 0 30px;
background: #484848;
position:relative;
text-align:center;
border-radius: 3px;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
font:12px/40px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-btn:hover,
.tg-btn:focus{color: #fff !important;}
.tg-btn-lg{
width: 100%;
padding: 0;
}
.tg-socialicons{
overflow: hidden;
list-style: none;
text-align:center;
line-height: 30px;
}
.tg-socialicons li{
float: left;
padding: 0 4px;
line-height: inherit;
list-style-type: none;
}
.tg-socialicons li a{
width:30px;
height:30px;
color: #fff;
display:block;
background:#000;
overflow:hidden;
border-radius: 50%;
}
.tg-socialicons li.tg-facebook a{background:#3b5998;}
.tg-socialicons li.tg-twitter a{background:#55acee;}
.tg-socialicons li.tg-linkedin a{background:#007bb5;}
.tg-socialicons li.tg-googleplus a{background:#dd4b39;}
.tg-socialicons li.tg-rss a{background:#ff6600;}
.tg-socialicons li a i{
display:block;
font-size:13px;
text-align:center;
line-height:inherit;
}
.tg-socialicons li a:hover{}
.tg-verticalmiddle{
margin: 0 -1px;
float: none !important;
display: inline-block;
vertical-align: middle;
}
.tg-description {
width: 100%;
float: left;
}
.tg-bglight{ background:#f8f8f8;}
.tg-stars span,
.tg-stars{
width:75px;
height: 12px;
float: left;
line-height:12px;
position:relative;
}
.tg-stars span:after,
.tg-stars:before {
top: 0;
left: 0;
font-size: 12px;
line-height: 12px;
position: absolute;
letter-spacing: 4px;
font-family: 'FontAwesome';
content: '\f005 \f005 \f005 \f005 \f005';
}
.tg-stars:before{
color: #ddd;
content: '\f005 \f005 \f005 \f005 \f005';
}
.tg-stars span {
width:78%;
overflow: hidden;
}
.tg-stars span:after{color: #fdb900;}
.row.no-gutters{
margin-right: 0;
margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"]{
padding-right: 0;
padding-left: 0;
}
.tg-sectionhead{
width: 100%;
float: left;
padding: 0 0 40px;
text-align: center;
}
.tg-sectiontitle{
position: relative;
text-align: center;
vertical-align: top;
display: inline-block;
}
.tg-sectiontitle h1,
.tg-sectiontitle h2{
margin: 0 0 3px;
font-size: 40px;
line-height: 43px;
position: relative;
}
.tg-svginject{float: right;}
.tg-sectionhead .tg-description{padding: 40px 0 0;}
.tg-sectionhead .tg-description p{margin: 0;}
.tg-usericon{
color:#fff;
width:22px;
float: left;
font-size:12px;
background:#000;
overflow: hidden;
line-height:22px;
border-radius:3px;
position:relative;
text-align: center;
text-transform:capitalize;
}
.tg-usericon + .tg-usericon{margin: 0;}
.tg-usericonholder{
width: 84px;
display: block;
font-style: normal;
}
.tg-iconvarified .tg-usericonholder{width: 77px;}
.tg-iconfeatured{}
.tg-iconvarified{background: #6c8949;}
.tg-usericon i,
.tg-usericon span{
line-height: 22px;
display: inline-block;
vertical-align: middle;
}
.tg-usericon i{
width: 22px;
text-align: center;
}
.tg-usericon span{padding: 0 8px 0 0;}
.tg-usericon:focus,
.tg-usericon:hover{color: #fff;}
.tg-usericon.tg-iconfeatured:hover{width: 84px;}
.tg-usericon.tg-iconvarified:hover{width: 77px;}
.tg-alignleft{text-align: left;}
.tg-btnroundprev,
.tg-btnroundnext{
width: 50px;
height: 50px;
display: block;
background: #fff;
overflow: hidden;
font-size: 20px;
line-height: 48px;
border-radius: 50%;
border: 1px solid #999;
}
.tg-btnroundprev i,
.tg-btnroundnext i,
.tg-btnroundprev i:before,
.tg-btnroundnext i:before{
display: block;
line-height: inherit;
}
.tg-btnroundprev:hover i,
.tg-btnroundnext:hover i{color: #fff;}
.tooltip{
/* width: 120px; */
color: #fff;
font-size: 10px;
line-height: 13px;
padding: 0 !important;
text-transform: uppercase;
}
.tooltip.right {margin-left: -14px;}
.tooltip.top {margin-top: -10px;}
.tooltip.right .tooltip-arrow{
top: 100%;
left: 0 !important;
border-width: 10px 7px 0 0;
margin: -3px 0 0 !important;
border-right-color: transparent !important;
}
.tooltip.top .tooltip-arrow{
bottom: -5px !important;
border-top-color: #ce1722;
}
.tooltip .tooltip-inner{
margin: 0;
padding: 4px 8px;
max-width: 100%;
border-radius:0;
width: 100% !important;
}
.tg-tooltipwhite + .tooltip{
width: auto;
box-shadow: 0 0 10px 0px rgba(17, 1, 14, 0.10);
}
.tg-tooltipwhite + .tooltip.top .tooltip-arrow{border-top-color: #fff !important;}
.tg-tooltipwhite + .tooltip.top .tooltip-inner{
color: #484848 !important;
background: #fff !important;
}
.tg-leftalign{text-align: left;}
.tg-leftalign h2{display: block;}
.tg-icon{
width: 100%;
float: left;
text-align: center;
}
.tg-icon i{
display: block;
font-size: 30px;
line-height: 26px;
text-align: center;
}
.tg-title{
width: 100%;
float: left;
}
.tg-title h3{
margin: 0;
font-size: 20px;
line-height: 20px;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
position: relative;
text-transform: capitalize;
}
.tg-title h2{
font-size:24px;
line-height:24px;
margin:0 0 20px;
}
.tg-title.tg-icon{text-align: left;}
.tg-title.tg-icon h3{padding: 0 0 0 30px;}
.tg-title.tg-icon h3:before{
top: 0;
left: 0;
position: absolute;
font-family:'FontAwesome';
}
.tg-themeform{
width:100%;
float:left;
}
.tg-themeform fieldset{
width:100%;
float:left;
margin:0;
padding:0;
border:0;
}
.tg-themeform fieldset .form-group{
width:100%;
float:left;
}
.tg-themeform fieldset textarea{
width:100%;
height:260px;
float:left;
resize:none;
}
.tg-parallaximg{
color: #fff;
overflow: hidden;
position: relative;
}
.tg-parallaximg .container{
z-index: 2;
position: relative;
}
.tg-parallaximg:before{
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
content: '';
position: absolute;
background:
-moz-linear-gradient(top,
rgba(72,72,72,0.7) 0%,
rgba(72,72,72,0.7) 100%);
background:
-webkit-linear-gradient(top,
rgba(72,72,72,0.7) 0%,
rgba(72,72,72,0.7) 100%);
background:
linear-gradient(to bottom,
rgba(72,72,72,0.7) 0%,
rgba(72,72,72,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc484848', endColorstr='#cc484848',GradientType=0 );
}
.tg-imgoverlap{
padding: 70px 0;
overflow: visible;
}
.tg-parallaximg .tg-svginject path{fill:#fff;}
.tg-parallaximg h2{color: #fff;}
.tg-metadata{
width: 100%;
float: left;
font-size: 13px;
list-style: none;
line-height: 16px;
padding: 0 0 13px;
}
.tg-metadata li{
float: left;
padding: 0 15px;
line-height: 16px;
position: relative;
list-style-type: none;
}
.tg-metadata li:first-child{padding-left: 0;}
.tg-metadata li + li:before{
top: 5px;
left: -2px;
color: #999;
content: '/';
font-size: 12px;
line-height: 11px;
position: absolute;
}
.tg-metadata li i,
.tg-metadata li a,
.tg-metadata li a i{
color: #484848;
line-height: 16px;
display: inline-block;
vertical-align: middle;
}
.tg-metadata li > i{ width: 20px; }
.tg-metadata li a:hover i.tg-dislike,
.tg-metadata li a i.tg-like{ color: #db6460;}
.tg-dislike + .tooltip .tooltip-inner{background: #db6460;}
.tg-dislike + .tooltip .tooltip-arrow{border-top-color: #db6460;}
.tg-socialsharewithtext{
margin:0;
list-style: none;
line-height: 25px;
}
.tg-socialsharewithtext li{
width:auto;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-socialsharewithtext li + li{padding:0 0 0 5px;}
.tg-roundicontext{
color:#fff;
width: 25px;
float: left;
font-size:12px;
background:#000;
overflow: hidden;
line-height:25px;
border-radius:25px;
position:relative;
text-align: center;
text-transform:capitalize;
}
.tg-roundicontext + .tg-roundicontext{margin: 0 0 0 6px;}
.tg-roundicontext .tg-usericonholder{
width: 150px;
display: block;
overflow: hidden;
font-style: normal;
}
.tg-roundicontext i,
.tg-roundicontext span{
float:left;
font-size: 11px;
line-height: 25px;
}
.tg-roundicontext i{
width: 25px;
text-align:center;
}
.tg-roundicontext:focus,
.tg-roundicontext:hover{color: #fff;}
.tg-facebook .tg-roundicontext:hover{width: 134px;}
.tg-twitter .tg-roundicontext:hover{width: 124px;}
.tg-linkedin .tg-roundicontext:hover{width: 122px;}
.tg-googleplus .tg-roundicontext:hover{width: 120px;}
.tg-rss .tg-roundicontext:hover{width: 105px;}
.tg-youtube .tg-roundicontext:hover{width: 130px;}
.tg-socialsharewithtext li.tg-facebook a{background:#3b5998;}
.tg-socialsharewithtext li.tg-twitter a{background:#55acee;}
.tg-socialsharewithtext li.tg-linkedin a{background:#007bb5;}
.tg-socialsharewithtext li.tg-googleplus a{background:#dd4b39;}
.tg-socialsharewithtext li.tg-rss a{background:#ff6600;}
.tg-socialsharewithtext li.tg-youtube a{background:#bb0000;}
.tg-modaldialog{
width: 830px;
margin: 50px auto 0;
overflow: hidden !important;
}
.tg-modalcontent{
border: 0;
width: 100%;
float: left;
padding: 30px;
margin: 40px 0 0;
background: #fff;
box-shadow: none;
border-radius: 5px;
}
.tg-modalcontent h2{
top: -40px;
left: 0;
z-index: 1;
width: 100%;
color: #fff;
font-size: 24px;
line-height: 24px;
margin: 0 0 16px;
position: absolute;
}
.tg-modalclose{
top: -40px;
right: 0;
z-index: 2;
opacity: 1;
color: #fff;
width: 40px;
height: 40px;
display: block;
text-shadow: none;
line-height: 40px;
position: absolute;
text-align: center;
}
.tg-modalclose:hover,
.tg-modalclose:focus{
color: #fff;
opacity: 1;
}
.tg-modalclose span{
display: block;
line-height: inherit;
}
/*==============================================
Theme Pagination
==============================================*/
.tg-pagination{
width:100%;
float: left;
font:13px/30px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-pagination ul{
margin:0;
padding:0;
width: 100%;
float:left;
list-style:none;
line-height: 30px;
text-align: center;
}
.tg-pagination ul li{
margin:0 3px;
width:30px;
height: 30px;
line-height: 30px;
background: #f8f8f8;
list-style-type:none;
display: inline-block;
vertical-align: top;
}
.tg-pagination ul li a{
color:#484848;
display:block;
text-align:center;
position:relative;
line-height: 30px;
}
.tg-pagination ul li.tg-nextpage a,
.tg-pagination ul li.tg-prevpage a{
color: #fff;
background: #484848;
}
.tg-pagination ul li.tg-prevpage a{border-radius: 3px 0 0 3px;}
.tg-pagination ul li.tg-nextpage a{border-radius: 0 3px 3px 0;}
.tg-pagination ul li.tg-nextpage a i,
.tg-pagination ul li.tg-prevpage a i{
display: block;
line-height: 30px;
}
.tg-pagination ul li.tg-active a,
.tg-pagination ul li a:hover,
.tg-pagination ul li.tg-nextpage a:hover,
.tg-pagination ul li.tg-prevpage a:hover,
.tg-pagination ul li.tg-nextpage a:hover i,
.tg-pagination ul li.tg-prevpage a:hover i{color: #fff;}
/*==============================================
Theme BreadCrumb
==============================================*/
.tg-breadcrumb {
margin:0;
color: #fff;
width: 100%;
float: right;
list-style: none;
padding: 15px 0 0;
text-align: center;
text-transform: capitalize;
font:14px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-breadcrumb li{
width:auto;
padding:0 15px;
position:relative;
line-height:inherit;
list-style-type:none;
display: inline-block;
vertical-align: middle;
}
.tg-breadcrumb li:after{
top:0;
left:-3px;
color: #fff;
content:'\f105';
position:absolute;
font-family: 'FontAwesome';
}
.tg-breadcrumb li:first-child:after{display: none;}
.tg-breadcrumb li a{
color:#fff;
display:block;
line-height: inherit;
}
.tg-prev,
.tg-next{
top:0;
right:0;
font-size:14px;
cursor:pointer;
position:absolute;
}
.tg-prev span,
.tg-next span{
color:#373542;
display:block;
line-height:16px;
margin:0 14px 0 0;
}
.tg-prev{
top:-2px;
right:40px;
text-align:left;
}
.tg-next{
text-align:right;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.tg-prev span:after,
.tg-next span:after{
content:'';
top:50%;
left:15px;
width:20px;
height:1px;
z-index:-1;
opacity:0;
background:#373542;
position:absolute;
visibility:hidden;
}
.tg-prev:hover span:after,
.tg-next:hover span:after{
opacity:1;
visibility:visible;
}
.tg-prev:hover span:after,
.tg-next:hover span:after{left:3px;}
/*==============================================
Theme Style
==============================================*/
.tg-wrapper{overflow: hidden;}
body.tg-home .tg-main{padding: 20px 0;}
.tg-main{padding: 100px 0;}
#tg-twocolumns{
width: 100%;
float: left;
}
#tg-content{
z-index: 2;
width: 100%;
float: left;
position: relative;
}
#tg-sidebar{
width: 100%;
float: left;
}
.navbar-toggle{
border: 0;
margin: 0;
padding: 9px 14px;
}
.navbar-toggle .icon-bar{
width: 16px;
background: #fff;
}
.tg-dropdowarrow {
top: 6px;
z-index: 5;
color: #fff;
right: 15px;
width: 18px;
height: 18px;
font-size: 10px;
line-height: 18px;
position: absolute;
border-radius: 1px;
text-align: center;
cursor: pointer;
display: none;
}
.tg-section{
width: 100%;
float: left;
margin: 30px 0 0;
border-radius: 3px;
}
.tg-box{padding: 30px;}
.tg-box:last-child{padding-bottom: 0;}
.tg-box + .tg-box{border-top: 1px solid #ddd;}
.tg-icontitle{
width: 100%;
float: left;
margin: 0 0 30px;
}
.tg-icontitle h3{
margin: 0;
color: #484848;
font-size: 20px;
line-height: 20px;
position: relative;
padding: 0 0 0 25px;
font:500 20px/20px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-icontitle h3:before{
top: 3px;
left: 0;
position: absolute;
font:18px/18px 'fontAwesome';
}
.tg-themelist{
width: 100%;
float: left;
font-size: 14px;
list-style: none;
line-height: 17px;
margin: -10px 0 0;
}
.tg-themelist li{
width: 100%;
float: left;
margin: 10px 0 0;
line-height: inherit;
list-style-type: none;
}
.tg-threecolumns{
width: 100%;
float: left;
font-size: 14px;
list-style: none;
line-height: 17px;
margin: -10px 0 0;
}
.tg-threecolumns li{
width: 33.33%;
float: left;
margin: 10px 0 0;
line-height: inherit;
list-style-type: none;
}
.tg-threecolumns li a{color: #484848;}
.tg-liststyledot li{
padding: 0 15px;
position: relative;
}
.tg-liststyledot li:before{
top: 7px;
left: 0;
width: 3px;
height: 3px;
content: '';
position: absolute;
border-radius: 50%;
background: #484848;
}
.tg-themelist li,
.tg-threecolumns li{cursor: pointer;}
.tg-themelist li i,
.tg-threecolumns li i{color: #999;}
/*==============================================
Header
==============================================*/
.tg-header{
z-index: 5;
background: #fff;
position: relative;
border-bottom: 2px solid;
}
.tg-topbar{
width: 100%;
float: left;
padding: 10px 0;
background: #f8f8f8;
font:400 12px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-quickadvice{
float: left;
}
.tg-contactinfo{
float: right;
list-style: none;
font:400 12px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-contactinfo li{
float: left;
padding: 0 20px;
position: relative;
line-height: inherit;
list-style-type: none;
}
.tg-contactinfo li:first-child{padding-left: 0;}
.tg-contactinfo li:last-child{padding-right: 0;}
.tg-contactinfo li + li:before{
top: 0;
left: -2px;
content: '/';
font-size: 14px;
line-height: 20px;
position: absolute;
}
.tg-contactinfo li a,
.tg-contactinfo li address{
margin: 0;
display: block;
font-style: normal;
font-size: inherit;
line-height: inherit;
}
.tg-logo{
float:left;
margin: 36px 0;
}
.tg-logo a{display: block;}
.tg-logo a img{display: block;}
.tg-navigationarea{
float:right;
padding: 35px 0 0;
}
.tg-nav,
.tg-admin{float: left;}
.tg-nav{
padding: 11px 0 0;
text-transform: capitalize;
font:14px/20px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-navigation{
width:100%;
float:left;
padding:0;
}
.tg-navigation > ul{
width:100%;
float:left;
}
.tg-navigation ul{list-style:none;}
.tg-navigation ul li{
position:relative;
list-style-type:none;
}
.tg-navigation > ul > li{
float:left;
padding:0 15px;
position:relative;
line-height:inherit;
}
.tg-navigation > ul > li > a{
display:block;
color:#484848;
padding: 0 0 43px;
line-height:inherit;
}
.tg-navigation ul li a{display: block;}
.tg-navigation > ul > li + li:before{
top:8px;
left:-2px;
width:4px;
height:4px;
content:'';
position:absolute;
border-radius: 50%;
}
.tg-navigation > ul > li.tg-hasdropdown > a{
position:relative;
padding: 0 15px 43px 0;
}
.tg-navigation > ul > li.tg-hasdropdown > a:before{
top: 3px;
right: 0;
content: '\f107';
font-size: 14px;
line-height: 14px;
position: absolute;
font-family: 'FontAwesome';
}
.tg-navigation > ul > li:last-child > a{padding-right: 0;}
.tg-navigation > ul > li:last-child > a:before{display: none;}
.tg-dropdownmenu{
top:200%;
left:0;
margin:0;
opacity:0;
width:210px;
font-size:13px;
line-height:40px;
background:#fff;
visibility:hidden;
position:absolute;
border-radius: 3px;
text-transform: capitalize;
-webkit-box-shadow: 0 0 7px 1px rgba(51,51,51,0.20);
box-shadow: 0 0 7px 1px rgba(51,51,51,0.20);
}
.tg-dropdownmenu li{
padding:0 15px;
position:relative;
line-height:inherit;
}
.tg-dropdownmenu li + li{ border-top:1px solid #ddd;}
.tg-dropdownmenu li a{
color:#484848;
line-height:inherit;
}
.tg-hasdropdown:hover > .tg-dropdownmenu{
top:100%;
opacity:1;
visibility:visible;
}
.tg-hasdropdown .tg-hasdropdown:before{
top:0;
right:15px;
color:#999;
font-size:14px;
content:'\f105';
position:absolute;
line-height:inherit;
font-family:'FontAwesome';
}
.tg-dropdownmenu .tg-dropdownmenu{left: 100%;}
.tg-dropdownmenu .tg-hasdropdown:hover > .tg-dropdownmenu{top: 0;}
.tg-admin{
padding:0 0 0 25px;
position:relative;
}
.tg-guest{
width:100%;
float:left;
}
.tg-adminpic{
width:30px;
height:30px;
float:left;
margin:0 10px 0 0;
border:1px solid #ddd;
border-radius:50%;
position:relative;
}
.tg-adminpic a{
display:block;
border-radius:50%;
}
.tg-adminpic a img{display:block;}
.tg-dashboardbadge{
top:-10px;
right:-3px;
width:15px;
height:15px;
display:block;
font-size:10px;
line-height:15px;
text-align:center;
color:#fff;
background:#db6460;
border-radius:50%;
position:absolute;
}
.tg-guest .tg-message{
width: 100px;
float: right;
}
.tg-guest .tg-message em,
.tg-user .tg-usermenu em{display:block;}
.tg-user .tg-usermenu em,
.tg-guest .tg-message em{font:13px/16px 'Oxygen', Arial, Helvetica, sans-serif;}
.tg-loginsinguplinks{
width: 100%;
float: left;
font-size:12px;
line-height:15px;
position: relative;
}
.tg-dropdown{
position: static;
display: inline-block;
}
.tg-btndropdown{
color:#484848;
outline: none;
display: block;
background: transparent;
}
.tg-dropdownbox{
border: 0;
margin: 0;
top: 100px;
left: auto;
opacity: 0;
right: 80px;
padding: 20px;
display: block;
background: #fff;
border-radius: 0;
position:absolute;
visibility: hidden;
}
.tg-dropdownbox:before{
width: 0;
height: 0;
right: 36px;
content: '';
bottom: 100%;
position: absolute;
border-bottom: 10px solid #fff;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
}
.tg-dropdownbox[aria-labelledby="tg-signin"]{ width: 310px; }
.tg-dropdownbox[aria-labelledby="tg-signup"]{ width: 610px; }
.tg-dropdown.open .tg-dropdownbox{
top: 30px;
opacity: 1;
visibility: visible;
}
.tg-dropdownbox h2{
margin: 0 0 30px;
font-size: 16px;
line-height: 19px;
text-transform: capitalize;
}
.tg-form{
width: 100%;
float: left;
}
.tg-form fieldset{
width: 100%;
float: left;
padding: 0;
margin: 0;
border: 0;
}
.tg-form fieldset .form-group:last-child{ margin: 0; }
.tg-form fieldset .form-control{ width: 100%; }
.tg-form fieldset .tg-btn{ padding: 0 30px; }
.tg-forgotpassword{
float: right;
font-size: 14px;
color: #55acee;
margin: 18px 0;
}
.tg-form.tg-formsignup fieldset .form-group{
width: 100%;
float: left;
margin: 0 0 20px;
}
.tg-radiobox{
width: 100%;
float: left;
margin: 0 0 20px;
padding: 0 0 20px;
text-align: center;
border-bottom: 1px solid #ddd;
}
.tg-joinustitle,
.tg-joinus{
display: inline-block;
vertical-align: middle;
}
.tg-joinustitle{
text-transform: capitalize;
font:14px/17px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-joinus .tg-radio{
width: auto;
float: none;
display: inline-block;
vertical-align: middle;
}
.tg-joinus .tg-radio label{
color: #999;
font:14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-form.tg-formsignup p{
margin: 0;
color: #999;
}
.tg-form.tg-formsignup p a{ color: #55acee; }
.tg-checkboxbox{
width: 100%;
float: left;
padding: 15px;
border-radius: 3px;
background: #f9f9f9;
border: 1px solid #ddd;
}
.tg-checkboxbox .tg-checkbox{
width: auto;
margin: 16px 0;
}
.tg-checkboxbox .tg-checkbox input[type=checkbox] + label:before {
top: 0;
width: 28px;
height: 28px;
font-size: 16px;
line-height: 24px;
border: 2px solid #c1c1c1;
}
.tg-checkboxbox .tg-checkbox label{
text-transform: none;
padding: 6px 0 5px 43px;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-refreshcaptcha{float: right;}
.tg-otheroptionforsignup{
width: 100%;
float: left;
font-size: 13px;
line-height: 13px;
margin: 30px 0 0;
padding: 30px 0 0;
border-top: 1px solid #ddd;
}
.tg-signinoption{
clear: both;
margin: -5px;
padding: 0 0 20px;
overflow: hidden;
list-style: none;
}
.tg-signinoption li{
width: 50%;
float: left;
padding: 5px;
line-height: inherit;
list-style-type: none;
}
.tg-signinoption li a{
color: #fff;
padding: 18px;
display: block;
text-align: center;
line-height: inherit;
}
.tg-signinoption li.tg-facebook a{background: #2e5894;}
.tg-signinoption li.tg-google a{background: #e04b33;}
.tg-signinoption li.tg-twitter a{background: #ba0a1f;}
.tg-signinoption li.tg-linkedin a{background: #2099c6;}
.tg-signinoption li a i,
.tg-signinoption li a i{
font-style: normal;
margin: 0 0 0 10px;
padding: 0 0 0 10px;
line-height: inherit;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
border-left: 1px solid #fff;
}
.tg-signinoption li a i.fa{
border: 0;
margin: 0;
padding: 0;
}
.tg-alreadyhaveaccount{
clear: both;
padding: 20px;
overflow: hidden;
text-align: center;
background: #f2f1f6;
margin: 10px -20px -20px;
}
.tg-alreadyhaveaccount h3{
margin: 0;
font-size: 14px;
line-height: 17px;
text-transform: none;
}
.tg-alreadyhaveaccount h3 a{ color: #55acee; }
.tg-user .tg-usermenu{
margin: 7px 0 0;
padding:0 0 46px;
display:inline-block;
vertical-align:middle;
}
.tg-user .tg-usermenu em{
position: relative;
padding: 0 15px 0 0;
text-transform: uppercase;
}
.tg-user .tg-usermenu em:before{
top: 50%;
right: 0;
margin: -5px 0 0;
content: '\f107';
font-size: 14px;
line-height: 10px;
position: absolute;
font-family: 'FontAwesome';
}
.tg-dropdownbox.tg-usermenu{
padding: 0;
width: 210px;
border-radius:5px;
}
.tg-dropdownbox.tg-usermenu time{
display: block;
padding: 20px;
text-align: center;
}
.tg-dropdownbox time strong{
display: block;
text-transform: uppercase;
font:400 14px/12px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-dropdownbox time strong + strong{
color: #484848;
font-size: 36px;
line-height: 28px;
padding: 5px 0 0;
text-transform: none;
}
.tg-dropdownbox > ul{
width: 100%;
float: left;
list-style: none;
font:400 13px/35px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-dropdownbox > ul > li{
padding: 0 20px;
line-height: inherit;
list-style-type: none;
}
.tg-dropdownbox > ul > li + li{border-top: 1px solid #ddd;}
.tg-dropdownbox > ul > li > a{
color: #484848;
display: block;
line-height: inherit;
}
.tg-dropdownbox > ul > li > a > i{width: 25px;}
.tg-dropdownbox > ul > li > a > i,
.tg-dropdownbox > ul > li > a > span{
display: inline-block;
vertical-align: middle;
}
.tg-dropdown .tg-dropdownbox.tg-usermenu{right: 0;}
.tg-dropdown.open .tg-dropdownbox.tg-usermenu{top: 50px;}
.tg-login .tg-admin .tg-guest,
.tg-admin .tg-user,
.tg-login .tg-admin .tg-btn{display: none;}
.tg-login .tg-admin .tg-user{
display: block;
position:relative;
}
.tg-login .tg-admin {padding:5px 0 0 15px;}
.tg-user .tg-dropdown:hover .tg-dropdownbox{
visibility:visible;
opacity:1;
top:50px;
}
/*==============================================
Home Banner
==============================================*/
.tg-formtheme{
width: 100%;
float: left;
position:relative;
}
.tg-formtheme fieldset{
width: 100%;
float: left;
margin: 0;
padding: 0;
border: 0;
}
.tg-homebanner{
z-index:1;
overflow: hidden;
position:relative;
}
.tg-bannerbg{
width:100%;
float:left;
margin:0;
background:#484848;
}
.tg-homebanner .tg-bannerbg img{
width:100%;
height:auto;
opacity:0.20;
display:block;
}
.tg-bannercontent{
top:0;
left:0;
z-index:2;
width:100%;
height:100%;
position:absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-formsearch{
padding: 55px;
background:#fff;
border:6px solid;
}
.tg-formsearch .tg-sectionhead{padding: 0 0 20px;}
.tg-formsearch fieldset{
margin: 0 0 30px;
padding: 13px 0;
border-radius: 5px;
position: relative;
border: 2px solid #ddd;
}
.tg-formsearch fieldset:last-child{
margin: 0;
padding: 0;
border: 0;
}
.tg-formsearch fieldset .tg-select{
width: 20%;
float: left;
border-right: 1px solid #ddd;
}
.tg-formsearch fieldset .tg-select select{
border: 0;
height: 30px;
padding: 0 15px;
line-height: 30px;
}
.tg-formsearch fieldset .form-control{
width: 95%;
float: right;
border: 0;
height: 30px;
line-height: 30px;
padding: 0 65px 0 15px;
}
.form-control:focus{
box-shadow:none;
}
.tg-formsearch fieldset .tg-btnformsearch{
top: 0;
right: 0;
width: 56px;
height: 56px;
color: #fff;
border-radius:0 3px 3px 0;
text-align: center;
position: absolute;
}
.tg-category{
width:100%;
float:left;
}
.tg-category .tg-radio{padding: 0 2px;}
.tg-category .tg-radio label{
color: #484848;
height: 95px;
padding: 10px;
font-size: 12px;
line-height: 15px;
border-radius: 3px 3px 0 0;
background: #fcfcfc;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-category .owl-item:nth-child(even) .tg-radio label{background:#f8f8f8;}
.tg-category .owl-item:nth-child(odd) .tg-radio label{background:#fcfcfc;}
.tg-category .tg-radio label span{display: block;}
.tg-category .tg-radio label span:first-child{padding: 0 0 10px;}
.tg-category .tg-radio input[type=radio] + label:before,
.tg-category .tg-radio input[type=radio] + label:after{display: none;}
.tg-category .tg-radio input[type=radio] + label:hover,
.tg-category .tg-radio input[type=radio]:checked + label{color: #fff;}
.tg-subcategories{
width: auto;
float: left;
position: relative;
}
.tg-subcategories > div{display: none;}
.tg-subcategories > div.tg-active{display: block;}
.tg-categoryslider .tg-btnroundprev,
.tg-categoryslider .tg-btnroundnext{
top: 50%;
border: 0;
width: 25px;
height: 25px;
font-size: 14px;
background: #ddd;
line-height: 25px;
position: absolute;
margin: -23px 0 0 0;
}
.tg-categoryslider .tg-btnroundprev{left: -13px;}
.tg-categoryslider .tg-btnroundnext{right: -13px;}
.tg-tabcontent{
width: 100%;
float: left;
}
.tg-checkbox.tg-subcategorycheckbox{
width: 20%;
float: left;
padding: 10px;
}
.tg-subcategories-two .tg-checkbox{width:25%;}
.tg-subcategorycheckbox label{
padding: 0;
color: #484848;
font-size: 14px;
line-height: 17px;
border-radius: 3px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-subcategorycheckbox label span{display: block;}
.tg-subcategorycheckbox label span:first-child{
width: 70px;
height: 70px;
margin: 0 0 10px;
border-radius: 50%;
border: 2px solid #ddd;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-subcategorycheckbox input[type=checkbox] + label:before,
.tg-subcategorycheckbox input[type=checkbox] + label:after{display: none;}
.tg-subcategorycheckbox input[type=checkbox] + label:hover,
.tg-subcategorycheckbox input[type=checkbox]:checked + label{color: #484848;}
.tg-subcategorycheckbox input[type=checkbox]:checked + label span:first-child,
.tg-subcategorycheckbox label:hover span:first-child{background: #fff;}
.tg-bannerimg{
float:left;
margin:-15px 0 0 50px;
}
.tg-bannerimg img{display:block;}
.tg-searchfields .form-group{
width: 100%;
float: left;
}
.tg-loginbanner{
width: 100%;
float: left;
margin: 10px 0 0;
padding: 30px 0 0;
border-top: 1px solid #ddd;
}
.tg-box{
width: 100%;
float: left;
}
.tg-loginbanner .tg-box{
position: relative;
padding: 30px 150px 30px 30px;
}
.tg-loginbanner .tg-box h2{
color: #fff;
margin: 0 0 30px;
font-size: 24px;
line-height: 27px;
text-transform: capitalize;
}
.tg-loginbanner .tg-description{ color: #fff; }
.tg-loginbanner .tg-description p{ margin: 0; }
.tg-loginbanner .tg-description p a{ color: #484848; }
.tg-loginbanner .tg-box img{
bottom: 0;
right: 25px;
position: absolute;
}
.tg-profilesettings .tg-dashboardboxtitle{width:auto;}
.tg-margin{margin:35px 0 0;}
.tg-profilesettings .tg-feetitle{float:right;}
/*==============================================
Features
==============================================*/
.tg-features{
width: 100%;
float: left;
}
.tg-feature{
width: 100%;
float: left;
text-align: center;
}
.tg-featureicon{
width: 100%;
float: left;
margin: 0 0 30px;
text-align: center;
}
.tg-featureicon img{
display: block;
margin: 0 auto;
opacity: 0.50;
filter: grayscale(100%);
}
.tg-feature h3{
font-size: 24px;
line-height: 24px;
margin: 0 0 25px;
text-transform: capitalize;
}
.tg-feature h3 a{display: block;}
.tg-feature .tg-description p{margin: 0;}
.tg-feature:hover .tg-featureicon img{
opacity: 1;
filter: grayscale(0);
}
/*==============================================
Statistics Style
==============================================*/
.tg-sectionimg{
width: 100%;
float: left;
margin: -115px 0 -80px;
}
.tg-sectionimg img{
display: block;
max-width: none;
}
.tg-statisticscounters{
width: 100%;
float: left;
}
.tg-counter{
width: 33.33%;
float: left;
padding: 0 15px;
min-height: 60px;
text-align: center;
}
.tg-counter figure{
width: 100%;
float: left;
margin: 0 0 8px;
}
.tg-counter figure img{
display: block;
margin: 0 auto;
}
.tg-counter h2{
clear:both;
margin: 0;
color: #fff;
font-size: 40px;
line-height: 43px;
}
.tg-counter h2 span,
.tg-counter h2 em{
font-style: normal;
display: inline-block;
vertical-align: middle;
}
.tg-counter h3{
margin: 0;
color: #fff;
text-transform: capitalize;
font:400 16px/19px 'Open Sans', Arial, Helvetica, sans-serif;
}
/*==============================================
Featured Listing
==============================================*/
.tg-filterbalenav{
width: 100%;
float: left;
font-size: 13px;
line-height: 17px;
margin: 0 0 15px;
list-style: none;
text-align: center;
text-transform: capitalize;
border-bottom: 2px solid #f8f8f8;
}
.tg-filterbalenav li{
vertical-align: top;
display: inline-block;
line-height: inherit;
}
.tg-filterbalenav li a{
color: #999;
display: block;
position: relative;
padding: 0 20px 10px;
line-height: inherit;
}
.tg-filterbalenav li a:before{
top: 50%;
left: 0;
opacity: 0;
width: 100%;
height: 2px;
content: '';
visibility: hidden;
position: absolute;
}
.tg-filterbalenav li a.tg-active:before,
.tg-filterbalenav li a:hover:before{
top: 100%;
opacity: 1;
visibility: visible;
}
.tg-featureddirectposts{
clear: both;
overflow: hidden;
background: #fff;
margin: -30px 0 0;
}
.tg-directpost{
width: 50%;
float: left;
padding: 15px;
}
.tg-directpost:nth-child(odd){padding-right: 15px;}
.tg-directpost:nth-child(even){padding-left: 15px;}
.tg-directpostimg{
float: left;
margin: 0 20px 0 0;
position: relative;
}
.tg-directpostimg figcaption{
width: 100%;
float: left;
text-align: center;
}
.tg-directpostimg figcaption .tg-usericon{
float: none;
display: inline-block;
vertical-align: middle;
}
.tg-directpostimg > a{
display: block;
margin: 0 0 10px;
overflow: hidden;
border-radius: 3px;
}
.tg-directpostimg > a img{
width: 100%;
height: auto;
display: block;
}
.tg-directinfo{
overflow: hidden;
position: relative;
}
.tg-directposthead{
width:100%;
float:left;
}
.tg-detailpage > .tg-directinfo > .tg-directposthead{
width: 100%;
float: left;
position: relative;
padding: 0 200px 0 0;
}
.tg-directposthead h3{
margin: 0;
font-size: 18px;
line-height: 21px;
text-transform: capitalize;
}
.tg-subjects{
width: 100%;
float: left;
font-size: 13px;
line-height: 16px;
padding: 7px 0;
}
.tg-directposthead .tg-stars{margin: 4px 0 3px;}
/*==============================================
Feedback Style
==============================================*/
.tg-feedback,
.tg-reviewerdp{
width: 100%;
float: left;
text-align: center;
}
.tg-feedbackcontent{
width: 100%;
float: left;
padding: 0 0 30px;
}
.tg-feedbackcontent blockquote{
border: 0;
width: 100%;
float: left;
margin: 0 0 30px;
padding: 0 0 30px;
text-align: center;
position: relative;
}
.tg-feedbackcontent blockquote:before{
left: 50%;
bottom: 0;
content: '';
width: 170px;
height: 1px;
background: #fff;
position: absolute;
margin: 0 0 0 -85px;
}
blockquote,
blockquote q{font:400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;}
.tg-feedbackcontent h3{
margin: 0;
color: #fff;
clear: both;
font-size: 20px;
line-height: 20px;
text-transform: capitalize;
}
.tg-feedbackcontent .tg-metadata{
width: 100%;
float: left;
text-align: center;
}
.tg-feedbackcontent .tg-metadata li{
float: none;
display: inline-block;
vertical-align: middle;
}
.tg-feedbackcontent .tg-metadata li a,
.tg-feedbackcontent .tg-metadata li:before{color: #fff;}
.tg-metadata li .tg-stars{margin: 4px 0 0;}
.tg-reviewerdpslider{
width: 60%;
float: none;
clear: both;
margin: 0 auto;
overflow: hidden;
}
.tg-reviewerdpslider .item{
width:100%;
float:left;
}
.tg-reviewerdpslider .owl-item{padding: 0 5px;}
.tg-reviewerdp figure{
margin: 0;
padding:7px 0 0 0;
width: 100%;
float: left;
border-bottom: 3px solid transparent;
}
.tg-reviewerdp figure img{
width: 100%;
height: auto;
display: block;
border-radius: 3px;
}
.tg-reviewerdpslider .owl-item figure:hover,
.tg-reviewerdpslider .owl-item.tg-active figure{
padding: 0 0 7px;
border-color: #fff !important;
}
.tg-feedbackcontent .tg-stars:before{color: #fff;}
/*==============================================
News & Trusted Style
==============================================*/
.tg-newstrusted{
width: 100%;
float: left;
}
.tg-latestnews{
width: 100%;
float: left;
}
.tg-post{
width: 100%;
float: left;
}
.tg-postimg{
margin: 0;
width: 100%;
float: left;
overflow: hidden;
border-radius: 5px;
}
.tg-postimg a{display: block;}
.tg-postimg a img{
width: 100%;
height: auto;
display: block;
}
.tg-postcontent{
width: 100%;
float: left;
margin: 20px 0 0;
position: relative;
padding: 0 0 0 100px;
}
.tg-postdate{
top: 0;
left: 0;
width: 80px;
height: 80px;
color: #484848;
font-size: 18px;
line-height: 21px;
text-align: center;
position: absolute;
border-radius: 3px;
padding: 17px 10px;
background: #f8f8f8;
}
.tg-postdate span{
display: block;
font-size: 30px;
line-height: 30px;
}
.tg-post:hover .tg-postdate span,
.tg-post:hover .tg-postdate{color:#fff;}
.tg-posttitle{
width: 100%;
float: left;
}
.tg-posttitle h3{
margin: 0;
width: 100%;
float: left;
font-size: 18px;
line-height: 23px;
text-transform: capitalize;
}
.tg-postcontent .tg-metadata{
width: 100%;
float: left;
padding: 0 0 10px;
}
.tg-metadata li time,
.tg-metadata li time em,
.tg-metadata li time a,
.tg-metadata li a,
.tg-metadata li em{
line-height: 16px;
font-style: normal;
display: inline-block;
vertical-align: middle;
}
.tg-postcontent .tg-description p{margin: 0;}
.tg-trustedbymany{
width: 100%;
float: left;
}
.tg-brands{
width: 100%;
float: left;
}
.tg-brands figure{
margin: 0;
width: 25%;
float: left;
padding: 10px;
}
.tg-newstrusted .tg-brands figure{width: 50%;}
.tg-brands figure a{
width: 100%;
height: 150px;
float: left;
display: flex;
border-radius: 5px;
border: 1px solid #ddd;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-brands figure a img{
opacity: 0.50;
display: block;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.tg-brands figure a:hover img{
opacity: 1;
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.tg-brandsslider .item{
width: auto;
float: none;
margin: -10px;
overflow: hidden;
}
body.tg-home .tg-brandsslider .owl-pagination{padding: 30px 0 0;}
.tg-brandsslider .owl-pagination{padding: 30px 0 20px 0;}
/*==============================================
Register Style
==============================================*/
.tg-freeregistration{
width:100%;
float:left;
}
.tg-regleftarea{
float:left;
padding: 0 0 0 100px;
}
.tg-regleftarea h2{
font-size:30px;
line-height:30px;
margin:0 0 10px;
}
.tg-regleftarea .tg-description p{margin:0;}
.tg-regrightarea{
float:right;
padding:10px 100px 10px 0;
}
/*==============================================
Footer Style
==============================================*/
.tg-footer{
background: #f8f8f8;
overflow: hidden;
}
.tg-subscribetitle{
width:100%;
float:left;
}
.tg-subscribetitle h3{
margin:0;
font-size:24px;
line-height:30px;
color:#fff;
}
.tg-formsubscribe{
width:auto;
float:none;
margin:0 -15px;
padding:10px 0 ;
clear:both;
overflow:hidden;
}
.tg-formsubscribe fieldset .form-group{
width:38%;
float:left;
margin:0;
padding:0 15px;
}
.tg-formsubscribe fieldset .form-group:last-child{width:24%;}
.tg-formsubscribe fieldset .form-group .tg-btn{width:100%;}
.tg-formsubscribe fieldset .form-group input{width:100%;}
.tg-quicklinks{
width: 100%;
float: left;
padding: 60px 0;
}
.tg-subscribe{
width:100%;
float:left;
padding:50px 0;
}
.tg-quicklinks{padding: 0;}
.tg-fcols{
width: 100%;
float: left;
}
.tg-fcol{
width: 100%;
float: left;
padding: 0 40px;
min-height: 424px;
}
.tg-fcol + .tg-fcol{}
.tg-infobox .tg-fcol{
width: 25%;
float: left;
text-align: center;
}
.tg-infobox .tg-fcol + .tg-fcol{border-left:1px solid #ddd;}
.tg-infobox .tg-fcol:first-child{width: 50%;}
.tg-fcol .tg-logo{
width: 220px;
float: left;
display: block;
margin: 0 0 20px;
}
.tg-fcol .tg-description{padding: 0 0 20px;}
.tg-fcol .tg-description p{margin: 0;}
.tg-fcol .tg-socialicons{
width: 100%;
float: left;
text-align: center;
}
.tg-fcol .tg-socialicons li{
float: none;
display: inline-block;
vertical-align: middle;
}
.tg-fcol .tg-icon{padding: 0 0 30px;}
.tg-fcol .tg-title{padding: 0 0 20px;}
.tg-email{
width: 100%;
float: left;
list-style: none;
line-height: 17px;
}
.tg-email li{
width: 100%;
float: left;
padding: 0 0 5px;
line-height: inherit;
list-style-type: none;
}
.tg-email li a{
color: #484848;
display: inline-block;
vertical-align: middle;
}
.tg-newsletter{
width: 100%;
float: left;
}
.tg-newsletter fieldset{
width: 100%;
float: left;
margin: 0;
padding: 0;
border: 0;
position: relative;
}
.tg-newsletter fieldset .form-control{
z-index: 1;
width: 100%;
float: left;
position: relative;
border-color: #ddd;
background: transparent;
padding: 15px 36px 15px 10px;
}
.tg-newsletter fieldset button{
top: 50%;
right: 3px;
width:32px;
height:32px;
margin:-16px 0 0;
z-index: 2;
color:#fff;
font-size: 16px;
line-height: 16px;
position: absolute;
border-radius:3px;
}
.tg-quicklinks .tg-fcol{
width: 33.33%;
padding: 60px 15px;
}
.tg-quicklinks .tg-fcol:nth-child(2){background: #f3f3f3;}
.tg-quicklinks .tg-fcol:nth-child(3){
background: #eeeeee;
position:relative;
}
.tg-quicklinks .tg-fcol:nth-child(3):after{
left:100%;
top:0;
content:'';
width:9999px;
height:100%;
background: #eeeeee;
position:absolute;
}
.tg-quicklinks .tg-fcol .tg-title{padding: 0 0 25px;}
.tg-fcol .tg-contactinfo{
width:100%;
float:left;
margin:0 0 15px;
font-size:14px;
line-height:17px;
}
.tg-fcol .tg-contactinfo li{
width:100%;
padding:10px 0;
line-height:inherit;
}
.tg-fcol .tg-contactinfo li + li:before{display:none;}
.tg-fcol .tg-contactinfo li a{color:#484848;}
.tg-fcol .tg-contactinfo li i{margin:0 15px 0 0;}
.tg-fcol .tg-contactinfo li i,
.tg-fcol .tg-contactinfo li address{
display:inline-block;
vertical-align:middle;
}
.tg-fcol.tg-specialities ul{
width:50%;
float:left;
font-size:14px;
line-height:17px;
list-style:none;
}
.tg-fcol.tg-specialities ul li{
width:100%;
float:left;
padding:10px 0;
line-height:inherit;
list-style-type:none;
}
.tg-fcol.tg-specialities ul li a{
display:block;
padding:0 0 0 10px;
color:#484848;
position:relative;
}
.tg-fcol.tg-specialities ul li a:hover{padding:0 0 0 15px;}
.tg-fcol.tg-specialities ul li a:after{
left:0;
top:0;
content:'\f0da';
font-family:'FontAwesome';
color:#484848;
position:absolute;
}
.tg-latestlistings ul{
width:100%;
float:left;
list-style:none;
}
.tg-latestlistings ul li{
width:100%;
float:left;
padding:5px 0;
list-style-type:none;
}
.tg-latestlistings ul li .tg-authordp{margin:0 10px 0 0;}
.tg-latestlistings ul li .tg-directposthead{
width:auto;
float:none;
padding:2px 0;
overflow:hidden;
}
.tg-latestlistings ul li .tg-directposthead h3{
font-size:14px;
line-height:17px;
}
.tg-btnviewmore{
float:left;
display:block;
margin:15px 0 0;
font-size:14px;
line-height:17px;
color:#484848;
}
.tg-footerbar{
width: 100%;
float: left;
padding: 20px 0;
background: #404040;
}
.tg-footernav{
float: left;
text-transform: capitalize;
font:400 12px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-footernav ul{
width: 100%;
float: left;
list-style: none;
line-height: inherit;
}
.tg-footernav ul li{
float: left;
padding: 0 0 0 20px;
line-height: inherit;
list-style-type: none;
}
.tg-footernav ul li:first-child{padding: 0;}
.tg-footernav ul li a{
color: #fff;
display: block;
line-height: inherit;
}
.tg-copyright{
color: #fff;
float: right;
font:400 12px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-copyright a{color:#fff;}
.tg-fcol .tg-twitter .tg-roundicontext:hover,
.tg-fcol .tg-linkedin .tg-roundicontext:hover,
.tg-fcol .tg-googleplus .tg-roundicontext:hover,
.tg-fcol .tg-rss .tg-roundicontext:hover,
.tg-fcol .tg-youtube .tg-roundicontext:hover,
.tg-fcol .tg-facebook .tg-roundicontext:hover {width: 25px;}
/*======================================================================================================
Inner Pages Style
======================================================================================================*/
.tg-paddingzero{padding: 0;}
.tg-pageinnerbanner{padding: 75px 0;}
.tg-pageheadcontent{
width: 100%;
float: left;
color: #fff;
text-align: center;
}
.tg-pagetitle{
width: 100%;
float: left;
}
.tg-pagetitle h1{
margin: 0;
color: #fff;
font-size: 30px;
line-height: 24px;
text-transform: capitalize;
}
.tg-innerbanner{
z-index: 1;
padding: 20px 0;
position: relative;
background: #484848;
box-shadow: 0 0 15px 5px rgba(17, 1, 14, 0.10);
}
.tg-innerbanner .tg-formtheme{
padding: 13px 0;
position: relative;
border:0;
border-radius:3px;
}
.tg-innerbanner .tg-formtheme fieldset{position: static;}
.tg-innerbanner .tg-formsearch fieldset .tg-select{width: 18%;}
.tg-innerbanner .tg-formsearch fieldset .form-control{width: 95%;}
.tg-pagehead{
width: 100%;
float: left;
padding: 30px 0;
margin: -100px 0 30px;
border-bottom: 1px solid #ddd;
}
.tg-pagehead p{
margin: 0;
color: #999;
}
.tg-pagehead p span{color: #484848;}
.tg-twocolumns,
.tg-content,
.tg-sidebar,{
width: 100%;
float: left;
}
/*==============================================
Search Result V1
==============================================*/
.tg-directposts{
width: 100%;
float: left;
}
.tg-directposts .tg-directpost{
padding: 0;
width: 100%;
}
.tg-directposts .tg-directpost + .tg-directpost{padding: 30px 0 0;}
.tg-directposts .tg-directinfo .tg-description p{margin: 0;}
/*==============================================
Search Result V2
==============================================*/
.tg-directposts.tg-directpostsv2{
width: 35%;
float: right;
padding: 0 15px 0 30px;
}
.tg-directposts.tg-directpostsv2 .tg-pagehead{margin-top: 0;}
.tg-allpaddingzero{padding: 0;}
.tg-directpostslistingscrollbar{
width: 100%;
float: left;
height: 964px;
margin: 0 0 30px;
overflow: hidden;
position: relative;
}
.tg-directpostslistingscrollbar .tg-checkbox + .tg-checkbox{margin: 10px 0 0;}
.tg-directpostslistingscrollbar .tg-checkbox label{
color: #999;
font-size: 14px;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.mCSB_scrollTools{width: 3px;}
.mCSB_inside > .mCSB_container{margin-right: 10px;}
.mCSB_scrollTools .mCSB_draggerRail{
width: 3px;
float: right;
background: #ddd;
border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{border-radius: 0;}
.tg-filterarea{
top: 30px;
right: 30px;
width: 50px;
height: 50px;
position: absolute;
}
.tg-btnfilter{
color: #fff;
width: 50px;
height: 50px;
display: block;
line-height: 50px;
border-radius: 5px;
box-shadow: 0 0 15px 5px rgba(17, 1, 14, 0.10);
}
.tg-btnfilter i{
display: block;
font-size: 20px;
line-height: 50px;
text-align: center;
}
.tg-btnfilter:focus,
.tg-btnfilter:hover{color: #fff;}
.tg-filtersection{
top: 0;
right: 0;
width: 430px;
display: none;
padding: 30px;
overflow: hidden;
background: #fff;
position: absolute;
border-radius: 5px;
box-shadow: 0 0 15px 5px rgba(17, 1, 14, 0.10);
}
.tg-filtersection .tg-btnfilter{
top: 30px;
right: 30px;
width: 20px;
height: 20px;
color: #484848;
box-shadow: none;
line-height: 20px;
position: absolute;
background: url(../images/close2.png) no-repeat 50% 50%;
}
/*==============================================
Search Result V3
==============================================*/
.tg-searchresult{
width:100%;
float:left;
}
body.tg-home .tg-searchresult{
width:auto;
float:none;
margin: -30px -15px 0;
clear: both;
overflow:hidden;
}
.tg-searchresult .tg-directpostimg > a{margin:0;}
.tg-searchresult .tg-directpostimg figcaption{
bottom:10px;
position:absolute;
}
.tg-leftarea{
float:left;
padding:8px 0;
}
body.tg-home .tg-leftarea {
float: left;
width: 100%;
padding: 8px 0;
}
.tg-rightarea{
right:0;
top:0;
position:absolute;
}
.tg-leftarea .tg-directposthead{
width:auto;
padding:0 0 8px;
}
.tg-leftarea .tg-contactinfo{
clear:both;
float:left;
text-align:left;
}
.tg-leftarea .tg-contactinfo li{
width:100%;
float:left;
padding:2px 0;
text-align:left;
line-height:normal;
}
.tg-leftarea .tg-contactinfo li:before{display:none;}
.tg-leftarea .tg-contactinfo li a{color:#484848;}
.tg-leftarea .tg-contactinfo li a i,
.tg-leftarea .tg-contactinfo li a span,
.tg-leftarea .tg-contactinfo li a address{
font-size:14px;
display:inline-block;
vertical-align:middle;
}
.tg-leftarea .tg-contactinfo li a i{margin:0 8px 0 0;}
.tg-bookappoinment{
float:right;
text-align:center;
}
.tg-bookappoinment > a{
display:block;
margin:0 0 6px;
font-size:16px;
line-height:19px;
color:#484848;
}
.tg-bookappoinment > a i{margin:0 3px 0 0;}
.tg-bookappoinment a span{
display:block;
font-size:13px;
}
.tg-bookappoinment .tg-btn{padding:0 10px;}
.tg-bookappoinment .tg-metadata{
float:none;
clear:both;
overflow:hidden;
padding:18px 0 0;
}
.tg-bookappoinment .tg-metadata li{
float:none;
padding:0 8px;
display:inline-block;
vertical-align:middle;
}
.tg-bookappoinment .tg-metadata li:first-child{padding-left:0;}
.tg-bookappoinment .tg-metadata li:last-child{padding-right:0;}
.tg-bookappoinment .tg-metadata li + li:before{left:-5px;}
.tg-bookappoinment .tg-metadata li .tg-stars{margin:0;}
/*==============================================
Map Clustering Style
==============================================*/
.tg-map{
width: 100%;
float: left;
height: 1105px;
position: relative;
}
.tg-mapbox{
width: 65%;
float: left;
position: relative;
}
.map-cluster-data,
.tg-map div[title=""]{
padding:0 2px 0 0;
width:40px !important;
height:40px !important;
font-size: 15px !important;
line-height:40px !important;
background-size:auto !important;
background-position:center !important;
}
.infoBox{
width:430px;
float:left;
background: #fff;
position:relative;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
}
.infoBox:after{
bottom:-25px;
right:0;
content:'';
width: 0;
height: 0;
border-top: 24px solid #999;
border-right: 30px solid transparent;
position:absolute;
}
.tg-mapinfobox .tg-metadata li,
.tg-mapinfobox .tg-jobsmetadata li{padding: 0 10px;}
.tg-mapinfobox .tg-metadata li + li:before,
.tg-mapinfobox .tg-jobsmetadata li + li:before{top: 3px;}
.tg-mapinfobox .tg-metadata li:first-child,
.tg-mapinfobox .tg-jobsmetadata li:first-child{padding-left: 0;}
.tg-mapinfobox .tg-metadata li:first-child .tg-stars,
.tg-mapinfobox .tg-jobsmetadata li:first-child .tg-stars{margin: 2px 0;}
.infoBox > img{
top: -13px;
right: -13px;
z-index:10;
position: absolute !important;
}
.doctor-detail{
width:100%;
float:left;
padding:10px;
background:#fff;
}
.infoBox .tg-directpostimg {
margin:0 20px 10px 0;
border-radius:3px;
}
.infoBox .tg-directpostimg img{
width:100%;
height:auto;
display:block;
border-radius:3px;
}
.infoBox .tg-directpost{
width:100%;
float:left;
padding:10px;
}
.infoBox .tg-directpostimg > a{margin:0;}
.infoBox .tg-directpostimg figcaption{
left:0;
bottom:10px;
width:100%;
position:absolute;
}
.infoBox figcaption .tg-usericon + .tg-usericon{margin:0 0 0 5px}
.infoBox figcaption .tg-usericon i{float:left;}
.infoBox .tg-directpost h3{
margin: 0;
font-size: 18px;
line-height: 21px;
text-transform: capitalize;
}
.infoBox .tg-directpost h3 a{color:#484848;}
.infoBox .tg-contactinfo {
clear: both;
float: left;
text-align: left;
}
.infoBox .tg-contactinfo li {
width: 100%;
float: left;
padding: 2px 0;
text-align: left;
line-height: normal;
}
.infoBox .tg-contactinfo li a{color: #484848;}
.infoBox .tg-contactinfo li a i,
.infoBox .tg-contactinfo li a span,
.infoBox .tg-contactinfo li a address {
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
.infoBox .tg-contactinfo li a i {margin: 0 8px 0 0;}
.infoBox .tg-bookappoinment{
width:auto;
float:none;
clear:both;
overflow:hidden;
margin:0 -10px -10px;
padding:15px 20px;
background:#f7f7f7;
}
.infoBox .tg-bookappoinment .tg-metadata{
width:auto;
padding:0;
}
.infoBox .tg-bookappoinment > a{
float:left;
margin:0;
}
.infoBox .tg-bookappoinment .tg-btn{
float:right;
line-height:30px;
margin:4px 0;
}
.infoBox .tg-bookappoinment .tg-metadata{
width:auto;
margin:0 auto;
padding:11px 0 0;
display:inline-block;
}
.tg-likestarbecommember .tg-bookappoinment .tg-btn{padding:0 020px;}
.tg-likestarbecommember .tg-bookappoinment > a{margin:0;}
.tg-mapinfobox .tg-subjects{
margin:0;
font-size:14px;
line-height:17px;
font-style:normal;
}
.tg-map-controls{
top:30px;
left:30px;
z-index:2;
width:126px;
position:absolute;
}
.tg-map-controls span{
float:left;
width:30px;
height:30px;
color:#fff;
cursor:pointer;
font-size:13px;
line-height:30px;
text-align:center;
background:#484848;
border-radius: 3px;
}
.tg-map-controls span + span{ margin:0 0 0 2px;}
/*==============================================
Refine Search Form
==============================================*/
.tg-formrefinesearch h3{
margin: 0;
font-size: 20px;
font-weight: 600;
line-height: 20px;
text-transform: capitalize;
}
.tg-formrefinesearch fieldset{margin: 30px 0 0;}
.tg-formrefinesearch fieldset h4{
padding: 10px;
color: #fff;
font-size: 14px;
line-height: 17px;
font-weight: 400;
margin: 0 0 15px;
background: #484848;
}
.tg-formrefinesearch fieldset .tg-radio,
.tg-formrefinesearch fieldset .tg-checkbox{
width: 50%;
float: left;
padding: 5px 0 0;
}
.tg-formrefinesearch fieldset .tg-checkbox label,
.tg-formrefinesearch fieldset .tg-radio label{
color: #484848;
font-size: 13px;
line-height: 16px;
}
.tg-formrefinesearch fieldset .tg-checkbox label:before{box-shadow: none;}
.tg-formrefinesearch .tg-checkbox:hover label,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:before,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:after{
color: #484848;
border-color: #484848;
}
.tg-themerangeslider{
width: 100%;
float: left;
height: 3px;
margin: 10px 0;
border-radius: 0;
background: #ddd;
border: 0 !important;
}
.tg-themerangeslider .ui-slider-handle{
top: 3px;
width: 0;
height: 0;
outline: none;
background: none;
border-radius: 0;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #000 transparent;
}
.tg-themerangeslider .ui-slider-handle + .ui-slider-handle{
top: -8px;
margin: 0 0 0 -8px;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #484848 transparent transparent transparent;
}
.tg-amountbox{
width: 100%;
float: left;
margin: 5px 0 0;
}
.tg-amountbox span,
.tg-amountbox input{
display: inline-block;
vertical-align: middle;
}
.tg-amountbox span{
color: #999;
font-size: 13px;
line-height: 16px;
padding: 0 8px 0 0;
}
.tg-amountbox input{
border: 0;
width: auto;
padding: 0;
height: auto;
color: #484848;
line-height: auto;
font:600 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-uislider{
width: 100%;
float: left;
padding: 15px 0 0;
}
.tg-uislider .tg-amountbox span{color: #999;}
.tg-uislider .tg-amountbox span + span{
color: #484848;
padding: 0;
font-weight: 600;
}
.tg-ratingcheckbox{
width: 100%;
float: left;
}
.tg-formrefinesearch fieldset .tg-ratingcheckbox .tg-checkbox label{line-height: 15px;}
.tg-ratingcheckbox .tg-checkbox label .tg-stars{
float: left;
margin: 0 0 0 3px;
}
.tg-ratingcheckbox .tg-checkbox label .tg-stars,
.tg-ratingcheckbox .tg-checkbox label .tg-stars:before,
.tg-ratingcheckbox .tg-checkbox label .tg-stars span,
.tg-ratingcheckbox .tg-checkbox label .tg-stars span:after{
height: 15px;
font-size: 15px;
line-height: 15px;
}
.tg-ratingcheckbox .tg-checkbox label .tg-stars{width: 88px;}
.tg-ratingcheckbox .tg-checkbox label[for="onestar"] .tg-stars span{width: 20%;}
.tg-ratingcheckbox .tg-checkbox label[for="twostar"] .tg-stars span{width: 40%;}
.tg-ratingcheckbox .tg-checkbox label[for="threestar"] .tg-stars span{width: 60%;}
.tg-ratingcheckbox .tg-checkbox label[for="fourstar"] .tg-stars span{width: 80%;}
.tg-ratingcheckbox .tg-checkbox label[for="fivestar"] .tg-stars span{width: 100%;}
.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:before{top: 2px;}
.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:after{top: 6px;}
.tg-formrefinesearch fieldset .tg-btn{
width: 48%;
float: right;
}
.tg-formrefinesearch fieldset .tg-btn:first-child{float: left;}
/*==============================================
Doctor Overview Detail
==============================================*/
.tg-detailpage{
width: 100%;
padding: 0 !important;
}
.tg-directposthead .tg-btn{
top: 0;
right: 0;
position: absolute;
}
.tg-detailpage .tg-description p:last-child{margin: 0;}
.tg-detailpage .tg-btntext{
width: auto !important;
display: inline-block !important;
}
.tg-socialarea{
width: 100%;
float: left;
text-align: left;
padding: 15px 0 0;
}
.tg-socialarea > span,
.tg-socialarea .tg-socialsharewithtext{
display: inline-block;
vertical-align: middle;
}
.tg-socialarea > span{
color: #484848;
font-size: 14px;
font-weight: 600;
line-height: 17px;
padding: 0 10px 0 0;
text-transform: capitalize;
}
.tg-badgesearned{
width: 100%;
float: left;
padding: 20px;
margin: 0 0 15px;
position: relative;
}
.tg-badgesearned h3{
margin: 0 0 20px;
font-size: 18px;
line-height: 18px;
}
.tg-badges{
clear: both;
margin:-5px;
overflow: hidden;
list-style: none;
}
.tg-badges li{
float: left;
padding: 5px 4px;
list-style-type: none;
}
.tg-badges li a{
width: 60px;
height: 60px;
display: block;
background: #fff;
border-radius: 3px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-badges li a:hover{box-shadow: 0 0 10px 0px rgba(17, 1, 14, 0.10);}
.tg-detailpagetabs{
width: 100%;
float: left;
}
.tg-contentdetailpage{
width: 100%;
float: left;
}
.tab-pane{
width: 100%;
float: left;
}
.tg-tabtitle{
width: 100%;
float: left;
padding: 0 0 30px;
}
.tg-tabtitle h2{
margin: 0;
float: left;
color: #484848;
font-size: 20px;
line-height: 17px;
/* font-weight: bold; */
text-transform: capitalize;
}
.tg-tabtitle h3{
margin: 0;
float: left;
color: #484848;
font-size: 20px;
line-height: 17px;
text-transform: capitalize;
}
.tg-tabtitle h4{
float: right;
color: #484848;
margin: 5px 0 0;
font-size: 14px;
line-height: 12px;
text-transform: capitalize;
}
.tg-navdetailpagetabs{
width: 100%;
float: left;
display: table;
table-layout: fixed;
list-style: none;
border-bottom: 2px solid #f8f8f8;
font: 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-navdetailpagetabs li{
display: table-cell;
vertical-align: top;
list-style-type: none;
line-height: inherit;
}
.tg-navdetailpagetabs li a{
color: #484848;
display: block;
padding: 17px 0;
text-align: center;
position: relative;
}
.tg-navdetailpagetabs li a:before{
top: 100%;
left: 0;
width: 0;
height: 2px;
content: '';
position: absolute;
}
.tg-navdetailpagetabs li a:hover,
.tg-navdetailpagetabs li.active a{background: #f8f8f8;}
.tg-navdetailpagetabs li a:hover:before,
.tg-navdetailpagetabs li.active a:before{width: 100%;}
.tg-servicelocations{
width: 100%;
float: left;
}
.tg-servicelocation{
width: 90%;
float: left;
position: relative;
}
.tg-servicelocation + .tg-servicelocation{margin: 30px 0 0;}
.tg-servicelocation .tg-directpost{
width: 80%;
float: left;
padding: 0 15px 0 0 !important;
}
.tg-servicesinfo{
width: 20%;
float: right;
list-style: none;
font-size: 13px;
line-height: 16px;
padding: 0 0 0 15px;
}
.tg-servicesinfo li{
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-servicesinfo li + li{padding: 10px 0 0;}
.tg-servicesinfo li span{
display: block;
line-height: inherit;
}
.tg-servicesinfo li span + span{color: #484848;}
.tg-listdatastyle li span{
font: 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
color: #484848;
}
.tg-listdatastyle li span:first-child{
width: 75%;
display: block;
font-size: 18px;
line-height: 22px;
display: block;
color: #484848;
}
.tg-listdatastyle li span:last-child{
top: 0;
right: 0;
width: 200px;
display: block;
font-size: 14px;
line-height: 17px;
position: absolute;
text-align: right;
display: block;
}
.tg-threecolumns.tg-languages{
width: 100%;
float: left;
-webkit-column-count: initial;
-moz-column-count: initial;
column-count: initial;
}
.tg-threecolumns.tg-languages li{
width: 33.33%;
float: left;
display: block;
}
.tg-videobox{
width: 100%;
float: left;
overflow: hidden;
position: relative;
border-radius: 5px;
}
.tg-videobox img{
z-index: 1;
opacity: 0;
width: 100%;
height: auto;
display: block;
visibility: hidden;
position: relative;
}
.tg-videobox iframe{
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
position: absolute;
}
.tg-formbookappointment{
width: 100%;
float: left;
}
.tg-formsteptwo,
.tg-formstepthree,
.tg-formstepfour{display: none;}
.tg-formbookappointment fieldset{
border: 0;
margin: 0;
padding: 0;
width: 100%;
float: left;
}
.tg-formprogressbar{
width: 100%;
float: left;
color: #999;
font-size: 12px;
line-height: 15px;
margin: 0 0 20px;
}
.tg-formprogressbar li{
width: 25%;
float: left;
z-index: 3;
padding: 20px 0 0;
position: relative;
line-height: inherit;
list-style-type: none;
text-transform: capitalize;
}
.tg-formprogressbar li span{
width: 100%;
float: left;
display: none;
text-align: center;
}
.tg-formprogressbar li:before{
top: 0;
left: 50%;
z-index: 2;
content: '';
width: 16px;
height: 16px;
display: block;
background: #ddd;
border-radius: 50%;
margin: 0 0 0 -8px;
position: absolute;
border: 3px solid #fff;
}
.tg-formprogressbar li:after{
top: 8px;
left: 0;
z-index: 1;
content:'';
width: 100%;
height: 1px;
background: #ddd;
position: absolute;
}
.tg-formprogressbar li.tg-active:before{background: #fff;}
.tg-formprogressbar li.tg-active span{display: block;}
.tg-formbookappointment .tg-btnbox{
width: 100%;
float: left;
margin: 30px 0 0;
padding: 30px 0 0;
border-top: 1px solid #ddd;
}
.tg-formbookappointment .tg-btnbox .tg-btn{
float: right;
padding: 0 50px;
}
.tg-formbookappointment .tg-btnbox .tg-btn + .tg-btn{float: left;}
.tg-formbookappointment h3{
margin: 0 0 30px;
font-size: 17px;
font-weight: 500;
line-height: 20px;
}
.tg-formbookappointment .tg-formstepone .form-group{margin: 0 0 10px;}
.tg-formbookappointment .form-group{
width: 100%;
float: left;
}
.tg-patienttype{
clear: both;
overflow: hidden;
margin: 12px -20px 12px 0;
}
.tg-patienttype strong,
.tg-patienttype span{
width: auto;
float: left;
font-size: 13px;
line-height: 16px;
}
.tg-patienttype span{padding: 0 0 0 10px;}
.tg-feedbackcontent .tooltip.top {
width: 130px;
margin-top: 10px;
top:-45px !important;
}
.tg-patienttype .tg-checkbox label{
font-size: 13px;
line-height: 16px;
}
.tg-formbookappointment .tg-select select,
.tg-formbookappointment .form-control{
height: 40px;
line-height: 20px;
padding: 10px 15px;
border-radius: 3px;
}
.tg-formbookappointment textarea.form-control{
resize: none;
height: 170px;
margin: 0 0 15px;
}
.tg-timeslothead{
width: 100%;
float: left;
padding: 0 0 30px;
}
.tg-formbookappointment .tg-timeslothead h3{
float: left;
margin: 0;
}
.tg-timeslothead .tg-checkbox{
width: auto;
float: right;
}
.tg-dateandtimeslots{
width: 100%;
float: left;
}
.tg-datebox{
width: 30%;
float: left;
color: #fff;
height: 140px;
padding: 20px;
position: relative;
text-align: center;
border-radius: 3px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
font:400 14px/17px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-datebox time{
color: #fff;
display: block;
margin: 0 0 10px;
padding: 0 20px 10px;
border-bottom: 1px solid #fff;
font:400 18px/21px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-datebox span{display: block;}
.tg-datebox .fa{
z-index: 2;
right: 10px;
bottom: 10px;
cursor: pointer;
position: absolute;
}
.tg-timeslots{
width: 70%;
float: right;
margin: -5px 0;
padding: 0 0 0 5px;
}
.tg-timeslots .tg-radio{
width: 20%;
float: left;
padding: 5px;
}
.tg-radio input:disabled + label{
cursor:default;
pointer-events: none;
}
.tg-timeslots .tg-radio label{
padding: 0;
width: 100%;
float: left;
height: 40px;
font-size: 13px;
line-height: 15px;
overflow: hidden;
border-radius: 3px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
border: 1px solid;
}
.tg-timeslots .tg-radio input[type="radio"] + label:before,
.tg-timeslots .tg-radio input[type="radio"] + label:after{display: none;}
.tg-timeslots .tg-radio input[type="radio"]:disabled + label{
color: #999;
background: #f8f8f8;
border-color: #f8f8f8;
}
.tg-timeslots .tg-radio input[type="radio"]:checked + label{color: #fff;}
.tg-formbookappointment .tg-formsteptwo .tg-checkbox{
width: auto;
float: left;
}
.tg-regardbox{
width: 200px;
float: left;
}
.tg-regardbox span{display: block;}
.tg-regardbox .tg-logo{
float: left;
width: auto;
margin: 10px 0;
}
.tg-contactdetail{
width: 100%;
float: left;
list-style: none;
font-size: 14px;
line-height: 17px;
}
.tg-contactdetail li{
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-contactdetail li i,
.tg-contactdetail li em,
.tg-contactdetail li a{
color: #484848;
font-style: normal;
line-height: inherit;
display: inline-block;
vertical-align: middle;
}
.tg-servicesfeecollapse{
width: 100%;
float: left;
}
.tg-servicesfeecollapse h3{
margin: 0;
color: #fff;
width: 100%;
float: left;
position: relative;
border-top: 1px solid #fff;
font:400 14px/40px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-servicesfeecollapse h3:before{
top: 0;
z-index: 2;
right: 20px;
content: '\f104';
position: absolute;
font-family: 'FontAwesome';
}
.tg-servicesfeecollapse h3.open:before{content: '\f107';}
.tg-servicesfeecollapse h3 a{
color: #fff;
display: block;
padding: 0 20px;
}
.tg-servicesfeecollapse h3 + div{display: none;}
.tg-collapsecontent{
width: 100%;
float: left;
}
.tg-collapsecontent ul{
width: 100%;
float: left;
list-style: none;
padding: 0 0 20px;
font:400 14px/40px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-collapsecontent ul li{
width: 100%;
float: left;
padding: 0 30px;
line-height: inherit;
list-style-type: none;
}
.tg-collapsecontent ul li:nth-child(odd){background: #fff;}
.tg-collapsecontent ul li:nth-child(even){background: #f8f8f8;}
.tg-collapsecontent ul li span{
float: left;
color: #484848;
line-height: inherit;
}
.tg-collapsecontent ul li span + span{float: right;}
.tg-collapsecontent ul li span i{color: #999;}
.tg-patientfeedbackhead{
width: 100%;
float: left;
padding: 10px;
margin: 0 0 20px;
border-radius: 3px;
background: #f8f8f8;
}
.tg-formfeedbacksearch{
width: 330px;
padding: 3px;
background: #fff;
border-radius: 3px;
border: 1px solid #ddd;
}
.tg-formfeedbacksearch fieldset{position: relative;}
.tg-formfeedbacksearch .form-control{
border: 0;
width: 290px;
height: 32px;
padding: 0 10px;
line-height: 32px;
}
.tg-formfeedbacksearch .form-control:focus{box-shadow: none;}
.tg-formfeedbacksearch button{
color: #fff;
width: 32px;
height: 32px;
float: right;
line-height: 32px;
text-align: center;
border-radius: 3px;
}
.tg-formfeedbacksearch button i{
display: block;
line-height: inherit;
}
.tg-patientfeedbackhead .tg-metadata{
width: auto;
float: right;
padding: 11px 0 10px;
}
.tg-patientfeedbacks{
width: 100%;
float: left;
padding: 0 0 20px;
}
.tg-patientfeedback{
width: 100%;
float: left;
display: none;
}
.tg-patientfeedbackbox{
width: 100%;
float: left;
padding: 20px;
margin: 0 0 10px;
border-radius: 3px;
background: #f8f8f8;
}
.tg-patientfeedback figure{
float: left;
overflow: hidden;
margin: 0 20px 0 0;
border-radius: 3px;
position: relative;
background: #484848;
}
.tg-patientfeedback figure a{display: block;}
.tg-patientfeedback figure img,
.tg-patientfeedback figure a img{
z-index: 1;
display: block;
position: relative;
}
.tg-patientfeedback figure figcaption{
top: 0;
left: 0;
opacity: 0;
z-index: 2;
width: 100%;
height: 100%;
visibility: hidden;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-patientfeedback figure figcaption a{color: #fff;}
.tg-patientfeedbackbox:hover figure img{opacity: 0.20;}
.tg-patientfeedbackbox:hover figure figcaption{
opacity: 1;
visibility: visible;
}
.tg-contenthead{
width: 100%;
float: left;
padding: 0 0 20px;
}
.tg-leftbox{float: left;}
.tg-rightbox{float: right;}
.tg-rightbox .tg-metadata{padding: 0;}
.tg-rightbox .tg-metadata li:last-child{padding-right: 0;}
.tg-patientname{
width: 100%;
float: left;
}
.tg-patientname h4{
margin: 0;
font-size: 18px;
line-height: 15px;
}
.tg-leftbox .tg-metadata{
clear: both;
width: auto;
float: none;
overflow: hidden;
padding: 5px 0 0;
}
.tg-leftbox .tg-metadata li:last-child{padding-right: 0;}
.tg-patientfeedbackcontent{
width: 627px;
float: right;
}
.tg-patientfeedbackcontent .tg-description p{margin: 0;}
.tg-btnbox{
width: 100%;
float: left;
text-align: center;
}
.tg-btnloadmore,
.tg-btnloadmoretwo{
float: none;
display: inline-block;
vertical-align: top;
padding: 0 60px;
}
.tg-patientfeedback .tg-patientfeedback{padding: 0 0 0 70px;}
.tg-patientfeedback .tg-patientfeedback .tg-patientfeedbackcontent{width: 557px;}
.tg-overallragingarea{
float: right;
padding: 2px 0;
line-height: 13px;
position: relative;
}
.tg-metadata li .tg-overallragingarea i{
cursor: pointer;
line-height: 13px;
}
.tg-overallraging{
top: 0;
left: 100%;
opacity: 0;
background: #fff;
visibility: hidden;
padding: 15px 20px;
border-radius: 5px;
position: absolute;
margin: 0 0 0 10px;
box-shadow: 0 0 10px 0px rgba(17, 1, 14, 0.10);
}
.tg-overallraging:before{
top: 50%;
right: 100%;
content: '';
position: absolute;
border-right: 7px solid #fff;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}
.tg-overallraging .tg-servicesrating{
margin: 0;
padding: 0;
}
.tg-overallragingarea:hover .tg-overallraging{
opacity: 1;
visibility: visible;
margin: -107px 0 0 10px;
}
.tg-overallraging .tg-servicesrating li{min-width: 195px;}
.tg-overallraging .tg-servicesrating li:before{display: none;}
.tg-overallraging .tg-servicesrating li em{font-size: 12px;}
.tg-overallraging .tg-servicesrating li .tg-stars{
margin: 0;
width: 75px;
}
.tg-overallraging .tg-servicesrating li .tg-stars,
.tg-overallraging .tg-servicesrating li .tg-stars:before,
.tg-overallraging .tg-servicesrating li .tg-stars span,
.tg-overallraging .tg-servicesrating li .tg-stars span:after{
height: 12px;
font-size: 12px;
line-height: 12px;
}
.tg-servicesrating{
width: 100%;
float: left;
padding: 5px 0;
list-style: none;
}
.tg-servicesrating li{
width: 33.33%;
float: left;
padding: 5px 0;
line-height: normal;
list-style-type: none;
}
.tg-servicesrating li span,
.tg-servicesrating li em{
float: left;
font-style: normal;
}
.tg-servicesrating li em{
font-size: 13px;
line-height: 13px;
}
.tg-servicesrating li .tg-stars{width: 85px;}
.tg-servicesrating li .tg-stars,
.tg-servicesrating li .tg-stars:before,
.tg-servicesrating li .tg-stars span,
.tg-servicesrating li .tg-stars span:after{
height: 14px;
font-size: 14px;
line-height: 14px;
}
.tg-formleavefeedback .form-group{
width: 100%;
float: left;
margin: 0 0 10px;
}
.tg-formleavefeedback .form-group label{
margin: 0;
float: left;
font-size: 13px;
line-height: 40px;
}
.tg-formleavefeedback .form-group .tg-select{
width: 70%;
float: right;
}
.tg-formleavefeedback .form-group .tg-select select{
width: 100%;
float: left;
height: 40px;
padding: 0 10px;
line-height: 18px;
border-radius: 3px;
}
.tg-recommendedradio{
height: 40px;
overflow: hidden;
}
.tg-recommendedradio .tg-radio{
width: 50%;
padding: 0 0 0 10px;
}
.tg-recommendedradio .tg-radio label{
padding: 0;
width: 100%;
float: left;
height: 40px;
font-size: 13px;
line-height: 15px;
overflow: hidden;
border: 1px solid;
border-radius: 3px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-recommendedradio .tg-radio label i{
color: #484848;
padding: 0 3px 0 0;
}
.tg-recommendedradio .tg-radio label:before,
.tg-recommendedradio .tg-radio label:after{display: none;}
.tg-recommendedradio .tg-radio label:hover,
.tg-recommendedradio .tg-radio label:hover i,
.tg-recommendedradio .tg-radio input[type="radio"]:checked + label,
.tg-recommendedradio .tg-radio input[type="radio"]:checked + label i{color: #fff;}
.tg-formleavefeedback .form-control{
width: 100%;
float: left;
height: 40px;
padding: 10;
line-height: 18px;
border-radius: 3px;
}
.tg-formleavefeedback textarea.form-control{
height: 220px;
resize: none;
padding: 10px;
margin: 0 0 10px;
}
.tg-formleavefeedback .tg-btn{padding: 0 60px;}
.tg-mapothercenters .tg-mapbox{
width: 100%;
margin: 0 0 30px;
border-radius: 5px;
}
.tg-mapothercenters .tg-mapbox .tg-map-controls{
top: 15px;
left: 15px;
}
.tg-serviceslocationmap{
width: 100%;
float: left;
height: 300px;
position: relative;
}
.tg-photogallery{
width: 100%;
float: left;
}
.tg-galleryslider{
width: 100%;
float: left;
}
.tg-viewslider{padding: 0 0 10px;}
.tg-galleryslider .item{
width: 100%;
float: left;
padding: 0 5px;
}
.tg-viewslider .item{padding: 0;}
.tg-viewslider .item figure{border-radius: 5px;}
.tg-galleryslider .item figure{
margin: 0;
width: 100%;
float: left;
overflow: hidden;
border-radius: 3px;
}
.tg-galleryslider .item figure img{
width: 100%;
height: auto;
display: block;
}
.tg-thumbnailslider .item figure{
cursor: pointer;
background: #484848;
}
.tg-thumbnailslider .tg-active .item figure img,
.tg-thumbnailslider .item figure:hover img{opacity: 0.20;}
.tg-viewslider .tg-btnroundprev,
.tg-viewslider .tg-btnroundnext{
border: 0;
width: 25px;
height: 25px;
font-size: 14px;
background: #ddd;
line-height: 25px;
}
.tg-viewslider .tg-btnroundprev{padding: 0 2px 0 0;}
.tg-viewslider .tg-btnroundnext{padding: 0 0 0 2px;}
.tg-viewslider .owl-controls{
top: 50%;
left: 0;
z-index: 3;
width: 100%;
padding: 0 30px;
margin: -13px 0 0;
position: absolute;
}
.tg-viewslider .owl-controls .owl-buttons .owl-prev{float: left;}
.tg-viewslider .owl-controls .owl-buttons .owl-next{float: right;}
.tg-questionanswers{
width: 100%;
float: left;
padding: 0 0 20px;
}
.tg-questionanswer{
width: 100%;
float: left;
display: none;
}
.tg-questionanswer figure{
float: left;
overflow: hidden;
margin: 0 20px 0 0;
border-radius: 3px;
position: relative;
background: #484848;
}
.tg-questionanswer figure figcaption{
top: 0;
left: 0;
opacity: 0;
z-index: 2;
width: 100%;
height: 100%;
visibility: hidden;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-questionanswer .tg-questionanswer{padding: 0 0 0 70px;}
.tg-questionanswer .tg-questionanswer .tg-patientfeedbackcontent {width: 557px;}
.tg-questionanswer figure figcaption a{color: #fff;}
/*==============================================
Sidebar Widgets
==============================================*/
.tg-widget + .tg-widget{margin: 30px 0 0;}
.tg-widget{
width: 100%;
float: left;
}
.tg-widgettitle{
width: 100%;
float: left;
padding: 10px;
margin: 0 0 20px;
background: #484848;
}
.tg-widgettitle h3{
margin: 0;
color: #fff;
font-size: 14px;
line-height: 17px;
}
.tg-widgetcontent{
width: 100%;
float: left;
}
.tg-widgetcontent .tg-mapbox{width: 100%;}
.tg-widgetcontent .tg-mapbox .tg-map{height: 270px;}
.tg-widgetcontent .tg-mapbox .tg-map-controls{
left: 10px;
top: 10px;
}
.tg-widgetcontent ul{
width: 100%;
float: left;
font-size: 13px;
line-height: 16px;
list-style: none;
}
.tg-widgetcontent ul li{
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-widgetcontent ul li + li{margin: 10px 0 0;}
.tg-widgetcontent ul li a{
color: #484848;
display: block;
}
.tg-widgetcontent ul li figure{
float: left;
overflow: hidden;
margin: 0 10px 0 0;
border-radius: 3px;
}
.tg-widgetcontent ul li figure a{display: block;}
.tg-widgetcontent ul li figure a img{display: block;}
.tg-widgetcontent .tg-postcontent{
margin: 0;
padding: 8px 0;
width: auto;
float: none;
overflow: hidden;
}
.tg-postcontent h5{
margin: 0;
font-size: 13px;
font-weight: 600;
line-height: 17px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tg-widgetcontent ul li .tg-postcontent h5 a{color: #484848;}
.tg-postcontent .tg-subjects{
padding: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tg-widgetbrochures ul li{
line-height: 30px;
margin: 0 !important;
}
.tg-widgetbrochures ul li + li{ border-top: 1px solid #ddd;}
.tg-widgetbrochures ul li a span{float: left;}
.tg-widgetbrochures ul li a i{float: right;}
.tg-widgetbrochures ul li a span,
.tg-widgetbrochures ul li a i{line-height: inherit;}
.tg-formreportuser .form-control{
height: 40px;
margin: 0 0 10px;
line-height: 20px;
border-radius: 3px;
padding: 10px 15px;
}
.tg-formreportuser textarea.form-control{
height: 160px;
resize: none;
text-transform: none;
}
.tg-banneradd{
width: 100%;
float: left;
overflow: hidden;
border-radius: 5px;
background: #f8f8f8;
}
.tg-banneradd figure{
width: 100%;
float: left;
margin: 0;
z-index: 1;
position: relative;
}
.tg-banneradd figure a,
.tg-banneradd figure a img{
width: 100%;
height: auto;
display: block;
}
/*==============================================
About Us Page
==============================================*/
.tg-welcometomedlink{
width: 100%;
float: left;
}
.tg-textwidget,
.tg-videowidget{
width: 100%;
float: left;
}
.tg-textwidget h2{
font-size: 24px;
margin: 0 0 20px;
line-height: 24px;
}
.tg-textwidget .tg-description{}
.tg-textwidget .tg-description p{margin: 0;}
.tg-textwidget .tg-themelist{margin: 10px 0 25px;}
.tg-textwidget .tg-themelist li{}
.tg-liststyletick li{
position: relative;
padding: 0 0 0 20px;
}
.tg-liststyletick li:before{
top: 0;
left: 0;
font-size: 13px;
content: '\f00c';
position: absolute;
line-height: inherit;
font-family: 'fontAwesome';
}
.tg-videowidget img{
width: 100%;
height: auto;
display: block;
}
.tg-medlinktimelinenav{
width: 100%;
float: left;
padding: 0 70px 50px;
display: table;
table-layout: fixed;
}
.tg-medlinktimelinenav li{
display: table-cell;
vertical-align: top;
list-style-type: none;
line-height: inherit;
text-align: center;
position: relative;
}
.tg-medlinktimelinenav li:before{
top: 50%;
left: 0;
z-index: -1;
width: 100%;
height: 1px;
content: '';
background: #ddd;
position: absolute;
}
.tg-medlinktimelinenav li a{
width: 8px;
height: 8px;
display: block;
margin: 5px auto;
background: #ddd;
border-radius: 50%;
}
.tg-medlinktimelinenav li a:before{
top: 100%;
left: 0;
z-index: 2;
opacity: 0;
width: 100%;
color: #484848;
padding: 50px 0 0;
visibility: hidden;
position: absolute;
text-align: center;
content: attr(data-date);
font:400 16px/19px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-medlinktimelinenav li a:after{
top: 50%;
left: 50%;
width: 6px;
opacity: 0;
height: 6px;
content: '';
display: block;
visibility: hidden;
position: absolute;
border-radius: 50%;
margin: -3px 0 0 -3px;
}
.tg-medlinktimelinenav li a:hover,
.tg-medlinktimelinenav li.active a{
width: 18px;
height: 18px;
margin: 0 auto;
background: #fff;
border: 2px solid;
}
.tg-medlinktimelinenav li a:hover:before,
.tg-medlinktimelinenav li.active a:before{
opacity: 1;
padding: 10px 0 0;
visibility: visible;
}
.tg-medlinktimelinenav li a:hover:after,
.tg-medlinktimelinenav li.active a:after{
opacity: 1;
visibility: visible;
}
.tg-midlinktimelinetabcontent{
width: 100%;
float: left;
}
.tg-timelineblog{
width: 100%;
float: left;
}
.tg-timelineblog figure{
margin: 0;
width: 100%;
float: left;
cursor: pointer;
overflow: hidden;
position: relative;
border-radius: 5px;
}
.tg-timelineblog figure img{
z-index: 1;
width: 100%;
height: auto;
display: block;
position: relative;
}
.tg-timelineblog figure figcaption{
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
position: absolute;
display: -webkit-flex;
-webkit-flex-direction: column;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-timelineblog figure figcaption a{
color: #fff;
width: 40px;
height: 40px;
margin: 0 auto;
display: block;
font-size: 18px;
line-height: 36px;
text-align: center;
border-radius: 50%;
border: 2px solid #fff;
}
.tg-timelineblog:hover figure img{opacity: 0.20;}
.tg-timelineblog:hover figure figcaption{
opacity: 1;
visibility: visible;
}
.tg-timelineblogcontent{
width: 100%;
float: left;
padding: 20px 0 0;
}
.tg-timelineblogtitle{
width: 100%;
float: left;
}
.tg-timelineblogtitle h3{
margin: 0;
font-size: 18px;
line-height: 16px;
}
.tg-timelineblogtitle h3 a{display: block;}
.tg-timelineblogcontent time{
width: 100%;
float: left;
font-size: 13px;
line-height: 16px;
padding: 5px 0 15px;
}
.tg-timelineblogcontent .tg-description p{margin: 0;}
/*==============================================
Blog Grid Page
==============================================*/
.tg-grid {
margin: -15px 0;
padding: 0 0 60px;
}
.tg-grid .tg-post{padding: 15px 0;}
/*==============================================
Blog List Page
==============================================*/
.tg-list {
margin: -15px 0;
padding: 0 0 60px;
}
.tg-list .tg-post{padding: 15px 0;}
.tg-widgetcontent .tg-formfeedbacksearch{width: 100%;}
.tg-widgetpoststyle .tg-postcontent h5{
margin: 0 0 5px;
font-size: 16px;
font-weight: 400;
line-height: 16px;
}
.tg-widgetarchives ul{line-height: 22px;}
.tg-widgetarchives ul li{
width: 50%;
float: left;
line-height: inherit;
margin: 0 !important;
}
.tg-widgetarchives ul li a span{padding: 0 0 0 10px;}
.tg-widgetcategories ul li a span{float: right;}
.tg-sidebartitle{
width: 100%;
float: left;
}
.tg-sidebartitle h2{
margin: 0 0 20px;
font-size: 20px;
line-height: 17px;
font-weight: 600;
}
/*==============================================
Blog Detail Page
==============================================*/
.tg-postdetail {
margin: 0 0 30px;
border-bottom: 1px solid #ddd;
}
.tg-postdetail .tg-postdate,
.tg-postdetail .tg-postdate span{color:#fff;}
.tg-postdetail .tg-description p{margin: 0 0 30px;}
.tg-postdetail blockquote{
border: 0;
margin: 0;
padding: 0 0 30px;
text-align: center;
font:400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-postdetail blockquote q{font:400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;}
.tg-posttagsandshare{
width: 100%;
float: left;
padding: 15px;
margin: 0 0 30px;
border-radius: 5px;
background: #f8f8f8;
}
.tg-posttags{float: left;}
.tg-postshare{float: right;}
.tg-posttags strong,
.tg-posttags ul,
.tg-postshare strong,
.tg-postshare ul{
display: inline-block;
vertical-align: middle;
}
.tg-posttags strong,
.tg-postshare strong{
padding: 0 10px 0 0;
text-transform: capitalize;
font:600 14px/14px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-tags{
font-size: 12px;
line-height: 24px;
list-style: none;
}
.tg-tags li{
float: left;
line-height: 24px;
margin: 0 5px 0 0;
list-style-type: none;
}
.tg-tag{
color: #484848;
display: block;
font-size: 12px;
line-height: 24px;
padding: 0 10px;
background: #ddd;
border-radius: 3px;
}
.tg-tag:hover{color: #fff;}
.tg-author{
width: 100%;
float: left;
margin: 0 0 30px;
padding: 0 0 30px;
border-bottom: 1px solid #ddd;
}
.tg-authorbox{
width: 100%;
float: left;
padding: 20px;
border-radius: 5px;
background: #f8f8f8;
}
.tg-authordp{
margin: 0;
float: left;
overflow: hidden;
border-radius: 3px;
}
.tg-authordp a{display: block;}
.tg-authordp a img{display: block;}
.tg-authorcontent{
overflow: hidden;
padding: 0 0 0 20px;
}
.tg-authorhead{
width: 100%;
float: left;
padding: 0 0 13px;
}
.tg-authorname{
width: 100%;
float: left;
}
.tg-authorname h4{
margin: 0;
font-size: 18px;
font-weight: 600;
line-height: 18px;
}
.tg-authorname h4 a{display: block;}
.tg-authorhead time{
width: 100%;
float: left;
font-size: 13px;
line-height: 13px;
padding: 5px 0 0;
}
.tg-authorcontent .tg-description p{margin: 0;}
.tg-comments{
width: 100%;
float: left;
margin: 0 0 30px;
padding: 0 0 20px;
border-bottom: 1px solid #ddd;
}
.tg-comments > h3{
margin: 0 0 20px;
line-height: 21px;
}
.tg-child,
.tg-commentslist{
width: 100%;
float: left;
list-style: none;
font-size: 14px;
line-height: 20px;
}
.tg-commentslist > li,
.tg-child > li{
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-comment{
width: 100%;
float: left;
padding: 10px 0;
}
.tg-commentbox{
width: 100%;
float: left;
padding: 20px;
border-radius: 5px;
background: #f8f8f8;
}
.tg-child{
margin: 0;
padding: 0 0 0 70px;
}
.tg-leavecomments{
width: 100%;
float: left;
}
.tg-leavecomments > h3{
margin: 0 0 20px;
line-height: 21px;
}
.tg-formleavecomment .row{margin: 0 -5px;}
.tg-formleavecomment .row > div{padding: 0 5px;}
.tg-formleavecomment .form-group{margin: 0 0 10px;}
.tg-formleavecomment .form-control{
height: 40px;
padding: 10px;
line-height: 18px;
border-radius: 3px;
}
.tg-formleavecomment textarea.form-control{
resize: none;
height: 170px;
margin: 0 0 10px;
}
.tg-formleavecomment .tg-btn{padding: 0 60px;}
.tg-nextprevposts{
width:100%;
float:left;
margin:0 0 30px;
}
.tg-btnprevpost{float:left;}
.tg-btnnextpost{float:right;}
.tg-btnprevpost a,
.tg-btnnextpost a{display:block;}
.tg-btnprevpost a figure,
.tg-btnnextpost a figure{
float:left;
margin:0 10px 0 0;
border-radius:3px;
overflow:hidden;
position:relative;
}
.tg-btnprevpost a figure img,
.tg-btnnextpost a figure img{
width:100%;
height:auto;
display:block;
border-radius:3px;
}
.tg-btnprevpost a figure figcaption,
.tg-btnnextpost a figure figcaption{
left:0;
top:0;
width:100%;
height:100%;
position:absolute;
visibility:hidden;
opacity:0;
background:
-moz-linear-gradient(top,
rgba(72,72,72,0.8) 0%,
rgba(72,72,72,0.8) 100%);
background:
-webkit-linear-gradient(top,
rgba(72,72,72,0.8) 0%,
rgba(72,72,72,0.8) 100%);
background:
linear-gradient(to bottom,
rgba(72,72,72,0.8) 0%,
rgba(72,72,72,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc484848', endColorstr='#cc484848',GradientType=0 );
}
.tg-btnprevpost a figure figcaption i,
.tg-btnnextpost a figure figcaption i{
left:50%;
top:50%;
margin:-15px 0 0 -5px;
font-size:30px;
line-height:30px;
color:#fff;
position:absolute;
}
.tg-btnprevpost:hover a figure figcaption,
.tg-btnnextpost:hover a figure figcaption{
visibility:visible;
opacity:1;
}
.tg-posttname{
padding:16px 0;
overflow:hidden;
}
.tg-posttname h3{
font-size:16px;
line-height:16px;
}
.tg-posttname span{
display:block;
line-height:15px;
}
.tg-btnnextpost .tg-posttname{float:left;}
.tg-btnnextpost a figure{
float:right;
margin:0 0 0 10px;
}
/*==========================================================================================================================================
DashBoard Pages
==========================================================================================================================================*/
/*==============================================
Dashboard
==============================================*/
.tg-widgetdashboard{
width: 100%;
float: left;
margin: 0 0 30px;
border-radius: 5px;
background: #f8f8f8;
}
.tg-widgetprofile{
width: 100%;
float: left;
padding: 24px;
}
.tg-widgetprofile .tg-directpostimg{
width: 100%;
float: left;
margin: 0 0 15px;
overflow: hidden;
}
.tg-widgetprofile .tg-directpostimg > a{
overflow: hidden;
position: relative;
border-radius: 50%;
border: 1px solid #ddd;
}
.tg-widgetprofile .tg-directpostimg > a img{
display: block;
border-radius: 50%;
border: 5px solid #fff;
}
.tg-widgetprofile .tg-directposthead{
width: 100%;
float: left;
text-align: center;
}
.tg-widgetprofile .tg-directposthead .tg-subjects{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.tg-widgetprofile .tg-metadata,
.tg-widgetprofile .tg-metadata li,
.tg-widgetprofile .tg-metadata li:before,
.tg-widgetprofile .tg-metadata li a,
.tg-widgetprofile .tg-metadata li a i{
font-size: 12px;
line-height: 12px;
}
.tg-widgetprofile .tg-metadata li:last-child{padding-right: 0;}
.tg-widgetprofile .tg-metadata li:before{top: 2px;}
.tg-widgetprofile .tg-metadata li .tg-stars{margin: 1px 0 0;}
.tg-widgetprofile .tg-metadata li .tg-stars span{width: 100%;}
.tg-dashboardnav{
width: 100%;
float: left;
font-size: 13px;
line-height: 36px;
padding: 0 0 15px;
}
.tg-dashboardnav ul{
width: 100%;
float: left;
list-style: none;
line-height: inherit;
}
.tg-dashboardnav ul li{
width: 100%;
float: left;
position: relative;
line-height: inherit;
list-style-type: none;
}
.tg-dashboardnav ul li:before{
top: 50%;
right: 20px;
width: 6px;
height: 6px;
content: '';
display: block;
margin: -3px 0 0;
border-radius: 50%;
position: absolute;
}
.tg-dashboardnav ul li.tg-infomessage:before{background: #5596ce;}
.tg-dashboardnav ul li.tg-warningmessage:before{background: #f1b55f;}
.tg-dashboardnav ul li.tg-successmessage:before{background: #6cbf6d;}
.tg-dashboardnav ul li.tg-errormessage:before{background: #db6460;}
.tg-dashboardnav ul li a{
color: #484848;
display: block;
padding: 0 20px;
}
.tg-dashboardnav ul li a i,
.tg-dashboardnav ul li a span{
display: inline-block;
vertical-align: middle;
}
.tg-dashboardnav ul li a i{
width: 25px;
padding: 1px 0 0;
}
.tg-dashboardnav ul li.tg-active a,
.tg-dashboardnav ul li a:hover{background: #fff;}
.tg-dashboardnotification {
width: 100%;
float: left;
color: #fff;
z-index: 2;
font-size: 14px;
line-height: 17px;
border-radius: 5px;
padding: 40px 30px;
text-align: center;
position: relative;
text-transform: uppercase;
}
.tg-pkgexpirey {background: #db6460;}
.tg-dashboardnotification span {
display: block;
font-size: 30px;
line-height: 30px;
font-weight: bold;
}
.tg-dashboardnotification:before {
top: 0;
right: 3px;
z-index: -1;
font-size: 80px;
line-height: 127px;
position: absolute;
font-family: 'FontAwesome';
}
.tg-dashboardnotification.tg-pkgexpirey:before {
color: #eb6c67;
content: '\f097';
}
.tg-alertmessages{
width: 100%;
float: left;
}
.tg-alertmessage{
width: 100%;
float: left;
border: 0;
padding: 0;
margin: 0;
color: #484848;
min-height: 42px;
background: #fff;
font-size: 13px;
overflow: hidden;
line-height: 16px;
border-radius: 3px;
border: 1px solid #ddd;
}
.tg-alertmessage + .tg-alertmessage{margin: 10px 0 0;}
.tg-alertmessage:hover{box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);}
.tg-alertmessage i{
width: 30px;
height: 30px;
float: left;
color: #fff;
margin: 5px 10px;
font-size: 14px;
line-height: 30px;
border-radius: 50%;
text-align: center;
}
.tg-alertmessage span{
padding: 12px 0;
display: inline-block;
}
.tg-alertmessage span strong{
font-weight: 400;
text-transform: uppercase;
}
.tg-alertmessage .close{
opacity: 1;
width: 40px;
opacity: 0.20;
display: block;
font-size: 18px;
line-height: 40px;
text-align: center;
}
.tg-alertmessage:hover .close{opacity: 1;}
.tg-alertmessage.alert-success i{background: #6cbf6d;}
.tg-alertmessage.alert-info i{background: #5596ce;}
.tg-alertmessage.alert-warning i{background: #f1b55f;}
.tg-alertmessage.alert-danger i{background: #db6460;}
.tg-dashboard .tg-badgesearned {
border-radius: 5px;
background: #f8f8f8;
}
.tg-refresh{
top: 20px;
right: 20px;
color: #ddd;
width: 12px;
height: 12px;
display: block;
font-size: 12px;
line-height: 12px;
position: absolute;
}
.tg-refresh:hover{color: #ddd;}
.tg-profilewidget{
width: 100%;
float: left;
padding: 20px;
margin: 15px 0;
border-radius: 5px;
background: #f8f8f8;
position: relative;
}
.tg-profilewidget h3{
margin: 0 0 35px;
font-size: 18px;
line-height: 18px;
}
.tg-profilewidgeticon{
width: 120px;
height: 120px;
display: block;
background: #fff;
line-height: 100px;
border-radius: 50%;
margin: 0 auto 15px;
border: 10px solid #f2f2f2;
}
.tg-profilewidgeticon img{
display: block;
margin: 25px auto;
text-align: center;
}
.tg-percentage,
.tg-followers,
.tg-totalviews{
width: 100%;
float: left;
text-align: center;
}
.tg-percentage span,
.tg-followers span,
.tg-totalviews span{
border: 0;
display: block;
font-size: 40px;
font-weight: 300;
line-height: 32px;
padding: 0 0 10px;
text-align: center;
}
.tg-percentage span + span,
.tg-followers span + span,
.tg-totalviews span + span,
.tg-latestreviews span.tg-subtitle{
font-size: 16px;
font-weight: 400;
line-height: 19px;
margin: 0 0 20px;
padding: 0 0 20px;
display: inline-block;
border-bottom: 1px solid #ddd;
}
.tg-totalviews span + span{
border: 0;
margin: 0;
color: #484848;
display: block;
font-size: 14px;
line-height: 17px;
}
.tg-latestreviews span.tg-subtitle{margin: 0;}
.tg-profilewidget .tg-description{text-align: center;}
.tg-profilewidget .tg-description p{
margin: 0;
font-size: 13px;
}
.tg-profilewidget .tg-description p strong{
font-size: 14px;
display: block;
font-weight: 400;
text-transform: uppercase;
}
.tg-monthlyviewstab{
width: 100%;
float: left;
}
.tg-themechart {
width: 100%;
float: left;
height: 450px;
}
.tg-viewpermonthchart {height: 309px;}
.tg-monthlyviewstabnavtotlalviews{
width: 28%;
float: left;
background: #fff;
padding: 30px 0 0;
border-radius: 5px;
}
.tg-monthlyviewstabnav{
width: 100%;
float: left;
list-style: none;
font-size: 13px;
line-height: 40px;
text-transform: capitalize;
}
.tg-monthlyviewstabnav li{
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.tg-monthlyviewstabnav li a{
color: #484848;
display: block;
padding: 0 20px;
line-height: inherit;
}
.tg-monthlyviewstabnav li a:hover,
.tg-monthlyviewstabnav li.active a{color: #fff;}
.tg-monthlyviewstabcontent{
width: 70%;
float: right;
background: #fff;
overflow: hidden;
border-radius: 5px;
}
.tg-latestreviews .tg-profilewidgeticon img,
.tg-askquestion .tg-profilewidgeticon img{ margin: 30px auto;}
.tg-startsratingbox{
width: 100%;
float: left;
padding: 0 0 10px;
}
.tg-startsratingbox .tg-stars{
float: none;
display: block;
margin: 0 auto;
width: 110px;
height: 20px;
padding: 0;
font-size: 20px;
line-height: 20px;
}
.tg-startsratingbox .tg-stars:before,
.tg-startsratingbox .tg-stars span,
.tg-startsratingbox .tg-stars span:after{
width: 100%;
height: 20px;
font-size: 20px;
line-height: 20px;
}
.tg-posttype{
width: 100%;
float: left;
height: 300px;
margin: 20px 0;
list-style: none;
font-size: 13px;
background: #fff;
line-height: 18px;
border-radius: 5px;
padding: 10px 10px 10px 20px;
}
.tg-posttype li{
width: 100%;
float: left;
padding: 10px 0;
line-height: inherit;
list-style-type: none;
}
.tg-posttype li figure{
width: 50px;
float: left;
overflow: hidden;
margin: 0 15px 0 0;
border-radius: 3px;
}
.tg-posttype li figure img{
z-index: 1;
display: block;
position: relative;
}
.tg-posttype li:hover figure img{opacity: 0.20;}
.tg-posttype li figure figcaption{
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center
}
.tg-posttype li:hover figure figcaption{
opacity: 1;
visibility: visible;
}
.tg-posttype li figure figcaption a{color: #fff;}
.tg-reviewcontent{overflow: hidden;}
.tg-reviewhead{
width: 100%;
float: left;
}
.tg-reviewhead h4,
.tg-reviewhead time{
float: left;
font-size: 13px;
line-height: 16px;
}
.tg-reviewhead h4{
font-size: 14px;
font-weight: 600;
line-height: 17px;
margin: 0 10px 0 0;
}
.tg-reviewcontent .tg-description{text-align: left}
.tg-reviewcontent .tg-description p{
margin: 0;
font-size: 13px;
line-height: 18px;
max-width: 264px;
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.tg-latestreviews .tg-btnbox .tg-btn{ width: 50%;}
.tg-themescrollbar {
width: 100%;
float: left;
overflow: hidden;
}
.mCSB_scrollTools{width: 3px;}
.mCSB_inside > .mCSB_container{margin-right: 10px;}
.mCSB_scrollTools .mCSB_draggerRail{
width: 3px;
float: right;
background: #ddd;
border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{border-radius: 0;}
.tg-posttype.tg-reviews{height: 392px;}
.tg-badgemodalbox{}
.tg-badgemodalbox .tg-modaldialog{
width: 630px;
margin: 100px auto 0;
overflow: visible !important;
}
.tg-badgemodalcontent{
border: 0;
float: left;
width: 100%;
text-align: center;
padding: 165px 30px 30px;
background: #f8f8f8 url(../images/gloweffect.png) no-repeat 50% 0;
}
.tg-modaldialog .close{
top: -50px;
right: 0;
opacity: 1;
z-index: 2;
color: #fff;
width: 50px;
height: 50px;
display: block;
line-height: 50px;
position: absolute;
}
.tg-modaldialog .close span{
width: 50px;
height: 50px;
display: block;
text-shadow: none;
text-align: center;
line-height: inherit;
background: url(../images/close3.png) no-repeat 50% 50%;
}
.tg-newwidgeticon {
top: 30px;
left: 50%;
width: 120px;
height: 120px;
display: block;
background: #fff;
position: absolute;
line-height: 100px;
border-radius: 50%;
margin: 0 0 0 -60px;
border: 10px solid #f2f2f2;
}
.tg-newwidgeticon img {
display: block;
margin: 24px auto;
text-align: center;
}
.tg-badgemodalcontent h4{
border: 0;
margin: 0;
display: block;
font-size: 40px;
font-weight: 300;
line-height: 32px;
text-align: center;
}
.tg-badgemodalcontent .tg-subtitle{
font-size: 16px;
font-weight: 400;
line-height: 19px;
margin: 0 0 20px;
padding: 15px 0 20px;
display: inline-block;
border-bottom: 1px solid #ddd;
}
.tg-badgemodalcontent .tg-description p{margin: 0;}
.tg-badgemodalcontent .tg-description p strong{
display: block;
font-weight: 600;
text-transform: uppercase;
}
/*==============================================
Dashboard Profile Setting
==============================================*/
.tg-inputicon {
width: 100%;
float: left;
position: relative;
}
.tg-inputicon:before{
top: 15px;
right: 12px;
z-index: 5;
width: 13px;
color: #999;
display: block;
font-size: 16px;
cursor: pointer;
line-height: 10px;
position: absolute;
text-align: center;
font-family: 'FontAwesome';
}
.tg-geolocationicon:before {content: '\f041';}
.tg-calendaricon:before {content: '\f274';}
.tg-dashboardtabs{
width: 100%;
float: left;
}
.tg-dashboardtabnav {
width: 100%;
float: left;
display: table;
table-layout: fixed;
list-style: none;
text-transform: capitalize;
border-bottom: 2px solid #f8f8f8;
font: 14px/17px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-dashboardtabnav li{
display: table-cell;
vertical-align: top;
list-style-type: none;
line-height: inherit;
}
.tg-dashboardtabnav li a {
color: #484848;
display: block;
padding: 17px 0;
text-align: center;
position: relative;
}
.tg-dashboardtabnav li a:before {
top: 100%;
left: 0;
width: 0;
height: 2px;
content: '';
position: absolute;
}
.tg-dashboardtabnav li a i{margin:0 10px 0 0;}
.tg-dashboardtabnav li a:hover,
.tg-dashboardtabnav li.active a{background: #f8f8f8;}
.tg-dashboardtabnav li a:hover:before,
.tg-dashboardtabnav li.active a:before{width: 100%;}
.tg-dashboardtabcontent{
width: 100%;
float: left;
padding: 30px 0 0;
}
.tg-dashboardbox{
width: 100%;
float: left;
padding: 20px;
border-radius: 5px;
background: #f8f8f8;
}
.tg-dashboardbox + .tg-dashboardbox{margin: 30px 0 0}
.tg-dashboardboxtitle{
width: 100%;
float: left;
padding: 0 0 20px;
}
.tg-dashboardboxtitle h2{
margin: 0;
font-size: 18px;
line-height: 18px;
text-transform: capitalize;
}
.tg-dashboardbox .tg-box{padding: 0;}
.tg-searchbulder{
width: 100%;
float: left;
}
.tg-dashboardtabcontent .tg-searchbulder{ padding: 0 30px 30px;}
.tg-signinsignup .tg-dashboardtabcontent .tg-searchbulder{ padding: 0;}
.tg-rowmargin{margin: 0 -5px;}
.tg-columnpadding{padding: 0 5px;}
.tg-formgroup{
width: 100%;
float: left;
margin: 0 0 10px;
}
.tg-box.tg-profilephoto{padding: 0 0 20px;}
.tg-profilephoto .tg-formgroup{margin: 0;}
.tg-uploadedimggallery{
width: 100%;
float: left;
background: #fff;
list-style: none;
border-radius: 5px;
padding: 20px 15px 5px;
}
.tg-uploadedimggallery li{
width: 12.50%;
float: left;
padding: 0 5px;
list-style-type: none;
}
.tg-galleryimg {
width: 100%;
float: left;
}
.tg-galleryimg figure {
margin: 0;
width: 100%;
float: left;
background: #fff;
overflow: hidden;
border-radius: 5px;
position: relative;
}
.tg-galleryimg.tg-uploading .tg-loader {}
.tg-loader{
top: 50%;
left: 50%;
display: block;
text-align: center;
position: absolute;
margin: -10px 0 0 -10px;
}
.tg-loader i{
color: #999;
display: block;
font-size: 20px;
line-height: 20px;
animation-name: spin;
animation-duration: 2000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@-webkit-keyframes {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.tg-uploadingbar{
z-index: 3;
bottom: 5px;
left: 6%;
height: 2px;
width: 88%;
background: #ddd;
position: absolute;
}
.tg-uploadingbar:after{
top: 0;
left: 0;
width: 80%;
height: 2px;
content: '';
position: absolute;
}
.tg-galleryimg.tg-uploading figure{border: 1px solid #ddd;}
.tg-galleryimg figure img{
width: 100%;
height: auto;
display: block;
}
.tg-galleryimg figure figcaption{
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-galleryimg figure figcaption i{
width: 30px;
height: 30px;
color: #db6460;
display: block;
font-size: 14px;
line-height: 30px;
cursor: pointer;
background: #fff;
text-align: center;
border-radius: 50%;
}
.tg-galleryimg figure:hover img{opacity: 0.3;}
.tg-galleryimg figure:hover figcaption{
opacity: 1;
visibility: visible;
}
.tg-galleryimg.tg-uploading figure img {opacity: 0.10;}
.tg-filename{
width: 100%;
float: left;
display: block;
font-size: 13px;
line-height: 16px;
padding: 5px 0 15px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.tg-socialinformation > div > div:last-child .tg-formgroup {margin: 0;}
.tg-iconinput{
z-index: 1;
position: relative;
}
.tg-iconinput:before{
top: 10px;
right: 10px;
z-index: 2;
color: #fff;
width: 20px;
height: 20px;
content: '-';
display: block;
cursor: pointer;
font-size: 18px;
line-height: 18px;
text-align: center;
position: absolute;
background: #db6460;
border-radius: 50px;
}
.tg-box.tg-uiicons ul,
.tg-box.tg-uiicons ul{
margin: 0;
padding: 10px 0 0;
}
.tg-uiicons ul li{text-align: left;}
.tg-uiicons ul li span,
.tg-uiicons ul li i,
.tg-uiicons ul li span em{
display: inline-block;
vertical-align: middle;
}
.tg-uiicons ul li span{
font-size: 13px;
line-height: 17px;
padding: 0 5px 0 0;
}
.tg-uiicons ul li span em{font-style: normal;}
.tg-uiicons ul li i.fa-pencil,
.tg-uiicons ul li i.fa-close{
opacity: 0;
font-size: 12px;
line-height: 12px;
margin: 2px 0 0 3px;
visibility: hidden;
}
.tg-uiicons ul li:hover .fa-close{color: #db6460;}
.tg-uiicons ul li:hover i.fa-pencil,
.tg-uiicons ul li:hover i.fa-close{
opacity: 1;
visibility: visible;
}
.tg-uiicons ul li em,
.tg-uiicons ul li i{
font-style: normal;
display: inline-block;
vertical-align: middle;
}
.tg-uiicons ul li em{
font-size: 14px;
line-height: 14px;
margin: 0 10px 0 0;
}
.tg-videointerview .tg-uiicons ul li:before{top: 10px;}
.tg-updateall{
width: 100%;
float: left;
margin: 30px 0 0;
padding: 30px 0 0;
border-top: 1px solid #ddd;
}
.tg-updateall span{
float: left;
padding: 12px 0;
font-size: 12px;
line-height: 15px;
}
.tg-updateall .tg-btn{
float: right;
padding: 0 60px;
}
.tg-servicesbox{
width: 100%;
float: left;
padding: 30px;
margin: 30px 0 0;
background: #fff;
border-radius: 5px;
}
.tg-servicesholder,
.tg-mainservice{
width: 100%;
float: left;
}
.tg-mainservice{
padding: 0 15px;
position: relative;
}
.tg-mainservice:before{
top: 10px;
left: 0;
width: 3px;
height: 3px;
content: '';
position: absolute;
border-radius: 50%;
background: #484848;
}
.tg-mainservice i.fa{
opacity: 0;
cursor: pointer;
visibility: hidden;
}
.tg-mainservice:hover i.fa{
opacity: 1;
visibility: visible;
}
.tg-mainservice em,
.tg-mainservice i{
display: inline-block;
vertical-align: middle;
}
.tg-mainservice em{
font-size: 18px;
line-height: 18px;
font-style: normal;
padding: 0 10px 0 0;
}
.tg-servicesholder + .tg-servicesholder{padding: 30px 0 0;}
.tg-servicesholder .tg-themelist li:before{display: none;}
/*==============================================
Dashboard Jobs Locations
==============================================*/
.tg-dashboardjobslocations{
width:100%;
float:left;
}
.tg-availablelocation{
width: 100%;
float: left;
}
.tg-availablelocation .tg-servicelocations{
padding: 20px;
background: #fff;
border-radius: 5px;
}
.tg-availablelocation .tg-servicelocation .tg-directpost{width: 70%;}
.tg-availablelocation .tg-servicesinfo{width: 30%;}
.tg-btnjoblocationeditdelete{
top: 50%;
right: 0;
z-index: 5;
width: 10%;
height: 70px;
position: absolute;
margin: -35px 0 0 0;
}
.tg-btnjoblocationeditdelete button{
color: #fff;
width: 30px;
height: 30px;
display: block;
font-size: 12px;
line-height: 30px;
border-radius: 50%;
text-align: center;
background: #484848;
}
.tg-btnjoblocationeditdelete button + button{
margin: 10px 0 0;
background: #db6460;
}
.tg-btnjoblocationeditdelete button:hover{color: #fff;}
.tg-addcompany .tg-modaldialog{width: 630px;}
.tg-addcompany .tg-modalcontent{background: #f8f8f8;}
.tg-formaddcompany textarea.form-control{
width: 100%;
resize: none;
height: 130px;
}
.tg-addjobdetailinfo .tg-modaldialog{
width: 630px;
}
.tg-addjobdetailinfo .tg-modalcontent{background: #f8f8f8;}
.tg-modaldialog .tg-directpost{
width: 100%;
padding: 0 0 30px;
}
.tg-companylistdropdown{
width: 100%;
float: left;
position: relative;
}
.tg-btnlisttoggle{
width: 100%;
float: left;
color: #999;
height: 40px;
padding: 0 10px;
background: #fff;
text-align: left;
line-height: 38px;
border-radius: 5px;
position: relative;
border: 1px solid #ddd;
}
.tg-btnlisttoggle:focus,
.tg-btnlisttoggle:hover{color: #999;}
.tg-btnlisttoggle:before{
content: '\f107';
top: 50%;
right: 15px;
z-index: 2;
width: 13px;
color: #999;
display: block;
font-size: 14px;
margin-top: -5px;
line-height: 10px;
position: absolute;
text-align: center;
font-family: 'FontAwesome';
}
.tg-companylist{
top: 100%;
left: 0;
z-index: 5;
width: 100%;
display: none;
background: #fff;
list-style: none;
padding: 15px 20px;
border-radius: 5px;
position: absolute;
box-shadow: 0 0 7px 1px rgba(51,51,51,0.20);
}
.tg-companylist li{
width: 100%;
float: left;
padding: 5px 0;
list-style-type: none;
}
.tg-companylist li figure{
width: 50px;
float: left;
overflow: hidden;
border-radius: 3px;
margin: 0 10px 0 0;
}
.tg-companydata{overflow: hidden;}
.tg-companydata h4{
margin: 0;
font-size: 14px;
font-weight: 600;
line-height: 17px;
}
.tg-companydata span{
margin: 0;
display: block;
padding: 5px 0 0;
font-size: 13px;
line-height: 16px;
font-style: normal;
}
/*==============================================
Dashboard Private Messages
==============================================*/
.tg-dashboardprivatemessages{
width: 100%;
float: left;
}
.tg-messageshead{
width: 100%;
float: left;
padding: 30px 0;
}
.tg-actionnav,
.tg-messagespagecount{
float: left;
list-style: none;
font-size: 12px;
line-height: 30px;
}
.tg-actionnav li,
.tg-messagespagecount li{
float: left;
padding: 0 10px 0 0;
line-height: inherit;
list-style-type: none;
}
.tg-actionnav li a,
.tg-messagespagecount li a{
color: #484848;
height: 30px;
display: block;
padding: 0 10px;
border-radius: 3px;
text-align: center;
background: #f8f8f8;
line-height: inherit;
}
.tg-actionnav li.tg-btndeletemail a{
background:#db6460;
color:#fff;
}
.tg-actionnav li.tg-btndeletemail a:hover{
background:#db6460;
color:#fff;
}
.tg-messagespagecount li a{padding: 0;}
.tg-messagespagecount li a i{
display: block;
line-height: inherit;
}
.tg-btnselectall .tg-checkbox{padding:6px 0;}
.tg-btnselectall .tg-checkbox label{color:#484848;}
.tg-actionnav li a:hover,
.tg-messagespagecount li a:hover,
.tg-messagespagecount li a:hover i{color: #fff;}
.tg-messagespagecount{float: right;}
.tg-messagespagecount li{padding: 0 0 0 10px;}
.tg-messagespagecount li a{width: 30px;}
.tg-messagestabs{
width: 100%;
float: left;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.tg-emailnavbox{
width: 270px;
float: left;
padding: 10px;
background: #f8f8f8;
}
.tg-emailnavbox .tg-formfeedbacksearch{
width:100%;
margin:0 0 30px;
}
.tg-emailnavbox .tg-formfeedbacksearch .form-control{width:85%;}
.tg-emailnav{
color: #999;
width: 100%;
float: left;
font-size: 12px;
line-height: 16px;
list-style: none;
}
.tg-emailnav li{
width: 100%;
float: left;
position: relative;
list-style-type:none;
}
.tg-emailnav li a{display:block;}
.tg-emailhead{
width:100%;
float:left;
margin:0 0 20px;
}
.tg-inboxmessages{
width:100%;
float:left;
}
.tg-emailnav li .tg-inboxmessages .tg-checkbox{width:auto;}
.tg-emailnav li .tg-inboxmessages .tg-checkbox label{padding:0 0 0 27px;}
.tg-emailnav li .tg-inboxmessages .tg-checkbox label:after{
left:17px;
top:50%;
content:'';
width:5px;
height:5px;
margin:-2px 0 0;
position:absolute;
border-radius:50%;
}
.tg-emailtime{
float:right;
font-size:12px;
line-height:15px;
color:#484848;
}
.tg-emaildetail,
.tg-emailtitle{
width:100%;
float:left;
}
.tg-emaildetail{padding:0 0 0 15px;}
.tg-emailtitle h2{
font-size:12px;
line-height:15px;
color:#484848;
}
.tg-emaildetail .tg-description p{
margin:0;
color:#484848;
line-height:18px;
margin:0 0 10px;
}
.tg-messagecontent{padding: 30px 0 0 30px;}
.tg-messagecontent,
.tg-messagecontent .tab-pane{overflow: hidden;}
.tg-emailmessage{
width:100%;
float:left;
padding:0 0 30px;
border-bottom:1px solid #ddd;
}
.tg-emailsubjectactions{
width:100%;
float:left;
margin:0 0 30px;
}
.tg-emailsubject{float:left;}
.tg-emailsubjectactions h2{
font-size:18px;
line-height:24px;
margin:0;
}
.tg-btnactions{float:right;}
.tg-btnactions a{
display:inline-block;
width:26px;
height:26px;
font-size:12px;
line-height:26px;
background:#f8f8f8;
color:#484848;
text-align:center;
border-radius:50%;
}
.tg-btnactions a.tg-btndel{background:#db6460;}
.tg-btnactions a.tg-btndel i{color:#fff;}
.tg-btnactions a i{color:#484848;}
.tg-btnactions a:hover,
.tg-btnactions a:hover i{color:#fff;}
.tg-emailauthor{
width:100%;
float:left;
margin:0 0 30px;
padding:20px;
background:#f8f8f8;
}
.tg-emailauthor figure{
float:left;
margin:0 10px 0 0;
border-radius:50%;
}
.tg-emailauthor figure img{
width:100%;
height:auto;
display:block;
border-radius:50%;
}
.tg-emailauthorinfo{overflow:hidden;}
.tg-emailauthorinfo h3{
font-size:14px;
line-height:17px;
margin:0;
}
.tg-emailauthorinfo span{
padding:0 10px 0 0;
font-size:13px;
line-height:17px;
color:#484848;
position:relative;
}
.tg-emailauthorinfo span:after{
top:50%;
right:0;
content:'\f0d7';
font-family:'FontAwesome';
font-size:12px;
margin:-5px 0 0 0;
line-height:normal;
position:absolute;
}
.tg-attachemtntime{float:right;}
.tg-attachemtntime a i{color:#484848;}
.tg-attachemtntime a i,
.tg-attachemtntime time{
display:inline-block;
vertical-align:middle;
}
.tg-attachemtntime time{color:#484848;}
.tg-emailmessagedetail{
width:100%;
float:left;
}
.tg-emailmessagedetail h4{
font-size:14px;
line-height:17px;
margin:0 0 30px;
}
.tg-authorinformation{
width:100%;
float:left;
}
.tg-authorinformation span,
.tg-authorinformation strong{display:block;}
.tg-authorinformation em{
margin:0 5px 0 0;
font-style:normal;
}
.tg-emailattachemnets{
width:100%;
float:left;
padding:30px 0;
border-bottom:1px solid #ddd;
}
.tg-attachementhead{
width:100%;
float:left;
margin:0 0 38px;
}
.tg-attachementheading{float:left;}
.tg-attachementheading h2{
font-size:14px;
line-height:17px;
margin:0;
padding:4px 0;
}
.tg-btndownload{
width:26px;
height:26px;
display:block;
float:right;
font-size:12px;
line-height:26px;
text-align:center;
color:#fff;
border-radius:50%;
}
.tg-btndownload i{color:#fff;}
.tg-imgattachemnet{
width:auto;
float:none;
margin:0 -15px;
clear:both;
overflow:hidden;
list-style:none;
}
.tg-imgattachemnet li{
width:25%;
float:left;
padding:0 5px;
list-style-type:none;
}
.tg-imgattachemnet li a,
.tg-imgattachemnet li a img{display:block;}
.tg-imgattachemnet li a img{
width:100%;
height:auto;
}
.tg-emailmessagebox{
width:100%;
float:left;
margin:30px 0;
}
.tg-emailmessagebox .tg-formreply{
margin:0 0 10px;
border:1px solid #ddd;
border-radius:5px;
}
.tg-emailmessagebox .tg-formreply .tg-formgroup{margin:0;}
.tg-emailmessagebox .tg-formreply .form-control{
padding:0 20px;
border:0;
border-bottom:1px solid #ddd;
}
.tg-emailmessagebox .tg-formreply .tg-formgroup textarea{
height:275px;
padding:20px;
border:0;
}
.tg-emailmessagebox .tg-formreply .tg-uploadedimggallery{padding:20px;}
.tg-emailmessagebox .tg-formreply .tg-uploadedimggallery li{width:20%;}
.tg-emailmessagebox .tg-formreply .tg-uploadedimggallery li .tg-filename{
padding:5px 0 0;
text-align:center;
}
.tg-btnarea{
width:100%;
float:left;
}
.tg-btnarea .tg-btn:first-child{padding:0 70px;}
.tg-btnarea .tg-btn:last-child{
float:right;
padding:0 50px;
}
/*==============================================
Dashboard Appoinments
==============================================*/
.tg-dashboardappointments{
width:100%;
float:left;
}
.tg-calendar{
width:100%;
float:left;
}
.fc-toolbar{
width:100%;
float:left;
margin:0;
padding:19px 0;
text-align:center;
border-radius:5px 5px 0 0;
position:relative;
}
.fc-toolbar .fc-left{
width:100%;
float:left;
text-align:center;
}
.fc-toolbar .fc-left h2{
float:none;
display:inline-block;
margin:0;
font-size:18px;
line-height:18px;
color:#fff;
}
.fc-today-button{display:none;}
.fc-prev-button,
.fc-next-button{
z-index:3;
top:50%;
width:24px;
height:24px !important;
float:none !important;
margin:-12px 0 0 !important;
padding:0 !important;
background:#fff;
border-radius:50% !important;
border:0;
position:absolute !important;
}
.fc-prev-button{left:30px;}
.fc-next-button{right:30px;}
.fc-prev-button:hover,
.fc-next-button:hover{background:#0395cb;}
.fc button .fc-icon{
height:auto;
display:block;
text-align:center;
position:static;
line-height:24px;
margin:0;
}
.fc button .fc-icon:after{
font-size:150%;
font-weight:400 !important;
}
.fc button:hover .fc-icon:after{color:#fff;}
.fc-view-container{
width:100%;
float:left;
}
.fc .fc-row{
width:100%;
float:left;
}
.fc table{
float:left;
margin:0;
}
.fc-view{
width:100%;
float:left;
}
.fc-head table thead tr td,
.fc-view table thead tr td,
.fc .fc-row table thead{border:0;}
.fc .fc-row table thead tr th{
color:#fff;
border:0;
line-height:40px;
font-weight:400;
}
.fc .fc-row table thead tr th:nth-child(odd){background:#0395cb;}
.fc .fc-row table thead tr th:nth-child(even){background:#0382b1;}
.fc-body{
width:100%;
float:left;
background:#fff;
}
.fc-body tr td{border:0;}
.fc-content-skeleton,
.fc-basic-view .fc-body .fc-row,
.fc-unselectable,
.fc-day-grid-container,
.fc-widget-content{
width:100%;
float:left;
}
.fc-row .fc-content-skeleton{padding:0;}
.fc-unthemed .fc-row,
.fc-widget-content{border-top:1px solid #ddd;}
.fc-basic-view .fc-body .fc-row{
height:auto;
min-height:0;
}
.fc-content-skeleton table thead tr td{
line-height:118px;
text-align:center;
font-size:20px;
color:#ddd;
cursor:pointer;
}
.fc-content-skeleton td:nth-child(even){background-color:#f8f8f8;}
.fc-content-skeleton td:nth-child(odd){background-color:#fff;}
.fc-content-skeleton td:first-child{background-color:#f2f2f2;}
.fc-content-skeleton table thead tr td span{
padding:0 !important;
}
.fc-future .fc-day-number,
.fc-today.fc-state-highlight .fc-day-number{
width:60px;
height:60px;
margin:29px 0;
display:inline-block;
line-height:60px;
color:#fff;
border-radius:50%;
}
.fc-future .fc-day-number{color:#999;}
.fc-day-top.fc-other-month{opacity:1;}
.fc-future:hover .fc-day-number{color:#fff;}
.fc-other-month.fc-future .fc-day-number{color:#ddd;}
.fc-other-month.fc-future:hover .fc-day-number{
background:none;
color:#ddd;
}
/*==============================================
Dashboard Appoinment Setting
==============================================*/
.tg-dashboardappoinmentsetting{
width:100%;
float:left;
}
.tg-dashboardappoinmentsetting .tg-dashboardtabnav{margin:0 0 30px;}
.tg-dashboardappoinmentsetting .tg-dashboardtabnav li{
width:25%;
float:left;
}
.tg-appoinmentbox{
width:100%;
float:left;
padding:20px;
background:#fff;
}
.tg-appoinmentbox .tg-datebox{
background:#f8f8f8;
color:#484848;
align-items:flex-start;
}
.tg-appoinmentbox .tg-datebox time{
width:100%;
float:left;
padding:0 0 10px;
text-align:left;
color:#484848;
border-color:#ddd;
}
.tg-formtimeslots fieldset .tg-timeslots{margin:0;}
.tg-formtimeslots .tg-formgroup{position:relative;}
.tg-formtimeslots .tg-formgroup i.fa{
right:15px;
top:50%;
margin:-7px 0 0;
color:#999;
position:absolute;
}
.tg-formtimeslots .tg-btn{padding:0 55px;}
.tg-appoinmentbox .tg-timeslots .tg-radio{width:25%;}
.tg-appoinmentbox .tg-timeslots .tg-radio label{
height:auto;
padding:10px;
display:block;
}
.tg-appoinmentbox .tg-timeslots .tg-radio label .tg-timetitle{
float:left;
font-size:14px;
line-height:15px;
margin:0;
}
.tg-appoinmentbox .tg-timeslots .tg-radio label .tg-btndelete{
width:14px;
height:14px;
float:right;
font-size:10px;
line-height:14px;
}
.tg-scheduletime{
width:100%;
float:left;
margin:10px 0 20px;
font-size:12px;
line-height:15px;
color:#999;
}
.tg-appoinmentbox .tg-timeslots .tg-radio label .tg-description{
margin:0;
font-size:10px;
line-height:12px;
}
.tg-dateandtimeslots.tg-tuesday .tg-datebox{min-height:307px;}
.tg-btnadddelt{
width:100%;
float:left;
list-style:none;
text-align:left;
}
.tg-btnadddelt li{
display:inline-block;
padding:0 15px;
line-height:normal;
list-style-type:none;
position:relative;
}
.tg-btnadddelt li:first-child{padding-left:0;}
.tg-btnadddelt li:after{
top: 0;
left: -5px;
content: '-';
font-size: 22px;
line-height: 15px;
position: absolute;
}
.tg-btnadddelt li:first-child:after{display:none;}
.tg-btnadddelt li:last-child span a{color:#db6460;}
.tg-sunday .tg-timeslots{
padding:60px 0 60px 5px;
text-transform:capitalize;
color:#999;
}
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio] + label:hover,
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio]:checked + label,
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio] + label:hover h3,
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio]:checked + label h3,
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio] + label:hover .tg-scheduletime,
.tg-appoinmentbox .tg-timeslots .tg-radio input[type=radio]:checked + label .tg-scheduletime{color:#fff;}
/*==============================================
Dashboard Favorit Listing
==============================================*/
.tg-dashboardfavoritlisting{
width:100%;
float:left;
}
.tg-favoritlistingbox{
width:100%;
float:left;
padding:20px;
background:#fff;
border-radius:5px;
}
.tg-favoritlisttitle{
width:100%;
float:left;
}
.tg-favotirelistcontent{
float:left;
padding:0 0 0 20px;
}
.tg-favoritlisttitle span{
width:80%;
float:left;
padding:12px 20px;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
background:#f8f8f8;
}
.tg-favoritlisttitle .tg-titleaction{
width:20%;
float:right;
background:#f2f2f2;
}
.tg-favoritlist{
width: 100%;
float:left;
list-style: none;
}
.tg-favoritlist li{
width: 100%;
float: left;
padding: 10px 0;
list-style-type: none;
}
.tg-favoritlist li + li{border-top:1px solid #ddd;}
.tg-favoritlist li figure{
width: 50px;
float: left;
overflow: hidden;
border-radius: 3px;
margin: 0 10px 0 0;
}
.tg-listdata{
float:left;
padding:6px 0;
}
.tg-listdata h4{
margin: 0;
font-size: 14px;
font-weight: 600;
line-height: 17px;
}
.tg-listdata span{
margin: 0;
display: block;
padding: 5px 0 0;
font-size: 13px;
line-height: 16px;
font-style: normal;
}
.tg-btnaction{
width:auto;
float:right;
margin:-10px 0;
padding:20px 41px;
text-align:center;
background:#f8f8f8;
}
.tg-btnview,
.tg-btndelete{
width:30px;
height:30px;
display:inline-block;
font-size:12px;
line-height:30px;
text-align:center;
background:#484848;
color:#fff;
border-radius:50%;
}
.tg-btndelete{
background:#db6460;
margin:0 0 0 7px;
}
.tg-btnview:hover,
.tg-btndelete:hover{color:#fff;}
.tg-dashboardfavoritlisting .tg-favoritlist li .tg-listdata{padding:8px 0;}
.tg-dashboardfavoritlisting .tg-favoritlist li .tg-listdata h4{
margin: 0;
font-weight: 400;
line-height: 17px;
}
.tg-dashboardfavoritlisting .tg-favoritlist li .tg-listdata span{padding:0;}
/*==============================================
Dashboard Invoices
==============================================*/
.tg-dashboardinvoices{
width:100%;
float:left;
}
.tg-invoicestitle{
width:100%;
float:left;
}
.tg-invoicestitle span {
width: 50%;
float: left;
padding: 12px 20px;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
background: #f8f8f8;
}
.tg-invoicestitle .tg-titleamount{
width:30%;
background:#f2f2f2;
}
.tg-invoicestitle .tg-titleaction{
width:20%;
background:#f8f8f8;
}
.tg-invoices{
width:100%;
float:left;
list-style:none;
}
.tg-invoices li{
width:100%;
float:left;
list-style-type:none;
}
.tg-invoices li + li{border-top:1px solid #ddd;}
.tg-invoices li .tg-btnaction{
width:20%;
padding:10px 20px;
margin:0;
background:#fff;
}
.tg-invoicesheading{
width:50%;
float:left;
padding:16px 20px;
}
.tg-invoicesheading h3{
font-size:14px;
line-height:17px;
margin:0;
}
.tg-invoicesheading h3 a{display:block;}
.tg-amout{
width:30%;
float:left;
background:#f8f8f8;
padding:17px 20px;
}
.tg-amout em{
display:block;
font-size:13px;
line-height:15px;
font-style:normal;
}
/*==============================================
Renew Package Style
==============================================*/
.tg-pkgexpireyandcounter{
width: 100%;
float: left;
margin: 0 0 20px;
}
.tg-pkgexpireyandcounter .tg-pkgexpirey{
width: 45%;
float: right;
margin: 0;
padding: 30px;
color: #fff;
z-index: 2;
font-size: 14px;
line-height: 17px;
font-weight: bold;
border-radius:0 5px 5px 0;
text-align: center;
position: relative;
text-transform: uppercase;
}
.tg-pkgexpireyandcounter .tg-pkgexpirey h3{
color: #fff;
font-size: 20px;
margin: 0 0 20px;
line-height: 20px;
font-weight: 4100;
}
.tg-pkgexpireyandcounter .tg-pkgexpirey .tg-description{
font-weight: 400;
text-transform: none;
}
.tg-pkgexpireyandcounter .tg-pkgexpirey:before{
top: 50%;
margin: -36px 0 0;
line-height: 72px;
}
.tg-pkgexpirey .tg-btn{padding:0 50px;}
.tg-pkgexpirey .tg-btn:hover{
background:#fff;
color:#484848 !important;
}
.tg-timecounter{
width: 100%;
float: left;
}
.tg-expireytimecounter{
width: 55%;
min-height: 206px;
float: left;
padding: 30px;
line-height: inherit;
border: 1px solid #ddd;
border-radius:5px 0 0 5px ;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-countdown{
width: 100%;
float: left;
height: 30px;
font-size: 40px;
line-height: 30px;
}
.tg-countdown span{
float: none;
text-align: left;
height: inherit;
display: inline-block;
vertical-align: top;
line-height: inherit !important;
}
.tg-countdown span:after,
.tg-countdown span:before{
box-shadow: none;
background: #db6460;
}
.tg-countdown span span{
width: 25px;
height: inherit;
color: #db6460;
font-weight: bold;
line-height: inherit;
box-shadow: none !important;
letter-spacing: normal !important;
background: transparent !important;
}
.tg-countdown span.countDiv{width: 45px;}
.tg-countdown span.countDiv:before{bottom: 5px;}
.tg-countdown span.countDiv:after{top: 5px;}
.tg-packagesbox{
width:100%;
float:left;
padding:20px;
background:#fff;
border-radius:5px;
}
.tg-packagesplanstabs{
width: 100%;
float: left;
}
.tg-navpackageplans{
clear: both;
overflow: hidden;
list-style: none;
font-size: 13px;
line-height: 16px;
margin: 0 -10px;
}
.tg-navpackageplans li{
width: 33.33%;
float: left;
padding: 0 10px;
list-style-type: none;
}
.tg-navpackageplans li a{
width: 100%;
float: left;
margin:0 0 35px;
display: block;
text-align: center;
border-radius: 5px;
border: 1px solid #ddd;
position:relative;
}
.tg-navpackageplans li a:hover,
.tg-navpackageplans li.active a{
border-bottom-width: 4px;
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);
}
.tg-navpackageplans li a:after{
left: 50%;
bottom: -13px;
content: '';
width: 0;
height: 0;
margin:0 0 0 -5px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid transparent;
position: absolute;
}
.tg-pkgplan{
width: 100%;
float: left;
color: #484848;
font-size: 13px;
line-height: 16px;
padding: 0 0 30px;
}
.tg-pkgplanhead,
.tg-pkgplan .tg-description{
width: 100%;
float: left;
padding: 30px 25px;
}
.tg-pkgplan .tg-description{padding-bottom: 15px;}
.tg-pkgplanhead{border-bottom: 1px solid #ddd;}
.tg-formtheme .tg-pkgplanhead h3{
margin: 0 0 15px;
font-size:24px;
line-height:20px;
text-transform:capitalize;
}
.tg-pkgplanhead h4{
margin: 0;
width: 100%;
float: left;
color: #484848;
font-size: 14px;
line-height: 17px;
text-transform: lowercase;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-pkgplanhead h4 span{
font-size: 24px;
line-height: 24px;
}
.tg-pkgplan .tg-description p{
margin: 0 0 15px;
font-size: inherit;
line-height: inherit;
}
.tg-pkgplan .tg-btn{padding:0 50px;}
.tg-pkgtabcontent{
width: 100%;
float: left;
}
.tg-summary,
.tg-paymentoption{
width: 100%;
float: left;
}
.tg-paymentoption{
padding: 30px 0 0;
border-top: 1px solid #ddd;
}
.tg-tablescroll{
width: 100%;
float: left;
overflow: auto;
}
.tg-dashboardtable{
min-width: 640px;
width: 100%;
margin:0 0 30px;
}
.tg-paymentoption .table{margin: 0;}
.tg-pkgtabcontent .tg-dashboardtable thead tr th{
text-align: left;
color:#fff;
background: #484848 !important;
font-weight:400;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
border:0;
}
.tg-dashboardtable > thead:first-child > tr:first-child > th {
padding:10px 20px;
border:0;
}
.tg-pkgtabcontent .tg-dashboardtable tbody tr:nth-child(odd){background:#fff;}
.tg-pkgtabcontent .tg-dashboardtable tbody tr:nth-child(even){background:#f8f8f8;}
.tg-pkgtabcontent .tg-dashboardtable tbody tr td{
border:0;
text-align:left;
}
.tg-pkgtabcontent .tg-dashboardtable tbody tr td:nth-child(even){text-align:right;}
.tg-pkgfoot{
width: 100%;
float: left;
padding: 20px 0 0;
}
.tg-pkgfoot .tg-checkbox{
width:auto;
float:right;
padding:12px 0;
}
.tg-pkgfoot .tg-checkbox label{
color: #999;
font-size: 12px;
text-transform: lowercase;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-pkgfoot .tg-checkbox label strong{
color: #007bb5;
font-weight:400;
}
.tg-pkgfoot .tg-btn{
float: left;
padding:0 50px;
}
/*==============================================
Security Settings Style
==============================================*/
.tg-dashboardsecuritysettings{
width:100%;
float:left;
}
.tg-changepassword .tg-btn{
float:right;
padding:0 40px;
}
.tg-deactivateaccount textarea{
width:100%;
height:180px;
float:left;
resize:none;
}
.tg-deactivateaccount .tg-btn{
float:right;
background:#db6460;
}
/*==============================================
Privacy Setting Style
==============================================*/
.tg-dashboardprivacy{
width:100%;
float:left;
}
.tg-privacysettingbox{
width:100%;
float:left;
padding:20px;
background:#fff;
border-radius:5px;
}
.tg-optionbox{
width:100%;
float:left;
padding:15px 20px;
background:#f8f8f8;
border-radius:5px;
cursor:pointer;
}
.tg-optionbox span{
font-size:14px;
line-height:17px;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}
/*==============================================
Login Style
==============================================*/
.tg-widget.tg-widgetlogin{
background:#f8f8f8;
border-radius:5px;
}
.tg-widget.tg-widgetlogin .tg-widgetcontent{padding:30px;}
.tg-widgetlogin .tg-widgettitle{
margin:0 0 20px;
padding:0;
background:none;
}
.tg-widgetlogin .tg-widgettitle h3{
margin:0;
font-size:24px;
line-height:27px;
color:#484848;
font-weight:400;
}
.tg-kepploginpassword{
width:100%;
float:left;
margin:0 0 20px;
}
.tg-kepploginpassword .tg-checkbox input[type=checkbox] + label:before{
width:12px;
height:12px;
background:#f8f8f8;
border:1px solid #484848;
border-radius:3px !important;
box-shadow:none;
border-radius:0;
}
.tg-btnforgotpassword{
width:100%;
float:left;
padding:3px 8px;
background:#eaeaea;
color:#007bb5;
display:block;
text-align:center;
border-radius:0 0 5px 5px;
}
.tg-signinsignup{
width:100%;
float:left;
}
.tg-formsigninsignup .tg-searchbulder{padding:0;}
.tg-checkboxbox {
width: 100%;
float: left;
padding: 15px;
border-radius: 3px;
background: #f9f9f9;
border: 1px solid #ddd;
}
.tg-refreshcaptcha {float: right;}
.tg-termscondition{
width:100%;
float:left;
}
.tg-termscondition .tg-checkbox{padding:33px 0;}
.tg-termscondition .tg-checkbox label em{
font-style:normal;
color:#007bb5;
}
.tg-registervia{
width:100%;
float:left;
margin:30px 0 0;
padding:30px 0 0;
border-top:1px solid #ddd;
}
.tg-socialiconslarge {
width: 100%;
float: left;
display: table;
text-align: center;
table-layout: fixed;
}
.tg-socialiconslarge li {
padding: 0;
float: none;
background: #ddd;
display: table-cell;
}
.tg-socialiconslarge li a {
color: #fff;
display: block;
}
.tg-socialiconslarge li.tg-facebook a{background:#3b5998;}
.tg-socialiconslarge li.tg-twitter a{background:#55acee;}
.tg-socialiconslarge li.tg-linkedin a{background:#007bb5;}
.tg-socialiconslarge li.tg-googleplus a{background:#dd4b39;}
.tg-socialiconslarge li.tg-dribbble a{background:#ea4c89;}
.tg-socialiconslarge li.tg-rss a{background:#ff6600;}
.tg-socialiconslarge li a i{
font-size:20px;
display:block;
line-height:62px;
}
.tg-socialiconslarge li a:hover i{ color:#fff;}
/*==============================================
How It Works Style
==============================================*/
.tg-howitworksholder{
width:100%;
float:left;
margin:40px 0 0;
}
.tg-howitworks{
width:auto;
float:none;
margin:-20px 0;
clear:both;
overflow:hidden;
}
.tg-howitsworktitle{
margin:0 0 -135px;
text-align:center;
}
.tg-howitsworktitle h2{
font-size:18px;
line-height:18px;
}
.tg-howitsworktitle h3{
font-size:40px;
line-height:40px;
}
.tg-howitworksbox{
width:100%;
float:left;
position:relative;
text-align:center;
}
.tg-howitworksbox + .tg-howitworksbox{
padding:190px 0 0;
background:url(../images/strip.jpg) repeat-y 50% 0;
}
.tg-howitworksbox h2{
font-size:18px;
line-height:15px;
margin:0 0 8px;
}
.tg-howitworksbox h3{
font-size:23px;
line-height:24px;
margin:0;
}
.tg-servicseeker{
z-index:3;
width:100%;
float:left;
padding:20px 0;
background:#fff;
position:relative;
}
.tg-servicseakerimg{
width:100%;
float:left;
margin:0 0 10px;
}
.tg-servicseakerimg img{
display:block;
margin:0 auto;
}
.tg-startserviceseeker h3{margin:0 0 14px;}
.tg-getmorejob span{display:block;}
.tg-arrow{
left:0;
top:0;
content:'';
width:100%;
height:100%;
text-align:left;
position:absolute;
}
.tg-arrow i.fa{
left: 50%;
top: 50%;
width: 30px;
height: 30px;
margin: -55px 0 0 -15px;
font-size: 14px;
line-height: 30px;
background:#fff;
text-align: center;
border: 1px solid #ddd;
border-radius: 50%;
position: absolute;
}
.tg-centericons{
width:100%;
float:left;
padding:410px 0 0;
}
.tg-centericons .tg-howitworksbox{background:url(../images/strip-1.jpg) repeat-x 0 50%;}
.tg-centericons .tg-howitworksbox + .tg-howitworksbox{
margin:100px 0 0;
padding:0;
}
.tg-centericons .tg-howitworksbox .tg-servicseeker{
padding:0;
background:none;
}
.tg-centericons .tg-howitworksbox .tg-servicseakerimg{
margin:0;
position:relative;
}
.tg-centericons .tg-howitworksbox .tg-servicseakerimg:after,
.tg-centericons .tg-howitworksbox .tg-servicseakerimg:before{
top:50%;
width:30px;
height:30px;
margin:-15px 0 0;
font-size:14px;
line-height:29px;
text-align:center;
background:#fff;
font-family:'FontAwesome';
border:1px solid #ddd;
border-radius:50%;
position:absolute;
}
.tg-centericons .tg-howitworksbox .tg-servicseakerimg:after{
content:'\f104';
right:30px;
}
.tg-centericons .tg-howitworksbox .tg-servicseakerimg:before{
content:'\f105';
left:30px;
}
/*==============================================
Appointment Detail Style
==============================================*/
.tg-dashboardbox.tg-appointmentdetailbox{
background:#fff;
border-top:2px solid;
border-radius:0;
}
.tg-appointmentdetailbox .tg-favoritlistingbox{padding:0;}
.tg-appointmentdetailbox .tg-dashboardboxtitle{padding:17px 0 20px 0;}
.tg-appointmentdetailbox .tg-dashboardboxtitle h2{color:#999;}
.tg-appointmentdetailbox .tg-dashboardboxtitle h2 span{color:#484848;}
.tg-appointmentdetailbox .tg-amout{padding: 31px 20px;}
.tg-appointmentdetailbox .tg-invoicesheading span{color:#999;}
.tg-appointmentdetailbox .tg-invoices li .tg-btnaction{padding:24px 20px;}
.tg-appointmentapprove .tg-favoritlist li{line-height:normal;}
.tg-appointmentapprove .tg-favoritlist li .tg-favotirelistcontent{width:50%;}
.tg-appointmentapprove .tg-rightbox{float:right;}
.tg-appointmentapprove .tg-favoritlist li .tg-amout{
margin:-10px 0 0 0;
padding:28px 20px;
}
.tg-patientrelation{
width:20%;
float:left;
margin:-10px 0 0;
padding:16px 20px;
}
.tg-patientrelation span{display:block;}
.tg-visitreason{
width:100%;
float:left;
margin:20px 0;
}
.tg-visitreason .tg-leftbox h3{
margin:0;
font-size:24px;
line-height:24px;
color:#484848;
}
.tg-visitreason .tg-leftbox span{color:#999;}
.tg-visitreason .tg-rightbox time{
font-size:24px;
line-height:24px;
font-style:normal;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-appointmentapprove .tg-description{
margin:0 0 30px;
padding:0 0 30px;
border-bottom:1px solid #ddd;
}
.tg-appointmentapprove .tg-description p{margin:0;}
.tg-appointmentapprove .tg-btnarea{text-align:center;}
.tg-appointmentapprove .tg-btn{
float:none !important;
padding:0 60px !important;
}
.tg-appointmentapprove .tg-btn + .tg-btn{margin:0 0 0 25px;}
.tg-appointmentapprove .tg-btn.tg-btnreject{background:#db6460;}
.tg-formrejectappointment fieldset textarea{
width:100%;
height:220px;
float:left;
resize:none;
}
.tg-formrejectappointment fieldset .tg-btn{padding:0 60px;}
/*==============================================
404 Style
==============================================*/
.tg-404error,
.tg-404ontent{
width:100%;
float:left;
}
.tg-404img{
width:100%;
float:left;
margin:0 0 25px;
}
.tg-404img img{
margin:0 auto;
display:block;
}
.tg-404ontent h2{
clear:both;
font-size:60px;
line-height:55px;
margin:0 0 15px;
text-align:center;
}
.tg-404ontent .tg-description{text-align:center;}
.tg-404ontent .tg-description p{margin:0;}
/*=============================================
Comming Soon
=============================================*/
body.tg-comingsoon-page {
background: url(../images/bg-commingsoon.jpg) no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
position:relative;
height: 100%;
}
.tg-commingsooncontent{
left:0;
width:630px;
min-height:895px;
background:rgba(255, 255, 255, 0.90);
position:absolute;
}
.tg-logarea{
width:100%;
float:left;
padding:50px 0;
}
.tg-logarea .tg-logo{
width:300px;
float:none;
display:block;
margin:0 auto;
}
.tg-textbox{
color:#484848;
width:100%;
float:left;
padding:50px 50px 0;
text-align:center;
}
.tg-textbox h2{
color:#484848;
margin:0 0 7px;
font-size:40px;
line-height:36px;
}
.tg-textbox h3{
color:#484848;
margin:0 0 20px;
padding:0 0 20px;
font-size:24px;
line-height:20px;
position:relative;
}
.tg-textbox h3:after{
left:50%;
bottom:0;
content:'';
width:70px;
height:2px;
margin:0 0 0 -35px;
background:#484848;
position:absolute;
}
.tg-textbox .tg-description{ padding:0 0 50px;}
.tg-textbox .tg-description p{margin:0;}
/*.tg-countdown{
width:100%;
height:100%;
float:left;
text-align:center;
}*/
.tg-countdown .clock-item{
width:173px;
margin:15px 30px;
position:relative;
display:inline-block;
vertical-align:top
}
.tg-countdown .clock-item .text{
top:0;
left:0;
width:100%;
height:100%;
position:absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.tg-countdown .clock-item .text .val{
margin:0 0 10px;
font-size:60px;
line-height:40px;
font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-countdown .clock-item .text .type-time{
padding:0 10px;
margin:0 auto;
font-size:14px;
line-height:30px;
border-radius:3px;
text-align:center;
display:inline-block;
}
.clock-canvas{
width:100%;
float:left;
position:relative;
}
.clock-canvas:before{
top:0;
left:0;
content:'';
width:100%;
height:100%;
border-radius:50%;
border:3px solid;
position:absolute;
}
.clock-canvas .kineticjs-content{
width:100%;
height:100%;
float:left;
}
body.tg-comingsoon-page .tg-copyright{
left:0;
bottom:0;
width:100%;
color: #fff;
padding:0;
line-height:50px;
text-align:center;
background:#515151;
position:fixed;
}
.bootstrap-timepicker-widget table td input{
border: 0;
padding: 0;
width: 40px;
border-radius: 0;
}
/*=============================================
Preloader
=============================================*/
.preloader-outer {
background: #fff;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
.pin {
width: 30px;
height: 30px;
-webkit-border-radius: 50% 50% 50% 0;
border-radius: 50% 50% 50% 0;
position: absolute;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
-ms-animation-name: bounce;
animation-name: bounce;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
-ms-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
-ms-animation-duration: 1s;
animation-duration: 1s;
}
.pin:after {
content: '';
width: 14px;
height: 14px;
margin: 8px 0 0 8px;
background: #fff;
position: absolute;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.preloader-outerv-2 .pin:after{background:#fff;}
.pulse {
background: rgba(0,0,0,0.2);
-webkit-border-radius: 50%;
border-radius: 50%;
height: 14px;
width: 14px;
position: absolute;
left: 50%;
top: 50%;
margin: 11px 0px 0px -12px;
-webkit-transform: rotateX(55deg);
-moz-transform: rotateX(55deg);
-o-transform: rotateX(55deg);
-ms-transform: rotateX(55deg);
transform: rotateX(55deg);
z-index: -2;
}
.pulse:after {
content: "";
-webkit-border-radius: 50%;
border-radius: 50%;
height: 40px;
width: 40px;
position: absolute;
margin: -13px 0 0 -13px;
-webkit-animation: pulsate 1s ease-out;
-moz-animation: pulsate 1s ease-out;
-o-animation: pulsate 1s ease-out;
-ms-animation: pulsate 1s ease-out;
animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-box-shadow: 0 0 1px 2px #ce1722;
box-shadow: 0 0 1px 2px #ce1722;
-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
-ms-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.preloader-outerv-2 .pulse:after{
-webkit-box-shadow: 0 0 1px 2px #260c4d;
box-shadow: 0 0 1px 2px #260c4d;
}
@-moz-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-o-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
@-moz-keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
@-webkit-keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
@-o-keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
@keyframes bounce {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transform: translateY(-2000px) rotate(-45deg);
-moz-transform: translateY(-2000px) rotate(-45deg);
-o-transform: translateY(-2000px) rotate(-45deg);
-ms-transform: translateY(-2000px) rotate(-45deg);
transform: translateY(-2000px) rotate(-45deg);
}
60% {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transform: translateY(30px) rotate(-45deg);
-moz-transform: translateY(30px) rotate(-45deg);
-o-transform: translateY(30px) rotate(-45deg);
-ms-transform: translateY(30px) rotate(-45deg);
transform: translateY(30px) rotate(-45deg);
}
80% {
-webkit-transform: translateY(-10px) rotate(-45deg);
-moz-transform: translateY(-10px) rotate(-45deg);
-o-transform: translateY(-10px) rotate(-45deg);
-ms-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
} | 0.289071 | 0.088781 |
,см. в самом конце кода .`
@version 20180831.3.29
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@namespace svg url(http://www.w3.org/2000/svg);
@-moz-document domain("otvet.mail.ru") {
body ,.ag-popup__frame__layout{
color: #929292;
background-color: #123 !important;
}
/* general link */
a {
color: #849FBC;
}
/* link on dark */
.item_link,
.container-for-answers > .form--padding > p > a,
.pm-toolbar__suggests__searchin__link,
.x-ph__menu__dropdown_auth__login__link:link,
.x-ph__menu__dropdown_auth__info__link:link .x-ph__menu__dropdown_auth__info__link__link,
.u--profile--limits a,
.list_profile a,
.t-ava--my--link,
.tabs a,
.x-ph__popup__footer__controls__item_link,
.poll--title--right--total.action--show-who-voted,
span[class$="--a"],
.x-ph__menu__button_auth .x-ph__menu__button__text {
color: #678FBC !important;
}
/* link on bright */
a.blue,
.q--li--text,
.q--li--qtext,
.qs--qtext,
.author,
.ask-disclaimer a,
.user__name,
.nf--target,
.item_best_questions .item__text,
.x-ph__form__link,
.ap--tab, .ap--show-link-input,
.poll--nick, .uploader--tab,
.uploader--show-link-input,
.uploader--album-title,
.f--li--text {
color: #849FBC !important;
}
/* link on gray */
.ask-add-photo,
.ask-add-video {
color: black;
}
/* active link */
.list_profile .black {
color: #929292 !important;
}
/* link hover */
a:hover, .a:hover, .item_link:hover, .item__text:hover,
.selected:hover, .grey:hover, .author b:hover,
.container-for-answers > .form--padding > p > a:hover,
.x-ph__menu__dropdown_auth__login__link:hover,
.x-ph__menu__dropdown_auth__info__link:hover .x-ph__menu__dropdown_auth__info__link__link,
.nf--item:hover .nf--target, .ap--tab:hover, .ap--show-link-input:hover,
.item__answer.item__stat span:hover,
.ask-tab:hover,
.poll--result:hover, .uploader--tab:hover, .uploader--show-link-input:hover,
.action--show-who-voted:hover,
.poll--nick:hover,
span[class$="--a"]:hover,
.x-ph__menu__button_auth:hover .x-ph__menu__button__text {
color: #B26B47 !important;
}
/* link hover on gray */
.ask-add-photo:hover,
.ask-add-video:hover {
color: #A2A2A2 !important;
}
/* selected tab hover overrides */
.tab.selected:hover,
.ap--tab.selected:hover,
.search-sort-link.selected:hover,
.uploader--tab.selected:hover,
.uploader--album-title.selected:hover,
.uploader--pager.active:hover {
color: #929292 !important;
cursor: default;
}
.ask-tab.selected:hover {
color: #A2A2A2 !important;
cursor: default;
}
/* general text style */
.black, .pm-toolbar__button__text {
color: #929292;
}
.gray {
color: #A2A2A2;
}
.orange {
color: #CC8800;
}
.preloader {
background-color: #123;
}
/* header and footer */
.portal-headline {
border-bottom: solid #34404C 1px;
background-color: #012;
color: #929292;
}
.portal-footer.portal-footer_portal-footer {
color: #929292;
background-color: #123;
border-color: #34404C;
}
/* portal menu and footer */
.x-ph__link:link, .x-ph__link:link.x-ph__link_first, .x-ph__link:visited,
.x-ph__link:link .x-ph__link__text,
.x-ph__menu__button:link .x-ph__menu__button__text,
.portal-footer__link:link, .portal-footer__link .portal-footer__link__text {
color: #929292 !important;
}
.x-ph__link:link:hover, .x-ph__link:visited:hover,
.x-ph__link:link:hover .x-ph__link__text,
.x-ph__menu__button:link:hover .x-ph__menu__button__text,
.portal-footer__link:link:hover, .portal-footer__link:hover .portal-footer__link__text {
color: #B26B47 !important;
}
.x-ph__menu__button,
.x-ph__menu__button:link {
border-right-color: #123 !important;
border-left-color: #123 !important;
}
/* menu icon (-) */
.x-ph__menu__button .x-ph__menu__button__icon {
border-top-color: #678FBC !important;
border-right-color: #123 !important;
border-bottom-color: #123 !important;
border-left-color: #123 !important;
}
.x-ph__menu__button:link .x-ph__menu__button__icon {
border-top-color: #929292 !important;
border-right-color: #123 !important;
border-bottom-color: #123 !important;
border-left-color: #123 !important;
}
.x-ph__menu__button:hover .x-ph__menu__button__icon {
border-top-color: #B26B47 !important;
border-right-color: #123 !important;
border-bottom-color: #123 !important;
border-left-color: #123 !important;
}
.x-ph__menu_open .x-ph__menu__button .x-ph__menu__button__icon {
border-top-color: black !important;
border-right-color: #828282 !important;
border-bottom-color: #828282 !important;
border-left-color: #828282 !important;
}
/* category and project menus */
.x-ph__menu_open .x-ph__menu__button:link,
.pm-toolbar__button_open .pm-toolbar__button__inner,
.x-ph__menu_open .x-ph__menu__button {
background-color: #828282/*#F0F0F0;*/ !important;
border-color: #828282/*#F0F0F0*/ !important;
box-shadow: 0px -0.4em 0.9em 0.4em rgba(57, 85, 114, 0.6);
}
.x-ph__menu_open .x-ph__menu__button .x-ph__menu__button__text,
.x-ph__menu_open .x-ph__menu__button:link .x-ph__menu__button__text,
.pm-toolbar__button_open .pm-toolbar__button__text {
color: black !important;
}
.pm-toolbar__button__inner_open {
box-shadow: none;
}
/* dropdown menu background */
.w-x-ph__menu__dropdown,
.pm-toolbar__dropdown,
.pm-toolbar__suggests {
background-color: rgba(19, 28, 38, 0.9)/*#123;*/ !important;
border: solid rgba(130, 130, 130, 0.9)/*#828282*/ 1px !important;
border-radius: 4px !important;
box-shadow: 0px 0.4em 0.8em rgba(57, 85, 114, 0.6) !important;
}
.pm-toolbar__suggests {
border-color: rgba(80, 80, 80, 0.9) !important;
}
.pm-toolbar__suggests__searchin {
border-top-color: rgba(100, 100, 100, 0.9);
}
.pm-toolbar__suggests__group__item_selected {
background-color: rgba(44, 56, 70, 0.9) !important;
}
.pm-toolbar__suggests__group__item__text__searchtext {
background-color: transparent;
color: #CC8800;
}
.pm-toolbar__suggests__group__item__text {
color: #A2A2A2;
}
.w-x-ph__menu__dropdown.w-x-ph__projects,
.pm-toolbar__dropdown.pm-toolbar__dropdown_right {
border-top-left-radius: 0 !important;
}
.pm-toolbar__dropdown.pm-toolbar__dropdown_left,
.w-x-ph__menu__dropdown.w-x-ph__menu__dropdown_auth {
border-top-right-radius: 0 !important;
}
.x-ph__projects__link:link,
.pm-toolbar__dropdown__item__inner:link,
.pm-toolbar__dropdown__item__text {
color: #929292 !important;
border-bottom-color: #123 !important;
}
.pm-toolbar__dropdown__item__inner.top {
border-color: transparent;
}
.pm-toolbar__dropdown__item__inner.bordered-bottom,
.x-ph__projects__apps {
border-color: #34404C !important;
}
.x-ph__projects__link:hover, .x-ph__projects__link:focus,
.pm-toolbar__dropdown__item__inner_hover, .pm-toolbar__dropdown__item__inner_focus,
.pm-toolbar__dropdown__item__inner_focus .pm-toolbar__dropdown__item__text,
.pm-toolbar__dropdown__item__inner_hover .pm-toolbar__dropdown__item__text {
color: black !important;
background-color: #828282 !important;
border-bottom-color: #123 !important;
}
.x-ph__projects__col_separator {
border-color: #929292 !important;
}
.x-ph__projects__col.x-ph__projects__col_last .x-ph__projects__link {
margin-right: 5px !important;
}
/* auth info panel */
.w-w-x-ph__menu__dropdown_auth {
margin: 0 !important;
}
.x-ph__auth_list__item,
.x-ph__auth_list__item:focus,
.x-ph__menu__dropdown_auth__links,
.x-ph__menu__dropdown_auth__links__link {
background-color: #123 !important;
border-width: 0px !important;
color: #929292 !important;
}
.x-ph__auth_list__item {
border-top-left-radius: 4px !important;
}
.x-ph__auth_list__item__info__email__text {
color: #929292;
}
.x-ph__auth_list__item__info__text {
color: #A2A2A2 !important;
}
.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera {
background-color: #929292 !important;
}
.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera:hover {
background-color: #D96A11 !important;
}
.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera::after {
border-color: #D96A11 !important;
border-radius: 12%;
}
.x-ph__menu__dropdown_auth__login {
margin-top: 0 !important;
border-top-color: #34404C !important;
}
/* new event ballooons */
.x-ph__link__balloon,
.pm-toolbar__button__numbers {
color: /*black;*/#A2A2A2 !important;
background-color: /*#12A508;*/#9E4107 !important;
border-radius: 2px !important;
}
.pm-toolbar__button__numbers {
border-radius: 7px !important;
}
/* toolbar and side columns */
.wrapper_columns {
border-color: #3B3B3B;
}
.w-x-ph, .pm-menu, .w-pm-menu,
.pm-toolbar__search__container,
.column_left,
.column_right,
.q-ask, .wrapper {
background-color: #012 !important;
color: #929292;
}
.pm-toolbar__separator__bg {
background: linear-gradient(90deg, rgba(100, 100, 100, 0) 0%, #646464 50%, #646464 50%, rgba(100, 100, 100, 0) 100%) repeat scroll 0% 0% transparent !important;
background: -moz-linear-gradient(90deg, rgba(100, 100, 100, 0) 0%, #646464 50%, #646464 50%, rgba(100, 100, 100, 0) 100%) repeat scroll 0% 0% transparent !important;
background: -webkit-linear-gradient(90deg, rgba(100, 100, 100, 0) 0%, #646464 50%, #646464 50%, rgba(100, 100, 100, 0) 100%) repeat scroll 0% 0% transparent !important;
}
.w-pm-menu__shadow {
background: linear-gradient(90deg, transparent 0%, rgba(57, 85, 114, 0.2) 80%, #2A3949 100%) repeat scroll 0% 0% transparent;
background: -moz-linear-gradient(90deg, transparent 0%, rgba(57, 85, 114, 0.2) 80%, #2A3949 100%) repeat scroll 0% 0% transparent;
background: -webkit-linear-gradient(90deg, transparent 0%, rgba(57, 85, 114, 0.2) 80%, #2A3949 100%) repeat scroll 0% 0% transparent;
}
.pm-toolbar__button__inner,
.pm-toolbar__separator__bg {
background-color: #012 !important;
}
.pm-toolbar__button__inner_hover,
.pm-toolbar__button__inner_current {
background-color: #2C3846 !important;
}
.pm-logo__link__pic,
.pm-toolbar__button__icon__img {
opacity: 0.7;
}
.pm-toolbar__button__icon__img_avatar {
border-radius: 2px !important;
opacity: 1.0 !important;
}
.list .selected:not(:hover),
.list__title,
.search-sort-link.selected {
color: #929292 !important;
/*letter-spacing: 1px !important;*/
}
.item_link span.selected,
.uploader--album-title.selected {
font-weight: bold;
}
/*.list .selected {
cursor: default;
}*/
/*.x-ph__menu__dropdown_auth__info__link:hover .x-ph__menu__dropdown_auth__info__link*/
/* main page */
.page, .column_center {
color: #929292;
background-color: #123;
}
.bordered {
border-color: #516272;
}
/* center column side shadows */
.column_center {
box-shadow: 0px 0.4em 0.8em rgba(57, 85, 114, 0.6);
}
/* input fields */
.q-ask--text, .pm-toolbar__search__form,
.ask-form .ask-text,
.form--text,
.ask-select, .ask-vote-input.text,
.search--textarea,
.x-ph__popup_authForm .js-combo.x-ph__form__combo,
.x-ph__popup_authForm .js-password.x-ph__form__input,
.abuse--text, .action--form .form, .uploader--link-input.text {
outline: none !important;
color: black !important;
background-color:#626262 !important;
border: solid #626262 1px !important;
border-radius: 4px !important;
box-shadow: 0px 0px 0px black, 0px 2px 4px rgba(0, 0, 0, 0.7) inset !important;
}
.q-ask--text::-moz-placeholder,
.ask-form .ask-text::-moz-placeholder,
.form--text::-moz-placeholder,
.ask-vote-input.text::-moz-placeholder,
.search--textarea::-moz-placeholder,
.x-ph__popup_authForm .x-ph__form__input__text::-moz-placeholder,
.abuse--text::-moz-placeholder,
.uploader--link-input.text::-moz-placeholder {
color: black !important;
opacity:0.55 !important;
}
.q-ask--text::-webkit-input-placeholder,
.ask-form .ask-text::-webkit-input-placeholder,
.form--text::-webkit-input-placeholder,
.ask-vote-input.text::-webkit-input-placeholder,
.search--textarea::-webkit-input-placeholder,
.x-ph__popup_authForm .x-ph__form__input__text::-webkit-input-placeholder,
.abuse--text::-webkit-input-placeholder,
.uploader--link-input.text::-webkit-input-placeholder {
color: black !important;
opacity:0.55 !important;
}
.pm-toolbar__search__placeholder,
.container-for-answers > .form--padding .form--placeholder,
.form-add-comment .form--placeholder,
.action--form .form--placeholder {
color: black !important;
opacity:0.55 !important;
}
.form--text, input {
color: black !important;
}
.form--count-symbol-container {
color: #929292;
}
/* answer text form */
.form--text-border {
box-shadow: none !important;
border-color: transparent !important;
background-color: transparent !important;
}
.form--text {
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.form--text-media {
background-image: linear-gradient(to bottom, #626262, #505050);
border-top-color: #626262;
}
.form--source-label {
color: black;
}
.form--source {
/*margin-top: -3px;
height: 22px;
box-shadow: 0px 0px 0px #2C2C2C, 1px 1px 3px 0px rgba(0, 0, 0, 0.7) inset !important;
border-radius: 2px;
padding: 0px 4px 0px 5px;*/
width: calc(100% - 310px);
}
.form--text-border .form--count-symbol-container {
margin-right: -8px;
color: black;
}
/* auth form inputs */
.x-ph__popup_authForm .js-login.x-ph__form__input,
.x-ph__popup_authForm .x-ph__form__input__text {
background: transparent;
box-shadow: none;
border-color: transparent !important;
color: black !important;
}
.x-ph__popup_authForm .x-ph__form__input_hover .x-ph__form__input__text,
.x-ph__popup_authForm .x-ph__form__combo_hover .x-ph__form__select__box {
border-color: transparent;
}
.x-ph__popup_authForm .x-ph__form__select {
background-image: linear-gradient(to bottom, #626262, #595959);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7) !important;
border-radius: 0px 3px 3px 0px;
}
.x-ph__popup_authForm .x-ph__form__select_hover {
background-image: linear-gradient(to bottom, #6A6A6A, #616161);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7) !important;
border-radius: 0px 3px 3px 0px;
}
.x-ph__popup_authForm .x-ph__form__select__box {
background-color: transparent !important;
background-image: none !important;
border-color: transparent !important;
color: black !important;
}
.x-ph__popup_authForm .x-ph__form__select__element {
background-color: #626262 !important;
border-color: #424242 !important;
}
::-moz-selection {
color: #626262 !important;
background-color: rgba(25, 25, 25, 0.8) !important;
}
::-webkit-selection {
color: #626262 !important;
background-color: rgba(25, 25, 25, 0.8) !important;
}
::selection, input::selection {
color: #626262 !important;
background-color: rgba(25, 25, 25, 0.8) !important;
}
/* vote items */
.ask-clear {
background-color: /*#828282*/ #626262;
border-color: transparent;
color: #3C3C3C;
box-shadow: none;
right: 5px;
width: 20px;
top: 7px;
height: auto;
padding-top: 0px;
}
.form--source {
border-top-color: #3C3C3C;
}
/* selects */
/*.ask-select {
text-indent: 0.01px;
text-overflow: "";
background-image: url('http://my8.imgsmail.ru/mail/ru/images/my/compass/icon-s4eccd0b030.png') !important;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right -10198px;
}*/
/* check/radio */
.poll--input,
.poll--input-w {
border-color: #A2A2A2;
}
.poll--input:hover,
.poll--input.active,
.poll--input-w:hover,
.poll--input-w.active {
border-color: #E59900;
/*border-color: #B26B47;*/
}
/* buttons */
/* search button */
.pm-toolbar__search__button {
background-color: transparent !important;
}
.pm-toolbar__search__button__icon_rest {
background-position: -2759px 0px!important; /* black */
}
.pm-toolbar__search__button__icon_active {
background-position: -2759px 0px!important; /* black */
}
.pm-toolbar__search__button__icon_hover,
.pm-toolbar__search__button_hover .pm-toolbar__search__button__icon_active {
background-position: -2728px 0px!important; /* white */
opacity: 1.0;
}
/*.action--mark,
.btn.action--watch,
.btn.action--abuse,
.action--sms,
.u--profile .action--sms*/ .btn,
.x-ph__menu__dropdown_auth .x-ph__button__fake {
color: #212121 !important;
border-color: #727272 !important;
background-color: #626262 !important;
}
/*.action--mark:hover,
.btn.action--watch:hover,
.btn.action--abuse:hover,
.action--sms:hover*/ .btn:hover,
.x-ph__menu__dropdown_auth .x-ph__button__fake:hover {
color: #212121 !important;
border-color: #828282 !important;
background-color: #727272 !important;
}
.btn__text, .btn__text:hover,
.x-ph__menu__dropdown_auth .x-ph__button__fake .x-ph__button__fake__text {
color: #212121 !important;
text-shadow: none !important;
}
.btn_gray {
color: #3C3C3C !important;
}
.btn_gray:hover {
color: #3C3C3C !important;
}
.btn-clear {
background: transparent !important;
color: #727272 !important;
}
.btn-clear:active {
box-shadow: none;
}
.btn-clear:hover {
background: transparent !important;
color: #B26B47 !important;
}
/* social buttons */
.btn-social, .btn-social:hover {
background: transparent !important;
}
.btn-social:hover .icon,
.btn-social:hover .icon,
.btn-social:hover .icon,
.btn-social:hover .icon,
.icon.action--share:hover {
opacity: 0.8;
}
.btn-social:active {
box-shadow: none;
margin-top: 1px;
margin-bottom: -1px;
}
.btn-more.btn-blue {
color: black;
background-color: #626262;
border: solid #727272 1px;
}
.btn-more.btn-blue:hover {
background-color: #828282;
border: solid #929292 1px;
}
/* create question and send answer */
/*.q-ask--button.btn-orange,
.action--scroll-to-reply.btn-orange,
.action--save.btn-orange*/
.btn-orange {
color: #929292 !important;
background-color: #8C3A07 !important;
}
/*.q-ask--button.btn-orange:hover,
.action--scroll-to-reply.btn-orange:hover,
.action--save.btn-orange:hover*/
.btn-orange:hover {
color: #BBBBBB !important;
background-color: #9E4107 !important;
}
.q-ask--button.disabled {
color: black !important;
border-color: #686D72 !important;
background-color: #5C6166 !important;
opacity:.4 !important;
}
/* upload photo button hover fix */
.ap--file-input {
position: relative;
left: -166px;
width: 166px;
height: 30px;
margin-right: -166px;
}
.ap--bnt-upload {
vertical-align: baseline;
margin-right: 0px;
}
.js-fileapi-wrapper {
margin-right: 0.5em;
}
.js-fileapi-wrapper:hover .btn.ap--bnt-upload {
color: #212121 !important;
border-color: #828282 !important;
background-color: #727272 !important;
overflow:hidden;
}
/* all icons */
.icon, svg|*.icon {
opacity: 0.5;
}
/* liked icon */
.is-sps .action--thanks svg|*.icon {
fill: #FFAA00;
}
/* best answers list like icon (gray thumb up) */
.q--li > button > .i--like, /* OLD */
.action--mark .icon-like {
/*background-position: 0px -1913px;*/
background-position: 0px 0px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR<KEY>);
}
/* user info ranking info button */
.i--info {
background-position: 0px 0px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMB<KEY>5ErkJggg==);
}
/* user info popup follow button */
.t-ava .i--watch-gray {
background-position: 0px 0px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAF1JREFUOE9jGAUY4D8RGC/ApgEd4wXYNKBjvACbBnSMF2DTgI7xAnTF57GI4QUwRZ+BOBokAASpQPwViIk24DIQa4B5CKADxNeBmKAB84GYC8LEADxADJIfXoCBAQDJOkGPtSyRDgAAAABJRU5ErkJggg==);
}
/* center header and tabbar */
.page-index--h1 {
color: #929292;
border-top-color: #34404C;
}
.tabs {
background-color: #123;
border-top-color: #34404C;
border-bottom-color: #34404C;
}
.tab.selected,
.h-title--b,
.ap--tab.selected,
.ask-tab.selected,
.uploader--tab.selected,
.uploader--album-title.selected,
.uploader--pager.active {
color: #929292 !important;
border-bottom-color: #B26B47/*#F26D00*/;
}
/* new questions notifier */
.page-index .fresh {
background: none repeat scroll 0% 0% /*#626262*/#474F56;
box-shadow: 0px 0px 1.2em #444;
border-color: #444;
height: 40px;
line-height: 40px;
}
.page-index .fresh:hover {
background: none repeat scroll 0% 0% /*#727272*/#4F575E;
box-shadow: 0px 0px 1.2em #555;
}
.page-index .fresh .i--fresh {
margin-top: -4px;
}
.page-index .fresh .orange {
color: #B78433;
}
.page-index .fresh .blue {
color: black;
}
.page-index .fresh:hover .blue {
color: #E5955B;
}
/* questions */
.q--li,
.search-component .dotted,
.poll--option {
border-top-color: #516272;
border-bottom-color: #516272;
}
.q--li.new,.q--li--new,.new {animation:2s!important;
background: #123 !important;background-color: #123 !important;
}
.q--li--stat {
color: #929292;
}
.q--li-vip, .a--box.vip {
border-left-color: #B26B47; /*#F26D00;*/
}
.q--li--poll {
color: black;
border-radius: 1px;
}
.q--li--ava {
border: 1px solid transparent;
}
.q--li--ava:hover {
border-bottom-color: #B26B47;
}
/* question */
.q--qtext.entry-title {
color: #929292;
}
.value-title, .published {
color: #929292;
}
.entry-title,
.p-search-title {
color: #A2A2A2;
}
.q--adds {
border-left-color: #516272;
}
.q--ava, .a--ava, .com--ava {
background-repeat: no-repeat;
background-position: 50% 50%;
border: 1px solid transparent;
}
.q--ava {
background-size: 55px 55px;
}
.a--ava, .com--ava {
height: 30px;
width: 30px;
}
.a--box.answer.new {
background: #2B383F;
}
.q--ava:hover, .a--ava:hover, .com--ava:hover {
border-bottom-color: #B26B47;
}
.q-deleted--content,
.page-question__not-found .b-page__content {
color: #929292;
background-color: #2A3651;
border-color: #4D5568;
}
.q-deleted--title {
color: #B26B6B;
}
.h-title {
background-color: #123;
border-top-color: #34404C;
border-bottom-color: #34404C;
}
.poll--result-my {
/*color: #B26B47;*/
color: #C2C2C2;
}
.a--comments {
background-color: #123;
border-color: #333F49;
box-shadow: 0px 0px 4px rgba(51, 65, 102, 0.8);
border-radius: 4px;
}
.com,
.com--all {
border-color: #516272 !important;
}
/* like list */
.b-marked {
border-color: #8E939E;
box-shadow: 0px 0.4em 0.8em rgba(180, 180, 180, 0.2);
}
.b-marked__title {
border-color: #34404C;
background-color: #1D2435;
}
.b-marked__body {
background-color: #123;
}
.marked--nick {
color: inherit;
}
/* answer list */
.answer,
.q--similar {
border-left-color: #123;
border-top-color: #516272;
border-bottom-color: #516272;
}
/* answer form */
.container-for-answers + .form--padding,
.slide-start,
.container-for-answers .fixedsticky,
.answers-container .fixedsticky,
div[class$="--container"],
div[class$="--qask-title"] {
background-color: #123;
border-top-color: #34404C;
border-bottom-color: #34404C;
}
.container-for-answers > .fixedsticky {
border-top-color: #34404C;
}
/* ask question */
.u--profile .u--head--nick,
.u--profile .u--head--points,
.help-list p, .help-list dd {
color: #929292;
}
.u--profile .u--head--rank,
.help-title {
color: #A2A2A2;
}
.u--profile .u--profile--limits {
border-color: #516272;
}
.ask-tabs {
background-color: #123;
border-bottom: solid #34404C 1px;
}
.ask-label,
.count-symbol-container,
.ask-option-label {
color: #929292 !important;
}
.ask-tab {
color: #849FBC;
}
.ask-tab.selected {
color: #A2A2A2 !important;
}
.ask-separator {
border-bottom-color: #4D5568;
}
/* leaders */
.page .base, .top-others {
background: transparent;
}
/* bg image */
.i--bg_grey, .grayscale-bg_grey {
opacity : 0.2;
}
.base {
box-shadow: 0px 0.2em 0.1em -0.1em rgba(255, 255, 255, 0.25);
}
.base .user__ava {
border-color: transparent;
}
.i--top_1, .i--top_2, .i--top_3 {
opacity: 0.6;
}
.user__position {
color: #A2A2A2 !important;
}
.top-others .user.left,
.top-others .user.right {
border-color: #516272;
}
.top-others .user__points {
background-color: #123;
}
.gray_bg {
background-color: transparent;
}
/* profile */
.u--stats {
background-color: transparent;
border-color: #34404C;
}
.u--stat, .u--stat.disabled, .u--stat.disabled:hover {
background-color: #1D2435;
border-color: #34404C;
}
.u--stat.selected:hover {
cursor: default;
}
.u--stat.selected:not(.disabled),
.u--stat:hover {
background-color: #123;
}
.u--stat--title {
border-top-color: #C2C2C2;
}
.u--stat:hover .u--stat--title {
border-top-color: #E2E2E2;
}
.u--stat.selected .u--stat--title {
border-top-color: #F26D00;
}
.u--stat.selected:hover .u--stat--title {
border-top-color: #FF7200;
}
.u--stat--title,
.nf--title {
color: #929292;
}
.u--stat--value {
color: #A2A2A2;
}
.vip--w {
background-color: #123;
border-color: #516272;
}
.vip--title {
color: #A2A2A2;
}
.vip--w .vip--action {
color: #849FBC;
border-color: #849FBC;
background-color: #123;
}
.vip--w .vip--action:hover {
color: #B26B47;
border-color: #B26B47;
}
.u--head--ava {
border-color: #2F3954;
}
.u--head--info {
padding-bottom: 2px;
}
.lvl .bg {
background-color: #123;
}
.stats-empty .dotted-white {
border-top: 4px dotted #123;
}
.lvl.black {
color: #E2E2E2;
}
.page-profile .otherwise {
background-color: #123;
}
.page-settings-h1 {
color: #A2A2A2;
}
.settings-tr {
background-color: #123;
}
.settings-tr:hover {
background-color: #2A3651;
}
.settings-tr-separator {
border-bottom-color: #4D5568;
}
.list_profile .item.black {
cursor: default;
}
.i--settings-black {
opacity: 1.0;
}
.f--li {
border-color: #516272;
color: #929292;
}
.f--li--stat {
color: #929292;
}
.f--li--buttons {
background: linear-gradient(to right, rgba(40,49,72,0) 0px, rgb(40,49,72) 10%, rgb(40,49,72) 11%);
}
/* profile tab empty page */
.empty-placeholder img {
border-radius: 50% 50%;
opacity: 0.8;
}
/* log */
.nf-empty {
background-color: transparent;
}
.nf-empty--title {
color: #A2A2A2;
}
.nf--position {
background-color: transparent;
border-color: #516272;
border-top-width: 0.1em;
}
.nf--item {
background-color: #123; /*#283148;*/
border-color: #34404C; /*#516272;*/
}
.nf--item-viewed {
background-color: #123; /*#1D2435;*/
border-color: #242D35;
}
.nf--item:hover {
background-color: #2C364F;
border-color: #34404C;
}
.nf--item-viewed:hover {
background-color: #15202B;
border-color: #242D35;
}
.nf--img, .nt--img {
border-width: 0px;
}
.nf--body {
color: #929292;
}
/* new item notifier */
.notify-tooltip {
background-color: #123;
border: solid 1px #516272;
box-shadow: 0px 0.2em 0.4em rgba(180, 180, 180, 0.2);
}
.notify-tooltip:hover {
background-color: #2C364F;
}
.nt--title {
color: #A2A2A2;
}
.nt--body {
color: #929292;
}
.nt--target {
color: #849FBC;
}
/* avatar hover user info */
.t-ava {
background-color: #1D2435;
box-shadow: 0px 0.4em 0.8em rgba(180, 180, 180, 0.2);
border-color: #8E939E;
/*opacity: 0.9;*/
}
/* top/bottom arrows */
.t-ava:after {
border-top-color: #B2B2B2 !important;
}
.t-ava--canvas {
left: 14px;
top: -14px;
}
.i--corner-top {
opacity: 0.4 !important;
}
.t-ava--ava {
width: 90px;
height: 90px;
border-color: #123;
}
.t-ava--ava:hover {
border-bottom-color: #B26B47 !important;
}
.t-ava--ribbon {
margin-left: -1px;
opacity: 0.3;
}
.t-ava--center {
color: #929292;
}
.t-ava--stats {
background-color: #123;
border-color: #516272;
}
.t-ava--stat {
border-color: #516272;
}
.t-ava--stat b:hover {
color: #A2A2A2;
}
.t-ava--nick,
.t-ava--stat--value,
.t-ava--stat b {
color: #A2A2A2;
}
.t-ava--rank,
.t-ava--stat--unit {
color: #929292;
}
.t-ava--stat--progress {
background-color: #A2A2A2;
margin-bottom: 4px;
}
.progress__value_1 {
background-color: #A87964/*#B26B47*/;
}
.progress__value_2,.progress__value_3 {
background-color: #9B5B45/*#D19C68*/;
}
.progress__value_4,.progress__value_5,.progress__value_6 {
background-color: #99482D;
}
.badge.profile {
margin-top: -17% !important;
opacity: 0.7 !important;
}
/* search page */
.search-page h1 {
color: #929292;
}
/* promo image in a href="/ask" */
.column_right .promo {
opacity: 0.75;
}
/* pupups */
.popup {
background-color: #123;
border-color: #516272;
color: #929292;
}
.popup--header {
background-color: #1D2435;
box-shadow: 0px 0.1em 0.3em rgba(28, 39, 63, 0.9);
}
.popup--footer,
.sms-footer .sms-payment-title {
background-color: #1D2435;
border-color: #34404C;
color: #A2A2A2;
}
.popup--title {
color: #A2A2A2;
}
.sms-head > img + p {
color: #A2A2A2;
}
.popup--content,
.sms-body {
color: #929292;
}
.i--close:hover {
opacity: 0.7;
}
.x-ph__popup.x-ph__popup_authForm {
background-color: #123;
box-shadow: 0px 0.4em 0.8em rgba(180, 180, 180, 0.2);
border-color: #516272;
}
.x-ph__popup_authForm .x-ph__popup__footer {
background: linear-gradient(to bottom, #123 0%, #1D2435 1px, #1E2433 100%) repeat scroll 0% 0% transparent;
border-color: #333F49;
}
.x-ph__popup_authForm .x-ph__popup__title {
color: #A2A2A2;
}
.x-ph__popup_authForm .x-ph__popup__close__icon {
background-image: url('http://img.imgsmail.ru/p/pm/d/0.1.31/blocks/ph-icons/ph-icons.png') !important;
background-position: -628px 0px;
width: 10px;
height: 10px;
background-size: 1300px 10px;
opacity: 0.6;
}
.x-ph__popup_authForm .x-ph__popup__close:hover .x-ph__popup__close__icon {
opacity: 0.9;
background-position: -628px 0px;
}
/* new item highlighting/animation */
.com--new.animate {
background: none repeat scroll 0% 0% #172738;
}
@-moz-keyframes newComment{
0%{background:#172738}
15%{background:#172738}
55%{background:#172738}
100%{background:#172738}
}
/* errors */
.page-404 {
width: 41em;
padding-left: 0px;
}
.a-404, .page-404-white {
background: none repeat scroll 0% 0% #1D2435;
box-shadow: 0px 0.8em 0.3em rgba(28, 39, 63, 0.9);
border: solid 1px #516272 !important;
display: table-cell;
}
.a-404 {
border-right: none !important;
border-radius: 0.5em 0px 0px 0.5em;
padding: 0px 0px 0px 20px;
vertical-align: middle;
width: 0px;
position: static;
text-shadow: 2px 0.3em rgba(128, 139, 163, 0.4);
}
.a-404:after {
content: "404";
font-size: 90pt;
color: #A2A2A2;
}
.page-404-white {
border-left: none !important;
border-radius: 0px 0.5em 0.5em 0px;
}
.page-404-white h1 {
color: #A2A2A2;
}
.page-404-white .gray {
color: #929292;
}
/* Get rid of rounded images, remove block to save them */
.base .user__ava,
.top-others .user__ava,
.q--ava, .user__ava img,
.user-small__ava,
.user-small-button,
.com--ava, .form--ava,
.b-marked__ava,
.b-marked .btn-avatar-more,
.marked--ava, .action--showMarks,
.poll--ava, .qs--ava, .a--ava,
.nf--img, .nt--img, .avatar,
.avatar__img, .q--li--ava,
.u--head--ava, .t-ava--ava,
.f--li--ava,
.x-ph__auth_list_active .x-ph__auth_list__item__avatar {
background-color: transparent;
-webkit-border-radius: 0%;
border-radius: 6%;
}
/* forced logo, remove block to allow customised logos */
.pm-logo__link__pic {
box-sizing: border-box;
-moz-box-sizing: border-box;
background: url(http://otvet.mail.ru/images/logo.png) no-repeat;
background-position: center;
width: 170px; /* Width of new image */
height: 36px; /* Height of new image */
padding-left: 170px; /* Equal to width of new image */
}
/* ADS, remove the block to enable ads */
div[class^='adv-slot-'],
.pm-toolbar__banner__content {
display: none !important;
}
.block-portal-footer {
height: auto !important;
margin-top: auto !important;
display: none !important;
}
/* левая/правая колонка сайта и форма задать вопрос (для этого есть кнопка) #ColumnLeft,.column_left , #ColumnRight , .column_right , */
.q-ask {
display:none !important;
}
/* всплывающая подсказка (+лайки за ответ), нужна при отображении без левой колонки сайта
.b-marked {
left: 88px !important;
}
*/
._2XT0 ,.C-P0 , ._2zUO {
background:#626262;
color: #000;
}
} | data/usercss/139372.user.css | ,см. в самом конце кода .`
@version 20180831.3.29
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@namespace svg url(http://www.w3.org/2000/svg);
@-moz-document domain("otvet.mail.ru") {
body ,.ag-popup__frame__layout{
color: #929292;
background-color: #123 !important;
}
/* general link */
a {
color: #849FBC;
}
/* link on dark */
.item_link,
.container-for-answers > .form--padding > p > a,
.pm-toolbar__suggests__searchin__link,
.x-ph__menu__dropdown_auth__login__link:link,
.x-ph__menu__dropdown_auth__info__link:link .x-ph__menu__dropdown_auth__info__link__link,
.u--profile--limits a,
.list_profile a,
.t-ava--my--link,
.tabs a,
.x-ph__popup__footer__controls__item_link,
.poll--title--right--total.action--show-who-voted,
span[class$="--a"],
.x-ph__menu__button_auth .x-ph__menu__button__text {
color: #678FBC !important;
}
/* link on bright */
a.blue,
.q--li--text,
.q--li--qtext,
.qs--qtext,
.author,
.ask-disclaimer a,
.user__name,
.nf--target,
.item_best_questions .item__text,
.x-ph__form__link,
.ap--tab, .ap--show-link-input,
.poll--nick, .uploader--tab,
.uploader--show-link-input,
.uploader--album-title,
.f--li--text {
color: #849FBC !important;
}
/* link on gray */
.ask-add-photo,
.ask-add-video {
color: black;
}
/* active link */
.list_profile .black {
color: #929292 !important;
}
/* link hover */
a:hover, .a:hover, .item_link:hover, .item__text:hover,
.selected:hover, .grey:hover, .author b:hover,
.container-for-answers > .form--padding > p > a:hover,
.x-ph__menu__dropdown_auth__login__link:hover,
.x-ph__menu__dropdown_auth__info__link:hover .x-ph__menu__dropdown_auth__info__link__link,
.nf--item:hover .nf--target, .ap--tab:hover, .ap--show-link-input:hover,
.item__answer.item__stat span:hover,
.ask-tab:hover,
.poll--result:hover, .uploader--tab:hover, .uploader--show-link-input:hover,
.action--show-who-voted:hover,
.poll--nick:hover,
span[class$="--a"]:hover,
.x-ph__menu__button_auth:hover .x-ph__menu__button__text {
color: #B26B47 !important;
}
/* link hover on gray */
.ask-add-photo:hover,
.ask-add-video:hover {
color: #A2A2A2 !important;
}
/* selected tab hover overrides */
.tab.selected:hover,
.ap--tab.selected:hover,
.search-sort-link.selected:hover,
.uploader--tab.selected:hover,
.uploader--album-title.selected:hover,
.uploader--pager.active:hover {
color: #929292 !important;
cursor: default;
}
.ask-tab.selected:hover {
color: #A2A2A2 !important;
cursor: default;
}
/* general text style */
.black, .pm-toolbar__button__text {
color: #929292;
}
.gray {
color: #A2A2A2;
}
.orange {
color: #CC8800;
}
.preloader {
background-color: #123;
}
/* header and footer */
.portal-headline {
border-bottom: solid #34404C 1px;
background-color: #012;
color: #929292;
}
.portal-footer.portal-footer_portal-footer {
color: #929292;
background-color: #123;
border-color: #34404C;
}
/* portal menu and footer */
.x-ph__link:link, .x-ph__link:link.x-ph__link_first, .x-ph__link:visited,
.x-ph__link:link .x-ph__link__text,
.x-ph__menu__button:link .x-ph__menu__button__text,
.portal-footer__link:link, .portal-footer__link .portal-footer__link__text {
color: #929292 !important;
}
.x-ph__link:link:hover, .x-ph__link:visited:hover,
.x-ph__link:link:hover .x-ph__link__text,
.x-ph__menu__button:link:hover .x-ph__menu__button__text,
.portal-footer__link:link:hover, .portal-footer__link:hover .portal-footer__link__text {
color: #B26B47 !important;
}
.x-ph__menu__button,
.x-ph__menu__button:link {
border-right-color: #123 !important;
border-left-color: #123 !important;
}
/* menu icon (-) */
.x-ph__menu__button .x-ph__menu__button__icon {
border-top-color: #678FBC !important;
border-right-color: #123 !important;
border-bottom-color: #123 !important;
border-left-color: #123 !important;
}
.x-ph__menu__button:link .x-ph__menu__button__icon {
border-top-color: #929292 !important;
border-right-color: #123 !important;
border-bottom-color: #123 !important;
border-left-color: #123 !important;
}
.x-ph__menu__button:hover .x-ph__menu__button__icon {
border-top-color: #B26B47 !important;
border-right-color: #123 !important;
border-bottom-color: #123 !important;
border-left-color: #123 !important;
}
.x-ph__menu_open .x-ph__menu__button .x-ph__menu__button__icon {
border-top-color: black !important;
border-right-color: #828282 !important;
border-bottom-color: #828282 !important;
border-left-color: #828282 !important;
}
/* category and project menus */
.x-ph__menu_open .x-ph__menu__button:link,
.pm-toolbar__button_open .pm-toolbar__button__inner,
.x-ph__menu_open .x-ph__menu__button {
background-color: #828282/*#F0F0F0;*/ !important;
border-color: #828282/*#F0F0F0*/ !important;
box-shadow: 0px -0.4em 0.9em 0.4em rgba(57, 85, 114, 0.6);
}
.x-ph__menu_open .x-ph__menu__button .x-ph__menu__button__text,
.x-ph__menu_open .x-ph__menu__button:link .x-ph__menu__button__text,
.pm-toolbar__button_open .pm-toolbar__button__text {
color: black !important;
}
.pm-toolbar__button__inner_open {
box-shadow: none;
}
/* dropdown menu background */
.w-x-ph__menu__dropdown,
.pm-toolbar__dropdown,
.pm-toolbar__suggests {
background-color: rgba(19, 28, 38, 0.9)/*#123;*/ !important;
border: solid rgba(130, 130, 130, 0.9)/*#828282*/ 1px !important;
border-radius: 4px !important;
box-shadow: 0px 0.4em 0.8em rgba(57, 85, 114, 0.6) !important;
}
.pm-toolbar__suggests {
border-color: rgba(80, 80, 80, 0.9) !important;
}
.pm-toolbar__suggests__searchin {
border-top-color: rgba(100, 100, 100, 0.9);
}
.pm-toolbar__suggests__group__item_selected {
background-color: rgba(44, 56, 70, 0.9) !important;
}
.pm-toolbar__suggests__group__item__text__searchtext {
background-color: transparent;
color: #CC8800;
}
.pm-toolbar__suggests__group__item__text {
color: #A2A2A2;
}
.w-x-ph__menu__dropdown.w-x-ph__projects,
.pm-toolbar__dropdown.pm-toolbar__dropdown_right {
border-top-left-radius: 0 !important;
}
.pm-toolbar__dropdown.pm-toolbar__dropdown_left,
.w-x-ph__menu__dropdown.w-x-ph__menu__dropdown_auth {
border-top-right-radius: 0 !important;
}
.x-ph__projects__link:link,
.pm-toolbar__dropdown__item__inner:link,
.pm-toolbar__dropdown__item__text {
color: #929292 !important;
border-bottom-color: #123 !important;
}
.pm-toolbar__dropdown__item__inner.top {
border-color: transparent;
}
.pm-toolbar__dropdown__item__inner.bordered-bottom,
.x-ph__projects__apps {
border-color: #34404C !important;
}
.x-ph__projects__link:hover, .x-ph__projects__link:focus,
.pm-toolbar__dropdown__item__inner_hover, .pm-toolbar__dropdown__item__inner_focus,
.pm-toolbar__dropdown__item__inner_focus .pm-toolbar__dropdown__item__text,
.pm-toolbar__dropdown__item__inner_hover .pm-toolbar__dropdown__item__text {
color: black !important;
background-color: #828282 !important;
border-bottom-color: #123 !important;
}
.x-ph__projects__col_separator {
border-color: #929292 !important;
}
.x-ph__projects__col.x-ph__projects__col_last .x-ph__projects__link {
margin-right: 5px !important;
}
/* auth info panel */
.w-w-x-ph__menu__dropdown_auth {
margin: 0 !important;
}
.x-ph__auth_list__item,
.x-ph__auth_list__item:focus,
.x-ph__menu__dropdown_auth__links,
.x-ph__menu__dropdown_auth__links__link {
background-color: #123 !important;
border-width: 0px !important;
color: #929292 !important;
}
.x-ph__auth_list__item {
border-top-left-radius: 4px !important;
}
.x-ph__auth_list__item__info__email__text {
color: #929292;
}
.x-ph__auth_list__item__info__text {
color: #A2A2A2 !important;
}
.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera {
background-color: #929292 !important;
}
.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera:hover {
background-color: #D96A11 !important;
}
.x-ph__auth_list_active .x-ph__auth_list__item__avatar__camera::after {
border-color: #D96A11 !important;
border-radius: 12%;
}
.x-ph__menu__dropdown_auth__login {
margin-top: 0 !important;
border-top-color: #34404C !important;
}
/* new event ballooons */
.x-ph__link__balloon,
.pm-toolbar__button__numbers {
color: /*black;*/#A2A2A2 !important;
background-color: /*#12A508;*/#9E4107 !important;
border-radius: 2px !important;
}
.pm-toolbar__button__numbers {
border-radius: 7px !important;
}
/* toolbar and side columns */
.wrapper_columns {
border-color: #3B3B3B;
}
.w-x-ph, .pm-menu, .w-pm-menu,
.pm-toolbar__search__container,
.column_left,
.column_right,
.q-ask, .wrapper {
background-color: #012 !important;
color: #929292;
}
.pm-toolbar__separator__bg {
background: linear-gradient(90deg, rgba(100, 100, 100, 0) 0%, #646464 50%, #646464 50%, rgba(100, 100, 100, 0) 100%) repeat scroll 0% 0% transparent !important;
background: -moz-linear-gradient(90deg, rgba(100, 100, 100, 0) 0%, #646464 50%, #646464 50%, rgba(100, 100, 100, 0) 100%) repeat scroll 0% 0% transparent !important;
background: -webkit-linear-gradient(90deg, rgba(100, 100, 100, 0) 0%, #646464 50%, #646464 50%, rgba(100, 100, 100, 0) 100%) repeat scroll 0% 0% transparent !important;
}
.w-pm-menu__shadow {
background: linear-gradient(90deg, transparent 0%, rgba(57, 85, 114, 0.2) 80%, #2A3949 100%) repeat scroll 0% 0% transparent;
background: -moz-linear-gradient(90deg, transparent 0%, rgba(57, 85, 114, 0.2) 80%, #2A3949 100%) repeat scroll 0% 0% transparent;
background: -webkit-linear-gradient(90deg, transparent 0%, rgba(57, 85, 114, 0.2) 80%, #2A3949 100%) repeat scroll 0% 0% transparent;
}
.pm-toolbar__button__inner,
.pm-toolbar__separator__bg {
background-color: #012 !important;
}
.pm-toolbar__button__inner_hover,
.pm-toolbar__button__inner_current {
background-color: #2C3846 !important;
}
.pm-logo__link__pic,
.pm-toolbar__button__icon__img {
opacity: 0.7;
}
.pm-toolbar__button__icon__img_avatar {
border-radius: 2px !important;
opacity: 1.0 !important;
}
.list .selected:not(:hover),
.list__title,
.search-sort-link.selected {
color: #929292 !important;
/*letter-spacing: 1px !important;*/
}
.item_link span.selected,
.uploader--album-title.selected {
font-weight: bold;
}
/*.list .selected {
cursor: default;
}*/
/*.x-ph__menu__dropdown_auth__info__link:hover .x-ph__menu__dropdown_auth__info__link*/
/* main page */
.page, .column_center {
color: #929292;
background-color: #123;
}
.bordered {
border-color: #516272;
}
/* center column side shadows */
.column_center {
box-shadow: 0px 0.4em 0.8em rgba(57, 85, 114, 0.6);
}
/* input fields */
.q-ask--text, .pm-toolbar__search__form,
.ask-form .ask-text,
.form--text,
.ask-select, .ask-vote-input.text,
.search--textarea,
.x-ph__popup_authForm .js-combo.x-ph__form__combo,
.x-ph__popup_authForm .js-password.x-ph__form__input,
.abuse--text, .action--form .form, .uploader--link-input.text {
outline: none !important;
color: black !important;
background-color:#626262 !important;
border: solid #626262 1px !important;
border-radius: 4px !important;
box-shadow: 0px 0px 0px black, 0px 2px 4px rgba(0, 0, 0, 0.7) inset !important;
}
.q-ask--text::-moz-placeholder,
.ask-form .ask-text::-moz-placeholder,
.form--text::-moz-placeholder,
.ask-vote-input.text::-moz-placeholder,
.search--textarea::-moz-placeholder,
.x-ph__popup_authForm .x-ph__form__input__text::-moz-placeholder,
.abuse--text::-moz-placeholder,
.uploader--link-input.text::-moz-placeholder {
color: black !important;
opacity:0.55 !important;
}
.q-ask--text::-webkit-input-placeholder,
.ask-form .ask-text::-webkit-input-placeholder,
.form--text::-webkit-input-placeholder,
.ask-vote-input.text::-webkit-input-placeholder,
.search--textarea::-webkit-input-placeholder,
.x-ph__popup_authForm .x-ph__form__input__text::-webkit-input-placeholder,
.abuse--text::-webkit-input-placeholder,
.uploader--link-input.text::-webkit-input-placeholder {
color: black !important;
opacity:0.55 !important;
}
.pm-toolbar__search__placeholder,
.container-for-answers > .form--padding .form--placeholder,
.form-add-comment .form--placeholder,
.action--form .form--placeholder {
color: black !important;
opacity:0.55 !important;
}
.form--text, input {
color: black !important;
}
.form--count-symbol-container {
color: #929292;
}
/* answer text form */
.form--text-border {
box-shadow: none !important;
border-color: transparent !important;
background-color: transparent !important;
}
.form--text {
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.form--text-media {
background-image: linear-gradient(to bottom, #626262, #505050);
border-top-color: #626262;
}
.form--source-label {
color: black;
}
.form--source {
/*margin-top: -3px;
height: 22px;
box-shadow: 0px 0px 0px #2C2C2C, 1px 1px 3px 0px rgba(0, 0, 0, 0.7) inset !important;
border-radius: 2px;
padding: 0px 4px 0px 5px;*/
width: calc(100% - 310px);
}
.form--text-border .form--count-symbol-container {
margin-right: -8px;
color: black;
}
/* auth form inputs */
.x-ph__popup_authForm .js-login.x-ph__form__input,
.x-ph__popup_authForm .x-ph__form__input__text {
background: transparent;
box-shadow: none;
border-color: transparent !important;
color: black !important;
}
.x-ph__popup_authForm .x-ph__form__input_hover .x-ph__form__input__text,
.x-ph__popup_authForm .x-ph__form__combo_hover .x-ph__form__select__box {
border-color: transparent;
}
.x-ph__popup_authForm .x-ph__form__select {
background-image: linear-gradient(to bottom, #626262, #595959);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7) !important;
border-radius: 0px 3px 3px 0px;
}
.x-ph__popup_authForm .x-ph__form__select_hover {
background-image: linear-gradient(to bottom, #6A6A6A, #616161);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7) !important;
border-radius: 0px 3px 3px 0px;
}
.x-ph__popup_authForm .x-ph__form__select__box {
background-color: transparent !important;
background-image: none !important;
border-color: transparent !important;
color: black !important;
}
.x-ph__popup_authForm .x-ph__form__select__element {
background-color: #626262 !important;
border-color: #424242 !important;
}
::-moz-selection {
color: #626262 !important;
background-color: rgba(25, 25, 25, 0.8) !important;
}
::-webkit-selection {
color: #626262 !important;
background-color: rgba(25, 25, 25, 0.8) !important;
}
::selection, input::selection {
color: #626262 !important;
background-color: rgba(25, 25, 25, 0.8) !important;
}
/* vote items */
.ask-clear {
background-color: /*#828282*/ #626262;
border-color: transparent;
color: #3C3C3C;
box-shadow: none;
right: 5px;
width: 20px;
top: 7px;
height: auto;
padding-top: 0px;
}
.form--source {
border-top-color: #3C3C3C;
}
/* selects */
/*.ask-select {
text-indent: 0.01px;
text-overflow: "";
background-image: url('http://my8.imgsmail.ru/mail/ru/images/my/compass/icon-s4eccd0b030.png') !important;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right -10198px;
}*/
/* check/radio */
.poll--input,
.poll--input-w {
border-color: #A2A2A2;
}
.poll--input:hover,
.poll--input.active,
.poll--input-w:hover,
.poll--input-w.active {
border-color: #E59900;
/*border-color: #B26B47;*/
}
/* buttons */
/* search button */
.pm-toolbar__search__button {
background-color: transparent !important;
}
.pm-toolbar__search__button__icon_rest {
background-position: -2759px 0px!important; /* black */
}
.pm-toolbar__search__button__icon_active {
background-position: -2759px 0px!important; /* black */
}
.pm-toolbar__search__button__icon_hover,
.pm-toolbar__search__button_hover .pm-toolbar__search__button__icon_active {
background-position: -2728px 0px!important; /* white */
opacity: 1.0;
}
/*.action--mark,
.btn.action--watch,
.btn.action--abuse,
.action--sms,
.u--profile .action--sms*/ .btn,
.x-ph__menu__dropdown_auth .x-ph__button__fake {
color: #212121 !important;
border-color: #727272 !important;
background-color: #626262 !important;
}
/*.action--mark:hover,
.btn.action--watch:hover,
.btn.action--abuse:hover,
.action--sms:hover*/ .btn:hover,
.x-ph__menu__dropdown_auth .x-ph__button__fake:hover {
color: #212121 !important;
border-color: #828282 !important;
background-color: #727272 !important;
}
.btn__text, .btn__text:hover,
.x-ph__menu__dropdown_auth .x-ph__button__fake .x-ph__button__fake__text {
color: #212121 !important;
text-shadow: none !important;
}
.btn_gray {
color: #3C3C3C !important;
}
.btn_gray:hover {
color: #3C3C3C !important;
}
.btn-clear {
background: transparent !important;
color: #727272 !important;
}
.btn-clear:active {
box-shadow: none;
}
.btn-clear:hover {
background: transparent !important;
color: #B26B47 !important;
}
/* social buttons */
.btn-social, .btn-social:hover {
background: transparent !important;
}
.btn-social:hover .icon,
.btn-social:hover .icon,
.btn-social:hover .icon,
.btn-social:hover .icon,
.icon.action--share:hover {
opacity: 0.8;
}
.btn-social:active {
box-shadow: none;
margin-top: 1px;
margin-bottom: -1px;
}
.btn-more.btn-blue {
color: black;
background-color: #626262;
border: solid #727272 1px;
}
.btn-more.btn-blue:hover {
background-color: #828282;
border: solid #929292 1px;
}
/* create question and send answer */
/*.q-ask--button.btn-orange,
.action--scroll-to-reply.btn-orange,
.action--save.btn-orange*/
.btn-orange {
color: #929292 !important;
background-color: #8C3A07 !important;
}
/*.q-ask--button.btn-orange:hover,
.action--scroll-to-reply.btn-orange:hover,
.action--save.btn-orange:hover*/
.btn-orange:hover {
color: #BBBBBB !important;
background-color: #9E4107 !important;
}
.q-ask--button.disabled {
color: black !important;
border-color: #686D72 !important;
background-color: #5C6166 !important;
opacity:.4 !important;
}
/* upload photo button hover fix */
.ap--file-input {
position: relative;
left: -166px;
width: 166px;
height: 30px;
margin-right: -166px;
}
.ap--bnt-upload {
vertical-align: baseline;
margin-right: 0px;
}
.js-fileapi-wrapper {
margin-right: 0.5em;
}
.js-fileapi-wrapper:hover .btn.ap--bnt-upload {
color: #212121 !important;
border-color: #828282 !important;
background-color: #727272 !important;
overflow:hidden;
}
/* all icons */
.icon, svg|*.icon {
opacity: 0.5;
}
/* liked icon */
.is-sps .action--thanks svg|*.icon {
fill: #FFAA00;
}
/* best answers list like icon (gray thumb up) */
.q--li > button > .i--like, /* OLD */
.action--mark .icon-like {
/*background-position: 0px -1913px;*/
background-position: 0px 0px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR<KEY>);
}
/* user info ranking info button */
.i--info {
background-position: 0px 0px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMB<KEY>5ErkJggg==);
}
/* user info popup follow button */
.t-ava .i--watch-gray {
background-position: 0px 0px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAF1JREFUOE9jGAUY4D8RGC/ApgEd4wXYNKBjvACbBnSMF2DTgI7xAnTF57GI4QUwRZ+BOBokAASpQPwViIk24DIQa4B5CKADxNeBmKAB84GYC8LEADxADJIfXoCBAQDJOkGPtSyRDgAAAABJRU5ErkJggg==);
}
/* center header and tabbar */
.page-index--h1 {
color: #929292;
border-top-color: #34404C;
}
.tabs {
background-color: #123;
border-top-color: #34404C;
border-bottom-color: #34404C;
}
.tab.selected,
.h-title--b,
.ap--tab.selected,
.ask-tab.selected,
.uploader--tab.selected,
.uploader--album-title.selected,
.uploader--pager.active {
color: #929292 !important;
border-bottom-color: #B26B47/*#F26D00*/;
}
/* new questions notifier */
.page-index .fresh {
background: none repeat scroll 0% 0% /*#626262*/#474F56;
box-shadow: 0px 0px 1.2em #444;
border-color: #444;
height: 40px;
line-height: 40px;
}
.page-index .fresh:hover {
background: none repeat scroll 0% 0% /*#727272*/#4F575E;
box-shadow: 0px 0px 1.2em #555;
}
.page-index .fresh .i--fresh {
margin-top: -4px;
}
.page-index .fresh .orange {
color: #B78433;
}
.page-index .fresh .blue {
color: black;
}
.page-index .fresh:hover .blue {
color: #E5955B;
}
/* questions */
.q--li,
.search-component .dotted,
.poll--option {
border-top-color: #516272;
border-bottom-color: #516272;
}
.q--li.new,.q--li--new,.new {animation:2s!important;
background: #123 !important;background-color: #123 !important;
}
.q--li--stat {
color: #929292;
}
.q--li-vip, .a--box.vip {
border-left-color: #B26B47; /*#F26D00;*/
}
.q--li--poll {
color: black;
border-radius: 1px;
}
.q--li--ava {
border: 1px solid transparent;
}
.q--li--ava:hover {
border-bottom-color: #B26B47;
}
/* question */
.q--qtext.entry-title {
color: #929292;
}
.value-title, .published {
color: #929292;
}
.entry-title,
.p-search-title {
color: #A2A2A2;
}
.q--adds {
border-left-color: #516272;
}
.q--ava, .a--ava, .com--ava {
background-repeat: no-repeat;
background-position: 50% 50%;
border: 1px solid transparent;
}
.q--ava {
background-size: 55px 55px;
}
.a--ava, .com--ava {
height: 30px;
width: 30px;
}
.a--box.answer.new {
background: #2B383F;
}
.q--ava:hover, .a--ava:hover, .com--ava:hover {
border-bottom-color: #B26B47;
}
.q-deleted--content,
.page-question__not-found .b-page__content {
color: #929292;
background-color: #2A3651;
border-color: #4D5568;
}
.q-deleted--title {
color: #B26B6B;
}
.h-title {
background-color: #123;
border-top-color: #34404C;
border-bottom-color: #34404C;
}
.poll--result-my {
/*color: #B26B47;*/
color: #C2C2C2;
}
.a--comments {
background-color: #123;
border-color: #333F49;
box-shadow: 0px 0px 4px rgba(51, 65, 102, 0.8);
border-radius: 4px;
}
.com,
.com--all {
border-color: #516272 !important;
}
/* like list */
.b-marked {
border-color: #8E939E;
box-shadow: 0px 0.4em 0.8em rgba(180, 180, 180, 0.2);
}
.b-marked__title {
border-color: #34404C;
background-color: #1D2435;
}
.b-marked__body {
background-color: #123;
}
.marked--nick {
color: inherit;
}
/* answer list */
.answer,
.q--similar {
border-left-color: #123;
border-top-color: #516272;
border-bottom-color: #516272;
}
/* answer form */
.container-for-answers + .form--padding,
.slide-start,
.container-for-answers .fixedsticky,
.answers-container .fixedsticky,
div[class$="--container"],
div[class$="--qask-title"] {
background-color: #123;
border-top-color: #34404C;
border-bottom-color: #34404C;
}
.container-for-answers > .fixedsticky {
border-top-color: #34404C;
}
/* ask question */
.u--profile .u--head--nick,
.u--profile .u--head--points,
.help-list p, .help-list dd {
color: #929292;
}
.u--profile .u--head--rank,
.help-title {
color: #A2A2A2;
}
.u--profile .u--profile--limits {
border-color: #516272;
}
.ask-tabs {
background-color: #123;
border-bottom: solid #34404C 1px;
}
.ask-label,
.count-symbol-container,
.ask-option-label {
color: #929292 !important;
}
.ask-tab {
color: #849FBC;
}
.ask-tab.selected {
color: #A2A2A2 !important;
}
.ask-separator {
border-bottom-color: #4D5568;
}
/* leaders */
.page .base, .top-others {
background: transparent;
}
/* bg image */
.i--bg_grey, .grayscale-bg_grey {
opacity : 0.2;
}
.base {
box-shadow: 0px 0.2em 0.1em -0.1em rgba(255, 255, 255, 0.25);
}
.base .user__ava {
border-color: transparent;
}
.i--top_1, .i--top_2, .i--top_3 {
opacity: 0.6;
}
.user__position {
color: #A2A2A2 !important;
}
.top-others .user.left,
.top-others .user.right {
border-color: #516272;
}
.top-others .user__points {
background-color: #123;
}
.gray_bg {
background-color: transparent;
}
/* profile */
.u--stats {
background-color: transparent;
border-color: #34404C;
}
.u--stat, .u--stat.disabled, .u--stat.disabled:hover {
background-color: #1D2435;
border-color: #34404C;
}
.u--stat.selected:hover {
cursor: default;
}
.u--stat.selected:not(.disabled),
.u--stat:hover {
background-color: #123;
}
.u--stat--title {
border-top-color: #C2C2C2;
}
.u--stat:hover .u--stat--title {
border-top-color: #E2E2E2;
}
.u--stat.selected .u--stat--title {
border-top-color: #F26D00;
}
.u--stat.selected:hover .u--stat--title {
border-top-color: #FF7200;
}
.u--stat--title,
.nf--title {
color: #929292;
}
.u--stat--value {
color: #A2A2A2;
}
.vip--w {
background-color: #123;
border-color: #516272;
}
.vip--title {
color: #A2A2A2;
}
.vip--w .vip--action {
color: #849FBC;
border-color: #849FBC;
background-color: #123;
}
.vip--w .vip--action:hover {
color: #B26B47;
border-color: #B26B47;
}
.u--head--ava {
border-color: #2F3954;
}
.u--head--info {
padding-bottom: 2px;
}
.lvl .bg {
background-color: #123;
}
.stats-empty .dotted-white {
border-top: 4px dotted #123;
}
.lvl.black {
color: #E2E2E2;
}
.page-profile .otherwise {
background-color: #123;
}
.page-settings-h1 {
color: #A2A2A2;
}
.settings-tr {
background-color: #123;
}
.settings-tr:hover {
background-color: #2A3651;
}
.settings-tr-separator {
border-bottom-color: #4D5568;
}
.list_profile .item.black {
cursor: default;
}
.i--settings-black {
opacity: 1.0;
}
.f--li {
border-color: #516272;
color: #929292;
}
.f--li--stat {
color: #929292;
}
.f--li--buttons {
background: linear-gradient(to right, rgba(40,49,72,0) 0px, rgb(40,49,72) 10%, rgb(40,49,72) 11%);
}
/* profile tab empty page */
.empty-placeholder img {
border-radius: 50% 50%;
opacity: 0.8;
}
/* log */
.nf-empty {
background-color: transparent;
}
.nf-empty--title {
color: #A2A2A2;
}
.nf--position {
background-color: transparent;
border-color: #516272;
border-top-width: 0.1em;
}
.nf--item {
background-color: #123; /*#283148;*/
border-color: #34404C; /*#516272;*/
}
.nf--item-viewed {
background-color: #123; /*#1D2435;*/
border-color: #242D35;
}
.nf--item:hover {
background-color: #2C364F;
border-color: #34404C;
}
.nf--item-viewed:hover {
background-color: #15202B;
border-color: #242D35;
}
.nf--img, .nt--img {
border-width: 0px;
}
.nf--body {
color: #929292;
}
/* new item notifier */
.notify-tooltip {
background-color: #123;
border: solid 1px #516272;
box-shadow: 0px 0.2em 0.4em rgba(180, 180, 180, 0.2);
}
.notify-tooltip:hover {
background-color: #2C364F;
}
.nt--title {
color: #A2A2A2;
}
.nt--body {
color: #929292;
}
.nt--target {
color: #849FBC;
}
/* avatar hover user info */
.t-ava {
background-color: #1D2435;
box-shadow: 0px 0.4em 0.8em rgba(180, 180, 180, 0.2);
border-color: #8E939E;
/*opacity: 0.9;*/
}
/* top/bottom arrows */
.t-ava:after {
border-top-color: #B2B2B2 !important;
}
.t-ava--canvas {
left: 14px;
top: -14px;
}
.i--corner-top {
opacity: 0.4 !important;
}
.t-ava--ava {
width: 90px;
height: 90px;
border-color: #123;
}
.t-ava--ava:hover {
border-bottom-color: #B26B47 !important;
}
.t-ava--ribbon {
margin-left: -1px;
opacity: 0.3;
}
.t-ava--center {
color: #929292;
}
.t-ava--stats {
background-color: #123;
border-color: #516272;
}
.t-ava--stat {
border-color: #516272;
}
.t-ava--stat b:hover {
color: #A2A2A2;
}
.t-ava--nick,
.t-ava--stat--value,
.t-ava--stat b {
color: #A2A2A2;
}
.t-ava--rank,
.t-ava--stat--unit {
color: #929292;
}
.t-ava--stat--progress {
background-color: #A2A2A2;
margin-bottom: 4px;
}
.progress__value_1 {
background-color: #A87964/*#B26B47*/;
}
.progress__value_2,.progress__value_3 {
background-color: #9B5B45/*#D19C68*/;
}
.progress__value_4,.progress__value_5,.progress__value_6 {
background-color: #99482D;
}
.badge.profile {
margin-top: -17% !important;
opacity: 0.7 !important;
}
/* search page */
.search-page h1 {
color: #929292;
}
/* promo image in a href="/ask" */
.column_right .promo {
opacity: 0.75;
}
/* pupups */
.popup {
background-color: #123;
border-color: #516272;
color: #929292;
}
.popup--header {
background-color: #1D2435;
box-shadow: 0px 0.1em 0.3em rgba(28, 39, 63, 0.9);
}
.popup--footer,
.sms-footer .sms-payment-title {
background-color: #1D2435;
border-color: #34404C;
color: #A2A2A2;
}
.popup--title {
color: #A2A2A2;
}
.sms-head > img + p {
color: #A2A2A2;
}
.popup--content,
.sms-body {
color: #929292;
}
.i--close:hover {
opacity: 0.7;
}
.x-ph__popup.x-ph__popup_authForm {
background-color: #123;
box-shadow: 0px 0.4em 0.8em rgba(180, 180, 180, 0.2);
border-color: #516272;
}
.x-ph__popup_authForm .x-ph__popup__footer {
background: linear-gradient(to bottom, #123 0%, #1D2435 1px, #1E2433 100%) repeat scroll 0% 0% transparent;
border-color: #333F49;
}
.x-ph__popup_authForm .x-ph__popup__title {
color: #A2A2A2;
}
.x-ph__popup_authForm .x-ph__popup__close__icon {
background-image: url('http://img.imgsmail.ru/p/pm/d/0.1.31/blocks/ph-icons/ph-icons.png') !important;
background-position: -628px 0px;
width: 10px;
height: 10px;
background-size: 1300px 10px;
opacity: 0.6;
}
.x-ph__popup_authForm .x-ph__popup__close:hover .x-ph__popup__close__icon {
opacity: 0.9;
background-position: -628px 0px;
}
/* new item highlighting/animation */
.com--new.animate {
background: none repeat scroll 0% 0% #172738;
}
@-moz-keyframes newComment{
0%{background:#172738}
15%{background:#172738}
55%{background:#172738}
100%{background:#172738}
}
/* errors */
.page-404 {
width: 41em;
padding-left: 0px;
}
.a-404, .page-404-white {
background: none repeat scroll 0% 0% #1D2435;
box-shadow: 0px 0.8em 0.3em rgba(28, 39, 63, 0.9);
border: solid 1px #516272 !important;
display: table-cell;
}
.a-404 {
border-right: none !important;
border-radius: 0.5em 0px 0px 0.5em;
padding: 0px 0px 0px 20px;
vertical-align: middle;
width: 0px;
position: static;
text-shadow: 2px 0.3em rgba(128, 139, 163, 0.4);
}
.a-404:after {
content: "404";
font-size: 90pt;
color: #A2A2A2;
}
.page-404-white {
border-left: none !important;
border-radius: 0px 0.5em 0.5em 0px;
}
.page-404-white h1 {
color: #A2A2A2;
}
.page-404-white .gray {
color: #929292;
}
/* Get rid of rounded images, remove block to save them */
.base .user__ava,
.top-others .user__ava,
.q--ava, .user__ava img,
.user-small__ava,
.user-small-button,
.com--ava, .form--ava,
.b-marked__ava,
.b-marked .btn-avatar-more,
.marked--ava, .action--showMarks,
.poll--ava, .qs--ava, .a--ava,
.nf--img, .nt--img, .avatar,
.avatar__img, .q--li--ava,
.u--head--ava, .t-ava--ava,
.f--li--ava,
.x-ph__auth_list_active .x-ph__auth_list__item__avatar {
background-color: transparent;
-webkit-border-radius: 0%;
border-radius: 6%;
}
/* forced logo, remove block to allow customised logos */
.pm-logo__link__pic {
box-sizing: border-box;
-moz-box-sizing: border-box;
background: url(http://otvet.mail.ru/images/logo.png) no-repeat;
background-position: center;
width: 170px; /* Width of new image */
height: 36px; /* Height of new image */
padding-left: 170px; /* Equal to width of new image */
}
/* ADS, remove the block to enable ads */
div[class^='adv-slot-'],
.pm-toolbar__banner__content {
display: none !important;
}
.block-portal-footer {
height: auto !important;
margin-top: auto !important;
display: none !important;
}
/* левая/правая колонка сайта и форма задать вопрос (для этого есть кнопка) #ColumnLeft,.column_left , #ColumnRight , .column_right , */
.q-ask {
display:none !important;
}
/* всплывающая подсказка (+лайки за ответ), нужна при отображении без левой колонки сайта
.b-marked {
left: 88px !important;
}
*/
._2XT0 ,.C-P0 , ._2zUO {
background:#626262;
color: #000;
}
} | 0.14851 | 0.099777 |
.nav-link .material-icons {
font-size: 38px !important;
}
.nav-item .btn-link {
padding: 4px !important;
}
.img-logo-padel {
height: 50px;
margin-top: 2px;
margin-bottom: 2px;
}
.header-img {
position: absolute;
z-index: 5;
}
.img-pala-vertical{
height: 420px;
top: 320px;
left: 40px;
}
.img-pala-horizontal{
width: 420px;
top: 115px;
right: 0px;
}
.img-ball{
height: 45px;
top: 168px;
left: 460px;
}
.img-ball-container{
height: 90px;
top: 130px;
left: 255px;
}
.intro-lead-in, .intro-heading, #reservationBtn{
z-index: 15;
}
/*div#instafeed a {
width: 33%;
position: relative;
float: left;
margin-bottom: 35%;
height: 0;
}*/
#instafeed {
width: 100%;
}
#instafeed:after {
clear: both;
content: "";
display: table;
}
#instafeed, #instafeed * {
border: 0;
box-sizing: border-box;
font: inherit;
font-size: 100%;
line-height: 1.5;
margin: 0;
padding: 0;
vertical-align: baseline;
height: 100%;
float: left;
width: 100%;
position: relative;
}
#instafeed a img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
width: 100%;
}
.instagram-tile{
list-style: none;
box-sizing: border-box;
vertical-align: baseline;
padding: 8px;
-webkit-flex-basis: 33.33%;
flex-basis: 33.33%;
max-width: 33.33%;
width: 33.33%;
height: 50% !important;
float: left;
}
.instagram-wrapper{
width: 100%;
position: relative;
border: 4px solid white !important;
}
.instagram-figure div::before {
opacity: 0;
transition: opacity .3s ease;
visibility: hidden;
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAuMzEzIDI1MC4zMTMiPiAgICA8Zz4gICAgICAgIDxwYXRoIGZpbGw9IiNmNWY1ZjUiICAgICAgICAgICAgICBkPSJtMjQ0LjE5IDIxNC42bC01NC4zNzktNTQuMzc4Yy0wLjI4OS0wLjI4OS0wLjYyOC0wLjQ5MS0wLjkzLTAuNzYgMTAuNy0xNi4yMzEgMTYuOTQ1LTM1LjY2IDE2Ljk0NS01Ni41NTQgMC01Ni44MzUtNDYuMDctMTAyLjkxLTEwMi45MS0xMDIuOTFzLTEwMi45MSA0Ni4wNzUtMTAyLjkxIDEwMi45MWMwIDU2LjgzNSA0Ni4wNzQgMTAyLjkxIDEwMi45MSAxMDIuOTEgMjAuODk1IDAgNDAuMzIzLTYuMjQ1IDU2LjU1NC0xNi45NDUgMC4yNjkgMC4zMDEgMC40NyAwLjY0IDAuNzU5IDAuOTI5bDU0LjM4IDU0LjM4YzguMTY5IDguMTY4IDIxLjQxMyA4LjE2OCAyOS41ODMgMCA4LjE3LTguMTcgOC4xNy0yMS40MiAwLjAxLTI5LjU5em0tMTQxLjI4LTQ0LjQ1Yy0zNy4xMzQgMC02Ny4yMzYtMzAuMTAyLTY3LjIzNi02Ny4yMzUgMC0zNy4xMzQgMzAuMTAzLTY3LjIzNiA2Ny4yMzYtNjcuMjM2IDM3LjEzMiAwIDY3LjIzNSAzMC4xMDMgNjcuMjM1IDY3LjIzNiAwLjAxIDM3LjEyLTMwLjEgNjcuMjMtNjcuMjMgNjcuMjN6Ii8+ICAgIDwvZz48L3N2Zz4=") no-repeat 50% 50% rgba(61,63,82,.7);
background-size: 25% 25%;
content: "";
}
.instagram-figure:hover div::before {
height: 100%;
left: 0;
line-height: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
opacity: 1;
visibility: visible;
}
.terms_link{
color: black !important;
}
/* LOGIN */
#loginPopup .modal-body{
background-color: #f8f9fa;
padding: 12px;
}
.sign-btn{
color: white;
position: absolute;
left:50%;
}
.sign-btn-big{
color: white;
position: absolute;
left:50%;
}
.sign-btn-big i{
font-size: 70px;
}
.sign-out .material-icons{
font-size: 28px !important;
}
#otherOptionsLabel{
text-align: center;
margin-top: 2px;
padding-top: 14px !important;
padding-bottom: 6px !important;
font-size: 0.9em;
font-style: italic;
/* border-top: 1px solid #e8e8e8;*/
-webkit-box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.14);
box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.14);
}
.firebaseui-card-actions-signup {
background-color: #eaeaea;
-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.14);
box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.14);
padding-top: 18px !important;
font-weight: bold;
}
.firebase-email-card {
padding-top: 5px !important;
}
.mdl-textfield {
padding: 24px 0px !important;
}
.mdl-textfield {
padding-top: 14px !important;
padding-bottom: 12px !important;
}
#firebaseui-auth-container-popup .firebaseui-list-item {
width: 80px !important;
}
#firebaseui-auth-container-popup .firebaseui-list-item:first-child {
float: left;
margin-left: 12px;
}
#firebaseui-auth-container-popup .firebaseui-list-item:last-child {
float: right;
margin-right: 12px;
}
#firebaseui-auth-container-popup .firebaseui-container {
margin: 0px !important;
max-width: 550px;
}
#signUpLink {
text-align: center;
width: 100%;
float: left;
font-weight: bold;
}
#firebaseui-auth-container-popup .firebaseui-idp-text-long {
display: none;
}
#firebaseui-auth-container-popup .firebaseui-idp-icon-wrapper .firebaseui-idp-icon {
margin-left: 14px;
}
#firebaseui-auth-container-popup .modal-title {
font-size: 0.8em !important;
}
.firebaseui-error-wrapper {
margin-top: 10px;
font-weight: bold;
}
.firebase-forget-password {
font-size: 0.9em;
}
.mdl-textfield__label {
top: 2px !important;
}
.firebaseui-container {
padding-top: 3px;
}
.img-instructions{
width: 65%;
}
.img-publi-logo{
opacity: 0.8;
height: 60px;
}
.tel-div{
margin-top: 25px;
}
.tel-div .section-subheading {
margin-bottom: 14px;
}
.tel-div .section-heading {
font-size: 1.3em;
}
.tel-div a {
color: white !important;
}
#contact{
padding-bottom: 24px !important;
}
.contact-subheading{
margin-bottom: 15px !important;
}
.conditions-modal .modal-dialog {
margin: 0px;
width: 60%;
margin-left: 20%;
max-width: 2000px;
}
.conditions-modal h2 {
text-align: center;
}
.bold-text{
font-weight: bold;
}
.mdl-button--raised.mdl-button--colored {
background: #4285f4 !important;
}
.mdl-button--raised.mdl-button--colored:hover {
background-color: #5695fd !important;
}
.mdl-button--raised.mdl-button--colored:active {
background-color: #4285f4 !important;
}
#loginPopup .modal-dialog {
max-width: 450px;
}
#loginPopup .modal-header {
padding: 8px;
}
#login-title{
text-align: center;
width: 100%;
}
.news {
display: block;
background-color: #009900;
position: absolute;
height: 48px;
line-height: 24px;
bottom: -48px;
left: 0px;
right: 0px;
color: white;
text-align: center;
}
.alert_news {
background-color: #FF2222;
}
@media (max-width: 1200px) {
.img-instructions{
width: 75%;
}
.img-pala-vertical{
height: 157px;
bottom: 0px;
top: 320px;
left: 10px;
display: none;
}
.img-pala-horizontal{
width: 157px;
/*top: 70px;*/
top:394px;
right: 4px;
}
.img-ball{
height: 17px;
top: 95px;
left: 130px;
}
.img-ball-container{
height: 34px;
top: 75px;
left: 27px;
}
.sign-btn{
left:60%;
top:15px;
}
.sign-btn-big{
left:40%;
}
section {
padding: 40px 0 !important;
}
section h3.section-subheading {
margin-bottom: 65px !important;
}
.conditions-modal .modal-dialog{
width: 80%;
margin-left: 10%;
}
}
@media (max-width: 600px) {
.img-instructions{
width: 85%;
}
.conditions-modal .modal-dialog{
width: 90%;
margin-left: 5%;
}
.news {
font-size: 0.8em;
}
section h3.section-subheading {
margin-bottom: 44px !important;
}
}
@media (max-width: 400px) {
.img-instructions{
width: 92%;
}
.news {
font-size: 0.6em;
}
}
@media (min-width: 768px) {
section {
padding: 60px 0 !important;
}
}
@media (min-width: 368px) {
#firebaseui-auth-container-popup .firebaseui-list-item {
width: 92px !important;
}
#firebaseui-auth-container-popup .firebaseui-list-item:first-child {
float: left;
margin-left: 16px;
}
#firebaseui-auth-container-popup .firebaseui-list-item:last-child {
float: right;
margin-right:16px;
}
#firebaseui-auth-container-popup .firebaseui-idp-icon-wrapper .firebaseui-idp-icon {
margin-left: 20px;
}
}
@media (min-width: 500px) {
#firebaseui-auth-container-popup .firebaseui-idp-text-long {
/*display: block;*/
}
#firebaseui-auth-container-popup .firebaseui-list-item {
width: 112px !important;
}
#firebaseui-auth-container-popup .firebaseui-list-item:first-child {
float: left;
margin-left: 20px;
}
#firebaseui-auth-container-popup .firebaseui-list-item:last-child {
float: right;
margin-right: 20px;
}
#firebaseui-auth-container-popup .firebaseui-idp-icon-wrapper .firebaseui-idp-icon {
margin-left: 31px;
}
#firebaseui-auth-container-popup .modal-title {
font-size: 1.0em !important;
}
} | public/css/custom.css | .nav-link .material-icons {
font-size: 38px !important;
}
.nav-item .btn-link {
padding: 4px !important;
}
.img-logo-padel {
height: 50px;
margin-top: 2px;
margin-bottom: 2px;
}
.header-img {
position: absolute;
z-index: 5;
}
.img-pala-vertical{
height: 420px;
top: 320px;
left: 40px;
}
.img-pala-horizontal{
width: 420px;
top: 115px;
right: 0px;
}
.img-ball{
height: 45px;
top: 168px;
left: 460px;
}
.img-ball-container{
height: 90px;
top: 130px;
left: 255px;
}
.intro-lead-in, .intro-heading, #reservationBtn{
z-index: 15;
}
/*div#instafeed a {
width: 33%;
position: relative;
float: left;
margin-bottom: 35%;
height: 0;
}*/
#instafeed {
width: 100%;
}
#instafeed:after {
clear: both;
content: "";
display: table;
}
#instafeed, #instafeed * {
border: 0;
box-sizing: border-box;
font: inherit;
font-size: 100%;
line-height: 1.5;
margin: 0;
padding: 0;
vertical-align: baseline;
height: 100%;
float: left;
width: 100%;
position: relative;
}
#instafeed a img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
width: 100%;
}
.instagram-tile{
list-style: none;
box-sizing: border-box;
vertical-align: baseline;
padding: 8px;
-webkit-flex-basis: 33.33%;
flex-basis: 33.33%;
max-width: 33.33%;
width: 33.33%;
height: 50% !important;
float: left;
}
.instagram-wrapper{
width: 100%;
position: relative;
border: 4px solid white !important;
}
.instagram-figure div::before {
opacity: 0;
transition: opacity .3s ease;
visibility: hidden;
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAuMzEzIDI1MC4zMTMiPiAgICA8Zz4gICAgICAgIDxwYXRoIGZpbGw9IiNmNWY1ZjUiICAgICAgICAgICAgICBkPSJtMjQ0LjE5IDIxNC42bC01NC4zNzktNTQuMzc4Yy0wLjI4OS0wLjI4OS0wLjYyOC0wLjQ5MS0wLjkzLTAuNzYgMTAuNy0xNi4yMzEgMTYuOTQ1LTM1LjY2IDE2Ljk0NS01Ni41NTQgMC01Ni44MzUtNDYuMDctMTAyLjkxLTEwMi45MS0xMDIuOTFzLTEwMi45MSA0Ni4wNzUtMTAyLjkxIDEwMi45MWMwIDU2LjgzNSA0Ni4wNzQgMTAyLjkxIDEwMi45MSAxMDIuOTEgMjAuODk1IDAgNDAuMzIzLTYuMjQ1IDU2LjU1NC0xNi45NDUgMC4yNjkgMC4zMDEgMC40NyAwLjY0IDAuNzU5IDAuOTI5bDU0LjM4IDU0LjM4YzguMTY5IDguMTY4IDIxLjQxMyA4LjE2OCAyOS41ODMgMCA4LjE3LTguMTcgOC4xNy0yMS40MiAwLjAxLTI5LjU5em0tMTQxLjI4LTQ0LjQ1Yy0zNy4xMzQgMC02Ny4yMzYtMzAuMTAyLTY3LjIzNi02Ny4yMzUgMC0zNy4xMzQgMzAuMTAzLTY3LjIzNiA2Ny4yMzYtNjcuMjM2IDM3LjEzMiAwIDY3LjIzNSAzMC4xMDMgNjcuMjM1IDY3LjIzNiAwLjAxIDM3LjEyLTMwLjEgNjcuMjMtNjcuMjMgNjcuMjN6Ii8+ICAgIDwvZz48L3N2Zz4=") no-repeat 50% 50% rgba(61,63,82,.7);
background-size: 25% 25%;
content: "";
}
.instagram-figure:hover div::before {
height: 100%;
left: 0;
line-height: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
opacity: 1;
visibility: visible;
}
.terms_link{
color: black !important;
}
/* LOGIN */
#loginPopup .modal-body{
background-color: #f8f9fa;
padding: 12px;
}
.sign-btn{
color: white;
position: absolute;
left:50%;
}
.sign-btn-big{
color: white;
position: absolute;
left:50%;
}
.sign-btn-big i{
font-size: 70px;
}
.sign-out .material-icons{
font-size: 28px !important;
}
#otherOptionsLabel{
text-align: center;
margin-top: 2px;
padding-top: 14px !important;
padding-bottom: 6px !important;
font-size: 0.9em;
font-style: italic;
/* border-top: 1px solid #e8e8e8;*/
-webkit-box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.14);
box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.14);
}
.firebaseui-card-actions-signup {
background-color: #eaeaea;
-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.14);
box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.14);
padding-top: 18px !important;
font-weight: bold;
}
.firebase-email-card {
padding-top: 5px !important;
}
.mdl-textfield {
padding: 24px 0px !important;
}
.mdl-textfield {
padding-top: 14px !important;
padding-bottom: 12px !important;
}
#firebaseui-auth-container-popup .firebaseui-list-item {
width: 80px !important;
}
#firebaseui-auth-container-popup .firebaseui-list-item:first-child {
float: left;
margin-left: 12px;
}
#firebaseui-auth-container-popup .firebaseui-list-item:last-child {
float: right;
margin-right: 12px;
}
#firebaseui-auth-container-popup .firebaseui-container {
margin: 0px !important;
max-width: 550px;
}
#signUpLink {
text-align: center;
width: 100%;
float: left;
font-weight: bold;
}
#firebaseui-auth-container-popup .firebaseui-idp-text-long {
display: none;
}
#firebaseui-auth-container-popup .firebaseui-idp-icon-wrapper .firebaseui-idp-icon {
margin-left: 14px;
}
#firebaseui-auth-container-popup .modal-title {
font-size: 0.8em !important;
}
.firebaseui-error-wrapper {
margin-top: 10px;
font-weight: bold;
}
.firebase-forget-password {
font-size: 0.9em;
}
.mdl-textfield__label {
top: 2px !important;
}
.firebaseui-container {
padding-top: 3px;
}
.img-instructions{
width: 65%;
}
.img-publi-logo{
opacity: 0.8;
height: 60px;
}
.tel-div{
margin-top: 25px;
}
.tel-div .section-subheading {
margin-bottom: 14px;
}
.tel-div .section-heading {
font-size: 1.3em;
}
.tel-div a {
color: white !important;
}
#contact{
padding-bottom: 24px !important;
}
.contact-subheading{
margin-bottom: 15px !important;
}
.conditions-modal .modal-dialog {
margin: 0px;
width: 60%;
margin-left: 20%;
max-width: 2000px;
}
.conditions-modal h2 {
text-align: center;
}
.bold-text{
font-weight: bold;
}
.mdl-button--raised.mdl-button--colored {
background: #4285f4 !important;
}
.mdl-button--raised.mdl-button--colored:hover {
background-color: #5695fd !important;
}
.mdl-button--raised.mdl-button--colored:active {
background-color: #4285f4 !important;
}
#loginPopup .modal-dialog {
max-width: 450px;
}
#loginPopup .modal-header {
padding: 8px;
}
#login-title{
text-align: center;
width: 100%;
}
.news {
display: block;
background-color: #009900;
position: absolute;
height: 48px;
line-height: 24px;
bottom: -48px;
left: 0px;
right: 0px;
color: white;
text-align: center;
}
.alert_news {
background-color: #FF2222;
}
@media (max-width: 1200px) {
.img-instructions{
width: 75%;
}
.img-pala-vertical{
height: 157px;
bottom: 0px;
top: 320px;
left: 10px;
display: none;
}
.img-pala-horizontal{
width: 157px;
/*top: 70px;*/
top:394px;
right: 4px;
}
.img-ball{
height: 17px;
top: 95px;
left: 130px;
}
.img-ball-container{
height: 34px;
top: 75px;
left: 27px;
}
.sign-btn{
left:60%;
top:15px;
}
.sign-btn-big{
left:40%;
}
section {
padding: 40px 0 !important;
}
section h3.section-subheading {
margin-bottom: 65px !important;
}
.conditions-modal .modal-dialog{
width: 80%;
margin-left: 10%;
}
}
@media (max-width: 600px) {
.img-instructions{
width: 85%;
}
.conditions-modal .modal-dialog{
width: 90%;
margin-left: 5%;
}
.news {
font-size: 0.8em;
}
section h3.section-subheading {
margin-bottom: 44px !important;
}
}
@media (max-width: 400px) {
.img-instructions{
width: 92%;
}
.news {
font-size: 0.6em;
}
}
@media (min-width: 768px) {
section {
padding: 60px 0 !important;
}
}
@media (min-width: 368px) {
#firebaseui-auth-container-popup .firebaseui-list-item {
width: 92px !important;
}
#firebaseui-auth-container-popup .firebaseui-list-item:first-child {
float: left;
margin-left: 16px;
}
#firebaseui-auth-container-popup .firebaseui-list-item:last-child {
float: right;
margin-right:16px;
}
#firebaseui-auth-container-popup .firebaseui-idp-icon-wrapper .firebaseui-idp-icon {
margin-left: 20px;
}
}
@media (min-width: 500px) {
#firebaseui-auth-container-popup .firebaseui-idp-text-long {
/*display: block;*/
}
#firebaseui-auth-container-popup .firebaseui-list-item {
width: 112px !important;
}
#firebaseui-auth-container-popup .firebaseui-list-item:first-child {
float: left;
margin-left: 20px;
}
#firebaseui-auth-container-popup .firebaseui-list-item:last-child {
float: right;
margin-right: 20px;
}
#firebaseui-auth-container-popup .firebaseui-idp-icon-wrapper .firebaseui-idp-icon {
margin-left: 31px;
}
#firebaseui-auth-container-popup .modal-title {
font-size: 1.0em !important;
}
} | 0.247169 | 0.056496 |
.dojoxMultiSelectSelect { display: none; }
.dojoxMultiSelect {
border: solid black 1px;
margin: 1px 0;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
height: 100px;
}
.dj_ie .dojoxMultiSelect,
.dj_webkit .dojoxMultiSelect {
/* So that the scroll bar doesn't cover stuff up */
padding-right: 15px;
}
.dojoxMultiSelectItem {
white-space: nowrap;
padding:.1em .2em;
cursor:default;
}
.dojoxMultiSelectDisabled *,
.dojoxMultiSelectReadOnly * {
color:gray !important;
}
.dojoxMultiSelectItemLabel {
margin-left: .2em;
}
/*
**----------------------------------------------------------------------------
** Tundra theme (make look similar to text box)
**----------------------------------------------------------------------------
*/
.tundra .dojoxMultiSelect {
margin: 0em 0.1em;
}
.tundra .dojoxMultiSelect {
background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left;
#background:#fff url('../../../dijit/themes/tundra/images/validationInputBg.gif') repeat-x top left;
border:1px solid #b3b3b3;
line-height: normal;
}
.tundra .dojoxMultiSelectFocused {
/* input field when focused (ie: typing affects it) */
border-color:#406b9b;
}
/*
**----------------------------------------------------------------------------
** Soria theme (make look similar to text box)
**----------------------------------------------------------------------------
*/
.soria .dojoxMultiSelect {
margin: 0em 0.1em;
}
.soria .dojoxMultiSelect {
background:#fff url("../../../dijit/themes/soria/images/validationInputBg.png") repeat-x top left;
#background:#fff url('../../../dijit/themes/soria/images/validationInputBg.gif') repeat-x top left;
border:1px solid #8ba0bd;
line-height: normal;
}
.soria .dojoxMultiSelectFocused {
/* input field when focused (ie: typing affects it) */
border-color:#406b9b;
}
/*
**----------------------------------------------------------------------------
** Nihilo theme (make look similar to text box)
**----------------------------------------------------------------------------
*/
.nihilo .dojoxMultiSelect {
margin: 0em 0.1em;
}
.nihilo .dojoxMultiSelect {
background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left;
#background:#fff url('../../../dijit/themes/nihilo/images/validationInputBg.gif') repeat-x top left;
border:1px solid #d3d3d3;
line-height: normal;
}
.nihilo .dojoxMultiSelectFocused {
/* input field when focused (ie: typing affects it) */
border-color:#b3b3b3;
} | .original/lucid-1.0.1final/desktop/dojotoolkit/dojox/form/resources/CheckedMultiSelect.css | .dojoxMultiSelectSelect { display: none; }
.dojoxMultiSelect {
border: solid black 1px;
margin: 1px 0;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
height: 100px;
}
.dj_ie .dojoxMultiSelect,
.dj_webkit .dojoxMultiSelect {
/* So that the scroll bar doesn't cover stuff up */
padding-right: 15px;
}
.dojoxMultiSelectItem {
white-space: nowrap;
padding:.1em .2em;
cursor:default;
}
.dojoxMultiSelectDisabled *,
.dojoxMultiSelectReadOnly * {
color:gray !important;
}
.dojoxMultiSelectItemLabel {
margin-left: .2em;
}
/*
**----------------------------------------------------------------------------
** Tundra theme (make look similar to text box)
**----------------------------------------------------------------------------
*/
.tundra .dojoxMultiSelect {
margin: 0em 0.1em;
}
.tundra .dojoxMultiSelect {
background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left;
#background:#fff url('../../../dijit/themes/tundra/images/validationInputBg.gif') repeat-x top left;
border:1px solid #b3b3b3;
line-height: normal;
}
.tundra .dojoxMultiSelectFocused {
/* input field when focused (ie: typing affects it) */
border-color:#406b9b;
}
/*
**----------------------------------------------------------------------------
** Soria theme (make look similar to text box)
**----------------------------------------------------------------------------
*/
.soria .dojoxMultiSelect {
margin: 0em 0.1em;
}
.soria .dojoxMultiSelect {
background:#fff url("../../../dijit/themes/soria/images/validationInputBg.png") repeat-x top left;
#background:#fff url('../../../dijit/themes/soria/images/validationInputBg.gif') repeat-x top left;
border:1px solid #8ba0bd;
line-height: normal;
}
.soria .dojoxMultiSelectFocused {
/* input field when focused (ie: typing affects it) */
border-color:#406b9b;
}
/*
**----------------------------------------------------------------------------
** Nihilo theme (make look similar to text box)
**----------------------------------------------------------------------------
*/
.nihilo .dojoxMultiSelect {
margin: 0em 0.1em;
}
.nihilo .dojoxMultiSelect {
background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left;
#background:#fff url('../../../dijit/themes/nihilo/images/validationInputBg.gif') repeat-x top left;
border:1px solid #d3d3d3;
line-height: normal;
}
.nihilo .dojoxMultiSelectFocused {
/* input field when focused (ie: typing affects it) */
border-color:#b3b3b3;
} | 0.33644 | 0.07946 |
.banka {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
text-align: center;
margin: auto;
align-content: center;
float : left;
}
.banka:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
.cfi {
background-color: #191991;
color: #fff;
}
.axs {
background-color: #F8910E;
color: #000000;
}
.max {
background-color: #E10C5C;
color: #fff;
}
.adv {
background-color: #F04B04;
color: #fff;
}
.wrd {
background-color: #650571;
color: #fff;
}
.bns {
background-color: #5DA527;
color: #fff;
}
.hlk {
background-color: #015596;
color: #fff;
}
.vak {
background-color: #FDFD47;
color: #000000;
}
.ana {
background-color: #fff;
color: #000000;
}
.teb {
background-color: #00824E;
color: #fff;
}
.for {
background-color: #E01319;
color: #fff;
}
.dnz{
background-color: #0D4E8F;
color: #fff;
}
.bas{
background-color: #fff;
}
.zir {
background-color: #d66;
color: #fff;
}
.sek {
background-color: #0B682C;
color: #fff;
}
.sek-odd {
background-color: #65AC94;
color: #fff;
}
.zir-odd {
background-color: #a00;
color: #fff;
}
.bas-odd{
background-color: #006;
color: #fff;
}
.dnz-odd {
background-color: #A8D5FF;
color: #000;
}
.ana-odd {
background-color: #0282D7;
color: #fff;
}
.hlk-odd {
background-color: #738CC8;
color: #fff;
}
.for-odd {
background-color: #EE7F83;
color: #fff;
}
.teb-odd {
background-color: #00BB71;
color: #fff;
}
.vak-odd {
background-color: #434343;
color: #FFFF00;
}
.bns-odd {
background-color: #007D00;
color: #fff;
}
.wrd-odd {
background-color: #BC5CCD;
color: #fff;
}
.max-odd {
background-color: #FF2FB1;
color: #fff;
}
.axs-odd {
background-color: #FAAB4B;
color: #000;
}
.cti {
background-color: #3f3;
color: #000;
}
.cti-odd {
background-color: #efe;
color: #000;
}
.cfi-odd {
background-color: #144BBE;
color: #fff;
}
.adv-odd {
background-color: #FC6F32;
color: #fff;
} | views/css/installments-colorize.css | .banka {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
text-align: center;
margin: auto;
align-content: center;
float : left;
}
.banka:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
.cfi {
background-color: #191991;
color: #fff;
}
.axs {
background-color: #F8910E;
color: #000000;
}
.max {
background-color: #E10C5C;
color: #fff;
}
.adv {
background-color: #F04B04;
color: #fff;
}
.wrd {
background-color: #650571;
color: #fff;
}
.bns {
background-color: #5DA527;
color: #fff;
}
.hlk {
background-color: #015596;
color: #fff;
}
.vak {
background-color: #FDFD47;
color: #000000;
}
.ana {
background-color: #fff;
color: #000000;
}
.teb {
background-color: #00824E;
color: #fff;
}
.for {
background-color: #E01319;
color: #fff;
}
.dnz{
background-color: #0D4E8F;
color: #fff;
}
.bas{
background-color: #fff;
}
.zir {
background-color: #d66;
color: #fff;
}
.sek {
background-color: #0B682C;
color: #fff;
}
.sek-odd {
background-color: #65AC94;
color: #fff;
}
.zir-odd {
background-color: #a00;
color: #fff;
}
.bas-odd{
background-color: #006;
color: #fff;
}
.dnz-odd {
background-color: #A8D5FF;
color: #000;
}
.ana-odd {
background-color: #0282D7;
color: #fff;
}
.hlk-odd {
background-color: #738CC8;
color: #fff;
}
.for-odd {
background-color: #EE7F83;
color: #fff;
}
.teb-odd {
background-color: #00BB71;
color: #fff;
}
.vak-odd {
background-color: #434343;
color: #FFFF00;
}
.bns-odd {
background-color: #007D00;
color: #fff;
}
.wrd-odd {
background-color: #BC5CCD;
color: #fff;
}
.max-odd {
background-color: #FF2FB1;
color: #fff;
}
.axs-odd {
background-color: #FAAB4B;
color: #000;
}
.cti {
background-color: #3f3;
color: #000;
}
.cti-odd {
background-color: #efe;
color: #000;
}
.cfi-odd {
background-color: #144BBE;
color: #fff;
}
.adv-odd {
background-color: #FC6F32;
color: #fff;
} | 0.267408 | 0.194712 |
.main, .skills, .tools, .intro, .projects, .tags, .footer{
display: flex;
}
.main, .skills, .skills div, .web, .software, .container, .footer{
flex: 1;
}
.main {
min-height: 100vh;
flex-direction: column;
justify-content: center;
align-items: center;
}
#skill_header, .container div, .footer p{
text-align: center;
}
#skill_header, .skills{
width: 100%;
}
#skill_header, .container h3{
margin: 0;
}
#skill_header, .tags, .footer{
color: white;
}
#skill_header, .skills, .stickyBtn, .footer{
background-color: #11253d;
}
#skill_header{
padding: 1em 0;
}
.skills, .projects, .footer{
justify-content: center;
}
.skills, .projects, .tags{
flex-flow: row wrap;
}
.skills{
padding: 0 6rem;
}
.tools{
width: 80%;
height: 60%;
margin: auto;
padding: 2rem 1.4rem;
justify-content: space-evenly;
background-color: black;
opacity: .6;
}
.Nav{
display: flex;
text-align: end;
padding: 1rem 1.2rem;
}
.Nav ul{
flex: 2;
}
.Nav ul li{
display: inline;
margin: 0 1rem;
font-weight: 500;
}
.intro{
flex-flow: row wrap-reverse;
padding: 4rem 6rem;
box-shadow: 0 2px 5px;
z-index: 3;
}
.intro div, .footer p{
flex: 2;
}
.intro div{
min-width: 300px;
margin-right: 2rem;
padding-right: 2rem;
border-right: 2px solid black;
}
.web, .software{
margin: 2rem;
min-width: 226px;
background-color: white;
border-radius: 1rem;
}
.web h3{
background-color: rgb(72, 183, 252);
}
.software h3{
background-color: rgb(47, 255, 64);
}
.projects{
max-width: 780px;
margin: 2em;
}
.container{
min-width: 322px;
max-width: 350px;
border: 1px solid lightslategrey;
border-radius: 1em;
margin: 1em;
}
.container:hover{
box-shadow: 0 0 12px rgb(102, 102, 247);
}
.container div{
padding: .4em;
}
.container span{
width: 100% !important;
}
.container img{
border-radius: 1em 1em 0 0;
margin: 0 !important;
}
.container button{
margin: 0 .5em;
border: 1px solid rgb(102, 102, 247);
border-radius: 8px;
padding: .4em 1.2em;
}
.tags span{
border-radius: 8px;
background-color: rgb(102, 102, 247);
margin: .3em;
padding: .2em .4em;
width: fit-content !important;
}
.stickyBtn{
height: 50px;
width: 50px;
border: none;
border-radius: 100%;
margin: 1rem;
color: white;
position: sticky;
bottom: 10px;
align-self: flex-end;
}
.footer {
padding: 2rem;
border-top: 1px solid #eaeaea;
align-items: center;
}
.footer a{
flex: .5;
text-align: start;
padding: 1em;
border: 1px solid white;
}
@media screen and (max-width: 790px) {
.intro div{
border-right: none;
border-top: 2px solid black;
}
.footer p{
flex: 1;
}
}
@media (max-width: 550px){
.footer {
display: flex;
flex-flow: column-reverse;
}
.Nav{
padding: 1rem;
}
.Nav ul{
text-align: center;
padding-inline-start: 0;
}
.Nav ul li {
margin: 0 .4rem;
}
.intro {
padding: 4rem 2rem;
}
.intro div{
min-width: initial;
}
}
@media screen and (max-width: 340px) {
.container{
min-width: initial;
margin: 1em 0;
}
.intro div{
margin:0;
}
.Nav{
text-align: center;
}
} | styles/Home.module.css | .main, .skills, .tools, .intro, .projects, .tags, .footer{
display: flex;
}
.main, .skills, .skills div, .web, .software, .container, .footer{
flex: 1;
}
.main {
min-height: 100vh;
flex-direction: column;
justify-content: center;
align-items: center;
}
#skill_header, .container div, .footer p{
text-align: center;
}
#skill_header, .skills{
width: 100%;
}
#skill_header, .container h3{
margin: 0;
}
#skill_header, .tags, .footer{
color: white;
}
#skill_header, .skills, .stickyBtn, .footer{
background-color: #11253d;
}
#skill_header{
padding: 1em 0;
}
.skills, .projects, .footer{
justify-content: center;
}
.skills, .projects, .tags{
flex-flow: row wrap;
}
.skills{
padding: 0 6rem;
}
.tools{
width: 80%;
height: 60%;
margin: auto;
padding: 2rem 1.4rem;
justify-content: space-evenly;
background-color: black;
opacity: .6;
}
.Nav{
display: flex;
text-align: end;
padding: 1rem 1.2rem;
}
.Nav ul{
flex: 2;
}
.Nav ul li{
display: inline;
margin: 0 1rem;
font-weight: 500;
}
.intro{
flex-flow: row wrap-reverse;
padding: 4rem 6rem;
box-shadow: 0 2px 5px;
z-index: 3;
}
.intro div, .footer p{
flex: 2;
}
.intro div{
min-width: 300px;
margin-right: 2rem;
padding-right: 2rem;
border-right: 2px solid black;
}
.web, .software{
margin: 2rem;
min-width: 226px;
background-color: white;
border-radius: 1rem;
}
.web h3{
background-color: rgb(72, 183, 252);
}
.software h3{
background-color: rgb(47, 255, 64);
}
.projects{
max-width: 780px;
margin: 2em;
}
.container{
min-width: 322px;
max-width: 350px;
border: 1px solid lightslategrey;
border-radius: 1em;
margin: 1em;
}
.container:hover{
box-shadow: 0 0 12px rgb(102, 102, 247);
}
.container div{
padding: .4em;
}
.container span{
width: 100% !important;
}
.container img{
border-radius: 1em 1em 0 0;
margin: 0 !important;
}
.container button{
margin: 0 .5em;
border: 1px solid rgb(102, 102, 247);
border-radius: 8px;
padding: .4em 1.2em;
}
.tags span{
border-radius: 8px;
background-color: rgb(102, 102, 247);
margin: .3em;
padding: .2em .4em;
width: fit-content !important;
}
.stickyBtn{
height: 50px;
width: 50px;
border: none;
border-radius: 100%;
margin: 1rem;
color: white;
position: sticky;
bottom: 10px;
align-self: flex-end;
}
.footer {
padding: 2rem;
border-top: 1px solid #eaeaea;
align-items: center;
}
.footer a{
flex: .5;
text-align: start;
padding: 1em;
border: 1px solid white;
}
@media screen and (max-width: 790px) {
.intro div{
border-right: none;
border-top: 2px solid black;
}
.footer p{
flex: 1;
}
}
@media (max-width: 550px){
.footer {
display: flex;
flex-flow: column-reverse;
}
.Nav{
padding: 1rem;
}
.Nav ul{
text-align: center;
padding-inline-start: 0;
}
.Nav ul li {
margin: 0 .4rem;
}
.intro {
padding: 4rem 2rem;
}
.intro div{
min-width: initial;
}
}
@media screen and (max-width: 340px) {
.container{
min-width: initial;
margin: 1em 0;
}
.intro div{
margin:0;
}
.Nav{
text-align: center;
}
} | 0.378919 | 0.069573 |
@font-face {
font-family: FuturaPT, sans-serif;
src:
local(futurapt-book),
url(../assets/fonts/FuturaPT-Book.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: Montserrat, sans-serif;
src:
local(montserrat-regular),
url(../assets/fonts/Montserrat-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: Montserrat, sans-serif;
src:
local(montserrat-bold),
url(../assets/fonts/Montserrat-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: PlayfairDisplay, sans-serif;
src:
local(playfairdisplay-regular),
url(../assets/fonts/PlayfairDisplay-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: ProximaNova, sans-serif;
src:
local(proximanova-regular),
url(../assets/fonts/Raleway-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: RobotoSlab, sans-serif;
src:
local(robotoslab-bold),
url(../assets/fonts/RobotoSlab-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: SourceSerifPro, sans-serif;
src:
local(sourceserifpro-bold),
url(../assets/fonts/SourceSerifPro-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
font-stretch: normal;
}
:root {
--bubble-gum-pink: #ff5ab7;
--black: #1e1e1e;
--pinkish-grey: #c4c4c4;
--black-5: rgba(0, 0, 0, 0.05);
--pale-grey: #f5f6fa;
--azure: #0290ff;
--medium-blue: #307bbe;
--dodger-blue: #379cf6;
--white: #e8e8e8;
}
.Text-Style-5 {
font-family: Montserrat, sans-serif;
font-size: 1.875rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: var(--azure);
}
.Text-Style-6 {
font-family: RobotoSlab, sans-serif;
font-size: 1.375rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.2px;
color: #121212;
}
.Text-Style-10 {
font-family: Montserrat, sans-serif;
font-size: 1.25rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.18px;
color: #888;
}
.Text-Style-2 {
font-family: SourceSerifPro, sans-serif;
font-size: 1.25rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #fff;
}
.Text-Style-4 {
font-family: FuturaPT, sans-serif;
font-size: 1.063rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 3.78px;
color: #fff;
}
.Text-Style {
font-family: ProximaNova, sans-serif;
font-size: 1.063rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #6782a4;
}
.Text-Style-8 {
font-family: Montserrat, sans-serif;
font-size: 1rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.15px;
color: var(--pinkish-grey);
}
.Text-Style-9 {
font-family: Montserrat, sans-serif;
font-size: 0.875rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #121212;
}
.Text-Style-7 {
font-family: Montserrat, sans-serif;
font-size: 0.813rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.9px;
color: #121212;
}
.Text-Style-3 {
font-family: PlayfairDisplay, sans-serif;
font-size: 0.75rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2px;
color: #fff;
}
body {
display: flex;
align-items: center;
justify-content: center;
padding: 5rem 0 5rem 0;
background-color: var(--pale-grey);
}
.panel-bg {
width: 87.5rem;
height: 5.938rem;
padding: 1.438rem 6.188rem 1.688rem 6.25rem;
background-color: #fff;
}
.Bookstore-CMS-typo {
width: 15rem;
height: 2.313rem;
margin: 0.375rem 0 0.125rem 0;
font-family: Montserrat, sans-serif;
font-size: 1.875rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: var(--azure);
}
.active-link {
width: 3.688rem;
height: 1rem;
margin: 1.125rem 2.563rem 0.688rem 0;
font-family: Montserrat, sans-serif;
font-size: 0.813rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.9px;
color: #121212;
text-decoration: none;
}
.NavLinks {
width: 6.563rem;
height: 1rem;
margin: 1.125rem 2.563rem 0.688rem 2.563rem;
opacity: 0.5;
font-family: Montserrat, sans-serif;
font-size: 0.813rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.9px;
color: #121212;
text-decoration: none;
}
.Oval {
width: 2.813rem;
height: 2.813rem;
margin-left: 20rem;
padding: 0.875rem;
border: solid 1px var(--white);
border-radius: 50%;
color: var(--azure);
}
.Mask {
width: 1.063rem;
height: 1.063rem;
background-color: var(--azure);
}
.panel-bg-books {
width: 87.5rem;
margin: 0 2.5rem 4.063rem 0;
padding: 0 0 49.625rem;
border-radius: 4px;
box-shadow: 0 0 60px 0 var(--black-5);
background-color: #fafafa;
}
.Lesson-Panel {
width: 75rem;
height: 10.625rem;
margin: 2.313rem 6.25rem 0;
padding: 2rem 9.188rem 1.625rem 1.688rem;
border-radius: 4px;
border: solid 1px var(--white);
background-color: #fff;
}
.School-of {
width: 3.063rem;
height: 1.125rem;
margin: 0 2.438rem 0 0;
opacity: 0.5;
font-family: Montserrat, sans-serif;
font-size: 0.875rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #121212;
}
.Title {
width: 22.813rem;
height: 1.813rem;
margin: 0.188rem 9.688rem 0 0;
font-family: RobotoSlab, sans-serif;
font-size: 1.375rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.2px;
color: #121212;
}
.Author-Name {
width: 6.688rem;
height: 1.188rem;
margin: 0.25rem 0 0;
font-family: RobotoSlab, sans-serif;
font-size: 0.875rem;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #4386bf;
}
.Book-Options {
width: 4.563rem;
height: 1.188rem;
margin: 0.188rem 0.938rem 0.125rem 0;
font-family: RobotoSlab, sans-serif;
font-size: 0.875rem;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #4386bf;
}
.sketch-circular {
max-height: 100px;
margin: 5px 0 5px 0;
display: block;
min-width: 100px;
}
.curve-bg {
fill: none;
stroke-width: 2;
stroke: #eee;
}
.curve {
stroke-linecap: round;
stroke: var(--azure);
fill: none;
stroke-width: 2;
animation: progress 1s ease-out forwards;
}
.-Percent-Complete {
width: 4.25rem;
height: 2.438rem;
margin: 0.063rem 5.75rem 0 0.688rem;
font-family: Montserrat, sans-serif;
font-size: 2rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #121212;
}
.Completed {
width: 5rem;
height: 1.125rem;
margin: 0.438rem 4.938rem 0.75rem 0.75rem;
opacity: 0.5;
font-family: Montserrat, sans-serif;
font-size: 0.875rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #121212;
}
.Current-Chapter {
width: 7.875rem;
height: 1.125rem;
margin: 0.063rem 3.625rem 0 3.688rem;
opacity: 0.5;
font-family: RobotoSlab, sans-serif;
font-size: 0.813rem;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #121212;
}
.Current-Lesson {
width: 13.25rem;
height: 1.313rem;
margin: 0.438rem 0 0.25rem 3.688rem;
font-family: RobotoSlab, sans-serif;
font-size: 1rem;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.4px;
color: #121212;
}
.Rectangle-2 {
width: 11.5rem;
height: 2.063rem;
margin: 0.75rem 0 0.563rem 3.688rem;
padding: 0.438rem 1.188rem 0.5rem 1.375rem;
border-radius: 3px;
background-color: var(--azure);
font-family: RobotoSlab, sans-serif;
font-size: 0.813rem;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #fff;
}
.width-books-li {
width: 75rem;
list-style: none;
}
.form-width {
width: 75rem;
}
.Title-2 {
width: 10.875rem;
height: 1.5rem;
margin: 1.813rem 32.75rem 1.188rem 0;
font-family: Montserrat, sans-serif;
font-size: 1.25rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.18px;
color: #888;
}
.Lesson-Panel-2 {
width: 41.5rem;
height: 2.813rem;
margin: 1.188rem 2.125rem 0 0;
padding: 0.813rem 35.688rem 0.813rem 1.063rem;
border-radius: 4px;
border: solid 1px var(--white);
background-color: #fff;
font-family: Montserrat, sans-serif;
font-size: 1rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.15px;
color: var(--pinkish-grey);
}
.Lesson-Panel-3 {
width: 17.813rem;
height: 2.813rem;
margin: 1.188rem 2.125rem 0 0;
padding: 0.375rem 0.938rem 0.563rem 1rem;
border-radius: 4px;
border: solid 1px var(--white);
background-color: #fff;
font-family: Montserrat, sans-serif;
font-size: 1rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.15px;
color: var(--pinkish-grey);
}
.Rectangle-4 {
width: 11.435rem;
height: 2.813rem;
margin: 1.188rem 0 0 0;
padding: 0.801rem 1.188rem 0.886rem 1.375rem;
border-radius: 3px;
background-color: var(--azure);
font-family: RobotoSlab, sans-serif;
font-size: 0.813rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #fff;
}
.form-width-2 {
width: 75rem;
}
.li-item {
list-style: none;
} | src/components/index.css | @font-face {
font-family: FuturaPT, sans-serif;
src:
local(futurapt-book),
url(../assets/fonts/FuturaPT-Book.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: Montserrat, sans-serif;
src:
local(montserrat-regular),
url(../assets/fonts/Montserrat-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: Montserrat, sans-serif;
src:
local(montserrat-bold),
url(../assets/fonts/Montserrat-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: PlayfairDisplay, sans-serif;
src:
local(playfairdisplay-regular),
url(../assets/fonts/PlayfairDisplay-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: ProximaNova, sans-serif;
src:
local(proximanova-regular),
url(../assets/fonts/Raleway-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: RobotoSlab, sans-serif;
src:
local(robotoslab-bold),
url(../assets/fonts/RobotoSlab-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: SourceSerifPro, sans-serif;
src:
local(sourceserifpro-bold),
url(../assets/fonts/SourceSerifPro-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
font-stretch: normal;
}
:root {
--bubble-gum-pink: #ff5ab7;
--black: #1e1e1e;
--pinkish-grey: #c4c4c4;
--black-5: rgba(0, 0, 0, 0.05);
--pale-grey: #f5f6fa;
--azure: #0290ff;
--medium-blue: #307bbe;
--dodger-blue: #379cf6;
--white: #e8e8e8;
}
.Text-Style-5 {
font-family: Montserrat, sans-serif;
font-size: 1.875rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: var(--azure);
}
.Text-Style-6 {
font-family: RobotoSlab, sans-serif;
font-size: 1.375rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.2px;
color: #121212;
}
.Text-Style-10 {
font-family: Montserrat, sans-serif;
font-size: 1.25rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.18px;
color: #888;
}
.Text-Style-2 {
font-family: SourceSerifPro, sans-serif;
font-size: 1.25rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #fff;
}
.Text-Style-4 {
font-family: FuturaPT, sans-serif;
font-size: 1.063rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 3.78px;
color: #fff;
}
.Text-Style {
font-family: ProximaNova, sans-serif;
font-size: 1.063rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #6782a4;
}
.Text-Style-8 {
font-family: Montserrat, sans-serif;
font-size: 1rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.15px;
color: var(--pinkish-grey);
}
.Text-Style-9 {
font-family: Montserrat, sans-serif;
font-size: 0.875rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #121212;
}
.Text-Style-7 {
font-family: Montserrat, sans-serif;
font-size: 0.813rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.9px;
color: #121212;
}
.Text-Style-3 {
font-family: PlayfairDisplay, sans-serif;
font-size: 0.75rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2px;
color: #fff;
}
body {
display: flex;
align-items: center;
justify-content: center;
padding: 5rem 0 5rem 0;
background-color: var(--pale-grey);
}
.panel-bg {
width: 87.5rem;
height: 5.938rem;
padding: 1.438rem 6.188rem 1.688rem 6.25rem;
background-color: #fff;
}
.Bookstore-CMS-typo {
width: 15rem;
height: 2.313rem;
margin: 0.375rem 0 0.125rem 0;
font-family: Montserrat, sans-serif;
font-size: 1.875rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: var(--azure);
}
.active-link {
width: 3.688rem;
height: 1rem;
margin: 1.125rem 2.563rem 0.688rem 0;
font-family: Montserrat, sans-serif;
font-size: 0.813rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.9px;
color: #121212;
text-decoration: none;
}
.NavLinks {
width: 6.563rem;
height: 1rem;
margin: 1.125rem 2.563rem 0.688rem 2.563rem;
opacity: 0.5;
font-family: Montserrat, sans-serif;
font-size: 0.813rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.9px;
color: #121212;
text-decoration: none;
}
.Oval {
width: 2.813rem;
height: 2.813rem;
margin-left: 20rem;
padding: 0.875rem;
border: solid 1px var(--white);
border-radius: 50%;
color: var(--azure);
}
.Mask {
width: 1.063rem;
height: 1.063rem;
background-color: var(--azure);
}
.panel-bg-books {
width: 87.5rem;
margin: 0 2.5rem 4.063rem 0;
padding: 0 0 49.625rem;
border-radius: 4px;
box-shadow: 0 0 60px 0 var(--black-5);
background-color: #fafafa;
}
.Lesson-Panel {
width: 75rem;
height: 10.625rem;
margin: 2.313rem 6.25rem 0;
padding: 2rem 9.188rem 1.625rem 1.688rem;
border-radius: 4px;
border: solid 1px var(--white);
background-color: #fff;
}
.School-of {
width: 3.063rem;
height: 1.125rem;
margin: 0 2.438rem 0 0;
opacity: 0.5;
font-family: Montserrat, sans-serif;
font-size: 0.875rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #121212;
}
.Title {
width: 22.813rem;
height: 1.813rem;
margin: 0.188rem 9.688rem 0 0;
font-family: RobotoSlab, sans-serif;
font-size: 1.375rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.2px;
color: #121212;
}
.Author-Name {
width: 6.688rem;
height: 1.188rem;
margin: 0.25rem 0 0;
font-family: RobotoSlab, sans-serif;
font-size: 0.875rem;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #4386bf;
}
.Book-Options {
width: 4.563rem;
height: 1.188rem;
margin: 0.188rem 0.938rem 0.125rem 0;
font-family: RobotoSlab, sans-serif;
font-size: 0.875rem;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #4386bf;
}
.sketch-circular {
max-height: 100px;
margin: 5px 0 5px 0;
display: block;
min-width: 100px;
}
.curve-bg {
fill: none;
stroke-width: 2;
stroke: #eee;
}
.curve {
stroke-linecap: round;
stroke: var(--azure);
fill: none;
stroke-width: 2;
animation: progress 1s ease-out forwards;
}
.-Percent-Complete {
width: 4.25rem;
height: 2.438rem;
margin: 0.063rem 5.75rem 0 0.688rem;
font-family: Montserrat, sans-serif;
font-size: 2rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #121212;
}
.Completed {
width: 5rem;
height: 1.125rem;
margin: 0.438rem 4.938rem 0.75rem 0.75rem;
opacity: 0.5;
font-family: Montserrat, sans-serif;
font-size: 0.875rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #121212;
}
.Current-Chapter {
width: 7.875rem;
height: 1.125rem;
margin: 0.063rem 3.625rem 0 3.688rem;
opacity: 0.5;
font-family: RobotoSlab, sans-serif;
font-size: 0.813rem;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #121212;
}
.Current-Lesson {
width: 13.25rem;
height: 1.313rem;
margin: 0.438rem 0 0.25rem 3.688rem;
font-family: RobotoSlab, sans-serif;
font-size: 1rem;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.4px;
color: #121212;
}
.Rectangle-2 {
width: 11.5rem;
height: 2.063rem;
margin: 0.75rem 0 0.563rem 3.688rem;
padding: 0.438rem 1.188rem 0.5rem 1.375rem;
border-radius: 3px;
background-color: var(--azure);
font-family: RobotoSlab, sans-serif;
font-size: 0.813rem;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #fff;
}
.width-books-li {
width: 75rem;
list-style: none;
}
.form-width {
width: 75rem;
}
.Title-2 {
width: 10.875rem;
height: 1.5rem;
margin: 1.813rem 32.75rem 1.188rem 0;
font-family: Montserrat, sans-serif;
font-size: 1.25rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.18px;
color: #888;
}
.Lesson-Panel-2 {
width: 41.5rem;
height: 2.813rem;
margin: 1.188rem 2.125rem 0 0;
padding: 0.813rem 35.688rem 0.813rem 1.063rem;
border-radius: 4px;
border: solid 1px var(--white);
background-color: #fff;
font-family: Montserrat, sans-serif;
font-size: 1rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.15px;
color: var(--pinkish-grey);
}
.Lesson-Panel-3 {
width: 17.813rem;
height: 2.813rem;
margin: 1.188rem 2.125rem 0 0;
padding: 0.375rem 0.938rem 0.563rem 1rem;
border-radius: 4px;
border: solid 1px var(--white);
background-color: #fff;
font-family: Montserrat, sans-serif;
font-size: 1rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.15px;
color: var(--pinkish-grey);
}
.Rectangle-4 {
width: 11.435rem;
height: 2.813rem;
margin: 1.188rem 0 0 0;
padding: 0.801rem 1.188rem 0.886rem 1.375rem;
border-radius: 3px;
background-color: var(--azure);
font-family: RobotoSlab, sans-serif;
font-size: 0.813rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #fff;
}
.form-width-2 {
width: 75rem;
}
.li-item {
list-style: none;
} | 0.299925 | 0.100304 |
html, body{
font-family: 'Montserrat', sans-serif;
margin: 0;
scroll-behavior: smooth;
}
body {
background: -webkit-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
background: -moz-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
background: -ms-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
background: -o-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
background: linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
font-family: cursive;
height: 800px;
}
/* Number of question */
.num_question{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.questionTeacherContainer{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.num_question #idNumQue{
width: 50px;
border: 2px solid black;
font-size: 16px;
font-family: 'Muli', sans-serif;
margin-bottom: 20px;
padding:5px;
outline: none;
height: 20px;
}
.num_question input{
width: 20%;
border: 2px solid black;
font-size: 16px;
font-family: 'Muli', sans-serif;
margin-bottom: 20px;
padding:5px;
outline: none;
height: 20px;
}
.num_question button{
background-color: rgba(0, 0, 0, 0.1);
border: none;
color: black;
cursor: pointer;
font-size: 16px;
margin-bottom: 10px;
font-family: 'Muli', sans-serif;
font-weight: normal;
height: 30px;
letter-spacing: 1px;
}
.num_question h1{
color: black;
font-weight: normal;
margin: 10px;
padding: 5px;
font-size: 3em;
font-weight: normal;
}
.num_question h2{
color: black;
font-weight: normal;
margin: 10px;
padding: 5px;
font-size: 2em;
font-weight: normal;
}
/* Question create */
.storing-container p{
color: black;
font-weight: normal;
margin-left: 10%;
margin-right: 10%;
font-size: 1em;
font-weight: normal;
line-height: 40px;
}
.storing-container form{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.storing-container input{
width: 20%;
border: 2px solid black;
font-size: 16px;
font-family: 'Muli', sans-serif;
margin-bottom: 20px;
padding:5px;
outline: none;
height: 20px;
}
.storing-container .botonSubmit{
background-color: rgba(0, 0, 0, 0.1);
border: none;
color: black;
cursor: pointer;
font-size: 16px;
margin-bottom: 10px;
font-family: 'Muli', sans-serif;
font-weight: normal;
height: 30px;
letter-spacing: 1px;
} | src/main/webapp/styleTeacher.css | html, body{
font-family: 'Montserrat', sans-serif;
margin: 0;
scroll-behavior: smooth;
}
body {
background: -webkit-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
background: -moz-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
background: -ms-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
background: -o-linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
background: linear-gradient(90deg, #65997d 10%, #fccb6e 90%);
font-family: cursive;
height: 800px;
}
/* Number of question */
.num_question{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.questionTeacherContainer{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.num_question #idNumQue{
width: 50px;
border: 2px solid black;
font-size: 16px;
font-family: 'Muli', sans-serif;
margin-bottom: 20px;
padding:5px;
outline: none;
height: 20px;
}
.num_question input{
width: 20%;
border: 2px solid black;
font-size: 16px;
font-family: 'Muli', sans-serif;
margin-bottom: 20px;
padding:5px;
outline: none;
height: 20px;
}
.num_question button{
background-color: rgba(0, 0, 0, 0.1);
border: none;
color: black;
cursor: pointer;
font-size: 16px;
margin-bottom: 10px;
font-family: 'Muli', sans-serif;
font-weight: normal;
height: 30px;
letter-spacing: 1px;
}
.num_question h1{
color: black;
font-weight: normal;
margin: 10px;
padding: 5px;
font-size: 3em;
font-weight: normal;
}
.num_question h2{
color: black;
font-weight: normal;
margin: 10px;
padding: 5px;
font-size: 2em;
font-weight: normal;
}
/* Question create */
.storing-container p{
color: black;
font-weight: normal;
margin-left: 10%;
margin-right: 10%;
font-size: 1em;
font-weight: normal;
line-height: 40px;
}
.storing-container form{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.storing-container input{
width: 20%;
border: 2px solid black;
font-size: 16px;
font-family: 'Muli', sans-serif;
margin-bottom: 20px;
padding:5px;
outline: none;
height: 20px;
}
.storing-container .botonSubmit{
background-color: rgba(0, 0, 0, 0.1);
border: none;
color: black;
cursor: pointer;
font-size: 16px;
margin-bottom: 10px;
font-family: 'Muli', sans-serif;
font-weight: normal;
height: 30px;
letter-spacing: 1px;
} | 0.358353 | 0.117167 |
.tests{margin-top:16px;}
.tests .item-count{margin-left:2px;}
.tests-table-container{margin-top:16px;position:relative;}
.tests-table-container>.tests-table.aui{margin-top:0;}
.tests-table.aui{table-layout:fixed;width:100%;}
.tests-table td{overflow:hidden;text-overflow:ellipsis;}
.tests-table.aui>tbody>tr.expanded{border-bottom:0;}
.tests-table .collapsed+.stack-trace{display:none;}
.tests-table .stack-trace .code{background:#fafafa;border-bottom:2px solid #ddd;border-top:0;color:#000;overflow:visible;padding:0;}
.tests-table .stack-trace .code>pre{border-top:1px dotted #ddd;margin:0;overflow:auto;padding:1.5em;}
.tests-table .controls,.tests-table .twixie,.tests-table .status{padding-left:0;padding-right:0;width:16px;}
.tests-table .twixie>span{cursor:pointer;}
.tests-table .test{min-width:40%;}
.tests-table .failing-since{width:15%;}
.tests-table .quarantine-info{width:15%;}
.tests-table .job{width:15%;}
.tests-table td.failing-since>a{color:#c00;font-weight:bold;overflow:hidden;text-decoration:none;}
.tests-table td.failing-since>a:hover{text-decoration:underline;}
.tests-table .reason{color:#505050;font-size:0.9em;}
.tests-table .duration{text-align:center;white-space:nowrap;width:70px;}
.tests-table .actions{text-align:right;width:100px;}
.tests-table .actions .aui-toolbar{float:right;}
.tests-table p.description{color:#505050;margin:0;}
.tests-table .tests span{vertical-align:top;}
.create-jira-issue-for-test-action.hidden,.link-test-to-jira-action.hidden,.unlink-test-to-jira-action.hidden{display:none;}
#quarantine-test-hint .title{float:left;}
#quarantine-test-hint .quarantine-test-history{float:left;margin:3px 0 8px 8px;}
#quarantine-test-hint .quarantine-test-history+p{clear:left;}
.quarantine-test-history{border-collapse:collapse;display:table;line-height:1;list-style:none;margin:0;padding:0;table-layout:fixed;}
.quarantine-test-history>li{display:table-cell;}
.quarantine-test-history>li+li{border-left:1px solid transparent;}
.quarantine-test-history a{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;display:block;height:11px;overflow:hidden;position:relative;text-indent:-9999px;width:11px;}
.quarantine-test-history>.failed>a{background:#900;}
.quarantine-test-history>.failed>a:before,.quarantine-test-history>.failed>a:after{background:#fff;content:"";position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.quarantine-test-history>.failed>a:before{bottom:-2px;left:5px;top:-2px;width:1px;}
.quarantine-test-history>.failed>a:after{left:-2px;right:-2px;top:5px;height:1px;}
.quarantine-test-history>.successful>a{background:#95c500;}
.quarantine-test-history>.skipped>a{background:#bbb;}
.tests-table-container>.controls{position:absolute;right:0;top:0.5em;}
.tests-table-container>.controls .toolbar-trigger{padding:0 4px;}
.successfulTestsText>strong{color:#070;}
.failedTestsText>strong{color:#c00;} | Bamboo/atlassian-bamboo-5.4.3/atlassian-bamboo/styles/tests.less.css | .tests{margin-top:16px;}
.tests .item-count{margin-left:2px;}
.tests-table-container{margin-top:16px;position:relative;}
.tests-table-container>.tests-table.aui{margin-top:0;}
.tests-table.aui{table-layout:fixed;width:100%;}
.tests-table td{overflow:hidden;text-overflow:ellipsis;}
.tests-table.aui>tbody>tr.expanded{border-bottom:0;}
.tests-table .collapsed+.stack-trace{display:none;}
.tests-table .stack-trace .code{background:#fafafa;border-bottom:2px solid #ddd;border-top:0;color:#000;overflow:visible;padding:0;}
.tests-table .stack-trace .code>pre{border-top:1px dotted #ddd;margin:0;overflow:auto;padding:1.5em;}
.tests-table .controls,.tests-table .twixie,.tests-table .status{padding-left:0;padding-right:0;width:16px;}
.tests-table .twixie>span{cursor:pointer;}
.tests-table .test{min-width:40%;}
.tests-table .failing-since{width:15%;}
.tests-table .quarantine-info{width:15%;}
.tests-table .job{width:15%;}
.tests-table td.failing-since>a{color:#c00;font-weight:bold;overflow:hidden;text-decoration:none;}
.tests-table td.failing-since>a:hover{text-decoration:underline;}
.tests-table .reason{color:#505050;font-size:0.9em;}
.tests-table .duration{text-align:center;white-space:nowrap;width:70px;}
.tests-table .actions{text-align:right;width:100px;}
.tests-table .actions .aui-toolbar{float:right;}
.tests-table p.description{color:#505050;margin:0;}
.tests-table .tests span{vertical-align:top;}
.create-jira-issue-for-test-action.hidden,.link-test-to-jira-action.hidden,.unlink-test-to-jira-action.hidden{display:none;}
#quarantine-test-hint .title{float:left;}
#quarantine-test-hint .quarantine-test-history{float:left;margin:3px 0 8px 8px;}
#quarantine-test-hint .quarantine-test-history+p{clear:left;}
.quarantine-test-history{border-collapse:collapse;display:table;line-height:1;list-style:none;margin:0;padding:0;table-layout:fixed;}
.quarantine-test-history>li{display:table-cell;}
.quarantine-test-history>li+li{border-left:1px solid transparent;}
.quarantine-test-history a{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;display:block;height:11px;overflow:hidden;position:relative;text-indent:-9999px;width:11px;}
.quarantine-test-history>.failed>a{background:#900;}
.quarantine-test-history>.failed>a:before,.quarantine-test-history>.failed>a:after{background:#fff;content:"";position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.quarantine-test-history>.failed>a:before{bottom:-2px;left:5px;top:-2px;width:1px;}
.quarantine-test-history>.failed>a:after{left:-2px;right:-2px;top:5px;height:1px;}
.quarantine-test-history>.successful>a{background:#95c500;}
.quarantine-test-history>.skipped>a{background:#bbb;}
.tests-table-container>.controls{position:absolute;right:0;top:0.5em;}
.tests-table-container>.controls .toolbar-trigger{padding:0 4px;}
.successfulTestsText>strong{color:#070;}
.failedTestsText>strong{color:#c00;} | 0.31342 | 0.127408 |
background: #f5f5f5;
}
div.sm-widget {
background-color: #fff;
margin: 5px;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #e2e2e2;
box-shadow: 0px 0px 5px 1px #c4c4c4;
}
div.sm-widget table {
font-size: 14px;
}
div.sm-widget .sm-widget-title {
font-size: 17px;
font-weight: bold;
text-align: center;
padding: 5px;
padding-bottom: 15px;
}
div.sm-widget .sm-widget-control-num-of-rows {
padding: 5px;
}
div.sm-widget table .sm-widget-row-name {
padding: 5px;
text-align: left;
}
div.sm-widget table .sm-widget-row-instance,
div.sm-widget table sm-widget-row-class {
padding: 5px;
text-align: right;
}
div.sm-widget .sm-widget-metric-title {
}
div.sm-widget table th {
padding: 5px;
font-weight: bold;
text-align: center;
min-width: 30px;
}
div.sm-widget table {
text-align: center;
}
div.sm-widget .sm-widget-control {
margin: 5px;
}
div.sm-widget .sm-widget-control {
margin: 10px;
height: 24px;
display: flex;
}
div.sm-widget .sm-widget-control > div {
height: 24px;
margin-right: 10px;
}
div.sm-widget .sm-widget-control-arrows {
width: 75px;
margin-left: 10px;
}
div.sm-widget #control-right {
float: right;
}
div.sm-widget #control-left {
float: left;
}
div.sm-widget .control-filter-input {
width: 200px;
}
.sm-widget table tr:nth-child(2n) {
background-color: #e7e7e7;
}
/*row coloring for clone table*/
.sm-widget table td.sm-widget-row-odd {
background-color: #e7e7e7;
}
.sm-widget table td.sm-widget-row-even {
background-color: #fff
}
div.sm-widget .sm-widget-title {
background-color: #dfe5ff
}
div.sm-widget table th#Name {
min-width: 300px;
}
div.sm-widget table th {
white-space: nowrap;
}
div.sm-widget table th.sm-widget-padding-row,
div.sm-widget table td.sm-widget-padding-row {
width: 99%;
}
div.sm-widget.sm-widget-clone table th {
min-width: 30px;
}
div.sm-widget table tr th.sm-widget-metric-title {
white-space: nowrap;
}
.sm-widget-threshold-red {
color: #D4333F;
}
.sm-widget-threshold-green {
/*color: #00AA00;*/
color: green;
}
div.sm-widget div.sm-widget-table-div {
overflow-x: auto;
}
div.sm-widget table th:not(#noOrdering):hover {
cursor: pointer;
}
.ui-tooltip {
color: #000000 !important;
background-color: #ffffff !important;
opacity: 1;
}
div.sm-widget .sm-widget-control-paging-state {
padding: 4px;
padding-right: 4px;
padding-left: 4px;
padding-left: 5px;
padding-right: 5px;
min-width: 80px;
}
div.sm-widget .sm-widget-control-num-of-rows-wrapper {
min-width: 200px;
} | src/sonarqube-gui-plugin/src/main/resources/static/css/sm-widget.css | background: #f5f5f5;
}
div.sm-widget {
background-color: #fff;
margin: 5px;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #e2e2e2;
box-shadow: 0px 0px 5px 1px #c4c4c4;
}
div.sm-widget table {
font-size: 14px;
}
div.sm-widget .sm-widget-title {
font-size: 17px;
font-weight: bold;
text-align: center;
padding: 5px;
padding-bottom: 15px;
}
div.sm-widget .sm-widget-control-num-of-rows {
padding: 5px;
}
div.sm-widget table .sm-widget-row-name {
padding: 5px;
text-align: left;
}
div.sm-widget table .sm-widget-row-instance,
div.sm-widget table sm-widget-row-class {
padding: 5px;
text-align: right;
}
div.sm-widget .sm-widget-metric-title {
}
div.sm-widget table th {
padding: 5px;
font-weight: bold;
text-align: center;
min-width: 30px;
}
div.sm-widget table {
text-align: center;
}
div.sm-widget .sm-widget-control {
margin: 5px;
}
div.sm-widget .sm-widget-control {
margin: 10px;
height: 24px;
display: flex;
}
div.sm-widget .sm-widget-control > div {
height: 24px;
margin-right: 10px;
}
div.sm-widget .sm-widget-control-arrows {
width: 75px;
margin-left: 10px;
}
div.sm-widget #control-right {
float: right;
}
div.sm-widget #control-left {
float: left;
}
div.sm-widget .control-filter-input {
width: 200px;
}
.sm-widget table tr:nth-child(2n) {
background-color: #e7e7e7;
}
/*row coloring for clone table*/
.sm-widget table td.sm-widget-row-odd {
background-color: #e7e7e7;
}
.sm-widget table td.sm-widget-row-even {
background-color: #fff
}
div.sm-widget .sm-widget-title {
background-color: #dfe5ff
}
div.sm-widget table th#Name {
min-width: 300px;
}
div.sm-widget table th {
white-space: nowrap;
}
div.sm-widget table th.sm-widget-padding-row,
div.sm-widget table td.sm-widget-padding-row {
width: 99%;
}
div.sm-widget.sm-widget-clone table th {
min-width: 30px;
}
div.sm-widget table tr th.sm-widget-metric-title {
white-space: nowrap;
}
.sm-widget-threshold-red {
color: #D4333F;
}
.sm-widget-threshold-green {
/*color: #00AA00;*/
color: green;
}
div.sm-widget div.sm-widget-table-div {
overflow-x: auto;
}
div.sm-widget table th:not(#noOrdering):hover {
cursor: pointer;
}
.ui-tooltip {
color: #000000 !important;
background-color: #ffffff !important;
opacity: 1;
}
div.sm-widget .sm-widget-control-paging-state {
padding: 4px;
padding-right: 4px;
padding-left: 4px;
padding-left: 5px;
padding-right: 5px;
min-width: 80px;
}
div.sm-widget .sm-widget-control-num-of-rows-wrapper {
min-width: 200px;
} | 0.33112 | 0.072047 |
#cover-spin {
position: fixed;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.952);
z-index: 9999;
display: none;
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
#cover-spin::after {
content: "";
display: block;
position: absolute;
left: 48%;
top: 40%;
width: 40px;
height: 40px;
border-style: solid;
border-color: #a4a7aa;
border-top-color: transparent;
border-width: 4px;
border-radius: 50%;
-webkit-animation: spin 0.8s linear infinite;
animation: spin 0.8s linear infinite;
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.button1 {
border-radius: 0px;
background-color: #1a1a1a;
color: white;
}
.button1:hover {
border-radius: 0px;
background-color: #a3a7aa;
color: white;
}
/*---------------------------------------------------*/
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin: auto;
text-align: center;
}
.title {
color: grey;
/* font-size: 18px; */
}
.btn-start {
text-align: center;
cursor: pointer;
width: 100%;
font-size: 14px;
display: block;
margin: 5px auto;
}
/* a {
text-decoration: none;
/* font-size: 22px; */
/* color: black;
} */
button:hover,
a:hover {
opacity: 0.7;
}
div#countdown {
font-size: 18px;
/* color: red; */
text-transform: uppercase;
}
.verification,
.enrollment {
padding-top: 10px;
}
video {
max-width: 100%;
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg); /* Safari and Chrome */
-moz-transform: rotateY(180deg); /* Firefox */
}
.cues {
font-size: 16px;
}
.countdown {
color: red;
border: 1px solid;
padding: 0 5px;
border-radius: 4px;
}
.fa-icon {
font-size: 24px;
font-weight: 600;
}
@media (max-width: 991px) {
#profile-card .card {
display: none;
}
}
#button-controls {
display: none;
}
#startButton,
#endButton,
#enrollButton,
#hourlyButton {
display: none;
} | one_fm/one_fm/page/face_recognition/face_recognition.css | #cover-spin {
position: fixed;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.952);
z-index: 9999;
display: none;
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
#cover-spin::after {
content: "";
display: block;
position: absolute;
left: 48%;
top: 40%;
width: 40px;
height: 40px;
border-style: solid;
border-color: #a4a7aa;
border-top-color: transparent;
border-width: 4px;
border-radius: 50%;
-webkit-animation: spin 0.8s linear infinite;
animation: spin 0.8s linear infinite;
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.button1 {
border-radius: 0px;
background-color: #1a1a1a;
color: white;
}
.button1:hover {
border-radius: 0px;
background-color: #a3a7aa;
color: white;
}
/*---------------------------------------------------*/
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin: auto;
text-align: center;
}
.title {
color: grey;
/* font-size: 18px; */
}
.btn-start {
text-align: center;
cursor: pointer;
width: 100%;
font-size: 14px;
display: block;
margin: 5px auto;
}
/* a {
text-decoration: none;
/* font-size: 22px; */
/* color: black;
} */
button:hover,
a:hover {
opacity: 0.7;
}
div#countdown {
font-size: 18px;
/* color: red; */
text-transform: uppercase;
}
.verification,
.enrollment {
padding-top: 10px;
}
video {
max-width: 100%;
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg); /* Safari and Chrome */
-moz-transform: rotateY(180deg); /* Firefox */
}
.cues {
font-size: 16px;
}
.countdown {
color: red;
border: 1px solid;
padding: 0 5px;
border-radius: 4px;
}
.fa-icon {
font-size: 24px;
font-weight: 600;
}
@media (max-width: 991px) {
#profile-card .card {
display: none;
}
}
#button-controls {
display: none;
}
#startButton,
#endButton,
#enrollButton,
#hourlyButton {
display: none;
} | 0.311427 | 0.0686 |
.Card {
grid-column-start: 1;
grid-column-end: 9;
position: relative;
overflow: hidden;
}
.CardSmall {
grid-column-start: 9;
grid-column-end: 13;
position: relative;
overflow:hidden;
}
.CardMediumA {
grid-column-start: 1;
grid-column-end: 7;
position: relative;
overflow:hidden;
background-color: lightgray;
}
.CardMediumB {
grid-column-start: 7;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: lightgray;
}
.Card img{
position: absolute;
top:0;
min-height:100%;
width: 100%;
z-index: -1;
transition: 0.6s cubic-bezier(0.2,0.8,0.2,1);
}
.Card:hover img{
transform: scale(1.05,1.05);
}
.CardSmall img{
position: absolute;
top:0;
min-height:100%;
width: 100%;
z-index: -1;
transition: 0.6s cubic-bezier(0.2,0.8,0.2,1);
}
.CardSmall:hover img{
transform: scale(1.05,1.05);
}
.Card h3{
font-family: 'Unica One';
font-size:60px;
text-transform: uppercase;
line-height: 54px;
margin: 60px 0 8px 40px;
width: 300px;
font-weight: 100;
color:white;
}
.CardSmall h3{
font-family: 'Unica One';
font-size:32px;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
padding-top:50px;
width: 80%;
font-weight: 100;
color:white;
}
.Card p{
font-family: 'Crimson Text';
font-size: 20px;
font-weight: 500;
align-self: end;
margin: 0 0 20px 44px;
}
@media (max-width:1100px){
.Card {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
}
.CardSmall {
grid-column-start: 1;
grid-column-end: 7;
position: relative;
overflow:hidden;
background-color: gray;
}
.CardMediumA {
grid-column-start: 7;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: lightgray;
}
.CardMediumB {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: lightgray;
}
}
@media (max-width:720px){
.Card {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
}
.CardSmall {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: gray;
}
.CardMediumA {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: lightgray;
}
.CardMediumB {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: lightgray;
}
} | src/components/Card.css | .Card {
grid-column-start: 1;
grid-column-end: 9;
position: relative;
overflow: hidden;
}
.CardSmall {
grid-column-start: 9;
grid-column-end: 13;
position: relative;
overflow:hidden;
}
.CardMediumA {
grid-column-start: 1;
grid-column-end: 7;
position: relative;
overflow:hidden;
background-color: lightgray;
}
.CardMediumB {
grid-column-start: 7;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: lightgray;
}
.Card img{
position: absolute;
top:0;
min-height:100%;
width: 100%;
z-index: -1;
transition: 0.6s cubic-bezier(0.2,0.8,0.2,1);
}
.Card:hover img{
transform: scale(1.05,1.05);
}
.CardSmall img{
position: absolute;
top:0;
min-height:100%;
width: 100%;
z-index: -1;
transition: 0.6s cubic-bezier(0.2,0.8,0.2,1);
}
.CardSmall:hover img{
transform: scale(1.05,1.05);
}
.Card h3{
font-family: 'Unica One';
font-size:60px;
text-transform: uppercase;
line-height: 54px;
margin: 60px 0 8px 40px;
width: 300px;
font-weight: 100;
color:white;
}
.CardSmall h3{
font-family: 'Unica One';
font-size:32px;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
padding-top:50px;
width: 80%;
font-weight: 100;
color:white;
}
.Card p{
font-family: 'Crimson Text';
font-size: 20px;
font-weight: 500;
align-self: end;
margin: 0 0 20px 44px;
}
@media (max-width:1100px){
.Card {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
}
.CardSmall {
grid-column-start: 1;
grid-column-end: 7;
position: relative;
overflow:hidden;
background-color: gray;
}
.CardMediumA {
grid-column-start: 7;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: lightgray;
}
.CardMediumB {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: lightgray;
}
}
@media (max-width:720px){
.Card {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
}
.CardSmall {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: gray;
}
.CardMediumA {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: lightgray;
}
.CardMediumB {
grid-column-start: 1;
grid-column-end: 13;
position: relative;
overflow:hidden;
background-color: lightgray;
}
} | 0.733261 | 0.134634 |
.block {
padding: 100px 0;
}
.tag {
composes: g-type-label from global;
display: inline-block;
background: black;
color: white;
padding: 6px 8px;
}
.h2 {
composes: g-type-display-2 from global;
margin: 20px 0 20px 0;
}
/* header section */
.header {
text-align: center;
margin: 140px 0 160px 0;
}
.logos {
display: inline-flex;
align-items: center;
margin: 0 auto;
& span {
font-size: 2.5em;
font-weight: bold;
margin-left: 30px;
margin-right: 30px;
padding-bottom: 8px;
@media (max-width: 550px) {
margin-left: 15px;
margin-right: 15px;
}
@media (max-width: 350px) {
margin-left: 5px;
margin-right: 5px;
font-size: 1.8em;
}
}
& img:first-child {
height: 60px;
@media (max-width: 550px) {
height: 45px;
}
@media (max-width: 420px) {
height: 35px;
}
}
& img:last-child {
height: 30px;
@media (max-width: 550px) {
height: 25px;
}
@media (max-width: 420px) {
height: 20px;
}
}
}
.buttons > *:not(:last-child) {
margin-right: 15px;
}
.mainHeadline {
composes: g-type-display-3 from global;
}
.mainSubhead {
composes: g-type-body-large from global;
}
/* benefits section */
.benefits {
composes: block;
background: var(--vagrant);
color: white;
& h4 {
margin-top: 20px;
margin-bottom: 10px;
}
& ul {
list-style: none;
margin: 0;
padding: 0;
columns: 2;
@media (max-width: 900px) {
columns: 1;
}
& li {
overflow: hidden;
}
& p {
margin: 0 0 10px;
}
}
& small {
margin-top: 50px;
display: block;
& a {
color: white;
text-decoration: underline;
}
}
}
.buyNow {
background: #0d44cc;
color: white;
composes: block;
& small a {
color: white;
text-decoration: underline;
}
& .purchaseForm {
margin: 50px 0;
}
}
.faq {
composes: block;
& h4 {
margin-top: 20px;
margin-bottom: 10px;
}
& > div > ul {
list-style: none;
margin: 0;
padding: 0;
& > li:not(:last-child) {
margin-bottom: 30px;
& > p > ul {
margin: 20px 0;
& li {
margin: 8px 0;
}
}
}
}
} | website/pages/vmware/style.module.css |
.block {
padding: 100px 0;
}
.tag {
composes: g-type-label from global;
display: inline-block;
background: black;
color: white;
padding: 6px 8px;
}
.h2 {
composes: g-type-display-2 from global;
margin: 20px 0 20px 0;
}
/* header section */
.header {
text-align: center;
margin: 140px 0 160px 0;
}
.logos {
display: inline-flex;
align-items: center;
margin: 0 auto;
& span {
font-size: 2.5em;
font-weight: bold;
margin-left: 30px;
margin-right: 30px;
padding-bottom: 8px;
@media (max-width: 550px) {
margin-left: 15px;
margin-right: 15px;
}
@media (max-width: 350px) {
margin-left: 5px;
margin-right: 5px;
font-size: 1.8em;
}
}
& img:first-child {
height: 60px;
@media (max-width: 550px) {
height: 45px;
}
@media (max-width: 420px) {
height: 35px;
}
}
& img:last-child {
height: 30px;
@media (max-width: 550px) {
height: 25px;
}
@media (max-width: 420px) {
height: 20px;
}
}
}
.buttons > *:not(:last-child) {
margin-right: 15px;
}
.mainHeadline {
composes: g-type-display-3 from global;
}
.mainSubhead {
composes: g-type-body-large from global;
}
/* benefits section */
.benefits {
composes: block;
background: var(--vagrant);
color: white;
& h4 {
margin-top: 20px;
margin-bottom: 10px;
}
& ul {
list-style: none;
margin: 0;
padding: 0;
columns: 2;
@media (max-width: 900px) {
columns: 1;
}
& li {
overflow: hidden;
}
& p {
margin: 0 0 10px;
}
}
& small {
margin-top: 50px;
display: block;
& a {
color: white;
text-decoration: underline;
}
}
}
.buyNow {
background: #0d44cc;
color: white;
composes: block;
& small a {
color: white;
text-decoration: underline;
}
& .purchaseForm {
margin: 50px 0;
}
}
.faq {
composes: block;
& h4 {
margin-top: 20px;
margin-bottom: 10px;
}
& > div > ul {
list-style: none;
margin: 0;
padding: 0;
& > li:not(:last-child) {
margin-bottom: 30px;
& > p > ul {
margin: 20px 0;
& li {
margin: 8px 0;
}
}
}
}
} | 0.584745 | 0.157428 |
body{
background: #EDEDED;
}
#nav-custom .navbar-nav .nav-link {
padding-right: 2rem;
padding-left: 2rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #E74C3C;
}
.nav-btns.change{
background: #E74C3C;
padding: 5px;
}
.white-color{
color:#ffffff !important;
}
.cursor-pointer{
cursor:pointer;
}
#custom-navbar-nav .nav-link {
padding-right: 20px !important;
padding-left: 20px !important;
}
#custom-navbar .navbar-nav .nav-link {
color: rgba(255,255,255,1);
border-right: 1px solid rgba(255,255,255,.3);
}
#custom-navbar .navbar-nav .nav-link.active {
color: rgba(255,255,255,1);
background:#E74C3C;
}
.section-title.custom{
color:#ffffff;
margin-bottom: 40px;
}
.section-title.custom:after {
content: "";
display: inline-block;
height: 2px;
background-color:#E74C3C;
position: absolute;
left: 0;
right: 0;
top: 50px;
z-index: 10;
}
.section-title.custom .title{
position: relative;
display: inline-block;
background-color: #E74C3C;
color:#ffffff;
font-size: 18px;
text-transform: uppercase;
margin-top: 0px;
margin-bottom: 0px;
padding: 15px;
z-index: 20;
}
.section-title.custom .title-small{
position: relative;
display: inline-block;
background-color: #333333;
color:#ffffff;
font-size: 12px;
text-transform: uppercase;
margin-top: 16px;
margin-bottom: 0px;
cursor:pointer;
padding: 10px;
z-index: 20;
}
.default-p{
font-size: 14px;
padding-top:10px;
color:#333333;
font-weight: 300;
}
.p-t-40{
padding-top:40px !important;
}
.btn-custom{
padding:20px;
border-radius: 0px !important;
margin-bottom: 20px;
font-weight: 600;
color:#ffffff;
}
.primary-color{
background: #3498DB;
}
.secondary-color{
background: #2ECC71;
}
.third-color{
background: #F39C12;
}
.custom .input-group{
width:100% !important;
}
.custom .form-control{
border-radius:0px;
padding:20px 20px !important;
height:65px !important;
line-height: 2;
font-weight: 600;
border:none;
}
.custom .form-control:focus{
box-shadow: none;
}
.bg-navbar{
background: #333333;
}
.custom .input-group-text{
background: #ffffff;
border:none;
padding-right: 20px;
font-weight: 600;
}
.footer-bottom {
margin-top: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top: none;
background: #282828;
}
h3.footer-title{
font-size: 20px !important;
}
#footer {
margin-top: 40px;
padding-top: 80px;
padding-bottom: 0px;
background-color: #333333;
}
.newsletter-widget:after {
content: "";
}
@media only screen and (min-width:999px){
.custom-hot-post{
height:212px !important;
}
#custom-navbar-nav{
flex-direction: row !important;
display: flex;
}
.bg-navbar{
background: #333333;
height:60px !important;
padding-left: 15px !important;
}
}
@media only screen and (max-width:999px){
.p-0{
padding:15px !important
}
} | public/css/style.css | body{
background: #EDEDED;
}
#nav-custom .navbar-nav .nav-link {
padding-right: 2rem;
padding-left: 2rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #E74C3C;
}
.nav-btns.change{
background: #E74C3C;
padding: 5px;
}
.white-color{
color:#ffffff !important;
}
.cursor-pointer{
cursor:pointer;
}
#custom-navbar-nav .nav-link {
padding-right: 20px !important;
padding-left: 20px !important;
}
#custom-navbar .navbar-nav .nav-link {
color: rgba(255,255,255,1);
border-right: 1px solid rgba(255,255,255,.3);
}
#custom-navbar .navbar-nav .nav-link.active {
color: rgba(255,255,255,1);
background:#E74C3C;
}
.section-title.custom{
color:#ffffff;
margin-bottom: 40px;
}
.section-title.custom:after {
content: "";
display: inline-block;
height: 2px;
background-color:#E74C3C;
position: absolute;
left: 0;
right: 0;
top: 50px;
z-index: 10;
}
.section-title.custom .title{
position: relative;
display: inline-block;
background-color: #E74C3C;
color:#ffffff;
font-size: 18px;
text-transform: uppercase;
margin-top: 0px;
margin-bottom: 0px;
padding: 15px;
z-index: 20;
}
.section-title.custom .title-small{
position: relative;
display: inline-block;
background-color: #333333;
color:#ffffff;
font-size: 12px;
text-transform: uppercase;
margin-top: 16px;
margin-bottom: 0px;
cursor:pointer;
padding: 10px;
z-index: 20;
}
.default-p{
font-size: 14px;
padding-top:10px;
color:#333333;
font-weight: 300;
}
.p-t-40{
padding-top:40px !important;
}
.btn-custom{
padding:20px;
border-radius: 0px !important;
margin-bottom: 20px;
font-weight: 600;
color:#ffffff;
}
.primary-color{
background: #3498DB;
}
.secondary-color{
background: #2ECC71;
}
.third-color{
background: #F39C12;
}
.custom .input-group{
width:100% !important;
}
.custom .form-control{
border-radius:0px;
padding:20px 20px !important;
height:65px !important;
line-height: 2;
font-weight: 600;
border:none;
}
.custom .form-control:focus{
box-shadow: none;
}
.bg-navbar{
background: #333333;
}
.custom .input-group-text{
background: #ffffff;
border:none;
padding-right: 20px;
font-weight: 600;
}
.footer-bottom {
margin-top: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top: none;
background: #282828;
}
h3.footer-title{
font-size: 20px !important;
}
#footer {
margin-top: 40px;
padding-top: 80px;
padding-bottom: 0px;
background-color: #333333;
}
.newsletter-widget:after {
content: "";
}
@media only screen and (min-width:999px){
.custom-hot-post{
height:212px !important;
}
#custom-navbar-nav{
flex-direction: row !important;
display: flex;
}
.bg-navbar{
background: #333333;
height:60px !important;
padding-left: 15px !important;
}
}
@media only screen and (max-width:999px){
.p-0{
padding:15px !important
}
} | 0.311846 | 0.054174 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
@font-face {
font-family: BalooBhaina2-Bold;
src: url(../Fonts/BalooBhaina2-Bold.ttf);
}
@font-face {
font-family: BalooBhaina2-Medium;
src: url(../Fonts/BalooBhaina2-Medium.ttf);
}
@font-face {
font-family: BalooBhaina2-Regular;
src: url(../Fonts/BalooBhaina2-Regular.ttf);
}
@font-face {
font-family: BalooBhaina2-SemiBold;
src: url(../Fonts/BalooBhaina2-SemiBold.ttf);
}
html {
/* a cada 1rem será considerada 10px */
font-size: 62.5%;
}
.body {
color: white;
background-color: #ebfef5;
}
.menus {
left: 10px;
width: 20%;
height: 100%;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
background-color: #0b9e82;
border-radius: 0px 0px 20px 20px;
padding: 26px 15px 15px;
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.19);
}
.menus li input {
display: flex;
width: 100px;
height: 100px;
}
.login {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
background-image: radial-gradient(
rgb(34, 53, 88) 0%,
rgb(27, 44, 75) 35%,
rgb(15, 30, 56) 70%,
rgb(11, 24, 46) 100%
);
}
.bg1 {
background: url('/src/Images/logoIniciativa2x.png');
height: 100vh;
width: 100%;
position: fixed;
background-size: 18%;
background-position: 49% 92%;
background-repeat: no-repeat;
z-index: 1;
}
.bg2 {
background: url('/src/Images/logoMeuCptoVertBranco2x.png');
height: 100vh;
width: 100%;
position: fixed;
background-size: 7%;
background-position: 15% 50%;
background-repeat: no-repeat;
}
.bg3 {
background: url('/src/Images/logoQ.png');
height: 100vh;
width: 100%;
position: fixed;
background-size: 57%;
background-position: 134% 62%;
background-repeat: no-repeat;
}
.login-right {
z-index: 1;
background-color: white;
border-radius: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 35.5%;
height: 46%;
}
.login-right h3 {
position: fixed;
top: 32.9%;
font: 18px BalooBhaina2-Regular;
font-weight: 600;
color: #0b9e82;
font-size: clamp(0.1em, 0.1em + 2vw, 2.5em);
}
.hrLogin {
position: fixed;
width: 30%;
top: 40%;
height: 3px;
border: none;
background-image: linear-gradient(
90deg,
transparent,
rgb(197, 197, 197),
transparent
);
}
.login-loginEmail input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: BalooBhaina2-Medium;
font-size: clamp(1em, 1em + 1.8vw, 1.8em);
padding-top: 5px;
padding-left: 10px;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 20%;
height: 5%;
top: 43.5%;
left: 39.5%;
}
.login-loginPassword input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: BalooBhaina2-Medium;
font-size: clamp(0.1em, 0.1em + 1.3vw, 2.5em);
padding-top: 5px;
padding-left: 10px;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 20%;
height: 5%;
top: 50%;
left: 39.5%;
}
.enter-app {
background-color: #172d52;
color: white;
position: fixed;
padding-top: 0.1%;
padding-left: 0.8%;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 20%;
height: 5%;
top: 56.5%;
left: 39.5%;
text-decoration: none;
font-size: clamp(0.1em, 0.1em + 1.3vw, 2.5em);
font: 18px BalooBhaina2-SemiBold;
cursor: pointer;
}
.login-right button:hover {
cursor: pointer;
}
.login-right .recordPassword {
color: #41606c;
background-color: transparent;
position: fixed;
font-size: clamp(0.01em, 0.01em + 1vw, 1em);
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 15%;
top: 63%;
left: 39.5%;
cursor: pointer;
}
.checkBoxMemorizer {
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
top: 50%;
left: 0;
width: clamp(0.01em, 0.01em + 1.5vw, 2em);
}
.spnCheckBox {
position: absolute;
font: 10px BalooBhaina2-SemiBold;
margin-top: -1%;
left: 2%;
}
.btnrecovery {
color: #41606c;
background-color: transparent;
position: fixed;
font: 10px BalooBhaina2-SemiBold;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 10%;
top: 62.6%;
left: 53.5%;
}
.fnamePadrao {
left: 39%;
top: 22.5%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 16px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 12%;
height: 5.5%;
z-index: 1;
}
.fnamePadrao::-webkit-input-placeholder {
font: 14px BalooBhaina2-SemiBold;
color: #1c396b;
}
.fCxPesquisa {
left: 52%;
top: 7%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 16px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 12%;
height: 5.5%;
z-index: 1;
}
.fCxPesquisa::-webkit-input-placeholder {
font: 14px BalooBhaina2-SemiBold;
color: #1c396b;
}
.subtPadrao1 {
position: fixed;
top: 18%;
left: 16%;
border-radius: 20px;
display: block;
font: 14px BalooBhaina2-SemiBold;
color: #adadad;
z-index: 1;
}
.subtPadrao2 {
position: absolute;
top: 22%;
left: 10%;
font: 28px BalooBhaina2-Bold;
border-style: none;
background: transparent;
color: #172d52;
z-index: 2;
}
.modalPadrao-content {
position: fixed;
top: 25%;
left: 25%;
background: #f1f1f1;
width: 50%;
height: 50%;
border-radius: 20px;
z-index: 2;
}
.buttonModalPadrao {
position: fixed;
top: 22.5%;
left: 52%;
width: 12%;
height: 4rem;
display: flex;
padding-top: 4px;
justify-content: center;
text-align: center;
z-index: 2;
cursor: pointer;
font: 18px BalooBhaina2-SemiBold;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 5px;
}
.buttonModalPadrao1 {
position: fixed;
top: 22.5%;
left: 52%;
width: 12%;
height: 4rem;
display: flex;
padding-top: 4px;
justify-content: center;
text-align: center;
z-index: 2;
cursor: pointer;
font: 12px BalooBhaina2-SemiBold;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 5px;
}
.buttonModalObservaçoes {
background-color: #172d52;
color: white;
top: 28%;
left: 40%;
position: absolute;
align-items: center;
text-align: center;
justify-content: center;
width: clamp(0.01em, 0.01em + 10vw, 15em);
height: clamp(0.01em, 0.01em + 2.8vw, 15em);
border-radius: 6px;
border-style: none;
display: flex;
font: 18px BalooBhaina2-SemiBold;
}
.close-modal {
position: absolute;
top: 6%;
right: 5%;
border-style: none;
font-size: 20px;
color: #a0a0a0;
height: 1%;
width: 1%;
justify-content: center;
align-items: center;
display: flex;
background-color: transparent;
cursor: pointer;
}
.gravar-modal {
position: absolute;
justify-content: center;
text-align: center;
right: 5%;
bottom: 5%;
font: 14px BalooBhaina2-Medium;
width: 14rem;
height: 4rem;
background-color: #1c396b;
color: white;
border-radius: 5px;
border-style: none;
cursor: pointer;
}
.titleModal {
position: absolute;
left: 5%;
top: 4%;
font-family: 'baloo bhaina 2';
font-weight: 500;
font-size: clamp(0.1em, 0.1em + 1.8vw, 3em);
color: #1c396b;
}
.hrTitleModal {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(209, 209, 209) 80%);
border-color: transparent;
border-style: none;
top: 11%;
left: 5%;
width: 25%;
height: 2.5px;
}
.hrTitleModal1 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 25%;
height: 3px;
}
.hrTitleModal2 {
position: absolute;
display: flex;
background-image: linear-gradient(
90deg,
rgb(238, 238, 238) 20%,
rgb(197, 197, 197) 80%
);
border-color: transparent;
top: 14%;
left: 5%;
width: 25%;
height: 3px;
}
.hrTitleModal3 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 45%;
height: 3px;
}
.hrTitleModal4 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 32%;
height: 3px;
}
section {
position: relative;
border: 1px solid #000;
padding-top: 5%;
margin-top: 2%;
width: 100%;
height: 10%;
font: 12px BalooBhaina2-Regular;
background: #1c396b;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.tabelaPadrao {
position: absolute;
top: 30%;
left: 10%;
width: 80%;
height: 65%;
background-color: rgb(255, 255, 255);
border-radius: 0;
z-index: 5;
}
.container {
overflow-y: auto;
margin-left: -1px;
border: 1px solid;
width: 100.2%;
height: 38rem;
}
.container::-webkit-scrollbar {
width: 6px;
background-color: rgb(219, 219, 219);
/* rgb(219, 219, 219); */
/* border-radius: 10px; */
}
table {
border-spacing: 0;
background-color: #fff;
font-size: clamp(0.1em, 0.1em + 1.6vw, 1.2em);
width: 100%;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
td {
border-bottom: 1px solid #eee;
background: #fff;
color: #000;
width: 100%;
}
th div {
position: absolute;
background: transparent;
color: #fff;
top: 1%;
margin-left: 4%;
line-height: normal;
border-left: none;
font-size: clamp(0.1em, 0.1em + 1vw, 3em);
}
th:first-child div {
border: none;
}
table {
border-spacing: 0;
background-color: #fff;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
@media screen and (max-width: 1024px) {
.login-right {
z-index: 1;
background-color: white;
border-radius: 30px;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 0%;
width: 400px;
height: 280px;
}
.login-right h3 {
position: absolute;
top: 15px;
color: #0b9e82;
font-size: clamp(0.1em, 0.1em + 3vw, 2.5em);
width: 100%;
max-width: 300px;
text-align: center;
line-height: 1;
}
.login-right hr {
position: absolute;
top: 28%;
width: 230px;
height: 1px;
margin-bottom: 30px;
}
.login-loginEmail input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 17px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 100px;
left: 13.4%;
}
.login-loginPassword input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 17px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 140px;
left: 13.4%;
}
.login .enter-app {
background-color: #172d52;
position: fixed;
justify-content: flex-start;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 16px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 180px;
left: 13.4%;
z-index: 5;
}
.login-right .recordPassword {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 14%;
top: 220px;
left: 12%;
z-index: 5;
}
.checkBoxMemorizer {
position: absolute;
display: flex;
border: none;
border-radius: none;
transition: color 0.2s ease-in-out;
top: 0;
left: 5px;
width: clamp(0.01em, 0.01em + 3vw, 2.5em);
}
.spnCheckBox {
margin-left: 30px;
margin-top: 0px;
}
.btnrecovery {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 28%;
height: 10%;
top: 220px;
left: 70%;
z-index: 5;
}
.bg1 {
background-image: url(/src/Images/logoMeuCptoHorizBranco@2x.png);
background-position: center 90%;
background-size: 440px;
background-repeat: no-repeat;
position: fixed;
}
.bg2 {
display: none;
}
.bg3 {
background-position: center top;
background-size: 770px;
background-repeat: no-repeat;
position: fixed;
}
.fnamePadrao {
left: 70%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 22px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 25%;
height: 5%;
z-index: 1;
}
.fnamePadrao::-webkit-input-placeholder {
font: 22px BalooBhaina2-SemiBold;
color: #1c396b;
}
.fCxPesquisa {
left: 70%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 22px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 25%;
height: 5%;
z-index: 1;
}
.fCxPesquisa::-webkit-input-placeholder {
font: 22px BalooBhaina2-SemiBold;
color: #1c396b;
}
.modalPadrao-content {
position: absolute;
top: 25%;
left: 15%;
background: #f1f1f1;
width: 70%;
height: 50%;
border-radius: 20px;
z-index: 3;
}
.buttonModalPadrao {
position: absolute;
top: 75%;
left: 70%;
width: 25%;
height: 4%;
font: 28px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalPadrao1 {
position: absolute;
top: 21%;
left: 55%;
width: 40%;
height: 4%;
font: 22px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalObservaçoes {
background-color: #172d52;
color: white;
top: 28%;
left: 36%;
position: absolute;
align-items: center;
text-align: center;
justify-content: center;
width: clamp(0.01em, 0.01em + 15vw, 15em);
height: clamp(0.01em, 0.01em + 5vw, 15em);
border-radius: 6px;
border-style: none;
display: flex;
font: 18px BalooBhaina2-SemiBold;
}
.gravar-modal {
position: absolute;
justify-content: center;
text-align: center;
right: 5%;
bottom: 5%;
font: 20px BalooBhaina2-Medium;
padding-top: 0.5%;
width: 18rem;
height: 5rem;
background-color: #1c396b;
color: white;
border-radius: 5px;
border-style: none;
cursor: pointer;
}
.titleModal {
position: absolute;
left: 5%;
top: 4%;
font-family: 'baloo bhaina 2';
font-weight: 500;
font-size: clamp(0.1em, 0.1em + 1.8vw, 3em);
color: #1c396b;
}
.hrTitleModal {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(209, 209, 209) 80%);
border-color: transparent;
border-style: none;
top: 11%;
left: 5%;
width: 25%;
height: 2.5px;
}
.hrTitleModal1 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 12%;
left: 5%;
width: 25%;
height: 3px;
}
.hrTitleModal2 {
position: absolute;
display: flex;
background-image: linear-gradient(
90deg,
rgb(238, 238, 238) 20%,
rgb(197, 197, 197) 80%
);
border-color: transparent;
top: 10%;
left: 5%;
width: 40%;
height: 3px;
}
.hrTitleModal3 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 45%;
height: 3px;
}
.hrTitleModal4 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 32%;
height: 3px;
}
.subtPadrao1 {
position: fixed;
top: 16%;
left: 5%;
border-radius: 20px;
display: block;
font: 22px BalooBhaina2-SemiBold;
color: #ffffff;
z-index: -1;
}
.subtPadrao2 {
position: absolute;
top: 0;
left: 5%;
display: block;
font: 42px BalooBhaina2-SemiBold;
color: #1c396b;
letter-spacing: -2px;
}
.titleModal {
position: absolute;
left: 5%;
top: 4%;
font: 34px BalooBhaina2-SemiBold;
color: #1c396b;
}
/* -----------tabelas----------- */
.tabelaPadrao {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 5%;
background-color: rgb(255, 255, 255);
border-radius: 0;
z-index: 5;
}
.container {
overflow-y: auto;
margin-left: -1px;
border: 1px solid;
width: 100.3%;
height: 500px;
}
section {
position: relative;
border: 1px solid #000;
padding-top: 5%;
margin-top: 2%;
width: 100%;
height: 10%;
font: 12px BalooBhaina2-Regular;
background: #1c396b;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.container::-webkit-scrollbar {
width: 6px;
background-color: rgb(219, 219, 219);
/* rgb(219, 219, 219); */
/* border-radius: 10px; */
}
table {
border-spacing: 0;
background-color: #fff;
font-size: clamp(0.1em, 0.1em + 1.6vw, 1.2em);
width: 100%;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
td {
border-bottom: 1px solid #eee;
background: #fff;
color: #000;
width: 100%;
}
th div {
position: absolute;
background: transparent;
color: #fff;
top: 1%;
margin-left: 4%;
line-height: normal;
border-left: none;
font-size: clamp(0.1em, 0.1em + 1vw, 3em);
}
th:first-child div {
border: none;
}
table {
border-spacing: 0;
background-color: #fff;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
}
@media screen and (max-width: 780px) {
.login-right {
z-index: 1;
background-color: white;
border-radius: 30px;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: -8%;
width: 50%;
height: 280px;
}
.login-right h3 {
position: absolute;
top: 20px;
color: #0b9e82;
font-size: clamp(0.1em, 0.1em + 3vw, 2.5em);
width: 60%;
text-align: center;
line-height: 1;
}
.login-right hr {
position: absolute;
top: 28%;
width: 230px;
height: 1px;
margin-bottom: 30px;
}
.login-loginEmail input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 17px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 100px;
left: 13.4%;
}
.login-loginEmail input::-webkit-input-placeholder {
font: 18px BalooBhaina2-SemiBold;
color: #1c396b;
}
.login-loginPassword input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 17px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 140px;
left: 13.4%;
}
.login-loginPassword input::-webkit-input-placeholder {
font: 18px BalooBhaina2-SemiBold;
color: #1c396b;
}
.login .enter-app {
background-color: #172d52;
position: fixed;
justify-content: flex-start;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 16px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 180px;
left: 13.4%;
z-index: 5;
}
.login-right .recordPassword {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 36%;
height: 14%;
top: 220px;
left: 12%;
z-index: 5;
}
.checkBoxMemorizer {
position: absolute;
display: flex;
border: none;
border-radius: none;
transition: color 0.2s ease-in-out;
top: 0;
left: 5px;
width: clamp(0.01em, 0.01em + 3vw, 2.5em);
}
.spnCheckBox {
margin-left: 25px;
}
.btnrecovery {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 28%;
height: 10%;
top: 220px;
left: 70%;
z-index: 5;
}
.bg1 {
background-image: url(/src/Images/logoMeuCptoHorizBranco@2x.png);
background-position: center 90%;
background-size: 220px;
background-repeat: no-repeat;
position: fixed;
}
.bg2 {
display: none;
}
.bg3 {
background-position: center top;
background-size: 550px;
background-repeat: no-repeat;
position: fixed;
}
.fnamePadrao {
left: 70%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 22px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 25%;
height: 5%;
z-index: 1;
}
.fnamePadrao::-webkit-input-placeholder {
font: 22px BalooBhaina2-SemiBold;
color: #1c396b;
}
.fCxPesquisa {
left: 70%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 22px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 25%;
height: 5%;
z-index: 1;
}
.fCxPesquisa::-webkit-input-placeholder {
font: 22px BalooBhaina2-SemiBold;
color: #1c396b;
}
.buttonModalPadrao {
position: absolute;
top: 74%;
left: 70%;
width: 25%;
height: 4%;
font: 20px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalPadrao1 {
position: absolute;
top: 21%;
left: 55%;
width: 40%;
height: 4%;
font: 22px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalObservaçoes {
background-color: #172d52;
color: white;
top: 28%;
left: 36%;
position: absolute;
align-items: center;
text-align: center;
justify-content: center;
width: clamp(0.01em, 0.01em + 14vw, 15em);
height: clamp(0.01em, 0.01em + 4vw, 15em);
border-radius: 6px;
border-style: none;
display: flex;
font: 14px BalooBhaina2-SemiBold;
}
.gravar-modal {
position: absolute;
justify-content: center;
text-align: center;
right: 5%;
bottom: 5%;
font: 18px BalooBhaina2-Medium;
width: 18rem;
height: 5rem;
background-color: #1c396b;
color: white;
border-radius: 5px;
border-style: none;
cursor: pointer;
}
.titleModal {
position: absolute;
left: 5%;
top: 3%;
font: 26px BalooBhaina2-SemiBold;
color: #1c396b;
}
.hrTitleModal {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(209, 209, 209) 80%);
border-color: transparent;
border-style: none;
top: 11%;
left: 5%;
width: 25%;
height: 2.5px;
}
.hrTitleModal1 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 35%;
height: 3px;
}
.hrTitleModal2 {
position: absolute;
display: flex;
background-image: linear-gradient(
90deg,
rgb(238, 238, 238) 20%,
rgb(197, 197, 197) 80%
);
border-color: transparent;
top: 12%;
left: 5%;
width: 30%;
height: 3px;
}
.hrTitleModal3 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 70%;
height: 3px;
}
.hrTitleModal4 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 32%;
height: 3px;
} /* -----------tabelas----------- */
.tabelaPadrao {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 5%;
background-color: rgb(255, 255, 255);
border-radius: 0;
z-index: 5;
}
.container {
overflow-y: auto;
margin-left: -1px;
border: 1px solid;
width: 100.3%;
height: 400px;
}
section {
position: relative;
border: 1px solid #000;
padding-top: 5%;
margin-top: 2%;
width: 100%;
height: 5%;
font: 12px BalooBhaina2-Regular;
background: #1c396b;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.container::-webkit-scrollbar {
width: 6px;
background-color: rgb(219, 219, 219);
/* rgb(219, 219, 219); */
/* border-radius: 10px; */
}
table {
border-spacing: 0;
background-color: #fff;
font-size: clamp(0.1em, 0.1em + 1.6vw, 1.2em);
width: 100%;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
td {
border-bottom: 1px solid #eee;
background: #fff;
color: #000;
width: 100%;
}
th div {
position: absolute;
background: transparent;
color: #fff;
top: 1%;
margin-left: 4%;
line-height: normal;
border-left: none;
font-size: clamp(0.1em, 0.1em + 1vw, 3em);
}
th:first-child div {
border: none;
}
table {
border-spacing: 0;
background-color: #fff;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
}
@media screen and (max-width: 500px) {
.login-right {
z-index: 1;
background-color: white;
border-radius: 30px;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: -8%;
width: 68%;
height: 230px;
}
.login-right h3 {
position: absolute;
top: 15px;
color: #0b9e82;
font-size: clamp(0.1em, 0.1em + 4vw, 3em);
width: 100%;
max-width: 180px;
text-align: center;
line-height: 1;
}
.login-right hr {
position: absolute;
top: 26%;
width: 230px;
height: 1px;
margin-bottom: 30px;
}
.login-loginEmail input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 16px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 80px;
left: 13.4%;
}
.login-loginEmail input::-webkit-input-placeholder {
font: 18px BalooBhaina2-Medium;
color: black;
}
.login-loginPassword input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 16px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 115px;
left: 13.4%;
}
.login-loginPassword input::-webkit-input-placeholder {
font: 18px BalooBhaina2-Medium;
color: black;
}
.login .enter-app {
background-color: #172d52;
position: fixed;
justify-content: flex-start;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 16px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 150px;
left: 13.4%;
z-index: 5;
}
.login-right .recordPassword {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 36%;
height: 14%;
top: 190px;
left: 12%;
z-index: 5;
}
.checkBoxMemorizer {
position: absolute;
display: flex;
border: none;
border-radius: none;
transition: color 0.2s ease-in-out;
top: 0;
left: 5px;
width: clamp(0.01em, 0.01em + 3vw, 2.5em);
}
.spnCheckBox {
margin-left: 20px;
}
.btnrecovery {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 28%;
height: 10%;
top: 190px;
left: 65%;
z-index: 5;
}
.bg1 {
background: url('/src/Images/logoMeuCptoHorizBranco.png');
background-position: 50% 90%;
background-size: 220px;
background-repeat: no-repeat;
position: fixed;
}
.bg2 {
display: none;
}
.bg3 {
background-position: top;
background-size: 95%;
}
.fnamePadrao {
left: 60%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 18px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 30%;
height: 3%;
z-index: 1;
}
.fnamePadrao::-webkit-input-placeholder {
font: 8px BalooBhaina2-SemiBold;
color: #1c396b;
}
.fCxPesquisa {
left: 65%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 22px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 30%;
height: 20px;
z-index: 1;
}
.fCxPesquisa::-webkit-input-placeholder {
font: 12px BalooBhaina2-SemiBold;
color: #1c396b;
}
.buttonModalPadrao {
position: absolute;
top: 74%;
left: 70%;
width: 25%;
height: 20px;
font: 20px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalPadrao1 {
position: absolute;
top: 21%;
left: 55%;
width: 40%;
height: 20px;
font: 22px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalObservaçoes {
background-color: #172d52;
color: white;
top: 28%;
left: 36%;
position: absolute;
align-items: center;
text-align: center;
justify-content: center;
width: clamp(0.01em, 0.01em + 14vw, 15em);
height: clamp(0.01em, 0.01em + 4vw, 15em);
border-radius: 6px;
border-style: none;
display: flex;
font: 14px BalooBhaina2-SemiBold;
}
.modalPadrao-content {
position: absolute;
top: 25%;
left: 5%;
background: #f1f1f1;
width: 90%;
height: 40%;
border-radius: 20px;
z-index: 3;
}
.gravar-modal {
position: absolute;
justify-content: center;
text-align: center;
right: 5%;
bottom: 5%;
font: 12px BalooBhaina2-Medium;
width: 10rem;
height: 4rem;
background-color: #1c396b;
color: white;
border-radius: 5px;
border-style: none;
cursor: pointer;
}
.subtPadrao1 {
position: fixed;
top: 16%;
left: 5%;
border-radius: 20px;
display: block;
font: 14px BalooBhaina2-SemiBold;
color: #fff;
z-index: 1;
}
.subtPadrao2 {
position: absolute;
top: 0%;
left: 5%;
font: 20px BalooBhaina2-Bold;
border-style: none;
background: transparent;
color: #172d52;
z-index: 2;
}
.titleModal {
position: absolute;
left: 5%;
top: 3%;
font: 18px BalooBhaina2-SemiBold;
color: #1c396b;
} /* -----------tabelas----------- */
.tabelaPadrao {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
background-color: rgb(255, 255, 255);
border-radius: 0;
z-index: 5;
}
.container {
overflow-y: auto;
margin-left: -1px;
border: 1px solid;
width: 100.3%;
height: 300px;
}
section {
position: relative;
border: 1px solid #000;
padding-top: 5%;
margin-top: 2%;
width: 100%;
height: 2%;
font: 12px BalooBhaina2-Regular;
background: #1c396b;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.container::-webkit-scrollbar {
width: 6px;
background-color: rgb(219, 219, 219);
/* rgb(219, 219, 219); */
/* border-radius: 10px; */
}
table {
border-spacing: 0;
background-color: #fff;
font-size: clamp(0.1em, 0.1em + 1.6vw, 1.2em);
width: 100%;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
td {
border-bottom: 1px solid #eee;
background: #fff;
color: #000;
width: 100%;
}
th div {
position: absolute;
background: transparent;
color: #fff;
top: 1%;
margin-left: 4%;
line-height: normal;
border-left: none;
font-size: clamp(0.1em, 0.1em + 1vw, 3em);
}
th:first-child div {
border: none;
}
table {
border-spacing: 0;
background-color: #fff;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
}
@media screen and (max-height: 640px) {
.tabelaPadrao {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
background-color: rgb(255, 255, 255);
border-radius: 0;
z-index: 5;
}
.container {
overflow-y: auto;
margin-left: -1px;
border: 1px solid;
width: 100.3%;
height: 250px;
}
section {
position: relative;
border: 1px solid #000;
padding-top: 5%;
margin-top: 2%;
width: 100%;
height: 2%;
font: 12px BalooBhaina2-Regular;
background: #1c396b;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.container::-webkit-scrollbar {
width: 6px;
background-color: rgb(219, 219, 219);
/* rgb(219, 219, 219); */
/* border-radius: 10px; */
}
table {
border-spacing: 0;
background-color: #fff;
font-size: clamp(0.1em, 0.1em + 1.6vw, 1.2em);
width: 100%;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
td {
border-bottom: 1px solid #eee;
background: #fff;
color: #000;
width: 100%;
}
th div {
position: absolute;
background: transparent;
color: #fff;
top: 1%;
margin-left: 4%;
line-height: normal;
border-left: none;
font-size: clamp(0.1em, 0.1em + 1vw, 3em);
}
th:first-child div {
border: none;
}
table {
border-spacing: 0;
background-color: #fff;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
.buttonModalPadrao {
position: absolute;
top: 72% !important;
left: 70%;
width: 25%;
height: 3.5rem !important;
font: 20px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalPadrao1 {
position: absolute;
top: 21%;
left: 55%;
width: 40%;
height: 5rem;
font: 22px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.gravar-modal {
position: absolute;
right: 5%;
bottom: 4%;
font: 10px BalooBhaina2-Medium;
padding-top: 0.5%;
width: 10rem;
height: 3rem;
background-color: #1c396b;
color: white;
border-radius: 5px;
border-style: none;
cursor: pointer;
}
} | src/styles/global.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
@font-face {
font-family: BalooBhaina2-Bold;
src: url(../Fonts/BalooBhaina2-Bold.ttf);
}
@font-face {
font-family: BalooBhaina2-Medium;
src: url(../Fonts/BalooBhaina2-Medium.ttf);
}
@font-face {
font-family: BalooBhaina2-Regular;
src: url(../Fonts/BalooBhaina2-Regular.ttf);
}
@font-face {
font-family: BalooBhaina2-SemiBold;
src: url(../Fonts/BalooBhaina2-SemiBold.ttf);
}
html {
/* a cada 1rem será considerada 10px */
font-size: 62.5%;
}
.body {
color: white;
background-color: #ebfef5;
}
.menus {
left: 10px;
width: 20%;
height: 100%;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
background-color: #0b9e82;
border-radius: 0px 0px 20px 20px;
padding: 26px 15px 15px;
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.19);
}
.menus li input {
display: flex;
width: 100px;
height: 100px;
}
.login {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
background-image: radial-gradient(
rgb(34, 53, 88) 0%,
rgb(27, 44, 75) 35%,
rgb(15, 30, 56) 70%,
rgb(11, 24, 46) 100%
);
}
.bg1 {
background: url('/src/Images/logoIniciativa2x.png');
height: 100vh;
width: 100%;
position: fixed;
background-size: 18%;
background-position: 49% 92%;
background-repeat: no-repeat;
z-index: 1;
}
.bg2 {
background: url('/src/Images/logoMeuCptoVertBranco2x.png');
height: 100vh;
width: 100%;
position: fixed;
background-size: 7%;
background-position: 15% 50%;
background-repeat: no-repeat;
}
.bg3 {
background: url('/src/Images/logoQ.png');
height: 100vh;
width: 100%;
position: fixed;
background-size: 57%;
background-position: 134% 62%;
background-repeat: no-repeat;
}
.login-right {
z-index: 1;
background-color: white;
border-radius: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 35.5%;
height: 46%;
}
.login-right h3 {
position: fixed;
top: 32.9%;
font: 18px BalooBhaina2-Regular;
font-weight: 600;
color: #0b9e82;
font-size: clamp(0.1em, 0.1em + 2vw, 2.5em);
}
.hrLogin {
position: fixed;
width: 30%;
top: 40%;
height: 3px;
border: none;
background-image: linear-gradient(
90deg,
transparent,
rgb(197, 197, 197),
transparent
);
}
.login-loginEmail input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: BalooBhaina2-Medium;
font-size: clamp(1em, 1em + 1.8vw, 1.8em);
padding-top: 5px;
padding-left: 10px;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 20%;
height: 5%;
top: 43.5%;
left: 39.5%;
}
.login-loginPassword input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: BalooBhaina2-Medium;
font-size: clamp(0.1em, 0.1em + 1.3vw, 2.5em);
padding-top: 5px;
padding-left: 10px;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 20%;
height: 5%;
top: 50%;
left: 39.5%;
}
.enter-app {
background-color: #172d52;
color: white;
position: fixed;
padding-top: 0.1%;
padding-left: 0.8%;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 20%;
height: 5%;
top: 56.5%;
left: 39.5%;
text-decoration: none;
font-size: clamp(0.1em, 0.1em + 1.3vw, 2.5em);
font: 18px BalooBhaina2-SemiBold;
cursor: pointer;
}
.login-right button:hover {
cursor: pointer;
}
.login-right .recordPassword {
color: #41606c;
background-color: transparent;
position: fixed;
font-size: clamp(0.01em, 0.01em + 1vw, 1em);
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 15%;
top: 63%;
left: 39.5%;
cursor: pointer;
}
.checkBoxMemorizer {
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
top: 50%;
left: 0;
width: clamp(0.01em, 0.01em + 1.5vw, 2em);
}
.spnCheckBox {
position: absolute;
font: 10px BalooBhaina2-SemiBold;
margin-top: -1%;
left: 2%;
}
.btnrecovery {
color: #41606c;
background-color: transparent;
position: fixed;
font: 10px BalooBhaina2-SemiBold;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 10%;
top: 62.6%;
left: 53.5%;
}
.fnamePadrao {
left: 39%;
top: 22.5%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 16px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 12%;
height: 5.5%;
z-index: 1;
}
.fnamePadrao::-webkit-input-placeholder {
font: 14px BalooBhaina2-SemiBold;
color: #1c396b;
}
.fCxPesquisa {
left: 52%;
top: 7%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 16px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 12%;
height: 5.5%;
z-index: 1;
}
.fCxPesquisa::-webkit-input-placeholder {
font: 14px BalooBhaina2-SemiBold;
color: #1c396b;
}
.subtPadrao1 {
position: fixed;
top: 18%;
left: 16%;
border-radius: 20px;
display: block;
font: 14px BalooBhaina2-SemiBold;
color: #adadad;
z-index: 1;
}
.subtPadrao2 {
position: absolute;
top: 22%;
left: 10%;
font: 28px BalooBhaina2-Bold;
border-style: none;
background: transparent;
color: #172d52;
z-index: 2;
}
.modalPadrao-content {
position: fixed;
top: 25%;
left: 25%;
background: #f1f1f1;
width: 50%;
height: 50%;
border-radius: 20px;
z-index: 2;
}
.buttonModalPadrao {
position: fixed;
top: 22.5%;
left: 52%;
width: 12%;
height: 4rem;
display: flex;
padding-top: 4px;
justify-content: center;
text-align: center;
z-index: 2;
cursor: pointer;
font: 18px BalooBhaina2-SemiBold;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 5px;
}
.buttonModalPadrao1 {
position: fixed;
top: 22.5%;
left: 52%;
width: 12%;
height: 4rem;
display: flex;
padding-top: 4px;
justify-content: center;
text-align: center;
z-index: 2;
cursor: pointer;
font: 12px BalooBhaina2-SemiBold;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 5px;
}
.buttonModalObservaçoes {
background-color: #172d52;
color: white;
top: 28%;
left: 40%;
position: absolute;
align-items: center;
text-align: center;
justify-content: center;
width: clamp(0.01em, 0.01em + 10vw, 15em);
height: clamp(0.01em, 0.01em + 2.8vw, 15em);
border-radius: 6px;
border-style: none;
display: flex;
font: 18px BalooBhaina2-SemiBold;
}
.close-modal {
position: absolute;
top: 6%;
right: 5%;
border-style: none;
font-size: 20px;
color: #a0a0a0;
height: 1%;
width: 1%;
justify-content: center;
align-items: center;
display: flex;
background-color: transparent;
cursor: pointer;
}
.gravar-modal {
position: absolute;
justify-content: center;
text-align: center;
right: 5%;
bottom: 5%;
font: 14px BalooBhaina2-Medium;
width: 14rem;
height: 4rem;
background-color: #1c396b;
color: white;
border-radius: 5px;
border-style: none;
cursor: pointer;
}
.titleModal {
position: absolute;
left: 5%;
top: 4%;
font-family: 'baloo bhaina 2';
font-weight: 500;
font-size: clamp(0.1em, 0.1em + 1.8vw, 3em);
color: #1c396b;
}
.hrTitleModal {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(209, 209, 209) 80%);
border-color: transparent;
border-style: none;
top: 11%;
left: 5%;
width: 25%;
height: 2.5px;
}
.hrTitleModal1 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 25%;
height: 3px;
}
.hrTitleModal2 {
position: absolute;
display: flex;
background-image: linear-gradient(
90deg,
rgb(238, 238, 238) 20%,
rgb(197, 197, 197) 80%
);
border-color: transparent;
top: 14%;
left: 5%;
width: 25%;
height: 3px;
}
.hrTitleModal3 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 45%;
height: 3px;
}
.hrTitleModal4 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 32%;
height: 3px;
}
section {
position: relative;
border: 1px solid #000;
padding-top: 5%;
margin-top: 2%;
width: 100%;
height: 10%;
font: 12px BalooBhaina2-Regular;
background: #1c396b;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.tabelaPadrao {
position: absolute;
top: 30%;
left: 10%;
width: 80%;
height: 65%;
background-color: rgb(255, 255, 255);
border-radius: 0;
z-index: 5;
}
.container {
overflow-y: auto;
margin-left: -1px;
border: 1px solid;
width: 100.2%;
height: 38rem;
}
.container::-webkit-scrollbar {
width: 6px;
background-color: rgb(219, 219, 219);
/* rgb(219, 219, 219); */
/* border-radius: 10px; */
}
table {
border-spacing: 0;
background-color: #fff;
font-size: clamp(0.1em, 0.1em + 1.6vw, 1.2em);
width: 100%;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
td {
border-bottom: 1px solid #eee;
background: #fff;
color: #000;
width: 100%;
}
th div {
position: absolute;
background: transparent;
color: #fff;
top: 1%;
margin-left: 4%;
line-height: normal;
border-left: none;
font-size: clamp(0.1em, 0.1em + 1vw, 3em);
}
th:first-child div {
border: none;
}
table {
border-spacing: 0;
background-color: #fff;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
@media screen and (max-width: 1024px) {
.login-right {
z-index: 1;
background-color: white;
border-radius: 30px;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 0%;
width: 400px;
height: 280px;
}
.login-right h3 {
position: absolute;
top: 15px;
color: #0b9e82;
font-size: clamp(0.1em, 0.1em + 3vw, 2.5em);
width: 100%;
max-width: 300px;
text-align: center;
line-height: 1;
}
.login-right hr {
position: absolute;
top: 28%;
width: 230px;
height: 1px;
margin-bottom: 30px;
}
.login-loginEmail input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 17px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 100px;
left: 13.4%;
}
.login-loginPassword input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 17px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 140px;
left: 13.4%;
}
.login .enter-app {
background-color: #172d52;
position: fixed;
justify-content: flex-start;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 16px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 180px;
left: 13.4%;
z-index: 5;
}
.login-right .recordPassword {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 14%;
top: 220px;
left: 12%;
z-index: 5;
}
.checkBoxMemorizer {
position: absolute;
display: flex;
border: none;
border-radius: none;
transition: color 0.2s ease-in-out;
top: 0;
left: 5px;
width: clamp(0.01em, 0.01em + 3vw, 2.5em);
}
.spnCheckBox {
margin-left: 30px;
margin-top: 0px;
}
.btnrecovery {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 28%;
height: 10%;
top: 220px;
left: 70%;
z-index: 5;
}
.bg1 {
background-image: url(/src/Images/logoMeuCptoHorizBranco@2x.png);
background-position: center 90%;
background-size: 440px;
background-repeat: no-repeat;
position: fixed;
}
.bg2 {
display: none;
}
.bg3 {
background-position: center top;
background-size: 770px;
background-repeat: no-repeat;
position: fixed;
}
.fnamePadrao {
left: 70%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 22px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 25%;
height: 5%;
z-index: 1;
}
.fnamePadrao::-webkit-input-placeholder {
font: 22px BalooBhaina2-SemiBold;
color: #1c396b;
}
.fCxPesquisa {
left: 70%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 22px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 25%;
height: 5%;
z-index: 1;
}
.fCxPesquisa::-webkit-input-placeholder {
font: 22px BalooBhaina2-SemiBold;
color: #1c396b;
}
.modalPadrao-content {
position: absolute;
top: 25%;
left: 15%;
background: #f1f1f1;
width: 70%;
height: 50%;
border-radius: 20px;
z-index: 3;
}
.buttonModalPadrao {
position: absolute;
top: 75%;
left: 70%;
width: 25%;
height: 4%;
font: 28px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalPadrao1 {
position: absolute;
top: 21%;
left: 55%;
width: 40%;
height: 4%;
font: 22px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalObservaçoes {
background-color: #172d52;
color: white;
top: 28%;
left: 36%;
position: absolute;
align-items: center;
text-align: center;
justify-content: center;
width: clamp(0.01em, 0.01em + 15vw, 15em);
height: clamp(0.01em, 0.01em + 5vw, 15em);
border-radius: 6px;
border-style: none;
display: flex;
font: 18px BalooBhaina2-SemiBold;
}
.gravar-modal {
position: absolute;
justify-content: center;
text-align: center;
right: 5%;
bottom: 5%;
font: 20px BalooBhaina2-Medium;
padding-top: 0.5%;
width: 18rem;
height: 5rem;
background-color: #1c396b;
color: white;
border-radius: 5px;
border-style: none;
cursor: pointer;
}
.titleModal {
position: absolute;
left: 5%;
top: 4%;
font-family: 'baloo bhaina 2';
font-weight: 500;
font-size: clamp(0.1em, 0.1em + 1.8vw, 3em);
color: #1c396b;
}
.hrTitleModal {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(209, 209, 209) 80%);
border-color: transparent;
border-style: none;
top: 11%;
left: 5%;
width: 25%;
height: 2.5px;
}
.hrTitleModal1 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 12%;
left: 5%;
width: 25%;
height: 3px;
}
.hrTitleModal2 {
position: absolute;
display: flex;
background-image: linear-gradient(
90deg,
rgb(238, 238, 238) 20%,
rgb(197, 197, 197) 80%
);
border-color: transparent;
top: 10%;
left: 5%;
width: 40%;
height: 3px;
}
.hrTitleModal3 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 45%;
height: 3px;
}
.hrTitleModal4 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 32%;
height: 3px;
}
.subtPadrao1 {
position: fixed;
top: 16%;
left: 5%;
border-radius: 20px;
display: block;
font: 22px BalooBhaina2-SemiBold;
color: #ffffff;
z-index: -1;
}
.subtPadrao2 {
position: absolute;
top: 0;
left: 5%;
display: block;
font: 42px BalooBhaina2-SemiBold;
color: #1c396b;
letter-spacing: -2px;
}
.titleModal {
position: absolute;
left: 5%;
top: 4%;
font: 34px BalooBhaina2-SemiBold;
color: #1c396b;
}
/* -----------tabelas----------- */
.tabelaPadrao {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 5%;
background-color: rgb(255, 255, 255);
border-radius: 0;
z-index: 5;
}
.container {
overflow-y: auto;
margin-left: -1px;
border: 1px solid;
width: 100.3%;
height: 500px;
}
section {
position: relative;
border: 1px solid #000;
padding-top: 5%;
margin-top: 2%;
width: 100%;
height: 10%;
font: 12px BalooBhaina2-Regular;
background: #1c396b;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.container::-webkit-scrollbar {
width: 6px;
background-color: rgb(219, 219, 219);
/* rgb(219, 219, 219); */
/* border-radius: 10px; */
}
table {
border-spacing: 0;
background-color: #fff;
font-size: clamp(0.1em, 0.1em + 1.6vw, 1.2em);
width: 100%;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
td {
border-bottom: 1px solid #eee;
background: #fff;
color: #000;
width: 100%;
}
th div {
position: absolute;
background: transparent;
color: #fff;
top: 1%;
margin-left: 4%;
line-height: normal;
border-left: none;
font-size: clamp(0.1em, 0.1em + 1vw, 3em);
}
th:first-child div {
border: none;
}
table {
border-spacing: 0;
background-color: #fff;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
}
@media screen and (max-width: 780px) {
.login-right {
z-index: 1;
background-color: white;
border-radius: 30px;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: -8%;
width: 50%;
height: 280px;
}
.login-right h3 {
position: absolute;
top: 20px;
color: #0b9e82;
font-size: clamp(0.1em, 0.1em + 3vw, 2.5em);
width: 60%;
text-align: center;
line-height: 1;
}
.login-right hr {
position: absolute;
top: 28%;
width: 230px;
height: 1px;
margin-bottom: 30px;
}
.login-loginEmail input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 17px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 100px;
left: 13.4%;
}
.login-loginEmail input::-webkit-input-placeholder {
font: 18px BalooBhaina2-SemiBold;
color: #1c396b;
}
.login-loginPassword input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 17px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 140px;
left: 13.4%;
}
.login-loginPassword input::-webkit-input-placeholder {
font: 18px BalooBhaina2-SemiBold;
color: #1c396b;
}
.login .enter-app {
background-color: #172d52;
position: fixed;
justify-content: flex-start;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 16px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 180px;
left: 13.4%;
z-index: 5;
}
.login-right .recordPassword {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 36%;
height: 14%;
top: 220px;
left: 12%;
z-index: 5;
}
.checkBoxMemorizer {
position: absolute;
display: flex;
border: none;
border-radius: none;
transition: color 0.2s ease-in-out;
top: 0;
left: 5px;
width: clamp(0.01em, 0.01em + 3vw, 2.5em);
}
.spnCheckBox {
margin-left: 25px;
}
.btnrecovery {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 28%;
height: 10%;
top: 220px;
left: 70%;
z-index: 5;
}
.bg1 {
background-image: url(/src/Images/logoMeuCptoHorizBranco@2x.png);
background-position: center 90%;
background-size: 220px;
background-repeat: no-repeat;
position: fixed;
}
.bg2 {
display: none;
}
.bg3 {
background-position: center top;
background-size: 550px;
background-repeat: no-repeat;
position: fixed;
}
.fnamePadrao {
left: 70%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 22px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 25%;
height: 5%;
z-index: 1;
}
.fnamePadrao::-webkit-input-placeholder {
font: 22px BalooBhaina2-SemiBold;
color: #1c396b;
}
.fCxPesquisa {
left: 70%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 22px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 25%;
height: 5%;
z-index: 1;
}
.fCxPesquisa::-webkit-input-placeholder {
font: 22px BalooBhaina2-SemiBold;
color: #1c396b;
}
.buttonModalPadrao {
position: absolute;
top: 74%;
left: 70%;
width: 25%;
height: 4%;
font: 20px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalPadrao1 {
position: absolute;
top: 21%;
left: 55%;
width: 40%;
height: 4%;
font: 22px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalObservaçoes {
background-color: #172d52;
color: white;
top: 28%;
left: 36%;
position: absolute;
align-items: center;
text-align: center;
justify-content: center;
width: clamp(0.01em, 0.01em + 14vw, 15em);
height: clamp(0.01em, 0.01em + 4vw, 15em);
border-radius: 6px;
border-style: none;
display: flex;
font: 14px BalooBhaina2-SemiBold;
}
.gravar-modal {
position: absolute;
justify-content: center;
text-align: center;
right: 5%;
bottom: 5%;
font: 18px BalooBhaina2-Medium;
width: 18rem;
height: 5rem;
background-color: #1c396b;
color: white;
border-radius: 5px;
border-style: none;
cursor: pointer;
}
.titleModal {
position: absolute;
left: 5%;
top: 3%;
font: 26px BalooBhaina2-SemiBold;
color: #1c396b;
}
.hrTitleModal {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(209, 209, 209) 80%);
border-color: transparent;
border-style: none;
top: 11%;
left: 5%;
width: 25%;
height: 2.5px;
}
.hrTitleModal1 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 35%;
height: 3px;
}
.hrTitleModal2 {
position: absolute;
display: flex;
background-image: linear-gradient(
90deg,
rgb(238, 238, 238) 20%,
rgb(197, 197, 197) 80%
);
border-color: transparent;
top: 12%;
left: 5%;
width: 30%;
height: 3px;
}
.hrTitleModal3 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 70%;
height: 3px;
}
.hrTitleModal4 {
position: absolute;
display: flex;
background-image: linear-gradient(90deg, #fff 20%, rgb(197, 197, 197) 80%);
border-color: transparent;
top: 16%;
left: 5%;
width: 32%;
height: 3px;
} /* -----------tabelas----------- */
.tabelaPadrao {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 5%;
background-color: rgb(255, 255, 255);
border-radius: 0;
z-index: 5;
}
.container {
overflow-y: auto;
margin-left: -1px;
border: 1px solid;
width: 100.3%;
height: 400px;
}
section {
position: relative;
border: 1px solid #000;
padding-top: 5%;
margin-top: 2%;
width: 100%;
height: 5%;
font: 12px BalooBhaina2-Regular;
background: #1c396b;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.container::-webkit-scrollbar {
width: 6px;
background-color: rgb(219, 219, 219);
/* rgb(219, 219, 219); */
/* border-radius: 10px; */
}
table {
border-spacing: 0;
background-color: #fff;
font-size: clamp(0.1em, 0.1em + 1.6vw, 1.2em);
width: 100%;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
td {
border-bottom: 1px solid #eee;
background: #fff;
color: #000;
width: 100%;
}
th div {
position: absolute;
background: transparent;
color: #fff;
top: 1%;
margin-left: 4%;
line-height: normal;
border-left: none;
font-size: clamp(0.1em, 0.1em + 1vw, 3em);
}
th:first-child div {
border: none;
}
table {
border-spacing: 0;
background-color: #fff;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
}
@media screen and (max-width: 500px) {
.login-right {
z-index: 1;
background-color: white;
border-radius: 30px;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: -8%;
width: 68%;
height: 230px;
}
.login-right h3 {
position: absolute;
top: 15px;
color: #0b9e82;
font-size: clamp(0.1em, 0.1em + 4vw, 3em);
width: 100%;
max-width: 180px;
text-align: center;
line-height: 1;
}
.login-right hr {
position: absolute;
top: 26%;
width: 230px;
height: 1px;
margin-bottom: 30px;
}
.login-loginEmail input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 16px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 80px;
left: 13.4%;
}
.login-loginEmail input::-webkit-input-placeholder {
font: 18px BalooBhaina2-Medium;
color: black;
}
.login-loginPassword input {
background-color: #dad8d8;
color: #000000;
position: fixed;
justify-content: center;
text-align: left;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 16px;
padding-top: 5px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 115px;
left: 13.4%;
}
.login-loginPassword input::-webkit-input-placeholder {
font: 18px BalooBhaina2-Medium;
color: black;
}
.login .enter-app {
background-color: #172d52;
position: fixed;
justify-content: flex-start;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 16px;
padding-left: 10px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 73.4%;
height: 30px;
top: 150px;
left: 13.4%;
z-index: 5;
}
.login-right .recordPassword {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 400;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 36%;
height: 14%;
top: 190px;
left: 12%;
z-index: 5;
}
.checkBoxMemorizer {
position: absolute;
display: flex;
border: none;
border-radius: none;
transition: color 0.2s ease-in-out;
top: 0;
left: 5px;
width: clamp(0.01em, 0.01em + 3vw, 2.5em);
}
.spnCheckBox {
margin-left: 20px;
}
.btnrecovery {
position: fixed;
font-family: 'baloo bhaina 2', sans-serif;
font-weight: 500;
font-size: 8px;
position: absolute;
display: flex;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
width: 28%;
height: 10%;
top: 190px;
left: 65%;
z-index: 5;
}
.bg1 {
background: url('/src/Images/logoMeuCptoHorizBranco.png');
background-position: 50% 90%;
background-size: 220px;
background-repeat: no-repeat;
position: fixed;
}
.bg2 {
display: none;
}
.bg3 {
background-position: top;
background-size: 95%;
}
.fnamePadrao {
left: 60%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 18px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 30%;
height: 3%;
z-index: 1;
}
.fnamePadrao::-webkit-input-placeholder {
font: 8px BalooBhaina2-SemiBold;
color: #1c396b;
}
.fCxPesquisa {
left: 65%;
top: 21%;
position: absolute;
padding-left: 10px;
background-color: rgb(201, 201, 201);
font: 22px BalooBhaina2-SemiBold;
border: none;
color: rgb(32, 32, 32);
border-radius: 5px;
width: 30%;
height: 20px;
z-index: 1;
}
.fCxPesquisa::-webkit-input-placeholder {
font: 12px BalooBhaina2-SemiBold;
color: #1c396b;
}
.buttonModalPadrao {
position: absolute;
top: 74%;
left: 70%;
width: 25%;
height: 20px;
font: 20px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalPadrao1 {
position: absolute;
top: 21%;
left: 55%;
width: 40%;
height: 20px;
font: 22px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalObservaçoes {
background-color: #172d52;
color: white;
top: 28%;
left: 36%;
position: absolute;
align-items: center;
text-align: center;
justify-content: center;
width: clamp(0.01em, 0.01em + 14vw, 15em);
height: clamp(0.01em, 0.01em + 4vw, 15em);
border-radius: 6px;
border-style: none;
display: flex;
font: 14px BalooBhaina2-SemiBold;
}
.modalPadrao-content {
position: absolute;
top: 25%;
left: 5%;
background: #f1f1f1;
width: 90%;
height: 40%;
border-radius: 20px;
z-index: 3;
}
.gravar-modal {
position: absolute;
justify-content: center;
text-align: center;
right: 5%;
bottom: 5%;
font: 12px BalooBhaina2-Medium;
width: 10rem;
height: 4rem;
background-color: #1c396b;
color: white;
border-radius: 5px;
border-style: none;
cursor: pointer;
}
.subtPadrao1 {
position: fixed;
top: 16%;
left: 5%;
border-radius: 20px;
display: block;
font: 14px BalooBhaina2-SemiBold;
color: #fff;
z-index: 1;
}
.subtPadrao2 {
position: absolute;
top: 0%;
left: 5%;
font: 20px BalooBhaina2-Bold;
border-style: none;
background: transparent;
color: #172d52;
z-index: 2;
}
.titleModal {
position: absolute;
left: 5%;
top: 3%;
font: 18px BalooBhaina2-SemiBold;
color: #1c396b;
} /* -----------tabelas----------- */
.tabelaPadrao {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
background-color: rgb(255, 255, 255);
border-radius: 0;
z-index: 5;
}
.container {
overflow-y: auto;
margin-left: -1px;
border: 1px solid;
width: 100.3%;
height: 300px;
}
section {
position: relative;
border: 1px solid #000;
padding-top: 5%;
margin-top: 2%;
width: 100%;
height: 2%;
font: 12px BalooBhaina2-Regular;
background: #1c396b;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.container::-webkit-scrollbar {
width: 6px;
background-color: rgb(219, 219, 219);
/* rgb(219, 219, 219); */
/* border-radius: 10px; */
}
table {
border-spacing: 0;
background-color: #fff;
font-size: clamp(0.1em, 0.1em + 1.6vw, 1.2em);
width: 100%;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
td {
border-bottom: 1px solid #eee;
background: #fff;
color: #000;
width: 100%;
}
th div {
position: absolute;
background: transparent;
color: #fff;
top: 1%;
margin-left: 4%;
line-height: normal;
border-left: none;
font-size: clamp(0.1em, 0.1em + 1vw, 3em);
}
th:first-child div {
border: none;
}
table {
border-spacing: 0;
background-color: #fff;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
}
@media screen and (max-height: 640px) {
.tabelaPadrao {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
background-color: rgb(255, 255, 255);
border-radius: 0;
z-index: 5;
}
.container {
overflow-y: auto;
margin-left: -1px;
border: 1px solid;
width: 100.3%;
height: 250px;
}
section {
position: relative;
border: 1px solid #000;
padding-top: 5%;
margin-top: 2%;
width: 100%;
height: 2%;
font: 12px BalooBhaina2-Regular;
background: #1c396b;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.container::-webkit-scrollbar {
width: 6px;
background-color: rgb(219, 219, 219);
/* rgb(219, 219, 219); */
/* border-radius: 10px; */
}
table {
border-spacing: 0;
background-color: #fff;
font-size: clamp(0.1em, 0.1em + 1.6vw, 1.2em);
width: 100%;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
td {
border-bottom: 1px solid #eee;
background: #fff;
color: #000;
width: 100%;
}
th div {
position: absolute;
background: transparent;
color: #fff;
top: 1%;
margin-left: 4%;
line-height: normal;
border-left: none;
font-size: clamp(0.1em, 0.1em + 1vw, 3em);
}
th:first-child div {
border: none;
}
table {
border-spacing: 0;
background-color: #fff;
}
td + td {
border-left: 1px solid #eee;
}
th {
border-bottom: 1px solid #eee;
background: #ddd;
color: #000;
height: 0;
line-height: 0;
padding-top: 0;
padding-bottom: 0;
color: transparent;
border: none;
white-space: nowrap;
}
.buttonModalPadrao {
position: absolute;
top: 72% !important;
left: 70%;
width: 25%;
height: 3.5rem !important;
font: 20px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.buttonModalPadrao1 {
position: absolute;
top: 21%;
left: 55%;
width: 40%;
height: 5rem;
font: 22px BalooBhaina2-SemiBold;
z-index: 1;
cursor: pointer;
background-color: #0b9e82;
color: white;
border-style: none;
border-radius: 10px;
}
.gravar-modal {
position: absolute;
right: 5%;
bottom: 4%;
font: 10px BalooBhaina2-Medium;
padding-top: 0.5%;
width: 10rem;
height: 3rem;
background-color: #1c396b;
color: white;
border-radius: 5px;
border-style: none;
cursor: pointer;
}
} | 0.47171 | 0.137648 |
.grid-all, .grid-1, .grid-2, .grid-3, .grid-quarter, .grid-4, .grid-third, .grid-5, .grid-6, .grid-half, .grid-7, .grid-8, .grid-two-thirds, .grid-9, .grid-three-quarters, .grid-10, .grid-11, .grid-12, .grid-whole {
margin: 0;
clear: none;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*behavior: url(boxsizing.htc); }
.offset-0 {
margin-left: 0; }
.grid-1 {
width: 8.3333333333%; }
.offset-1 {
margin-left: 8.3333333333%; }
.grid-2 {
width: 16.6666666667%; }
.offset-2 {
margin-left: 16.6666666667%; }
.grid-3, .grid-quarter {
width: 25%; }
.offset-3 {
margin-left: 25%; }
.grid-4, .grid-third {
width: 33.3333333333%; }
.offset-4 {
margin-left: 33.3333333333%; }
.grid-5 {
width: 41.6666666667%; }
.offset-5 {
margin-left: 41.6666666667%; }
.grid-6, .grid-half {
width: 50%; }
.offset-6 {
margin-left: 50%; }
.grid-7 {
width: 58.3333333333%; }
.offset-7 {
margin-left: 58.3333333333%; }
.grid-8, .grid-two-thirds {
width: 66.6666666667%; }
.offset-8 {
margin-left: 66.6666666667%; }
.grid-9, .grid-three-quarters {
width: 75%; }
.offset-9 {
margin-left: 75%; }
.grid-10 {
width: 83.3333333333%; }
.offset-10 {
margin-left: 83.3333333333%; }
.grid-11 {
width: 91.6666666667%; }
.offset-11 {
margin-left: 91.6666666667%; }
.grid-12, .grid-whole {
width: 100%; }
.offset-12 {
margin-left: 100%; }
/* padding helper classes */
.padded {
padding: 0.5em; }
.padded-left {
padding-left: 0.5em; }
.padded-right {
padding-right: 0.5em; }
.padded-top {
padding-top: 0.5em; }
.padded-bottom {
padding-bottom: 0.5em; }
.padded-sides {
padding: 0 0.5em; }
.padded-vertical {
padding: 0.5em 0; }
.padded-inner {
padding: 1em; }
.padded-inner-sides {
padding: 0 1em; }
.padded-reverse {
margin: 0 -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
.padded-reverse-all {
margin: -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
/* miscellaneous helper classes */
.flow-opposite {
float: right; }
.center {
text-align: center; }
.left {
text-align: left; }
.right {
text-align: right; }
/* For compatibility with Bootstrap (fixed), Foundation, etc. */
.row {
margin: 0 -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
@media (max-width: 480px) {
.s-grid-all, .s-grid-1, .s-grid-2, .s-grid-3, .s-grid-quarter, .s-grid-4, .s-grid-third, .s-grid-5, .s-grid-6, .s-grid-half, .s-grid-7, .s-grid-8, .s-grid-two-thirds, .s-grid-9, .s-grid-three-quarters, .s-grid-10, .s-grid-11, .s-grid-12, .s-grid-whole {
margin: 0;
clear: none;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*behavior: url(boxsizing.htc); }
.s-offset-0 {
margin-left: 0; }
.s-grid-1 {
width: 8.3333333333%; }
.s-offset-1 {
margin-left: 8.3333333333%; }
.s-grid-2 {
width: 16.6666666667%; }
.s-offset-2 {
margin-left: 16.6666666667%; }
.s-grid-3, .s-grid-quarter {
width: 25%; }
.s-offset-3 {
margin-left: 25%; }
.s-grid-4, .s-grid-third {
width: 33.3333333333%; }
.s-offset-4 {
margin-left: 33.3333333333%; }
.s-grid-5 {
width: 41.6666666667%; }
.s-offset-5 {
margin-left: 41.6666666667%; }
.s-grid-6, .s-grid-half {
width: 50%; }
.s-offset-6 {
margin-left: 50%; }
.s-grid-7 {
width: 58.3333333333%; }
.s-offset-7 {
margin-left: 58.3333333333%; }
.s-grid-8, .s-grid-two-thirds {
width: 66.6666666667%; }
.s-offset-8 {
margin-left: 66.6666666667%; }
.s-grid-9, .s-grid-three-quarters {
width: 75%; }
.s-offset-9 {
margin-left: 75%; }
.s-grid-10 {
width: 83.3333333333%; }
.s-offset-10 {
margin-left: 83.3333333333%; }
.s-grid-11 {
width: 91.6666666667%; }
.s-offset-11 {
margin-left: 91.6666666667%; }
.s-grid-12, .s-grid-whole {
width: 100%; }
.s-offset-12 {
margin-left: 100%; }
/* padding helper classes */
.s-padded {
padding: 0.5em; }
.s-padded-left {
padding-left: 0.5em; }
.s-padded-right {
padding-right: 0.5em; }
.s-padded-top {
padding-top: 0.5em; }
.s-padded-bottom {
padding-bottom: 0.5em; }
.s-padded-sides {
padding: 0 0.5em; }
.s-padded-vertical {
padding: 0.5em 0; }
.s-padded-inner {
padding: 1em; }
.s-padded-inner-sides {
padding: 0 1em; }
.s-padded-reverse {
margin: 0 -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
.s-padded-reverse-all {
margin: -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
/* miscellaneous helper classes */
.s-flow-opposite {
float: right; }
.s-center {
text-align: center; }
.s-left {
text-align: left; }
.s-right {
text-align: right; }
.s-hidden {
display: none; } }
@media (min-width: 481px) and (max-width: 800px) {
.m-grid-all, .m-grid-1, .m-grid-2, .m-grid-3, .m-grid-quarter, .m-grid-4, .m-grid-third, .m-grid-5, .m-grid-6, .m-grid-half, .m-grid-7, .m-grid-8, .m-grid-two-thirds, .m-grid-9, .m-grid-three-quarters, .m-grid-10, .m-grid-11, .m-grid-12, .m-grid-whole {
margin: 0;
clear: none;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*behavior: url(boxsizing.htc); }
.m-offset-0 {
margin-left: 0; }
.m-grid-1 {
width: 8.3333333333%; }
.m-offset-1 {
margin-left: 8.3333333333%; }
.m-grid-2 {
width: 16.6666666667%; }
.m-offset-2 {
margin-left: 16.6666666667%; }
.m-grid-3, .m-grid-quarter {
width: 25%; }
.m-offset-3 {
margin-left: 25%; }
.m-grid-4, .m-grid-third {
width: 33.3333333333%; }
.m-offset-4 {
margin-left: 33.3333333333%; }
.m-grid-5 {
width: 41.6666666667%; }
.m-offset-5 {
margin-left: 41.6666666667%; }
.m-grid-6, .m-grid-half {
width: 50%; }
.m-offset-6 {
margin-left: 50%; }
.m-grid-7 {
width: 58.3333333333%; }
.m-offset-7 {
margin-left: 58.3333333333%; }
.m-grid-8, .m-grid-two-thirds {
width: 66.6666666667%; }
.m-offset-8 {
margin-left: 66.6666666667%; }
.m-grid-9, .m-grid-three-quarters {
width: 75%; }
.m-offset-9 {
margin-left: 75%; }
.m-grid-10 {
width: 83.3333333333%; }
.m-offset-10 {
margin-left: 83.3333333333%; }
.m-grid-11 {
width: 91.6666666667%; }
.m-offset-11 {
margin-left: 91.6666666667%; }
.m-grid-12, .m-grid-whole {
width: 100%; }
.m-offset-12 {
margin-left: 100%; }
/* padding helper classes */
.m-padded {
padding: 0.5em; }
.m-padded-left {
padding-left: 0.5em; }
.m-padded-right {
padding-right: 0.5em; }
.m-padded-top {
padding-top: 0.5em; }
.m-padded-bottom {
padding-bottom: 0.5em; }
.m-padded-sides {
padding: 0 0.5em; }
.m-padded-vertical {
padding: 0.5em 0; }
.m-padded-inner {
padding: 1em; }
.m-padded-inner-sides {
padding: 0 1em; }
.m-padded-reverse {
margin: 0 -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
.m-padded-reverse-all {
margin: -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
/* miscellaneous helper classes */
.m-flow-opposite {
float: right; }
.m-center {
text-align: center; }
.m-left {
text-align: left; }
.m-right {
text-align: right; }
.m-hidden {
display: none; } }
@media (min-width: 801px) {
.l-grid-all, .l-grid-1, .l-grid-2, .l-grid-3, .l-grid-quarter, .l-grid-4, .l-grid-third, .l-grid-5, .l-grid-6, .l-grid-half, .l-grid-7, .l-grid-8, .l-grid-two-thirds, .l-grid-9, .l-grid-three-quarters, .l-grid-10, .l-grid-11, .l-grid-12, .l-grid-whole {
margin: 0;
clear: none;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*behavior: url(boxsizing.htc); }
.l-offset-0 {
margin-left: 0; }
.l-grid-1 {
width: 8.3333333333%; }
.l-offset-1 {
margin-left: 8.3333333333%; }
.l-grid-2 {
width: 16.6666666667%; }
.l-offset-2 {
margin-left: 16.6666666667%; }
.l-grid-3, .l-grid-quarter {
width: 25%; }
.l-offset-3 {
margin-left: 25%; }
.l-grid-4, .l-grid-third {
width: 33.3333333333%; }
.l-offset-4 {
margin-left: 33.3333333333%; }
.l-grid-5 {
width: 41.6666666667%; }
.l-offset-5 {
margin-left: 41.6666666667%; }
.l-grid-6, .l-grid-half {
width: 50%; }
.l-offset-6 {
margin-left: 50%; }
.l-grid-7 {
width: 58.3333333333%; }
.l-offset-7 {
margin-left: 58.3333333333%; }
.l-grid-8, .l-grid-two-thirds {
width: 66.6666666667%; }
.l-offset-8 {
margin-left: 66.6666666667%; }
.l-grid-9, .l-grid-three-quarters {
width: 75%; }
.l-offset-9 {
margin-left: 75%; }
.l-grid-10 {
width: 83.3333333333%; }
.l-offset-10 {
margin-left: 83.3333333333%; }
.l-grid-11 {
width: 91.6666666667%; }
.l-offset-11 {
margin-left: 91.6666666667%; }
.l-grid-12, .l-grid-whole {
width: 100%; }
.l-offset-12 {
margin-left: 100%; }
/* padding helper classes */
.l-padded {
padding: 0.5em; }
.l-padded-left {
padding-left: 0.5em; }
.l-padded-right {
padding-right: 0.5em; }
.l-padded-top {
padding-top: 0.5em; }
.l-padded-bottom {
padding-bottom: 0.5em; }
.l-padded-sides {
padding: 0 0.5em; }
.l-padded-vertical {
padding: 0.5em 0; }
.l-padded-inner {
padding: 1em; }
.l-padded-inner-sides {
padding: 0 1em; }
.l-padded-reverse {
margin: 0 -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
.l-padded-reverse-all {
margin: -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
/* miscellaneous helper classes */
.l-flow-opposite {
float: right; }
.l-center {
text-align: center; }
.l-left {
text-align: left; }
.l-right {
text-align: right; }
.l-hidden {
display: none; } } | 351b/css/grid.css | .grid-all, .grid-1, .grid-2, .grid-3, .grid-quarter, .grid-4, .grid-third, .grid-5, .grid-6, .grid-half, .grid-7, .grid-8, .grid-two-thirds, .grid-9, .grid-three-quarters, .grid-10, .grid-11, .grid-12, .grid-whole {
margin: 0;
clear: none;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*behavior: url(boxsizing.htc); }
.offset-0 {
margin-left: 0; }
.grid-1 {
width: 8.3333333333%; }
.offset-1 {
margin-left: 8.3333333333%; }
.grid-2 {
width: 16.6666666667%; }
.offset-2 {
margin-left: 16.6666666667%; }
.grid-3, .grid-quarter {
width: 25%; }
.offset-3 {
margin-left: 25%; }
.grid-4, .grid-third {
width: 33.3333333333%; }
.offset-4 {
margin-left: 33.3333333333%; }
.grid-5 {
width: 41.6666666667%; }
.offset-5 {
margin-left: 41.6666666667%; }
.grid-6, .grid-half {
width: 50%; }
.offset-6 {
margin-left: 50%; }
.grid-7 {
width: 58.3333333333%; }
.offset-7 {
margin-left: 58.3333333333%; }
.grid-8, .grid-two-thirds {
width: 66.6666666667%; }
.offset-8 {
margin-left: 66.6666666667%; }
.grid-9, .grid-three-quarters {
width: 75%; }
.offset-9 {
margin-left: 75%; }
.grid-10 {
width: 83.3333333333%; }
.offset-10 {
margin-left: 83.3333333333%; }
.grid-11 {
width: 91.6666666667%; }
.offset-11 {
margin-left: 91.6666666667%; }
.grid-12, .grid-whole {
width: 100%; }
.offset-12 {
margin-left: 100%; }
/* padding helper classes */
.padded {
padding: 0.5em; }
.padded-left {
padding-left: 0.5em; }
.padded-right {
padding-right: 0.5em; }
.padded-top {
padding-top: 0.5em; }
.padded-bottom {
padding-bottom: 0.5em; }
.padded-sides {
padding: 0 0.5em; }
.padded-vertical {
padding: 0.5em 0; }
.padded-inner {
padding: 1em; }
.padded-inner-sides {
padding: 0 1em; }
.padded-reverse {
margin: 0 -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
.padded-reverse-all {
margin: -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
/* miscellaneous helper classes */
.flow-opposite {
float: right; }
.center {
text-align: center; }
.left {
text-align: left; }
.right {
text-align: right; }
/* For compatibility with Bootstrap (fixed), Foundation, etc. */
.row {
margin: 0 -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
@media (max-width: 480px) {
.s-grid-all, .s-grid-1, .s-grid-2, .s-grid-3, .s-grid-quarter, .s-grid-4, .s-grid-third, .s-grid-5, .s-grid-6, .s-grid-half, .s-grid-7, .s-grid-8, .s-grid-two-thirds, .s-grid-9, .s-grid-three-quarters, .s-grid-10, .s-grid-11, .s-grid-12, .s-grid-whole {
margin: 0;
clear: none;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*behavior: url(boxsizing.htc); }
.s-offset-0 {
margin-left: 0; }
.s-grid-1 {
width: 8.3333333333%; }
.s-offset-1 {
margin-left: 8.3333333333%; }
.s-grid-2 {
width: 16.6666666667%; }
.s-offset-2 {
margin-left: 16.6666666667%; }
.s-grid-3, .s-grid-quarter {
width: 25%; }
.s-offset-3 {
margin-left: 25%; }
.s-grid-4, .s-grid-third {
width: 33.3333333333%; }
.s-offset-4 {
margin-left: 33.3333333333%; }
.s-grid-5 {
width: 41.6666666667%; }
.s-offset-5 {
margin-left: 41.6666666667%; }
.s-grid-6, .s-grid-half {
width: 50%; }
.s-offset-6 {
margin-left: 50%; }
.s-grid-7 {
width: 58.3333333333%; }
.s-offset-7 {
margin-left: 58.3333333333%; }
.s-grid-8, .s-grid-two-thirds {
width: 66.6666666667%; }
.s-offset-8 {
margin-left: 66.6666666667%; }
.s-grid-9, .s-grid-three-quarters {
width: 75%; }
.s-offset-9 {
margin-left: 75%; }
.s-grid-10 {
width: 83.3333333333%; }
.s-offset-10 {
margin-left: 83.3333333333%; }
.s-grid-11 {
width: 91.6666666667%; }
.s-offset-11 {
margin-left: 91.6666666667%; }
.s-grid-12, .s-grid-whole {
width: 100%; }
.s-offset-12 {
margin-left: 100%; }
/* padding helper classes */
.s-padded {
padding: 0.5em; }
.s-padded-left {
padding-left: 0.5em; }
.s-padded-right {
padding-right: 0.5em; }
.s-padded-top {
padding-top: 0.5em; }
.s-padded-bottom {
padding-bottom: 0.5em; }
.s-padded-sides {
padding: 0 0.5em; }
.s-padded-vertical {
padding: 0.5em 0; }
.s-padded-inner {
padding: 1em; }
.s-padded-inner-sides {
padding: 0 1em; }
.s-padded-reverse {
margin: 0 -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
.s-padded-reverse-all {
margin: -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
/* miscellaneous helper classes */
.s-flow-opposite {
float: right; }
.s-center {
text-align: center; }
.s-left {
text-align: left; }
.s-right {
text-align: right; }
.s-hidden {
display: none; } }
@media (min-width: 481px) and (max-width: 800px) {
.m-grid-all, .m-grid-1, .m-grid-2, .m-grid-3, .m-grid-quarter, .m-grid-4, .m-grid-third, .m-grid-5, .m-grid-6, .m-grid-half, .m-grid-7, .m-grid-8, .m-grid-two-thirds, .m-grid-9, .m-grid-three-quarters, .m-grid-10, .m-grid-11, .m-grid-12, .m-grid-whole {
margin: 0;
clear: none;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*behavior: url(boxsizing.htc); }
.m-offset-0 {
margin-left: 0; }
.m-grid-1 {
width: 8.3333333333%; }
.m-offset-1 {
margin-left: 8.3333333333%; }
.m-grid-2 {
width: 16.6666666667%; }
.m-offset-2 {
margin-left: 16.6666666667%; }
.m-grid-3, .m-grid-quarter {
width: 25%; }
.m-offset-3 {
margin-left: 25%; }
.m-grid-4, .m-grid-third {
width: 33.3333333333%; }
.m-offset-4 {
margin-left: 33.3333333333%; }
.m-grid-5 {
width: 41.6666666667%; }
.m-offset-5 {
margin-left: 41.6666666667%; }
.m-grid-6, .m-grid-half {
width: 50%; }
.m-offset-6 {
margin-left: 50%; }
.m-grid-7 {
width: 58.3333333333%; }
.m-offset-7 {
margin-left: 58.3333333333%; }
.m-grid-8, .m-grid-two-thirds {
width: 66.6666666667%; }
.m-offset-8 {
margin-left: 66.6666666667%; }
.m-grid-9, .m-grid-three-quarters {
width: 75%; }
.m-offset-9 {
margin-left: 75%; }
.m-grid-10 {
width: 83.3333333333%; }
.m-offset-10 {
margin-left: 83.3333333333%; }
.m-grid-11 {
width: 91.6666666667%; }
.m-offset-11 {
margin-left: 91.6666666667%; }
.m-grid-12, .m-grid-whole {
width: 100%; }
.m-offset-12 {
margin-left: 100%; }
/* padding helper classes */
.m-padded {
padding: 0.5em; }
.m-padded-left {
padding-left: 0.5em; }
.m-padded-right {
padding-right: 0.5em; }
.m-padded-top {
padding-top: 0.5em; }
.m-padded-bottom {
padding-bottom: 0.5em; }
.m-padded-sides {
padding: 0 0.5em; }
.m-padded-vertical {
padding: 0.5em 0; }
.m-padded-inner {
padding: 1em; }
.m-padded-inner-sides {
padding: 0 1em; }
.m-padded-reverse {
margin: 0 -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
.m-padded-reverse-all {
margin: -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
/* miscellaneous helper classes */
.m-flow-opposite {
float: right; }
.m-center {
text-align: center; }
.m-left {
text-align: left; }
.m-right {
text-align: right; }
.m-hidden {
display: none; } }
@media (min-width: 801px) {
.l-grid-all, .l-grid-1, .l-grid-2, .l-grid-3, .l-grid-quarter, .l-grid-4, .l-grid-third, .l-grid-5, .l-grid-6, .l-grid-half, .l-grid-7, .l-grid-8, .l-grid-two-thirds, .l-grid-9, .l-grid-three-quarters, .l-grid-10, .l-grid-11, .l-grid-12, .l-grid-whole {
margin: 0;
clear: none;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
*behavior: url(boxsizing.htc); }
.l-offset-0 {
margin-left: 0; }
.l-grid-1 {
width: 8.3333333333%; }
.l-offset-1 {
margin-left: 8.3333333333%; }
.l-grid-2 {
width: 16.6666666667%; }
.l-offset-2 {
margin-left: 16.6666666667%; }
.l-grid-3, .l-grid-quarter {
width: 25%; }
.l-offset-3 {
margin-left: 25%; }
.l-grid-4, .l-grid-third {
width: 33.3333333333%; }
.l-offset-4 {
margin-left: 33.3333333333%; }
.l-grid-5 {
width: 41.6666666667%; }
.l-offset-5 {
margin-left: 41.6666666667%; }
.l-grid-6, .l-grid-half {
width: 50%; }
.l-offset-6 {
margin-left: 50%; }
.l-grid-7 {
width: 58.3333333333%; }
.l-offset-7 {
margin-left: 58.3333333333%; }
.l-grid-8, .l-grid-two-thirds {
width: 66.6666666667%; }
.l-offset-8 {
margin-left: 66.6666666667%; }
.l-grid-9, .l-grid-three-quarters {
width: 75%; }
.l-offset-9 {
margin-left: 75%; }
.l-grid-10 {
width: 83.3333333333%; }
.l-offset-10 {
margin-left: 83.3333333333%; }
.l-grid-11 {
width: 91.6666666667%; }
.l-offset-11 {
margin-left: 91.6666666667%; }
.l-grid-12, .l-grid-whole {
width: 100%; }
.l-offset-12 {
margin-left: 100%; }
/* padding helper classes */
.l-padded {
padding: 0.5em; }
.l-padded-left {
padding-left: 0.5em; }
.l-padded-right {
padding-right: 0.5em; }
.l-padded-top {
padding-top: 0.5em; }
.l-padded-bottom {
padding-bottom: 0.5em; }
.l-padded-sides {
padding: 0 0.5em; }
.l-padded-vertical {
padding: 0.5em 0; }
.l-padded-inner {
padding: 1em; }
.l-padded-inner-sides {
padding: 0 1em; }
.l-padded-reverse {
margin: 0 -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
.l-padded-reverse-all {
margin: -0.5em;
width: auto;
box-sizing: content-box;
float: none; }
/* miscellaneous helper classes */
.l-flow-opposite {
float: right; }
.l-center {
text-align: center; }
.l-left {
text-align: left; }
.l-right {
text-align: right; }
.l-hidden {
display: none; } } | 0.489015 | 0.075278 |
.kc-wrap {
/* Various commands to stop items being selected when mouse-dragging/touching. */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
/* Disable IE10/11 default actions */
-ms-touch-action: none;
overflow:hidden;
position:relative;
background-image:url('background.png');
background-position: center;
width:100%;
/* This makes wrapper scale vertically in proportion to width */
padding-bottom:35%;
}
.kc-horizon {
visibility:hidden;
}
/*
This wraps carousel items.
*/
.kc-item {
position:absolute;
/* These sizes are from the examples - change as appropriate */
width:188px;
height:250px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
visibility:hidden;
}
/*
Item Shadows are made from three sections, bottom, left and right.
This appears to give better performance than using CSS shadows, and minimizes the
pixel area of shadow drawn.
The image URLs used for the shadows will actually be copied into <img> elements.
You can of course change the images if required.
*/
.kc-shadow-bottom {
position:absolute !important;
top:100% !important;
width:100% !important;
height:10% !important;
background-image:url(shadow-bottom.png);
left:0px !important;
}
.kc-shadow-left,.kc-shadow-right {
position:absolute !important;
top:0% !important;
width:10% !important;
height:100% !important;
left:-10% !important;
background-image:url(shadow-left.png);
}
.kc-shadow-right {
left:100% !important;
background-image:url(shadow-right.png);
}
@-moz-document url-prefix() {
/* Fix for FireFox specific dark edge showing on shadows */
.kc-shadow-bottom,.kc-shadow-left,.kc-shadow-right {
outline: 1px solid transparent;
}
.kc-reflection {
outline: 1px solid transparent;
}
}
/*
Reflection.
This is applied to an inserted <canvas> element that is the reflection.
*/
.kc-reflection {
position:absolute;
left:0px;
top:0px;
width:100%;
height:0px;
}
/* The wrapping element of navigation buttons (if used) */
.kc-nav-wrap {
display:inline-block;
position:absolute;
z-index:1000;
}
/* Navigation button */
.kc-nav-button, .kc-nav-button-active {
width:16px;
height:16px;
background-color: #888;
float:left;
margin-right:10px;
cursor: pointer;
border-radius: 16px;
border:1px solid rgba(0,0,0,0.5);
}
/* Navigation button active */
.kc-nav-button.active {
background-color: #fff;
}
/* No margin on last one. */
.kc-nav-button.last {
margin-right:0;
} | public/assets/outside/plugins/killercarousel/killercarousel.css | .kc-wrap {
/* Various commands to stop items being selected when mouse-dragging/touching. */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
/* Disable IE10/11 default actions */
-ms-touch-action: none;
overflow:hidden;
position:relative;
background-image:url('background.png');
background-position: center;
width:100%;
/* This makes wrapper scale vertically in proportion to width */
padding-bottom:35%;
}
.kc-horizon {
visibility:hidden;
}
/*
This wraps carousel items.
*/
.kc-item {
position:absolute;
/* These sizes are from the examples - change as appropriate */
width:188px;
height:250px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
visibility:hidden;
}
/*
Item Shadows are made from three sections, bottom, left and right.
This appears to give better performance than using CSS shadows, and minimizes the
pixel area of shadow drawn.
The image URLs used for the shadows will actually be copied into <img> elements.
You can of course change the images if required.
*/
.kc-shadow-bottom {
position:absolute !important;
top:100% !important;
width:100% !important;
height:10% !important;
background-image:url(shadow-bottom.png);
left:0px !important;
}
.kc-shadow-left,.kc-shadow-right {
position:absolute !important;
top:0% !important;
width:10% !important;
height:100% !important;
left:-10% !important;
background-image:url(shadow-left.png);
}
.kc-shadow-right {
left:100% !important;
background-image:url(shadow-right.png);
}
@-moz-document url-prefix() {
/* Fix for FireFox specific dark edge showing on shadows */
.kc-shadow-bottom,.kc-shadow-left,.kc-shadow-right {
outline: 1px solid transparent;
}
.kc-reflection {
outline: 1px solid transparent;
}
}
/*
Reflection.
This is applied to an inserted <canvas> element that is the reflection.
*/
.kc-reflection {
position:absolute;
left:0px;
top:0px;
width:100%;
height:0px;
}
/* The wrapping element of navigation buttons (if used) */
.kc-nav-wrap {
display:inline-block;
position:absolute;
z-index:1000;
}
/* Navigation button */
.kc-nav-button, .kc-nav-button-active {
width:16px;
height:16px;
background-color: #888;
float:left;
margin-right:10px;
cursor: pointer;
border-radius: 16px;
border:1px solid rgba(0,0,0,0.5);
}
/* Navigation button active */
.kc-nav-button.active {
background-color: #fff;
}
/* No margin on last one. */
.kc-nav-button.last {
margin-right:0;
} | 0.435902 | 0.090293 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body{overflow-x:hidden}
/* Login y Register */
*{margin:0;padding:0;box-sizing:border-box;}
:root{
--rojo:#ff0031;
--azul:#002D58;
}
main{
margin-top:75px;
}
body #form-wrapper{
width:100%;
height:100vh;
background-image:url(../img/fondo1.png);
background-position: center;
background-size: cover;
color:#000;
font-size:16px;
font-family: 'Poppins', sans-serif;}
a{
color:#000;
margin-right: 6px;
}
#form-wrapper{
font-weight: normal;
width:100%;
height:100%;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
justify-content: center;
}
input[type="checkbox"]{
display: inline-block;
width: 24px !important;
}
.recuerdame {
font-size: 12px;
display: flex;
flex-direction: column-reverse;
}
.caja-recuerdame {
display: flex;
justify-content: flex-end;
margin-bottom: 40px;
margin-top: -15px;
}
.warning{
font-size: 12px;
color: var(--rojo);
margin-top: 4px;
text-align:right;
font-weight: bold;
}
.form-section{
font-size: 16px;
min-width: 300px;
max-width: 480px;
padding:1.5em;
background-color:#fff;
border-radius: 4px;
text-align: center;
box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
}
.form-section h2{
font-size: 1.2em;
color: var(--azul);
font-weight: normal;
}
.form-section form{
text-align: left;
}
.form-section input{
display: block;
border:0px;
width: 100%;
line-height:2em;
margin-top: 1em;
border-bottom:1px solid #ccc;
}
.form-section select{
display:block;
width: 100%;
line-height:2em;
margin-top: 1em;
}
.form-section input::placeholder{
color:var(--azul);
}
.form-section input[type="submit"]{
border-bottom:0px;
width:80%;
background-color: var(--rojo);
color:#fff;
margin:1em auto;
border-radius: 4px;
}
.form-section input[type=submit]:hover{
background-color:#c10002;
color:#fff;
}
a.form-bottom-link{
color:#444;
font-size: 0.8em;
}
a.form-bottom-link:hover{
color:var(--azul);
text-decoration: none;
}
@media (max-width:480px){
.form-section{
min-width: 300px;
font-size: 16px;
width:auto;
margin:0.5em;
padding:1em;
background-color:#fff;
border-radius: 3px;
text-align: center;
box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
}
.form-section h2{
font-size: 1.2em;
color: var(--azul);
font-weight: normal;
}
.form-section form{
text-align: left;
}
.form-section input{
display: block;
border:0px;
width: 100%;
line-height:2em;
margin-top: 1em;
border-bottom:1px solid #ccc;
}
.form-section select{
display:block;
width: 100%;
line-height:2em;
margin-top: 1em;
}
.form-section input::placeholder{
color:var(--azul);
}
.form-section input[type="submit"]{
border-bottom:0px;
width:50%;
background-color: var(--rojo);
color:#fff;
margin:1em auto;
border-radius: 4px;
}
.form-section input[type=submit]:hover{
background-color:#c10002;
color:#fff;
}
a.form-bottom-link{
color:#444;
font-size: 0.8em;
}
a.form-bottom-link:hover{
color:var(--azul);
text-decoration: none;
}
}
* {
box-sizing: border-box;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a {
color:white;
}
body {
margin: 0;
font-family: 'Poppins', sans-serif;
font-size: 10px;
}
a {
text-decoration: none;
}
/* Header */
header {
height: 75px;
}
.main-menu{
position: fixed;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 300;
background-color: white;
width: 100vw;
height: 75px;
left: 0;
}
.list-menu a:hover{
text-decoration: none;
}
.logo {
margin: 10px;
width: 130px;
}
.logo img {
width: 100%;
}
.menu-desc {
font-size: 1.1em;
color: #A5A5A5;
}
.menu-title {
color: #333333;
font-weight: 500;
margin-bottom: 0.2em;
font-size: 1.5em;
}
.burguer{
font-size: 3em;
color: #999999;
padding: 0.2em;
cursor: pointer;
border: 1px solid rgba(69, 69, 69, 0.5);
margin-right: .3em;
}
.bar1, .bar2, .bar3 {
width: 30px;
height: 2px;
background-color: rgba(51, 51, 51, 0.5);
margin: 6px 0;
transition: 0.4s;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-4px, 5px);
transform: rotate(-45deg) translate(-4px, 5px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-7px, -7px);
transform: rotate(45deg) translate(-7px, -7px);
}
.btn-alumnos {
display: flex;
justify-content: center;
}
.list-menu {
width: 90vw;
height: 100vh;
background-color: white;
position: fixed;
left: -100%;
z-index: 100;
top: 75px;
}
header nav {
background-color: rgba(224, 224, 224);
}
header li{
padding: 20px 10px;
border-bottom: 1px solid #F5F5F5;
text-align: center;
}
header li:last-child{
border-bottom: 0;
}
header li:hover{
background-color: #F5F5F5;
}
header .btn-sesion {
font-size: 1.2em;
color: white;
background-color: #FF0031;
padding: 10px 15px;
border-radius: 3px;
margin-top: 1.8em;
margin-bottom: 1.8em;
text-align: center;
width: 160px;
}
header .btn-sesion:hover {
background-color: #af0425;
text-decoration: none;
}
/* Slider */
.carousel-background {
position: relative;
}
.text-slider {
left: 3vw;
bottom: 4vw;
text-align: left;
width: 23vw;
}
.text-slider h3 {
font-weight: 600;
font-size: 3.4vw;
margin-bottom: 3vw;
}
.slider-button {
background-color: #FB0000;
display: inline-block;
padding: .7vw 2vw;
border-radius: 30px;
color: white;
}
.slider-button:hover {
background-color: white;
color: black;
}
.slider-button i {
padding-left: 10px;
}
.carousel-background img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.text-slider p {
font-size: 1.4vw;
}
.carousel-container {
margin-bottom: 3vw;
}
a.slider-button{
text-decoration: none;
font-size: 14px;
color: white;
}
/* Cards section */
.card-container {
margin-top: 100px;
margin-bottom: 100px;
}
.card {
background-color: #002959;
color: white;
padding: 20px 10px;
margin-top: 5px;
text-align: center;
border-radius: 0;
width: 100%;
height: 180px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.card:hover {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
background-color: #02234b;
}
.card img{
width: 70px;
margin: 0 auto;
}
.card-title{
margin-top: 10px;
font-size: 2.5em;
font-weight: 600;
/* margin: 10px 0; */
}
.card-description{
font-weight: 200;
font-size: 1.5em;
}
/* About section */
.about {
text-align: center;
margin: 5vw auto;
}
.about h2{
text-transform: uppercase;
margin: 1em 0;
font-size: 3.5em;
font-weight: 600;
color: #FB0000;
font-weight: bold;
}
.about h4 {
margin: 1em 0;
font-size: 2.5em;
font-style: italic;
font-weight: 300;
}
.about p{
font-size: 1.5em;
color: #999999;
line-height: 1.2em;
}
.who , .do {
/* border-right: 1px solid rgba(0, 0, 0, .3); */
padding-right: 10px;
}
/* Contacto */
.contacto {
padding: 1em;
color: white;
text-align: center;
background-color: #002959;
padding-bottom: 4em;
}
.contacto h3{
font-size: 3em;
margin: 1em;
}
.contacto p{
font-size: 1.5em;
padding: 0.5em;
}
/* Courses section */
.courses-container {
color: white;
margin: 70px 30px;
display: grid;
grid-template-columns: 1fr 2fr 1fr;
grid-template-rows: repeat(4, 150px);
grid-gap: .5vw;
}
.seccion {
width: 100%;
height: 150px;
background-color: rgb(58, 96, 120);
position: relative;
}
.one, .lat{
grid-row: 1 / 3;
height: 300px;
}
.two {
grid-row: 3 / 5;
height: 300px;
}
.three {
grid-row: 1 / 4;
height: 450px;
}
.four {
grid-row: 1 / 3;
height: 300px;
}
.five {
grid-row: 3 / 5;
height: 300px;
}
.lat {
width: 100%;
height: 100%;
position: absolute;
top:0;
right: 0;
bottom: 0;
left: 0;
}
.pos-left .course-tit {
position: absolute;
bottom: 55px;
left: 10px;
}
.inf {
margin-top: -7px;
}
.pos-right .course-tit {
text-align: right;
position: absolute;
bottom: 55px;
right: 10px;
}
.course-tit {
font-size: 2em;
}
.pos-right .course-btn{
position: absolute;
bottom: 20px;
right: 10px;
}
.pos-left .course-btn{
position: absolute;
bottom: 20px;
left: 10px;
}
.course-btn {
font-size: 1.2em;
display: inline-block;
background-color: red;
padding: 5px;
border-radius: 10px;
}
.course-btn:hover{
color:#fff;
text-decoration: none;
font-weight: bold;
}
.lat-grande {
height: 100%;
position: absolute;
top:0;
right: 0;
bottom: 0;
left: 0;
}
.lat-inf {
}
#img-contenedor img {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
width:100%;
}
.seccion:hover .backg {
-webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
}
#img-contenedor {/*Ancho y altura son modificables al requerimiento de cada uno*/
overflow:hidden;
}
.container-small {
width:260px;
height:300px;
}
.container-inf {
width:516px;
height:150px;
}
.course-btn:hover {
background-color: #aa0000;
cursor: pointer;
}
.small-txt {
font-size: 1.8em;
}
.big-txt {
font-size: 3.5em;
margin-left: 10px;
margin-bottom: 20px;
}
.big-btn {
margin-left: 10px;
margin-bottom: 20px;
}
#btn-inf {
left: 100px;
}
#tit-inf {
bottom: 5px;
}
.form-index{
background-image: url(../img/banner/slider2.jpg);
color: white;
font-size: 14px;
}
.form-index form {
padding-top: 40px;
}
.form-back {
background-color: #052D59;
}
.form-contact {
padding: 0 20px;
}
.btn-red {
background-color: var(--red);
border-color: var(--red);
}
.btn-red:hover {
background-color: #b02d25;
border-color: #b02d25;
}
.mobile-courses {
max-width: 528px;
margin: 0 auto !important;
}
/* footer */
footer{
margin-top: 30px;
padding-top: 20px;
font-family: ‘Poppins’, sans-serif;
color: white;
background-color: var(--azul);
}
.ico-sociales {
display: flex;
}
.ico-sociales i {
font-size: 40px;
padding: 20px;
color: white;
}
.contact i{
padding: 10px;
}
.suscriber {
width: 50%;
background-color: white;
}
.suscriber input{
width: 85%;
position: relative;
}
.suscriber button{
position: relative;
right: 0;
top:0;
bottom: 0;
}
.copyright {
text-align: center;
padding: 10px;
border-top: 1px solid rgba(255, 255, 255, 0.3);
margin-top: 25px;
}
.foot-desc {
margin-top: 20px;
text-align: center;
}
.logo-b {
text-align: center;
width: 215px;
}
.logo-desc {
text-align: center;
}
footer {
font-size: 16px;
}
/* Courses Pages */
.courses-header {
margin-top: 85px;
background-image: url(../img/fondo1.png);
padding: 40px 30px;
font-size: 30px;
}
.courses-section {
margin-top: 20px;
font-size: 12px;
}
.courses-section span {
font-weight: bold;
}
.courses-desc {
font-size: 14px;
line-height: 20px;
}
.main-container {
min-height: 60vh;
}
.form-contact {
margin: 40px 0;
color: white;
font-size: 14px;
}
.course-form-info {
max-height: 550px;
overflow: hidden;
}
/* Work With As Page */
.form-work {
margin-top: 20px;
color: white;
margin-bottom: 20px;
font-size: 14px;
}
.form-h2 {
display: inline-block;
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
.background-menu{
width: 100%;
background-color: white;
position: fixed;
top:0;
left: 0;
right: 0;
z-index: 200;
box-shadow: 0 1px 3px rgba(0,0,0,0.10), 0 1px 2px rgba(0,0,0,0.20);
}
.menu-container{
max-width: 1200px;
width: 100%;
padding: 5px 15px;
margin-right: auto;
margin-left: auto;
}
.burguer {
display: none;
}
.list-menu {
display: flex;
justify-content: space-between;
position: static;
width: 80%;
height: auto;
overflow: hidden;
}
.list-menu ul {
display: flex;
align-items: center;
height: 80px;
width: auto;
}
.list-menu h3 {
margin-bottom: 8px;
}
header {
display: flex;
justify-content: space-between;
}
header li {
width: 25%;
max-width: 180px;
padding-right: 2vw;
text-align: left;
border-bottom: 0;
border-right: 1px solid #F5F5F5;
}
header li:last-child{
border-right: 0;
}
.main-menu {
position: static;
width: auto;
height: auto;
}
.btn-alumnos {
}
.logo {
width: 160px;
margin: 0 2vw 0 0;
}
/* carousel */
.carousel-container {
margin-top: 76px;
}
}
@media (max-width:960px){
main, .courses-header{
margin-top:0 !important;
}
}
.wp-container {
width: 80px;
height: 30px;
position: fixed;
bottom: 0;
right: 0;
z-index: 300;
}
.wp-img {
width: 100%;
} | public/css/styleg.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body{overflow-x:hidden}
/* Login y Register */
*{margin:0;padding:0;box-sizing:border-box;}
:root{
--rojo:#ff0031;
--azul:#002D58;
}
main{
margin-top:75px;
}
body #form-wrapper{
width:100%;
height:100vh;
background-image:url(../img/fondo1.png);
background-position: center;
background-size: cover;
color:#000;
font-size:16px;
font-family: 'Poppins', sans-serif;}
a{
color:#000;
margin-right: 6px;
}
#form-wrapper{
font-weight: normal;
width:100%;
height:100%;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
justify-content: center;
}
input[type="checkbox"]{
display: inline-block;
width: 24px !important;
}
.recuerdame {
font-size: 12px;
display: flex;
flex-direction: column-reverse;
}
.caja-recuerdame {
display: flex;
justify-content: flex-end;
margin-bottom: 40px;
margin-top: -15px;
}
.warning{
font-size: 12px;
color: var(--rojo);
margin-top: 4px;
text-align:right;
font-weight: bold;
}
.form-section{
font-size: 16px;
min-width: 300px;
max-width: 480px;
padding:1.5em;
background-color:#fff;
border-radius: 4px;
text-align: center;
box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
}
.form-section h2{
font-size: 1.2em;
color: var(--azul);
font-weight: normal;
}
.form-section form{
text-align: left;
}
.form-section input{
display: block;
border:0px;
width: 100%;
line-height:2em;
margin-top: 1em;
border-bottom:1px solid #ccc;
}
.form-section select{
display:block;
width: 100%;
line-height:2em;
margin-top: 1em;
}
.form-section input::placeholder{
color:var(--azul);
}
.form-section input[type="submit"]{
border-bottom:0px;
width:80%;
background-color: var(--rojo);
color:#fff;
margin:1em auto;
border-radius: 4px;
}
.form-section input[type=submit]:hover{
background-color:#c10002;
color:#fff;
}
a.form-bottom-link{
color:#444;
font-size: 0.8em;
}
a.form-bottom-link:hover{
color:var(--azul);
text-decoration: none;
}
@media (max-width:480px){
.form-section{
min-width: 300px;
font-size: 16px;
width:auto;
margin:0.5em;
padding:1em;
background-color:#fff;
border-radius: 3px;
text-align: center;
box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
}
.form-section h2{
font-size: 1.2em;
color: var(--azul);
font-weight: normal;
}
.form-section form{
text-align: left;
}
.form-section input{
display: block;
border:0px;
width: 100%;
line-height:2em;
margin-top: 1em;
border-bottom:1px solid #ccc;
}
.form-section select{
display:block;
width: 100%;
line-height:2em;
margin-top: 1em;
}
.form-section input::placeholder{
color:var(--azul);
}
.form-section input[type="submit"]{
border-bottom:0px;
width:50%;
background-color: var(--rojo);
color:#fff;
margin:1em auto;
border-radius: 4px;
}
.form-section input[type=submit]:hover{
background-color:#c10002;
color:#fff;
}
a.form-bottom-link{
color:#444;
font-size: 0.8em;
}
a.form-bottom-link:hover{
color:var(--azul);
text-decoration: none;
}
}
* {
box-sizing: border-box;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a {
color:white;
}
body {
margin: 0;
font-family: 'Poppins', sans-serif;
font-size: 10px;
}
a {
text-decoration: none;
}
/* Header */
header {
height: 75px;
}
.main-menu{
position: fixed;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 300;
background-color: white;
width: 100vw;
height: 75px;
left: 0;
}
.list-menu a:hover{
text-decoration: none;
}
.logo {
margin: 10px;
width: 130px;
}
.logo img {
width: 100%;
}
.menu-desc {
font-size: 1.1em;
color: #A5A5A5;
}
.menu-title {
color: #333333;
font-weight: 500;
margin-bottom: 0.2em;
font-size: 1.5em;
}
.burguer{
font-size: 3em;
color: #999999;
padding: 0.2em;
cursor: pointer;
border: 1px solid rgba(69, 69, 69, 0.5);
margin-right: .3em;
}
.bar1, .bar2, .bar3 {
width: 30px;
height: 2px;
background-color: rgba(51, 51, 51, 0.5);
margin: 6px 0;
transition: 0.4s;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-4px, 5px);
transform: rotate(-45deg) translate(-4px, 5px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-7px, -7px);
transform: rotate(45deg) translate(-7px, -7px);
}
.btn-alumnos {
display: flex;
justify-content: center;
}
.list-menu {
width: 90vw;
height: 100vh;
background-color: white;
position: fixed;
left: -100%;
z-index: 100;
top: 75px;
}
header nav {
background-color: rgba(224, 224, 224);
}
header li{
padding: 20px 10px;
border-bottom: 1px solid #F5F5F5;
text-align: center;
}
header li:last-child{
border-bottom: 0;
}
header li:hover{
background-color: #F5F5F5;
}
header .btn-sesion {
font-size: 1.2em;
color: white;
background-color: #FF0031;
padding: 10px 15px;
border-radius: 3px;
margin-top: 1.8em;
margin-bottom: 1.8em;
text-align: center;
width: 160px;
}
header .btn-sesion:hover {
background-color: #af0425;
text-decoration: none;
}
/* Slider */
.carousel-background {
position: relative;
}
.text-slider {
left: 3vw;
bottom: 4vw;
text-align: left;
width: 23vw;
}
.text-slider h3 {
font-weight: 600;
font-size: 3.4vw;
margin-bottom: 3vw;
}
.slider-button {
background-color: #FB0000;
display: inline-block;
padding: .7vw 2vw;
border-radius: 30px;
color: white;
}
.slider-button:hover {
background-color: white;
color: black;
}
.slider-button i {
padding-left: 10px;
}
.carousel-background img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.text-slider p {
font-size: 1.4vw;
}
.carousel-container {
margin-bottom: 3vw;
}
a.slider-button{
text-decoration: none;
font-size: 14px;
color: white;
}
/* Cards section */
.card-container {
margin-top: 100px;
margin-bottom: 100px;
}
.card {
background-color: #002959;
color: white;
padding: 20px 10px;
margin-top: 5px;
text-align: center;
border-radius: 0;
width: 100%;
height: 180px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.card:hover {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
background-color: #02234b;
}
.card img{
width: 70px;
margin: 0 auto;
}
.card-title{
margin-top: 10px;
font-size: 2.5em;
font-weight: 600;
/* margin: 10px 0; */
}
.card-description{
font-weight: 200;
font-size: 1.5em;
}
/* About section */
.about {
text-align: center;
margin: 5vw auto;
}
.about h2{
text-transform: uppercase;
margin: 1em 0;
font-size: 3.5em;
font-weight: 600;
color: #FB0000;
font-weight: bold;
}
.about h4 {
margin: 1em 0;
font-size: 2.5em;
font-style: italic;
font-weight: 300;
}
.about p{
font-size: 1.5em;
color: #999999;
line-height: 1.2em;
}
.who , .do {
/* border-right: 1px solid rgba(0, 0, 0, .3); */
padding-right: 10px;
}
/* Contacto */
.contacto {
padding: 1em;
color: white;
text-align: center;
background-color: #002959;
padding-bottom: 4em;
}
.contacto h3{
font-size: 3em;
margin: 1em;
}
.contacto p{
font-size: 1.5em;
padding: 0.5em;
}
/* Courses section */
.courses-container {
color: white;
margin: 70px 30px;
display: grid;
grid-template-columns: 1fr 2fr 1fr;
grid-template-rows: repeat(4, 150px);
grid-gap: .5vw;
}
.seccion {
width: 100%;
height: 150px;
background-color: rgb(58, 96, 120);
position: relative;
}
.one, .lat{
grid-row: 1 / 3;
height: 300px;
}
.two {
grid-row: 3 / 5;
height: 300px;
}
.three {
grid-row: 1 / 4;
height: 450px;
}
.four {
grid-row: 1 / 3;
height: 300px;
}
.five {
grid-row: 3 / 5;
height: 300px;
}
.lat {
width: 100%;
height: 100%;
position: absolute;
top:0;
right: 0;
bottom: 0;
left: 0;
}
.pos-left .course-tit {
position: absolute;
bottom: 55px;
left: 10px;
}
.inf {
margin-top: -7px;
}
.pos-right .course-tit {
text-align: right;
position: absolute;
bottom: 55px;
right: 10px;
}
.course-tit {
font-size: 2em;
}
.pos-right .course-btn{
position: absolute;
bottom: 20px;
right: 10px;
}
.pos-left .course-btn{
position: absolute;
bottom: 20px;
left: 10px;
}
.course-btn {
font-size: 1.2em;
display: inline-block;
background-color: red;
padding: 5px;
border-radius: 10px;
}
.course-btn:hover{
color:#fff;
text-decoration: none;
font-weight: bold;
}
.lat-grande {
height: 100%;
position: absolute;
top:0;
right: 0;
bottom: 0;
left: 0;
}
.lat-inf {
}
#img-contenedor img {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
width:100%;
}
.seccion:hover .backg {
-webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
}
#img-contenedor {/*Ancho y altura son modificables al requerimiento de cada uno*/
overflow:hidden;
}
.container-small {
width:260px;
height:300px;
}
.container-inf {
width:516px;
height:150px;
}
.course-btn:hover {
background-color: #aa0000;
cursor: pointer;
}
.small-txt {
font-size: 1.8em;
}
.big-txt {
font-size: 3.5em;
margin-left: 10px;
margin-bottom: 20px;
}
.big-btn {
margin-left: 10px;
margin-bottom: 20px;
}
#btn-inf {
left: 100px;
}
#tit-inf {
bottom: 5px;
}
.form-index{
background-image: url(../img/banner/slider2.jpg);
color: white;
font-size: 14px;
}
.form-index form {
padding-top: 40px;
}
.form-back {
background-color: #052D59;
}
.form-contact {
padding: 0 20px;
}
.btn-red {
background-color: var(--red);
border-color: var(--red);
}
.btn-red:hover {
background-color: #b02d25;
border-color: #b02d25;
}
.mobile-courses {
max-width: 528px;
margin: 0 auto !important;
}
/* footer */
footer{
margin-top: 30px;
padding-top: 20px;
font-family: ‘Poppins’, sans-serif;
color: white;
background-color: var(--azul);
}
.ico-sociales {
display: flex;
}
.ico-sociales i {
font-size: 40px;
padding: 20px;
color: white;
}
.contact i{
padding: 10px;
}
.suscriber {
width: 50%;
background-color: white;
}
.suscriber input{
width: 85%;
position: relative;
}
.suscriber button{
position: relative;
right: 0;
top:0;
bottom: 0;
}
.copyright {
text-align: center;
padding: 10px;
border-top: 1px solid rgba(255, 255, 255, 0.3);
margin-top: 25px;
}
.foot-desc {
margin-top: 20px;
text-align: center;
}
.logo-b {
text-align: center;
width: 215px;
}
.logo-desc {
text-align: center;
}
footer {
font-size: 16px;
}
/* Courses Pages */
.courses-header {
margin-top: 85px;
background-image: url(../img/fondo1.png);
padding: 40px 30px;
font-size: 30px;
}
.courses-section {
margin-top: 20px;
font-size: 12px;
}
.courses-section span {
font-weight: bold;
}
.courses-desc {
font-size: 14px;
line-height: 20px;
}
.main-container {
min-height: 60vh;
}
.form-contact {
margin: 40px 0;
color: white;
font-size: 14px;
}
.course-form-info {
max-height: 550px;
overflow: hidden;
}
/* Work With As Page */
.form-work {
margin-top: 20px;
color: white;
margin-bottom: 20px;
font-size: 14px;
}
.form-h2 {
display: inline-block;
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
.background-menu{
width: 100%;
background-color: white;
position: fixed;
top:0;
left: 0;
right: 0;
z-index: 200;
box-shadow: 0 1px 3px rgba(0,0,0,0.10), 0 1px 2px rgba(0,0,0,0.20);
}
.menu-container{
max-width: 1200px;
width: 100%;
padding: 5px 15px;
margin-right: auto;
margin-left: auto;
}
.burguer {
display: none;
}
.list-menu {
display: flex;
justify-content: space-between;
position: static;
width: 80%;
height: auto;
overflow: hidden;
}
.list-menu ul {
display: flex;
align-items: center;
height: 80px;
width: auto;
}
.list-menu h3 {
margin-bottom: 8px;
}
header {
display: flex;
justify-content: space-between;
}
header li {
width: 25%;
max-width: 180px;
padding-right: 2vw;
text-align: left;
border-bottom: 0;
border-right: 1px solid #F5F5F5;
}
header li:last-child{
border-right: 0;
}
.main-menu {
position: static;
width: auto;
height: auto;
}
.btn-alumnos {
}
.logo {
width: 160px;
margin: 0 2vw 0 0;
}
/* carousel */
.carousel-container {
margin-top: 76px;
}
}
@media (max-width:960px){
main, .courses-header{
margin-top:0 !important;
}
}
.wp-container {
width: 80px;
height: 30px;
position: fixed;
bottom: 0;
right: 0;
z-index: 300;
}
.wp-img {
width: 100%;
} | 0.239527 | 0.080357 |
.survey-wrapper
{
position: relative;
display: table;
width: 100%; /*height: 500px;*/
max-width: 640px;
border-collapse: separate !important;
border-spacing: 1px !important;
}
ol.survey
{
list-style: decimal; /*margin-top: 160px;*/
list-style-position: inside;
}
ol.survey > li:last-child
{
border-bottom: 1px solid #CDCDCD;
}
ol.survey li
{
padding-left: -20px;
border-top: 1px solid #CDCDCD;
border-right: 1px solid #CDCDCD;
border-left: 1px solid #CDCDCD;
}
ol.survey li.alt, ol.survey li:nth-child(even)
{
background-color: #E8E8E4;
}
.scores > div
{
background: #E8E8E4;
}
.scores div.alt, .scores > div:nth-child(even)
{
background-color: #E8E8E4;
}
ol.survey li .opinion-question
{
margin-bottom: 0.5em;
font-weight: bold;
}
ol.survey li
{
padding-top: 6px;
padding-bottom: 1px;
padding-left: 12px;
}
ol.survey li .opinion-responses
{
display: table;
width: 100%;
margin-bottom: 1.0em;
}
ol.survey li .opinion-responses .bipolar-adjective
{
display: table-cell;
width: 25%;
text-align: center;
vertical-align: middle;
font-style: italic;
}
ol.survey li .opinion-responses .response-choice
{
display: table-cell;
width: 10px;
text-align: center;
vertical-align: middle;
}
ol.survey li .opinion-responses .response-choice input[type=radio], ol.survey li .opinion-responses .response-choice input.radio
{
}
.scores
{
width: 100%;
height: 400px;
position: relative;
}
.scores .discipline
{
display: block;
position: absolute;
bottom: 0;
text-align: center;
background: #E8E8E4 url(../images/gifts_orange.png) no-repeat 0 0;
border: 1px solid #FFFFFF;
}
.scores .discipline .discipline-name
{
text-align: center;
position: relative;
bottom: 24px;
z-index: 200;
font-family: "Futura Lt BT" , helvetica, sans-serif;
}
.scores .discipline .discipline-total
{
text-align: center;
display: block;
font-weight: bold;
font-size: 150%;
font-family: "Futura Md BT" , helvetica, sans-serif;
margin-top: 0px;
}
.scores .selected
{
background: #1047a9 url(../images/gifts_blue.png) no-repeat 0 0 !important;
}
.scores .selected .discipline-total
{
color: #FFFFFF !important;
}
.box
{
position: relative;
width: 60%;
background: #ddd;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 2em 1.5em;
color: rgba(0,0,0, .8);
text-shadow: 0 1px 0 #fff;
line-height: 1.5;
margin: 60px auto;
}
.box:before, .box:after
{
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.box:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
.rotate
{
/* Safari */
-webkit-transform: rotate(-90deg); /* Firefox */
-moz-transform: rotate(-90deg); /* IE -ms-transform: rotate(-90deg); */ /* Opera */
-o-transform: rotate(-90deg);
} | css/style.css | .survey-wrapper
{
position: relative;
display: table;
width: 100%; /*height: 500px;*/
max-width: 640px;
border-collapse: separate !important;
border-spacing: 1px !important;
}
ol.survey
{
list-style: decimal; /*margin-top: 160px;*/
list-style-position: inside;
}
ol.survey > li:last-child
{
border-bottom: 1px solid #CDCDCD;
}
ol.survey li
{
padding-left: -20px;
border-top: 1px solid #CDCDCD;
border-right: 1px solid #CDCDCD;
border-left: 1px solid #CDCDCD;
}
ol.survey li.alt, ol.survey li:nth-child(even)
{
background-color: #E8E8E4;
}
.scores > div
{
background: #E8E8E4;
}
.scores div.alt, .scores > div:nth-child(even)
{
background-color: #E8E8E4;
}
ol.survey li .opinion-question
{
margin-bottom: 0.5em;
font-weight: bold;
}
ol.survey li
{
padding-top: 6px;
padding-bottom: 1px;
padding-left: 12px;
}
ol.survey li .opinion-responses
{
display: table;
width: 100%;
margin-bottom: 1.0em;
}
ol.survey li .opinion-responses .bipolar-adjective
{
display: table-cell;
width: 25%;
text-align: center;
vertical-align: middle;
font-style: italic;
}
ol.survey li .opinion-responses .response-choice
{
display: table-cell;
width: 10px;
text-align: center;
vertical-align: middle;
}
ol.survey li .opinion-responses .response-choice input[type=radio], ol.survey li .opinion-responses .response-choice input.radio
{
}
.scores
{
width: 100%;
height: 400px;
position: relative;
}
.scores .discipline
{
display: block;
position: absolute;
bottom: 0;
text-align: center;
background: #E8E8E4 url(../images/gifts_orange.png) no-repeat 0 0;
border: 1px solid #FFFFFF;
}
.scores .discipline .discipline-name
{
text-align: center;
position: relative;
bottom: 24px;
z-index: 200;
font-family: "Futura Lt BT" , helvetica, sans-serif;
}
.scores .discipline .discipline-total
{
text-align: center;
display: block;
font-weight: bold;
font-size: 150%;
font-family: "Futura Md BT" , helvetica, sans-serif;
margin-top: 0px;
}
.scores .selected
{
background: #1047a9 url(../images/gifts_blue.png) no-repeat 0 0 !important;
}
.scores .selected .discipline-total
{
color: #FFFFFF !important;
}
.box
{
position: relative;
width: 60%;
background: #ddd;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 2em 1.5em;
color: rgba(0,0,0, .8);
text-shadow: 0 1px 0 #fff;
line-height: 1.5;
margin: 60px auto;
}
.box:before, .box:after
{
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.box:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
.rotate
{
/* Safari */
-webkit-transform: rotate(-90deg); /* Firefox */
-moz-transform: rotate(-90deg); /* IE -ms-transform: rotate(-90deg); */ /* Opera */
-o-transform: rotate(-90deg);
} | 0.399577 | 0.079496 |
*,
*::before,
*::after {
margin: 0;
padding: 0;
border: 0;
outline: 0;
box-sizing: border-box;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
text-decoration: none;
scroll-behavior: smooth;
}
/* End */
input[type=text] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
:root {
--primary-text-color: #555555;
--white-color: #fff;
--light-gray-color: #f3f2f0;
--green-color: #03ac0e;
--blue-color: #333bdd;
--orange-color: #f96004;
--red-color: #f42f25;
--font-medium: 300;
--font-regular: 500;
--font-bold: 700;
}
body {
width: 100%;
min-height: 100vh;
background: var(--white-color);
color: var(--primary-text-color);
font-family: 'Inter', sans-serif;
font-weight: var(--font-regular);
}
.navlink-right::before {
content: '';
position: absolute;
background: var(--orange-color);
width: 110%;
height: 4px;
bottom: -24px;
transition: all .25s ease;
transform: scaleX(0);
}
.navlink-right:hover::before {
transform: scaleX(1);
}
.poke-card {
flex: 1 0 240px;
position: relative;
border-radius: 12px;
height: 200px;
overflow: hidden;
transition: all .25s ease;
margin: 12px;
}
.poke-card:hover {
filter: grayscale(80%);
box-shadow:
0 0 0 6px rgba(13, 19, 26, 0.1);
}
.poke-card:hover > div > i {
transform: translateX(0);
}
.input-pokemon-nickname {
width: 100%;
font-size: 14px;
border-radius: 6px;
padding: 18px 126px 18px 16px;
transition: all .5s ease;
border: 2px solid #c7c7c7;
color: var(--primary-text-color);
letter-spacing: 0.2mm;
background: var(--white-color);
}
.label-pokemon-nickname {
background: var(--white-color);
padding-inline: 6px;
transition: all .1s ease;
position: absolute;
top: 19px;
opacity: 0.6;
left: 12px;
letter-spacing: 0.2mm;
font-size: 14px;
cursor: text;
}
.input-pokemon-nickname:focus {
border: 2px solid var(--green-color);
}
.input-pokemon-nickname:focus + label, .input-pokemon-nickname:valid + label{
top: -6px;
font-size: 11px;
opacity: 1;
}
.input-pokemon-nickname:focus + label { color: var(--green-color); }
/* Bouncing loader */
.bouncing-loader {
position: absolute;
top: 36%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
}
.ball-1, .ball-2, .ball-3 {
border-radius: 50%;
width: 16px;
height: 16px;
margin: 4px;
transform-origin: 50% 100%;
}
.ball-1, .ball-2, .ball-3 {
animation: bouncingLoader 1s linear infinite;
}
.ball-1 { background: var(--red-color) }
.ball-2 {
background: var(--orange-color);
animation-delay: 0.1s;
}
.ball-3 {
background: var(--blue-color);
animation-delay: 0.2s;
}
@keyframes bouncingLoader {
from, to {
transform: translateY(0) scale(1, 1);
animation-timing-function: ease-in;
}
45% {
transform: translateY(60px) scale(1, 1);
animation-timing-function: linear;
}
50% {
transform: translateY(60px) scale(1.5, 0.5);
animation-timing-function: linear;
}
55% {
transform: translateY(60px) scale(1, 1);
animation-timing-function: ease-out;
}
}
/* End */
/* Pokemon Card Color by Type */
.grass { background: #7ece34; }
.fire { background: #ea5540; }
.normal { background: #f0e78e; }
.fighting { background: #d1b89d; }
.flying { background: #007c36; }
.poison { background: #695c97; }
.ground { background: #a35615; }
.rock { background: #717069; }
.bug { background: #5dc1cf; }
.ghost { background: #3e4e57; }
.steel { background: #759ab5; }
.water { background: #afcee5; }
.electric { background:#ef8200; }
.psychic { background: #815847; }
.ice { background: #c6dcdb; }
.dragon { background: #88a3d4; }
.dark { background: #0d131a; }
.fairy { background: #d7bdbc; }
.unknown { background: #3e4e57; }
.shadow { background: #0d131a; }
.text-grass { color: #7ece34; }
.text-fire { color: #ea5540; }
.text-normal { color: #f0e78e; }
.text-fighting { color: #d1b89d; }
.text-flying { color: #007c36; }
.text-poison { color: #695c97; }
.text-ground { color: #a35615; }
.text-rock { color: #717069; }
.text-bug { color: #5dc1cf; }
.text-ghost { color: #3e4e57; }
.text-steel { color: #759ab5; }
.text-water { color: #afcee5; }
.text-electric { color:#ef8200; }
.text-psychic { color: #815847; }
.text-ice { color: #c6dcdb; }
.text-dragon { color: #88a3d4; }
.text-dark { color: #0d131a; }
.text-fairy { color: #d7bdbc; }
.text-unknown { color: #3e4e57; }
.text-shadow { color: #0d131a; }
/* End */
/* Window scrollbar costumize */
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-thumb {
background: rgba(21, 20, 26, 0.25);
border-top: 12px solid transparent;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-bottom: 12px solid transparent;
background-clip: padding-box;
}
/* End */ | src/assets/App.css | *,
*::before,
*::after {
margin: 0;
padding: 0;
border: 0;
outline: 0;
box-sizing: border-box;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
text-decoration: none;
scroll-behavior: smooth;
}
/* End */
input[type=text] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
:root {
--primary-text-color: #555555;
--white-color: #fff;
--light-gray-color: #f3f2f0;
--green-color: #03ac0e;
--blue-color: #333bdd;
--orange-color: #f96004;
--red-color: #f42f25;
--font-medium: 300;
--font-regular: 500;
--font-bold: 700;
}
body {
width: 100%;
min-height: 100vh;
background: var(--white-color);
color: var(--primary-text-color);
font-family: 'Inter', sans-serif;
font-weight: var(--font-regular);
}
.navlink-right::before {
content: '';
position: absolute;
background: var(--orange-color);
width: 110%;
height: 4px;
bottom: -24px;
transition: all .25s ease;
transform: scaleX(0);
}
.navlink-right:hover::before {
transform: scaleX(1);
}
.poke-card {
flex: 1 0 240px;
position: relative;
border-radius: 12px;
height: 200px;
overflow: hidden;
transition: all .25s ease;
margin: 12px;
}
.poke-card:hover {
filter: grayscale(80%);
box-shadow:
0 0 0 6px rgba(13, 19, 26, 0.1);
}
.poke-card:hover > div > i {
transform: translateX(0);
}
.input-pokemon-nickname {
width: 100%;
font-size: 14px;
border-radius: 6px;
padding: 18px 126px 18px 16px;
transition: all .5s ease;
border: 2px solid #c7c7c7;
color: var(--primary-text-color);
letter-spacing: 0.2mm;
background: var(--white-color);
}
.label-pokemon-nickname {
background: var(--white-color);
padding-inline: 6px;
transition: all .1s ease;
position: absolute;
top: 19px;
opacity: 0.6;
left: 12px;
letter-spacing: 0.2mm;
font-size: 14px;
cursor: text;
}
.input-pokemon-nickname:focus {
border: 2px solid var(--green-color);
}
.input-pokemon-nickname:focus + label, .input-pokemon-nickname:valid + label{
top: -6px;
font-size: 11px;
opacity: 1;
}
.input-pokemon-nickname:focus + label { color: var(--green-color); }
/* Bouncing loader */
.bouncing-loader {
position: absolute;
top: 36%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
}
.ball-1, .ball-2, .ball-3 {
border-radius: 50%;
width: 16px;
height: 16px;
margin: 4px;
transform-origin: 50% 100%;
}
.ball-1, .ball-2, .ball-3 {
animation: bouncingLoader 1s linear infinite;
}
.ball-1 { background: var(--red-color) }
.ball-2 {
background: var(--orange-color);
animation-delay: 0.1s;
}
.ball-3 {
background: var(--blue-color);
animation-delay: 0.2s;
}
@keyframes bouncingLoader {
from, to {
transform: translateY(0) scale(1, 1);
animation-timing-function: ease-in;
}
45% {
transform: translateY(60px) scale(1, 1);
animation-timing-function: linear;
}
50% {
transform: translateY(60px) scale(1.5, 0.5);
animation-timing-function: linear;
}
55% {
transform: translateY(60px) scale(1, 1);
animation-timing-function: ease-out;
}
}
/* End */
/* Pokemon Card Color by Type */
.grass { background: #7ece34; }
.fire { background: #ea5540; }
.normal { background: #f0e78e; }
.fighting { background: #d1b89d; }
.flying { background: #007c36; }
.poison { background: #695c97; }
.ground { background: #a35615; }
.rock { background: #717069; }
.bug { background: #5dc1cf; }
.ghost { background: #3e4e57; }
.steel { background: #759ab5; }
.water { background: #afcee5; }
.electric { background:#ef8200; }
.psychic { background: #815847; }
.ice { background: #c6dcdb; }
.dragon { background: #88a3d4; }
.dark { background: #0d131a; }
.fairy { background: #d7bdbc; }
.unknown { background: #3e4e57; }
.shadow { background: #0d131a; }
.text-grass { color: #7ece34; }
.text-fire { color: #ea5540; }
.text-normal { color: #f0e78e; }
.text-fighting { color: #d1b89d; }
.text-flying { color: #007c36; }
.text-poison { color: #695c97; }
.text-ground { color: #a35615; }
.text-rock { color: #717069; }
.text-bug { color: #5dc1cf; }
.text-ghost { color: #3e4e57; }
.text-steel { color: #759ab5; }
.text-water { color: #afcee5; }
.text-electric { color:#ef8200; }
.text-psychic { color: #815847; }
.text-ice { color: #c6dcdb; }
.text-dragon { color: #88a3d4; }
.text-dark { color: #0d131a; }
.text-fairy { color: #d7bdbc; }
.text-unknown { color: #3e4e57; }
.text-shadow { color: #0d131a; }
/* End */
/* Window scrollbar costumize */
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-thumb {
background: rgba(21, 20, 26, 0.25);
border-top: 12px solid transparent;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-bottom: 12px solid transparent;
background-clip: padding-box;
}
/* End */ | 0.412057 | 0.058132 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
:root {
/* --main-txt-color: chartreuse; */
--main-txt-color: rgb(78,78,78);
/* --main-txt-color: rgb(153, 0, 51); */
/* --main-txt-color: rgb(0, 105, 153); */
/* --main-txt-color: rgb(204, 153, 51); */
--main-bg-color: rgb(51, 51, 51);
}
html, *, body {
-webkit-tap-highlight-color:transparent;
}
/* FIREFOX SETTING */
@-moz-document url-prefix() {
.block-link2 {
top: 257px !important;
}
#stats {
background-color: rgba(37, 37, 37, 0.808) !important;
}
.popup .inner {
background-color: rgb(42, 42, 42) !important;
}
#regionName {
background-color: rgb(42, 42, 42) !important;
}
}
.block-link2 {
position: absolute;
color: rgba(51, 51, 51, 0.87);
top: 254px;
right: 78px;
font-size: 19px;
}
.block-link2:hover {
color: rgba(187, 187, 187, 0.87);
transition: 0.1s ease-in-out;
}
#canvasMap {
position: absolute;
z-index: 100000 !important;
width: 1128px;
height: 592px;
/* right: -22px; */
left: -6px;
top: 279px;
transform: scale(1.61);
/* pointer-events: none; */
}
#legend-title {
/* color: #1f1f1fc2; */
color: #1f1f1fdc;
position: absolute;
top: 11px;
left: 204px;
opacity: 0;
font-size: 64px;
letter-spacing: 36px;
font-family: 'Nunito', sans-serif;
text-shadow: 1px 1px rgba(48, 48, 48, 0.8);
/* margin-left: 37px; */
animation: dashTRI 2s forwards;
animation-delay: 0.5s;
}
#Rselector {
opacity: 0;
position: absolute;
font-size: 15px;
z-index: 100000;
left: 196px;
top: 111px;
/* width: 200px; */
color: rgba(200,200,200,0.3);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.925);
animation: dashTRI 2s forwards;
animation-delay: 0.5s;
/* box-shadow: 5px 5px 5px rgb(70 70 70), inset 0px 5px 5px rgb(255 255 255 / 84%); */
/* box-shadow: 0px 0px 10px rgb(22 22 22 / 64%); */
/* background: rgba(71, 71, 71, 0.349); */
padding: 5px 10px;
border-radius: 20px;
cursor: pointer;
}
#Rselector:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 18px !important;
}
#Rcases {
opacity: 0;
position: absolute;
font-size: 15px;
z-index: 100000;
left: 411px;
top: 111px;
/* width: 200px; */
color: rgba(200,200,200,0.3);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.925);
/* color: rgb(194, 194, 194); */
animation: dashTRI 2s forwards;
animation-delay: 1s;
/* box-shadow: 5px 5px 5px rgb(70 70 70), inset 0px 5px 5px rgb(255 255 255 / 84%); */
/* box-shadow: 0px 0px 10px rgb(22 22 22 / 64%); */
/* background: rgba(71, 71, 71, 0.349); */
padding: 5px 10px;
border-radius: 20px;
cursor: pointer;
}
#Rcases:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 18px !important;
}
#Rreset {
opacity: 0;
/* color: rgb(255, 255, 255); */
color: rgba(200,200,200,0.3);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.925);
position: absolute;
font-size: 15px;
/* right: 399px; */
left: 622px;
top: 116px;
animation: dashTRI 2s forwards;
animation-delay: 1.5s;
cursor: pointer;
z-index: 100000;
}
#Rreset:hover {
color: rgb(217, 255, 0) !important;
font-size: 18px !important;
transition: 0.5s !important;
}
#RTgraph {
opacity: 0;
color: rgba(200,200,200,0.3);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.925);
/* color: rgb(255, 255, 255); */
position: absolute;
font-size: 15px;
/* right: 225px; */
left: 824px;
top: 116px;
animation: dashTRI 2s forwards;
animation-delay: 2s;
cursor: pointer;
z-index: 100000;
}
#RTgraph:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 18px !important;
}
#Rregion {
display: block;
opacity: 0;
color: rgb(194, 194, 194);
position: absolute;
font-size: 14px;
left: 448px;
top: 456px;
transition: 1s;
transition-delay: 0s;
z-index: 100000;
/* box-shadow: 0px 0px 10px rgba(22, 22, 22, 0.637); */
/* background: rgba(71, 71, 71, 0.349); */
padding: 5px 10px;
border-radius: 20px;
}
#Rgraph {
display: block;
opacity: 0;
color: rgb(194, 194, 194);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
position: absolute;
font-size: 14px;
right: 562px;
top: 298px;
transition: 1s;
transition-delay: 0s;
z-index: 100000;
/* box-shadow: 0px 0px 10px rgba(22, 22, 22, 0.637); */
/* background: rgba(71, 71, 71, 0.349); */
padding: 5px 10px;
border-radius: 20px;
}
#Rdata {
display: none;
}
#Ractive {
opacity: 0;
display: block;
/* color: rgb(239, 64, 54); */
color: rgb(204, 204, 204);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
position: absolute;
font-size: 14px;
right: 407px;
top: 594px;
transition: 1s;
transition-delay: 0.25s;
padding: 5px 10px;
/* border-radius: 20px; */
z-index: 100000;
}
.opacShadow2 {
opacity: 1 !important;
transition-delay: 1.5s !important;
}
#number-scale {
position: absolute;
top: 666px;
left: 739px;
z-index: 10000000;
font-size: 16px;
text-align: left;
}
#col1 {
display: block;
opacity: 0;
color: rgb(254, 209, 4);
transition: 2s !important;
transition-delay: 0s !important;
z-index: 100000;
}
#col2 {
display: block;
opacity: 0;
color: rgb(250, 179, 22);
transition: 2s !important;
transition-delay: 0.1s !important;
z-index: 100000;
}
#col3 {
display: block;
opacity: 0;
color: rgb(247, 129, 49);
transition: 2s !important;
transition-delay: 0.2s !important;
z-index: 100000;
}
#col4 {
display: block;
opacity: 0;
color: rgb(243, 119, 32);
transition: 2s !important;
transition-delay: 0.3s !important;
z-index: 100000;
}
#col5 {
display: block;
opacity: 0;
color: rgb(241, 91, 34);
transition: 2s !important;
transition-delay: 0.4s !important;
z-index: 100000;
}
#col6 {
display: block;
opacity: 0;
color: rgb(239, 66, 35);
transition: 2s !important;
transition-delay: 0.5s !important;
z-index: 100000;
}
#col7 {
display: block;
opacity: 0;
color: rgb(237, 45, 35);
transition: 2s !important;
transition-delay: 0.6s !important;
z-index: 100000;
}
#col8 {
display: block;
opacity: 0;
color: rgb(190, 30, 45);
transition: 2s;
transition-delay: 0.7s;
z-index: 100000;
}
.opacShadow3 {
opacity: 1 !important;
}
/* topleft */
.st3TLLshadow_MOB, .st3TLL_MOB, .st3TLLcircTOP_MOB, .st3TLLcircle_MOB, .st3TLL2_MOB, .st3TLLcircle2_MOB {
display: none;
}
.st3TLL {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashst3TLL 1s forwards;
animation-delay: 0s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
@keyframes dashst3TLL {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 600;
}
}
/* graph line */
.st3TLL2 {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dash 2s forwards;
animation-delay: 0.5s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
/* region line */
.st3TLL3 {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dash 2.8s forwards;
animation-delay: 0.5s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
.st3TLLcircTOP {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 360;
stroke-dashoffset: 360;
animation: dash 2s forwards;
animation-delay: 0s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
/* graph */
.st3TLLcircle2 {
display: block;
opacity: 0;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
/* fill: rgb(184, 184, 184); */
fill: rgb(255, 60, 0);
transition: 0.3s;
transition-delay: 0.3s;
/* animation: dashTRI 0.2s forwards;
animation-delay: 1.9s; */
}
/* region */
.st3TLLcircle {
display: block;
opacity: 0;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: rgb(255, 60, 0);
/* fill: rgb(184, 184, 184); */
transition: 0.3s;
transition-delay: 0.3s;
/* animation: dashTRI 0.2s forwards;
animation-delay: 1.9s; */
}
.opacShadow2circ {
opacity: 1 !important;
transition: 0.2s !important;
transition-delay: 1.9s !important;
}
.st3TLLshadow {
display: block;
opacity: 0;
/* fill: #272727e0; */
/* fill: url(#header-shape-gradient2) rgb(63,60,60); */
fill: url(#header-shape-gradient2) ;
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
#header-shape-gradient2 {
--color-stop: #292929fa;
--color-bot: #37add100;
}
@keyframes dashTRITL {
from {
opacity: 0;
}
to {
opacity: 0.9;
}
}
/* top right */
.stTR3_MOB, .stTR3line_MOB, .stTR3background_MOB, .stTR5_MOB, .stTR5line_MOB, .stTR5background_MOB {
display: none;
}
/* reset */
.stTR3 {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dash 2.1s forwards;
animation-delay: 0.5s;
}
.stTR3line {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE2 1.8s forwards;
animation-delay: 0s;
}
@keyframes dashMOBILE2 {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 600;
}
}
.stTR3background {
display: block;
opacity: 0;
fill: url(#header-shape-gradient2) rgb(63,60,60);
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
/* GRAPHS */
.stTR5 {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dash 2.3s forwards;
animation-delay: 0.3s;
}
.stTR5line {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE2 1.8s forwards;
animation-delay: 0s;
}
.stTR5background {
display: block;
opacity: 0;
fill: url(#header-shape-gradient2) rgb(63,60,60);
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
/* bottom right */
.stBRshadow_MOB, .stBRline_MOB, .stBRcircle_MOB, .stBRbox_MOB, .stBRboxfill_MOB, .stBRline2_MOB {
display: none;
}
.stBRline {
display: none;
fill:none;
/* stroke:#EF4136; */
stroke: rgb(180, 180, 180);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 495;
stroke-dashoffset: 495;
animation: dashBRl 1.8s forwards;
animation-delay: 0.5s;
}
@keyframes dashBRl {
from {
stroke-dashoffset: 500;
}
to {
stroke-dashoffset: 1000;
}
}
.stBRline2 {
display: none;
fill:none;
/* stroke:#EF4136; */
stroke: rgb(180, 180, 180);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 285;
stroke-dashoffset: 285;
animation: dashBRl2 4s forwards;
animation-delay: 0.25s;
}
@keyframes dashBRl2 {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 0;
}
}
.stBRcircle {
display: none;
fill:none;
/* stroke:#EF4136; */
stroke: rgb(180, 180, 180);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 320;
stroke-dashoffset: 320;
animation: dash 1.5s forwards;
animation-delay: 0s;
}
.stBRbox {
display: none;
fill:none;
/* stroke:#EF4136; */
stroke: rgb(180, 180, 180);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 630;
stroke-dashoffset: 630;
animation: dashBRbox 2s forwards;
animation-delay: 0s;
}
@keyframes dashBRbox {
from {
stroke-dashoffset: 630;
}
to {
stroke-dashoffset: 0;
}
}
.stBRboxfill {
display: none;
opacity: 0;
stroke: none;
stroke-width: 2px;
fill: rgb(36, 36, 36);
animation: dashTRI 2s forwards;
animation-delay: 1s;
}
.stBRshadow {
display: block;
opacity: 0;
/* fill: #202020e0; */
fill: url(#header-shape-gradient2) rgb(63,60,60);
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 2s;
transition-delay: 0s;
}
.opacShadow {
opacity: 0.9 !important;
}
.stBRbackground_MOB, .col1circle_MOB, .col2circle_MOB, .col3circle_MOB, .col4circle_MOB, .col5circle_MOB, .col6circle_MOB, .col7circle_MOB, .col8circle_MOB {
display: none;
}
.col1circle {
display: block;
opacity: 0;
stroke: rgb(254, 209, 4);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0s;
}
.col2circle {
display: block;
opacity: 0;
stroke: rgb(250, 179, 22);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.1s;
}
.col3circle {
display: block;
opacity: 0;
stroke: rgb(247, 129, 49);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.2s;
}
.col4circle {
display: block;
opacity: 0;
stroke: rgb(243, 119, 32);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.3s;
}
.col5circle {
display: block;
opacity: 0;
stroke: rgb(241, 91, 34);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.4s;
}
.col6circle {
display: block;
opacity: 0;
stroke: rgb(239, 66, 35);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.5s;
}
.col7circle {
display: block;
opacity: 0;
stroke: rgb(237, 45, 35);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.6s;
}
.col8circle {
display: block;
opacity: 0;
stroke: rgb(190, 30, 45);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.7s;
}
@keyframes dash {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 0;
}
}
@keyframes dashB {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 600;
}
}
@keyframes dashL {
from {
stroke-dashoffset: 1000;
}
to {
stroke-dashoffset: 2000;
}
}
@keyframes dashBR {
from {
stroke-dashoffset: 200;
}
to {
stroke-dashoffset: 0;
}
}
@keyframes dashBOX {
from {
stroke-dashoffset: 700;
}
to {
stroke-dashoffset: 0;
}
}
@keyframes dashTRI {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.divider {
width: 30%;
}
#regModalBorder {
z-index: -1;
position: absolute;
right: 16px;
bottom: 13px;
pointer-events: none;
fill: rgba(34, 34, 34, 0.76);
clip-path: url(#path-1);
-webkit-clip-path: url(#path-1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
/* stroke: rgb(192, 24, 24); */
stroke: rgb(78, 78, 78);
stroke-width: 4px;
}
.spin .st1B {
stroke-dashoffset: 1330.6019287109375;
stroke-dasharray: 1330.6019287109375;
animation: spin 2s ease-in-out forwards;
/* animation-delay: 1s; */
}
.spinBack .st1B {
stroke-dashoffset: 1330.6019287109375;
stroke-dasharray: 1330.6019287109375;
animation: spinB 2s ease-in-out forwards;
/* animation-delay: 1s; */
}
@keyframes spin {
to {
stroke-dashoffset: 0;
}
}
@keyframes spinB {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: 1330.6019287109375;
}
}
canvas#graph_active_dailyR {
opacity: 0;
transition: 1s;
}
* {
padding: 0px;
margin: 0px;
}
/* stops flashing onclick on mobile */
* {
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
/* -webkit-tap-highlight-color: rgba(0,0,0,0); } */
}
/* CANVAS */
#lineRegion {
/* position: fixed; */
/* right: 0; */
/* bottom: 0; */
/* background-color: rgba(6, 250, 6, 0.233); */
/* pointer-events: none; */
}
#lineRegion2 {
position: fixed; /* absolute */
top: 0;
left: 0;
width: 100vw; /* 100% */
height: 100vh; /* 100% */
/* background-color: rgba(6, 250, 6, 0.048); */
pointer-events: none;
}
li {
text-decoration: none;
list-style: none;
color: rgb(107, 107, 107);
/* padding: 10px; */
}
#name {
color: rgb(255, 123, 0);
}
#new {
color: rgba(255,0,0,0.9);
text-shadow: none;
}
#deaths {
color: rgb(54, 54, 54);
/* color: rgb(63, 60, 60); */
/* color: rgb(93, 90, 90); */
padding-right: 10px;
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.692);
/* text-shadow: none; */
}
#confirmed {
/* color: chartreuse; */
padding-right: 10px;
text-shadow: none;
}
#pcent {
position: absolute;
margin-top: -1px;
font-family: roboto;
font-size: 0.6em;
color: rgba(255, 255, 255, 0.534);
/* color: rgba(86, 143, 161, 0.589); */
}
#percent {
/* color: chartreuse; */
color: rgba(255, 255, 255, 0.534);
}
#recov {
/* color: aqua; */
padding-right: 10px;
text-shadow: none;
}
body, html {
padding: 0px;
margin: 0px;
color: #fff;
font-family: Avenir;
font-weight: 300;
/* background-color: #000; */
font-size: 15px;
}
h1, h5 {
margin: 0px;
padding: 0px;
padding-bottom: 9px;
}
p {
/* padding: 0px 0px 0px 15px; */
/* margin-bottom: -5px; */
color: rgba(255, 255, 255, 0.5);
/* font-size: .9em; */
}
#bord {
/* border-top: 1px solid #333; */
border-top: 1px solid rgba(216, 216, 216, 0.329);
padding-top: 5px;
}
#bordBot {
/* border-bottom: 1px solid #333; */
border-bottom: 1px solid rgba(216, 216, 216, 0.329);
padding-bottom: 3px;
}
/* sets padding for spinning icons */
.fa-spin {
padding: 0px;
}
#totalCases {
/* color: chartreuse; */
color: rgb(255, 255, 255);
}
#totalRecov {
/* color: aqua; */
color: rgb(255, 255, 255);
}
#totalDeth {
color: rgb(63,60,60);
}
#totalNew {
color: rgba(255,0,0,0.9);
padding: 0px;
}
.foot {
font-family: Avenir;
font-weight: 200;
color: rgba(255, 255, 255, 0.5);
/* font-size: 1.1em; */
}
.fot {
/* display: contents; */
/* height: 0px !important; */
/* width: 0px !important; */
/* padding-bottom: 10px; */
/* margin-top: 4px; */
/* font-size: 13px; */
}
/* FACEBOOK */
#home {
/* display: none; */
top: 256px;
left: 4px;
opacity: 0;
position: absolute;
/* position: fixed; */
/* position: sticky; */
pointer-events: none;
cursor: pointer;
user-select: none;
/* transition: 0.5s ease-in; */
}
/* TWITTER */
#homeTwit {
/* display: none; */
top: 256px;
left: 4px;
opacity: 0;
position: absolute;
/* position: sticky; */
/* position: fixed; */
pointer-events: none;
cursor: pointer;
user-select: none;
/* transition: 0.5s ease-in; */
}
/* INSTAGRAM */
#homeInsta {
/* display: none; */
top: 256px;
left: 4px;
opacity: 0;
position: absolute;
/* position: sticky; */
/* position: fixed; */
pointer-events: none;
cursor: pointer;
user-select: none;
/* transition: 0.5s ease-in; */
}
#footerEnd {
margin: 40px;
}
#spinner {
/* color: rgb(255, 255, 255); */
color: rgba(0, 0, 0, 0.692);
display: none;
}
#spinner1 {
color: chartreuse;
display: none;
}
#spinner2 {
color: aqua;
display: none;
}
#spinner3 {
color: rgb(107, 107, 107);
display: none;
}
#spinner4 {
color: firebrick;
display: none;
}
#spinner5 {
color: firebrick;
display: none;
}
#update {
font-size: 1em;
/* color: rgb(99, 99, 99); */
color: rgb(54, 54, 54);
/* color: rgb(12, 12, 12); */
}
.updated {
font-size: 1em;
/* color: rgb(99, 99, 99); */
color: rgb(54, 54, 54);
}
.share-links {
height: 30px;
/* margin-bottom: 5px; */
padding-top: 0px;
/* display: flex; */
/* color: rgba(0, 0, 0, 0.692); */
/* background-color: rgba(255, 255, 255, 0.205); */
color: rgb(209, 209, 209);
}
.color-alert {
/* color: #ff4c7f !important; */
color: #7c7c7c !important;
}
.color-happy {
color: #555555 !important;
}
.fa-twitter {
font-size: 21px;
color: rgb(0, 183, 255);
margin-left: 28px;
}
.fa-facebook {
font-size: 21px;
color: rgb(0, 65, 204);
margin-left: 18px;
}
.fa-instagram {
font-size: 21px;
/* color: white; */
/* fill: url(#header-shape-gradient) #fff; */
background: linear-gradient(120deg, #ff6600 0%, #6200ff 70%, #ff00dd 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-left: 38px;
}
#home:before {
/* content: attr(data-text); here's the magic */
/* position: absolute; */
/* font-size: 10px; */
/* top: 250px; */
/* transform: translateY(-50%); */
/* left: 40px; */
/* color: rgb(105, 105, 105); */
/* text-align: left; */
/* display: none; */
}
#home:hover:before {
/* display: block; */
}
#homeTwit:before {
/* content: attr(data-text); here's the magic */
/* position: absolute; */
/* font-size: 10px; */
/* top: 250px; */
/* transform: translateY(-50%); */
/* left: 125px; */
/* color: rgb(105, 105, 105); */
/* text-align: left; */
/* display: none; */
}
#homeTwit:hover:before {
/* display: block; */
}
#homeInsta:before {
/* content: attr(data-text); here's the magic */
/* position: absolute; */
/* font-size: 10px; */
/* top: 250px; */
/* transform: translateY(-50%); */
/* left: 192px; */
/* color: rgb(105, 105, 105); */
/* text-align: left; */
/* display: none; */
}
#homeInsta:hover:before {
/* display: block; */
}
/* .fa-instagram:hover {
background: #353535 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} */
.fa-question-circle {
position: absolute;
color: rgba(51, 51, 51, 0.87);
/* left: 395px; */
right: 17px;
font-size: 21px;
}
.fa-question-circle:hover {
color: rgba(187, 187, 187, 0.87);
transition: 0.1s ease-in-out;
}
.fa-compress {
position: absolute;
color: rgba(51, 51, 51, 0.87);
right: 138px;
font-size: 21px;
}
.fa-compress:hover {
color: rgba(187, 187, 187, 0.87);
transition: 0.1s ease-in-out;
}
.fa-share-alt {
position: absolute;
color: #303030;
font-size: 21px;
left: 20px;
transition: 0.3s;
z-index: 100;
}
.fa-share-alt:hover {
/* color: #c4c4c4; */
}
#share {
color: #66ff00;
font-size: 13px;
position: absolute;
left: 47px;
display: none;
}
#header-shape-gradient {
--color-stop: #f12c06;
--color-bot: #faed34;
}
/* SCREEN SIZE LESS THAN 450px */
@media all and (max-width: 450px) {
.fa-compress {
display: none !important;
}
#notes {
display: block !important;
color: #8f8f8f77;
/* color: #35879c54; */
text-align: left;
position: absolute;
/* top: 575px; */
top: 91%;
left: 23px;
/* opacity: 0; */
font-size: 12px;
letter-spacing: 1px;
font-family: 'Nunito', sans-serif;
text-shadow: 1px 1px rgb(48 48 48 / 80%);
/* margin-left: 37px; */
}
#performance {
opacity: 0;
margin-bottom: 4%;
animation: dashTRI 2s forwards;
animation-delay: 2s;
}
#graph-problems {
opacity: 0;
/* margin-bottom: 20px; */
animation: dashTRI 2s forwards;
animation-delay: 2.5s;
}
/* #canvasMap {
right: -328px !important;
top: -172px !important;
transform: scale(0.43) !important;
}
#Rreset {
right: 187px !important;
top: 133px !important;
}
#RTgraph {
right: 202px !important;
top: 148px !important;
}
#Rdata {
left: 133px !important;
top: 448px !important;
}
#Ractive {
right: 13px !important;
top: 365px !important;
}
#col1 {
left: 336px !important;
top: 404px !important;
}
#col2 {
left: 336px !important;
top: 416px !important;
}
#col3 {
left: 336px !important;
top: 428px !important;
}
#col4 {
left: 336px !important;
top: 440px !important;
}
#col5 {
left: 336px !important;
top: 452px !important;
}
#col6 {
left: 336px !important;
top: 464px !important;
}
#col7 {
left: 336px !important;
top: 476px !important;
}
#col8 {
left: 336px !important;
top: 488px !important;
} */
}
/* SCREEN SIZE LESS THAN 549px */
@media all and (max-width: 549px) {
.mapboxgl-ctrl-top-right {
top: 10px !important;
right: 76px !important;
}
#notes {
display: none;
}
.block-link2 {
position: absolute;
color: rgba(51, 51, 51, 0.87);
top: 254px !important;
right: 78px;
font-size: 19px;
}
.divider {
height: 45px;
}
#canvasMap {
position: absolute;
/* right: -333px; */
left: -394px;
top: 6px;
transform: scale(0.76);
}
#Rselector {
opacity: 0;
position: absolute;
font-size: 12px;
left: 19px;
top: 51px;
/* color: rgb(239, 64, 54); */
color: rgba(200,200,200,0.5);
animation: dashTRI 2s forwards;
animation-delay: 0.5s;
}
#Rselector:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 15px !important;
}
#Rcases {
opacity: 0;
position: absolute;
font-size: 12px;
z-index: 100000;
left: 130px;
top: 51px;
color: rgba(200,200,200,0.5);
/* color: rgb(194, 194, 194); */
animation: dashTRI 2s forwards;
animation-delay: 1s;
/* box-shadow: 5px 5px 5px rgb(70 70 70), inset 0px 5px 5px rgb(255 255 255 / 84%); */
/* box-shadow: 0px 0px 10px rgb(22 22 22 / 64%); */
/* background: rgba(71, 71, 71, 0.349); */
padding: 5px 10px;
border-radius: 20px;
cursor: pointer;
}
#Rcases:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 15px !important;
}
#RTgraph {
opacity: 0;
color: rgba(200,200,200,0.5);
position: absolute;
font-size: 12px;
/* right: 118px; */
left: 243px;
top: 56px;
animation: dashTRI 2s forwards;
animation-delay: 1.5s;
}
#RTgraph:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 15px !important;
}#Rreset {
opacity: 0;
color: rgba(200,200,200,0.5);
position: absolute;
font-size: 12px;
/* right: 25px; */
left: 317px;
top: 56px;
animation: dashTRI 2s forwards;
animation-delay: 2s;
}
#Rreset:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 15px !important;
}
#Rgraph {
display: none;
}
#Rdata {
display: block;
opacity: 0;
/* color: aqua; */
color: rgb(204, 204, 204);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
transition: 1s;
transition-delay: 0s;
position: absolute;
font-size: 12px;
left: 69px;
top: 460px;
z-index: 100000;
}
.opacShadow4 {
opacity: 1 !important;
transition: 1s !important;
transition-delay: 3s !important;
}
#Rregion {
display: block;
opacity: 0;
color: rgb(204, 204, 204);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
position: absolute;
font-size: 12px;
left: 119px;
top: 183px;
transition: 1s;
transition-delay: 0s;
}
.opacShadow5 {
opacity: 1 !important;
transition: 1s !important;
transition-delay: 2s !important;
}
#Ractive {
opacity: 0;
display: block;
color: rgb(255, 255, 255);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
position: absolute;
font-size: 12px;
right: 117px;
top: 308px;
transition: 1s;
transition-delay: 0.25s;
padding: 5px 10px;
/* border-radius: 20px; */
z-index: 100000;
}
#number-scale {
position: absolute;
top: 380px;
line-height: 12px;
left: 320px;
z-index: 10000000;
font-size: 10px;
text-align: left;
}
#col1 {
display: block;
opacity: 0;
color: rgb(254, 209, 4);
transition: 2s !important;
transition-delay: 0s !important;
z-index: 100000;
}
#col2 {
display: block;
opacity: 0;
color: rgb(250, 179, 22);
transition: 2s !important;
transition-delay: 0.1s !important;
z-index: 100000;
}
#col3 {
display: block;
opacity: 0;
color: rgb(247, 129, 49);
transition: 2s !important;
transition-delay: 0.2s !important;
z-index: 100000;
}
#col4 {
display: block;
opacity: 0;
color: rgb(243, 119, 32);
transition: 2s !important;
transition-delay: 0.3s !important;
z-index: 100000;
}
#col5 {
display: block;
opacity: 0;
color: rgb(241, 91, 34);
transition: 2s !important;
transition-delay: 0.4s !important;
z-index: 100000;
}
#col6 {
display: block;
opacity: 0;
color: rgb(239, 66, 35);
transition: 2s !important;
transition-delay: 0.5s !important;
z-index: 100000;
}
#col7 {
display: block;
opacity: 0;
color: rgb(237, 45, 35);
transition: 2s !important;
transition-delay: 0.6s !important;
z-index: 100000;
}
#col8 {
display: block;
opacity: 0;
color: rgb(190, 30, 45);
transition: 2s;
transition-delay: 0.7s;
z-index: 100000;
}
.col1circle_MOB {
display: block;
opacity: 0;
stroke: rgb(254, 209, 4);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0s;
}
.col2circle_MOB {
display: block;
opacity: 0;
stroke: rgb(250, 179, 22);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.1s;
}
.col3circle_MOB {
display: block;
opacity: 0;
stroke: rgb(247, 129, 49);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.2s;
}
.col4circle_MOB {
display: block;
opacity: 0;
stroke: rgb(243, 119, 32);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.3s;
}
.col5circle_MOB {
display: block;
opacity: 0;
stroke: rgb(241, 91, 34);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.4s;
}
.col6circle_MOB {
display: block;
opacity: 0;
stroke: rgb(239, 66, 35);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.5s;
}
.col7circle_MOB {
display: block;
opacity: 0;
stroke: rgb(237, 45, 35);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.6s;
}
.col8circle_MOB {
display: block;
opacity: 0;
stroke: rgb(190, 30, 45);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.7s;
}
#moveToMob {
display: none;
pointer-events: none;
}
/* topleft--MOBILE */
.st3TLL, .st3TLL2, .st3TLLcircTOP, .st3TLLcircle, .st3TLLcircle2, .st3TLLshadow {
display: none !important;
}
.st3TLLshadow_MOB {
display: block;
opacity: 0;
fill: url(#header-shape-gradient4) ;
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
#header-shape-gradient4 {
--color-stop: #292929a6;
--color-bot: #3bb9e062;
}
/* region data line */
.st3TLL_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 700;
stroke-dashoffset: 700;
animation: dashMOBILEcirc2 2s forwards;
animation-delay: 1.5s !important;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}@keyframes dashMOBILEcirc2 {
from {
stroke-dashoffset: 700;
}
to {
stroke-dashoffset: 0;
}
}
.st3TLLcircTOP_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 515;
stroke-dashoffset: 515;
animation: dashMOBILEcirc 2s forwards;
animation-delay: 0s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
@keyframes dashMOBILEcirc {
from {
stroke-dashoffset: 515;
}
to {
stroke-dashoffset: 0;
}
}
.st3TLL2_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE 2s forwards;
animation-delay: 0s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
@keyframes dashMOBILE {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 600;
}
}
.st3TLL22_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE22 2s forwards;
animation-delay: 1.5s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
@keyframes dashMOBILE22 {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 0;
}
}
/* region data circle */
.st3TLLcircle_MOB {
display: block;
opacity: 0;
/* stroke: rgb(255, 251, 0); */
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: rgb(255, 60, 0);
transition: 0.3s;
transition-delay: 0.3s;
}
.opacShadow2circ_MOB {
opacity: 1 !important;
transition: 0.3s !important;
transition-delay: 3s !important;
}
/* region circle */
.st3TLLcircle2_MOB {
display: block;
opacity: 0;
/* stroke: rgb(255, 251, 0); */
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: rgb(255, 60, 0);
transition: 0.3s;
transition-delay: 0.3s;
}
.opacShadow2circ2_MOB {
opacity: 1 !important;
transition: 0.3s !important;
transition-delay: 2s !important;
}
/* bottom right---MOBILE */
.stBRline {
display: none;
}
.stBRshadow_MOB {
display: block;
opacity: 0;
/* fill: #202020e0; */
fill: url(#header-shape-gradient3) ;
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 2s;
transition-delay: 0s;
}
#header-shape-gradient3 {
--color-stop: #2929293b;
--color-bot: #1c6469e7;
/* --color-bot: #37c7d177; */
}
.stBRline_MOB {
display: none;
fill:none;
/* stroke:#EF4136; */
/* stroke: rgb(180, 180, 180); */
stroke: rgb(255, 255, 255);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 595;
stroke-dashoffset: 595;
animation: dashBRlmob 2s forwards;
animation-delay: 0.3s;
}
@keyframes dashBRlmob {
from {
stroke-dashoffset: 595;
}
to {
stroke-dashoffset: 1200;
}
}
.stBRcircle_MOB {
display: none;
fill:none;
/* stroke:#EF4136; */
/* stroke: rgb(180, 180, 180); */
stroke: rgb(255, 255, 255);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 320;
stroke-dashoffset: 320;
animation: dash 1.5s forwards;
animation-delay: 0s;
}
.stBRbox_MOB {
display: none;
fill:none;
/* stroke:#EF4136; */
/* stroke: rgb(180, 180, 180); */
stroke: rgb(255, 255, 255);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 780;
stroke-dashoffset: 780;
animation: dashBRbox 2s forwards;
animation-delay: 0s;
}
.stBRboxfill_MOB {
display: none;
opacity: 0;
stroke: none;
stroke-width: 2px;
fill: rgba(39, 39, 39, 0.658);
animation: dashTRI 2s forwards;
animation-delay: 1s;
}
.stBRline2_MOB {
display: none;
fill:none;
/* stroke:#EF4136; */
/* stroke: rgb(180, 180, 180); */
stroke: rgb(255, 255, 255);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 285;
stroke-dashoffset: 285;
animation: dashBRl2 4s forwards;
animation-delay: 0.25s;
}
/* topright--MOBILE */
.stTR1, .stTR2, .stTR3, .stTR4, .stTR5, .stTR6 {
display: none;
}
.stTR3_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 420;
stroke-dashoffset: 420;
animation: dash 1.5s forwards;
animation-delay: 0s;
}
.stTR3line_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE 1.5s forwards;
animation-delay: 0.2s;
}
.stTR3background_MOB {
display: block;
opacity: 0;
fill: url(#header-shape-gradient2) rgb(63,60,60);
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
/* graph */
.stTR5_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 420;
stroke-dashoffset: 420;
animation: dash 1s forwards;
animation-delay: 0s;
}
.stTR5line_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE 1s forwards;
animation-delay: 0.2s;
}
.stTR5background_MOB {
display: block;
opacity: 0;
fill: url(#header-shape-gradient2) rgb(63,60,60);
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
i.fas.fa-chevron-circle-down {
color: rgb(217, 255, 0) !important;
}
#mebot {
background-color: rgba(32, 32, 32, 0.89);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
#list-cases {
position: absolute !important;
/* display: inline-block; */
overflow-y: scroll !important;
left: 0px !important;
width: 100% !important;
height: 45% !important;
top: 55% !important;
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
/* background-color: rgba(0, 0, 0, 0.247); */
/* background-color: rgba(32, 32, 32, 0.829) !important; */
background-color: rgb(32, 32, 32) !important;
}
.fa-question-circle {
position: absolute;
color: rgba(51, 51, 51, 0.87);
/* left: 370px; */
font-size: 21px;
}
.fa-question-circle:hover {
color: rgba(187, 187, 187, 0.808);
}
#share {
display: none !important;
}
/* Active and New region totals */
.regModal {
display: none;
/* display: block; */
position: absolute;
padding-top: 9px;
top: 50.3%;
/* top: 50.4%; >>>>try next */
height: 80px;
/* text-align: center; */
width: 100%;
background-color: rgba(141, 141, 141, 0.192);
border-top: 0.1px solid rgba(117, 117, 117, 0.603);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
/* background: linear-gradient(180deg, rgba(251, 93, 1, 0.123), rgba(251, 93, 1, 0.637)); */
/* background: linear-gradient(180deg, rgba(37, 37, 37, 0.753), rgb(29, 29, 29)); */
}
#RTitle {
opacity: 0;
display: inline-flex;
color: rgba(249, 253, 0, 0.521);
margin-left: 20px;
}
#AActive {
opacity: 0;
/* color: rgb(190, 238, 16); */
color: rgb(202, 202, 202);
text-shadow: 1px 1px 1px rgb(26 26 26 / 69%);
/* padding: 0 43px; */
padding: 0px 32px 0px 0px;
border-right: 1px solid rgb(206, 178, 22);
}
#NNew {
opacity: 0;
/* color: rgb(16, 124, 167); */
color: rgb(202, 202, 202);
text-shadow: 1px 1px 1px rgb(26 26 26 / 69%);
/* padding-left: 18px; */
}
#region8 {
/* padding-bottom: 5px; */
}
.popup .inner {
margin-top: 0px !important;
top: 0px;
left: 0px;
transform: none;
max-width: 100%;
width: 100%;
height: 100%;
overflow-y: auto;
}
.popup .inner p {
max-width: 75%;
margin-top: 55px !important;
}
.popup .inner h3 {
max-width: 75%;
letter-spacing: 10px !important;
margin: 0px !important;
position: absolute;
z-index: 1000;
}
.map-legend {
display: grid !important;
position: absolute !important;
right: 10px !important;
}
.map-legend a {
margin-bottom: 5px !important;
}
.color-death {
color: rgba(216, 216, 216, 0.678) !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.219);
}
#title {
/* color: rgb(41, 41, 41) !important; */
color: rgb(209, 209, 209) !important;
/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.219); */
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
}
/* iphone */
#regionName {
/* text-align: center; */
/* display: none; */
display: flex;
position: absolute;
color: rgb(255, 255, 255);
/* color: rgb(0, 0, 0); */
/* color: aqua; */
/* background-color: rgba(150, 150, 150, 0.274); */
background-color: rgba(29, 29, 29, 0.562);
border: 1px solid rgba(255, 255, 255, 0.171);
/* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.116); */
/* box-shadow: 0px 0px 10px rgba(218, 218, 218, 0.753); CURRENT!!!!!! */
/* box-shadow: 0px 0px 5px rgb(255, 100, 11); */
/* box-shadow: 0px 0px 10px rgba(0, 217, 255, 0.938); */
padding: 4px 9px 4px 6px;
border-radius: 8px;
width: 53px;
height: 44px;
/* left: 0px; */
margin-left: 10px;
margin-top: 10px;
font-size: 0.8em;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
cursor: pointer;-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none; -webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
#regionName.open {
width: 100px;
height: 285px;
border-radius: 7px 15px 15px 15px;
}
/* iphone */
#regions {
position: absolute;
display: none;
/* display: block !important; */
justify-content: space-between;
text-align: center;
color: rgb(46, 46, 46) !important;
/* color: rgb(26, 26, 26); */
text-shadow: none;
padding: 5px;
border-radius: 11px;
width: 89.55px;
top: 36px;
left: 15px;
cursor: pointer;
font-size: 14px !important;
/* animation: showNav 0.2s ease-in-out both; */
z-index: 100;
}
#regions.show {
display: block;
}
.regN {
padding-top: 10px;
/* color: rgb(183, 196, 0); */
color: rgba(255, 255, 255, 0.6);
opacity: 0;
-webkit-animation-name: fadein;
animation-name: fadein;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.regN:nth-child(1) {
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.regN:nth-child(2) {
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.regN:nth-child(3) {
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.regN:nth-child(4) {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.regN:nth-child(5) {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.regN:nth-child(6) {
-webkit-animation-delay: .7s;
animation-delay: .7s;
}
.regN:nth-child(7) {
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.regN:nth-child(8) {
-webkit-animation-delay: .9s;
animation-delay: .9s;
}
@keyframes fadein {
0% {
opacity: 0;
-webkit-transform: translateY(24px);
transform: translateY(24px);
}
100% {
opacity: 1;
}
}
#regModalBorder {
display: none;
/* z-index: -1; */
/* position: absolute; */
/* right: 16px; */
/* bottom: 13px; */
pointer-events: none;
/* fill: rgba(34, 34, 34, 0.76); */
/* clip-path: url(#path-1); */
/* backdrop-filter: blur(5px); */
/* stroke: rgb(255, 255, 255); */
/* stroke-width: 0.5px; */
}
/* iphone */
i.far.fa-image {
/* display: none; */
font-size: 23px;
padding-left: -2px;
/* color: rgba(34, 34, 34, 0.897); */
color: rgb(200, 255, 0);
/* pointer-events: none; */
}
.count-location span {
font-family: Avenir;
/* font-family: campagnon; */
/* margin-right: 10px; */
font-size: 13px;
font-weight: bold;
/* padding-left: 3px; */
}
i.fas.fa-biohazard {
font-size: 13px;
}
i.fas.fa-skull-crossbones {
font-size: 13px;
}
.alertTop {
display: none;
}
#totalDeth {
color: rgb(55, 55, 55);
}
#deaths {
color: rgb(55, 55, 55);
}
#update, .updated {
padding-top: 5px;
color: rgb(192, 192, 192);
font-size: 14px;
}
.share-links {
/* color: rgba(0, 0, 0, 0.692); */
color: rgb(209, 209, 209);
padding-top: 2px;
}
svg {
fill: rgb(255, 255, 255);
}
a.block-link {
padding: 3px 0 1px 0;
padding-left: 15px;
padding-right: 15px;
}
#mebot {
display: none;
}
.popup-legend, .popup-legend3 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5000;
animation-name: modalopen2;
animation-duration: 1s;
}
.popup-legend .innerbot, .popup-legend3 .innerbot3 {
position: absolute;
top: 0;
left: 0;
transform: none;
/* max-width: 95%; */
width: 400px;
/* height: 50% !important; */
/* max-width: 100%;
width: 100%;
height: 100%; */
overflow-y: hidden;
/* border-radius: 15px; */
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1);
/* animation-duration: 0.5s; */
}
.innerbot {
height: 76% !important;
top: 390px !important;
overflow-y: scroll !important;
}
.innerbot3 {
top: 400px !important;
height: 534px !important;
height: 80% !important;
}
.innerbot h3 {
padding-top: 50px;
}
.close-popup-legend {
z-index: 10000;
background-color: #2c2c2cf3 !important;
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
.close-popup {
background-color: #272727e0 !important;
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
.dropUp2 {
animation-name: modalclose2;
animation-duration: 0.6s;
}
@keyframes modalclose2 {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
/* PREFECTURE GRAPH INFO POPUP MOBILE */
.city-info {
background-color: rgba(56, 85, 85, 0);
/* -webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px); */
display: none !important;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100000;
animation-name: modalopen2;
animation-duration: 0.5s;
}
.innercity {
position: absolute;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
transform: none;
max-width: 90%;
width: 90%;
height: 75%;
overflow-y: auto;
/* border-radius: 15px; */
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1);
/* animation-duration: 0.5s; */
/* background-color: #202020ea; */
}
.innercity h3 {
padding-top: 10px;
}
.close-popup-legend-city {
z-index: 10000;
background-color: #b9b9b9f3 !important;
/* border: 1px solid #ffffff; */
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
a.close-popup-legend-city:hover i {
color: var(--main-txt-color);
z-index: 1000;
text-decoration: none !important;
border-bottom: none !important;
transform: translate(-50%, -50%) rotate(90deg);
}
.dropUp3 {
animation-name: modalclose3;
animation-duration: 0.6s;
}
@keyframes modalclose3 {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
/* iphone */
#hello {
color: rgba(204, 204, 204, 0.575);
/* background-color: rgba(0, 0, 0, 0.267); */
/* position: absolute; */
/* border-top: 1px solid #333; */
font-size: 12px;
/* font-style: italic; */
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
/* padding-left: 200px; */
transition: 1.3s ease-out;
transition-delay: 1.3s;
}
#hello.openH {
opacity: 1;
}
#hello.openHB {
opacity: 0;
transition: 0.2s;
}
#RTsvg {
display: none;
/* width: 265px; */
position: fixed;
margin-top: -21px !important;
/* left: 98px; */
left: 85px;
/* align-items: center; */
color: rgb(54, 54, 54);
transition: 0.2s ease-in-out;
}
.graph-wrapR {
margin: 0px 0px 10px 10px;
/* border: 1px solid rgb(68, 68, 68); */
/* background-color: rgba(37, 37, 37,0.5); */
/* background-color: rgba(150, 150, 150, 0.192); */
border-radius: 10px;
width: 450px;
overflow-y: auto;
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863); */
/* -webkit-backdrop-filter: blur(2px); */
/* backdrop-filter: blur(2px); */
}
/* ACTUAL GRAPH SIZE REGIONS */
.bar-innerR {
height: 200px;
width: 425px;
position: relative;
}
.RTtext {
/* display: grid; */
/* grid-template-rows: 1fr 1fr; */
}
.count-locationR {
display: grid;
/* grid-template-rows: 1fr 1fr; */
/* position: absolute; */
/* top: -30px ; */
/* width: 300px; */
/* height: auto; */
/* left: -20px; */
/* display: inline-flex; */
line-height: 1em;
/* transform: translate(0%, -50%); */
background-color: rgba(39, 39, 39, 0.966);
-webkit-backdrop-filter: blur(5px) !important;
backdrop-filter: blur(5px) !important;
/* border: 1px solid rgb(51, 51, 51); */
/* background-color: rgba(209, 209, 209, 0.808); */
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.384); */
box-shadow: 0px 0px 5px rgba(37, 37, 37, 0.288);
/* padding-bottom: 0px; */
/* padding-left: 5px; */
/* padding-right: 10px; */
/* margin-top: 14px; */
/* min-width: 50px; */
text-align: center;
border-radius: 10px;
font-size: .8em;
color: var(--main-txt-color);
}
.count-locationR span {
/* font-family: Avenir; */
/* font-family: campagnon; */
font-family: roboto;
font-weight: bold;
/* font-size: 9px; */
/* padding-left: 3px; */
}
#deathsR {
color: rgb(145, 145, 145);
}
#skullsvgR {
grid-row: 2;
color: transparent;
font-size: 9px;
text-align: center;
display: inline-grid;
margin: -6px 6px 6px 6px !important;
}
#upsvgR {
color: transparent;
text-align: center;
display: inline-grid;
margin: 0 10px;
}
#RegTitle {
/* display: block; */
grid-row: 1;
grid-column: 3;
/* margin-bottom: -10px; */
margin-top: 9px !important;
text-transform: uppercase;
/* text-align: center; */
color: rgba(3, 169, 244, 0.9);
font-size: 10px;
}
#RegPop {
/* display: inline-block; */
display: none;
text-transform: lowercase;
color: rgba(3, 169, 244, 0.9);
font-size: 10px;
}
#confirmedR {
padding: 10px;
color: chartreuse;
padding: 3px 0;
}
#recovR {
padding: 10px;
color: aqua;
padding: 3px 0;
}
#deathsR {
padding: 10px;
color: rgb(143, 143, 143);
padding: 3px 0;
}
#newR {
padding: 10px;
color: rgba(255, 0, 0, 0.9);
padding: 3px 0 !important;
}
#REG {
font-family: Avenir;
color: rgba(235, 235, 235, 0.932);
padding-top: 6px;
}
.statsR {
display: none;
}
/* mobile */
#legend-graph {
width: 80%;
}
#legend-map {
display: none;
}
#legend-map-MOBILE {
padding-top: 100px;
display: block !important;
width: 100%;
border-radius: 10px;
}
#legend-title {
/* color: #1d1d1d; */
color: #35879c54;
position: absolute;
top: 9px;
left: 35px;
opacity: 0;
font-size: 26px;
letter-spacing: 19px;
font-family: 'Nunito', sans-serif;
text-shadow: 1px 1px rgb(48 48 48 / 80%);
/* margin-left: 37px; */
animation: dashTRI 2s forwards;
animation-delay: 0.5s;
}
}
/* SCREEN SIZE BETWEEN 1120px AND 950px */
@media all and (max-width: 1120px) and (min-width: 950px) {
/* .popup-legend3 .innerbot3 {
width: 920px !important;
}
#legend-map {
left: 12px !important;
}
#canvasMap {
left: -102px !important;
}
#legend-title {
left: 118px !important;
}
#Rselector {
left: 110px;
}
#Rcases {
left: 319px;
}
#Rreset {
right: 298px;
}
#RTgraph {
right: 120px;
} */
}
/* SCREEN SIZE BETWEEN 500px AND 950px */
@media all and (max-width: 950px) and (min-width: 550px) {
#moveToMob {
display: flex;
/* display: none; */
position: absolute;
height: 100vh;
width: 100vw;
z-index: 100000;
background-color: rgb(37, 37, 37);
text-align: center;
}
#mob {
padding: 0px 20px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
color: rgb(192, 196, 0);
}
#mob2 {
padding: 0px 20px;
position: absolute;
top: 60%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
color: rgb(192, 196, 0);
}
.fa-cogs {
position: absolute;
top: 40%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
font-size: 30px;
color: rgb(192, 196, 0);
}
#mebot {
background-color: rgba(32, 32, 32, 0.89);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
#list-cases {
position: absolute !important;
/* display: inline-block; */
overflow-y: scroll !important;
max-width: 100% !important;
left: 0px !important;
width: 100% !important;
height: 45% !important;
top: 55% !important;
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
/* background-color: rgba(0, 0, 0, 0.247); */
/* background-color: rgba(32, 32, 32, 0.829) !important; */
background-color: rgb(32, 32, 32) !important;
}
/* Active and New region totals */
.regModal {
display: none;
/* display: block; */
position: absolute;
padding-top: 9px;
top: 50.3%;
/* top: 50.4%; >>>>try next */
height: 80px;
text-align: center;
width: 100%;
background-color: rgba(37, 37, 37, 0.795);
border-top: 0.1px solid rgba(117, 117, 117, 0.603);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
/* background: linear-gradient(180deg, rgba(251, 93, 1, 0.123), rgba(251, 93, 1, 0.637)); */
/* background: linear-gradient(180deg, rgba(37, 37, 37, 0.753), rgb(29, 29, 29)); */
}
.count-location {
position: absolute;
display: flex;
justify-content: space-between;
/* font-family: Roboto; */
top: 50%;
width: 380px;
right: 5px;
line-height: 1em;
transform: translate(0%, -50%);
/* background-color: rgba(255, 255, 255, 0.267); */
/* background-color: rgb(65, 65, 65); */
/* box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.63), inset 0px 10px 30px rgba(0, 0, 0, 0.555); */
/* padding: 5px; */
padding-left: 100px;
padding-right: 10px;
/* margin-right: 14px; */
min-width: 50px;
text-align: center;
border-radius: 10px;
font-size: .8em;
color: var(--main-txt-color);
}
.popup .inner {
margin: 0;
top: 0px;
left: 0px;
transform: none;
max-width: 100%;
width: 100%;
height: 100%;
overflow-y: auto;
}
.popup .inner p {
max-width: 85%;
}
.popup .inner h3 {
max-width: 85%;
}
.map-legend {
display: grid !important;
position: absolute !important;
right: 10px !important;
}
.map-legend a {
margin-bottom: 5px !important;
}
.color-death {
color: rgba(216, 216, 216, 0.678) !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.219);
}
#title {
/* color: rgb(41, 41, 41) !important; */
color: rgb(209, 209, 209) !important;
/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.219); */
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
}
/* ipad */
#regionName {
text-align: center;
/* display: none; */
/* display: flex; */
position: absolute;
color: rgb(255, 255, 255);
/* color: rgb(0, 0, 0); */
/* color: aqua; */
/* background-color: rgba(49, 49, 49, 0.911); */
background-color: rgba(29, 29, 29, 0.562);
border: 1px solid rgba(255, 255, 255, 0.171);
/* background-color: rgba(49, 49, 49, 0.911); */
/* box-shadow: 0px 0px 10px rgba(218, 218, 218, 0.753); */
/* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.116); */
/* box-shadow: 0px 0px 10px rgba(0, 217, 255, 0.938); */
padding: 7px 11px 7px 11px;
border-radius: 16px;
width: 70px !important;
/* left: 0px; */
margin-left: 10px;
margin-top: 16px;
font-size: 0.6em;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
cursor: pointer;-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
}
/* ipad */
#regions {
/* display: flex; */
display: none;
/* display: block !important; */
/* justify-content: space-between; */
/* text-align: center; */
color: rgb(26, 26, 26);
/* color: aqua; */
/* background-color: rgba(255, 255, 255, 0.068); */
/* padding: 5px 10px 3px 7px; */
/* padding-top: 10px; */
/* border-radius: 15px; */
width: 60px !important;
/* left: 0px; */
margin-left: -6px;
margin-top: 5px;
font-size: 1em;
cursor: pointer;
animation: showNav 0.2s ease-in-out both;
}
.regN {
padding-top: 5px;
color: rgb(177, 177, 177);
/* padding-left: 11px; */
text-align: center !important;
}
i.far.fa-image {
display: none;
font-size: 15px;
padding-left: 7px;
color: rgba(34, 34, 34, 0.897);
/* color: aqua; */
pointer-events: none;
}
.count-location span {
font-family: Avenir;
/* font-family: campagnon; */
/* margin-right: 10px; */
font-size: 13px;
font-weight: bold;
/* padding-left: 3px; */
}
i.fas.fa-biohazard {
font-size: 13px;
}
i.fas.fa-skull-crossbones {
font-size: 13px;
}
.alertTop {
display: none;
}
#totalDeth {
color: rgb(55, 55, 55);
}
#deaths {
color: rgb(55, 55, 55);
}
#update, .updated {
padding-top: 5px;
color: rgb(192, 192, 192);
font-size: 14px;
}
.share-links {
/* color: rgba(0, 0, 0, 0.692); */
color: rgb(209, 209, 209);
}
svg {
fill: rgb(255, 255, 255);
}
a.block-link {
padding: 3px 0 1px 0;
padding-left: 15px;
padding-right: 15px;
}
#mebot {
display: none;
}
.popup-legend, .popup-legend3 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5000;
animation-name: modalopen2;
animation-duration: 1s;
}
/* ipad */
.popup-legend .innerbot, .popup-legend3 .innerbot3 {
position: absolute;
top: 0;
left: 0;
transform: none;
max-width: 95%;
width: 95%;
height: 50%;
overflow-y: auto;
/* border-radius: 15px; */
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1);
/* animation-duration: 0.5s; */
}
.innerbot h3 {
padding-top: 50px;
}
.close-popup-legend {
z-index: 10000;
background-color: #2c2c2cf3 !important;
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
.close-popup {
background-color: #272727e0 !important;
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
.dropUp2 {
animation-name: modalclose2;
animation-duration: 0.6s;
}
@keyframes modalclose2 {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
/* PREFECTURE GRAPH INFO POPUP MOBILE */
.city-info {
background-color: rgba(79, 80, 80, 0);
/* -webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px); */
display: none !important;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100000;
animation-name: modalopen2;
animation-duration: 0.5s;
}
.innercity {
position: absolute;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
transform: none;
max-width: 90%;
width: 90%;
height: 75%;
overflow-y: auto;
/* border-radius: 15px; */
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1);
/* animation-duration: 0.5s; */
/* background-color: #202020ea; */
}
.innercity h3 {
padding-top: 10px;
}
.close-popup-legend-city {
z-index: 10000;
background-color: #b9b9b9f3 !important;
/* border: 1px solid #ffffff; */
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
a.close-popup-legend-city:hover i {
color: var(--main-txt-color);
z-index: 1000;
text-decoration: none !important;
border-bottom: none !important;
transform: translate(-50%, -50%) rotate(90deg);
}
.dropUp3 {
animation-name: modalclose3;
animation-duration: 0.6s;
}
@keyframes modalclose3 {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
/* ipad */
#hello {
color: rgba(204, 204, 204, 0.575);
/* background-color: rgba(0, 0, 0, 0.267); */
/* position: absolute; */
/* border-top: 1px solid #333; */
font-size: 12px;
/* font-style: italic; */
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
/* padding-left: 200px; */
}
#RTsvg {
display: none;
width: 310px;
position: fixed;
margin-top: -21px !important;
/* left: 98px; */
left: 85px;
/* align-items: center; */
color: rgb(54, 54, 54);
transition: 0.2s ease-in-out;
}
.graph-wrapR {
margin: 0px 0px 10px 10px;
/* border: 1px solid rgb(68, 68, 68); */
/* background-color: rgba(37, 37, 37,0.5); */
/* background-color: rgba(150, 150, 150, 0.192); */
border-radius: 10px;
width: 450px;
overflow-y: auto;
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863); */
/* -webkit-backdrop-filter: blur(2px); */
/* backdrop-filter: blur(2px); */
}
/* ACTUAL GRAPH SIZE REGIONS */
.bar-innerR {
height: 200px;
width: 425px;
position: relative;
}
.RTtext {
/* display: grid; */
/* grid-template-rows: 1fr 1fr; */
}
.count-locationR {
display: grid;
/* grid-template-rows: 1fr 1fr; */
/* position: absolute; */
/* top: -30px ; */
/* width: 300px; */
/* height: auto; */
/* left: -20px; */
/* display: inline-flex; */
line-height: 1em;
/* transform: translate(0%, -50%); */
background-color: rgba(39, 39, 39, 0.966);
-webkit-backdrop-filter: blur(5px) !important;
backdrop-filter: blur(5px) !important;
/* border: 1px solid rgb(51, 51, 51); */
/* background-color: rgba(209, 209, 209, 0.808); */
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.384); */
box-shadow: 0px 0px 5px rgba(37, 37, 37, 0.288);
/* padding-bottom: 0px; */
/* padding-left: 5px; */
/* padding-right: 10px; */
/* margin-top: 14px; */
/* min-width: 50px; */
text-align: center;
border-radius: 10px;
font-size: .8em;
color: var(--main-txt-color);
}
.count-locationR span {
/* font-family: Avenir; */
/* font-family: campagnon; */
font-family: roboto;
font-weight: bold;
/* font-size: 9px; */
/* padding-left: 3px; */
}
#deathsR {
color: rgb(145, 145, 145);
}
#skullsvgR {
grid-row: 2;
color: transparent;
font-size: 9px;
text-align: center;
display: inline-grid;
margin: -6px 2px 6px 2px !important;
}
#upsvgR {
color: transparent;
text-align: center;
display: inline-grid;
margin: 0 10px;
}
#RegTitle {
/* display: block; */
grid-row: 1;
grid-column: 3;
/* margin-bottom: -10px; */
margin-top: 9px !important;
text-transform: uppercase;
/* text-align: center; */
color: rgba(3, 169, 244, 0.9);
font-size: 10px;
}
#RegPop {
/* display: inline-block; */
display: none;
text-transform: lowercase;
color: rgba(3, 169, 244, 0.9);
font-size: 10px;
}
#confirmedR {
padding: 10px;
color: chartreuse;
padding: 3px 0;
}
#recovR {
padding: 10px;
color: aqua;
padding: 3px 0;
}
#deathsR {
padding: 10px;
color: rgb(143, 143, 143);
padding: 3px 0;
}
#newR {
padding: 10px;
color: rgba(255, 0, 0, 0.9);
padding: 3px 0 !important;
}
#REG {
font-family: Avenir;
color: rgba(235, 235, 235, 0.932);
padding-top: 6px;
}
.statsR {
display: none;
}
#RTitle {
display: inline-flex;
color: rgba(102, 102, 102, 0.952);
}
#AActive {
/* color: rgb(190, 238, 16); */
color: rgb(202, 202, 202);
text-shadow: 1px 1px 1px rgb(26 26 26 / 69%);
/* padding: 0 43px; */
padding: 0px 18px 0px 34px;
border-right: 1px solid salmon;
}
#NNew {
/* color: rgb(16, 124, 167); */
color: rgb(202, 202, 202);
text-shadow: 1px 1px 1px rgb(26 26 26 / 69%);
padding-left: 18px;
}
#region8 {
padding-bottom: 5px;
}
}
.color-death {
font-size: 22px;
color: rgba(255, 255, 255, 0.39);
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.219);
display: block;
/* border-bottom: 1px solid #333; */
}
.case-count {
color: var(--main-txt-color);
border-top: 1px solid #333;
}
#skullsvg {
/* color: rgb(20, 20, 20); */
color: rgb(220, 220, 220);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.555)
}
#upsvg {
padding-left: 0px;
/* color: rgb(20, 20, 20); */
color: rgb(220, 220, 220);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.555)
}
.upsvg2 {
padding: 0px !important;
color: #7c7c7c;
}
.fa-level-up-alt:before {
padding-right: 3px;
}
#tokyoAdd {
padding: 0px;
}
i.fas.fa-biohazard {
/* margin-left: 5px; */
justify-content: center;
align-items: center;
}
h1 {
font-size: 1.7em;
line-height: 1em;
padding-top: 20px;
}
h1 .dark {
color: rgba(255, 255, 255, 0.75);
}
h5 {
font-size: .9em;
font-weight: 300;
line-height: 1.6em;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* -webkit-overflow-scrolling: touch; */
}
/*** MAP ***/
#map {
position: absolute;
top: 0px;
/* left: 35%; */
width: 100%;
height: 100%;
z-index: -100;
}
#legend {
max-width: 450px;
/* top: -50px; */
/* position: absolute; */
/* top: 50%; */
/* left: 0px; */
/* width: 100%; */
/* height: 50%; */
/* -webkit-backdrop-filter: blur(2px), ;
backdrop-filter: blur(2px), ; */
}
#list-cases {
/* background-color: rgb(153, 201, 24); */
background-color: rgb(32, 32, 32) !important;
max-width: 549px;
position: absolute;
/* display: inline-block; */
overflow-y: scroll;
top: 45%;
left: 0px;
width: 100%;
height: 55%;
}
/* FOR SCREENS BIGGER THAN 951px */
@media all and (min-width: 951px) {
#moveToMob {
display: none;
pointer-events: none;
}
#notes {
display: none;
}
#map {
position: absolute;
top: 0px;
/* left: 35%; */
left: 0%;
/* width: 65%; */
width: 100%;
height: 100%;
z-index: -1000;
}
#legend {
position: absolute;
top: 0px;
left: 0px;
width: 35%;
height: 100%;
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
/* background-color: rgba(0, 0, 0, 0.247); */
/* background-color: rgba(32, 32, 32, 0.829) !important; */
background-color: rgba(32, 32, 32, 0.384) !important;
z-index: -100;
}
#legend-map {
position: absolute;
left: 108px;
top: 215px;
width: 700;
/* transform: scale(0.999); */
width: 882px !important;
margin-bottom: 100px;
}
#RNName {
display: none;
left: 0px;
padding-left: 10px;
}
/* #regionI { */
/* left: 0px; */
/* color: rgb(27, 27, 27) !important; */
/* } */
.overview {
/* padding-top: 50px !important; */
}
#list-cases {
position: absolute;
/* display: inline-block; */
overflow-y: scroll;
/* margin-top: 50px; */
top: 0px;
left: 0px;
max-width: 450px !important;
min-width: 450px !important;
width: 35%;
height: 100%;
}
#legend .patients {
max-height: 50vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
#title {
font-size: .7em;
/* color: rgb(54, 54, 54); */
color: rgb(209, 209, 209);
}
#ptitle {
margin-top: 15px !important;
}
#update, .updated {
/* color: rgb(54, 54, 54); */
color: rgb(209, 209, 209);
/* font-size: 15px; */
}
#totalDeth {
color: rgb(63,60,60);
}
a#legpop.close-popup-legend:hover i, a#legpop3.close-popup-legend3:hover i {
/* color: var(--main-txt-color); */
color: rgb(204, 204, 204);
z-index: 1000;
text-decoration: none !important;
border-bottom: none !important;
transform: translate(-50%, -50%) rotate(90deg);
}
.close-popup-legend:hover, .close-popup-legend3:hover {
text-decoration: none !important;
border-bottom: none !important;
}
.stats-day .bar:hover {
z-index: 2;
background-color: #fff;
}
.stats-day .bar:hover .count {
display: block;
}
.stats-day .bar:hover .date {
display: block;
}
.stats-day .bar:hover .cases {
background-color: #2a2a2a;
}
.stats-day .bar .count, .stats-day .bar .date {
display: none;
}
.stats-day .bar .cases {
height: 10px;
}
.stats-day .bar {
height: 10px;
}
.popup .close-stats:hover i, .popup .close-popup:hover i {
/* color: var(--main-txt-color); */
color: rgb(204, 204, 204) !important;
transform: translate(-50%, -50%) rotate(90deg);
}
a.block-link:hover {
border-bottom: none;
/* border: 0.1px solid aqua; */
/* color: rgb(167, 45, 45); */
/* background-color: rgba(61, 61, 61, 0.493); */
/* background-color: rgba(255, 61, 0, 0.493); */
}
/* this is the hover color for the top right icons */
a.block-link:hover i {
/* color: #000; */
}
a.block-link:hover {
border-bottom: none;
color: #2a2a2a;
/* background-color: var(--main-txt-color); */
/* background-color: rgba(255, 61, 0, 0.493); */
/* background-color: rgba(24, 24, 24, 0.493); */
}
/* facebook twitter hover color */
a.block-link:hover i {
/* color: #2a2a2a; */
/* transform: scale(1.2); */
transition: 0.3s;
color: #353535;
}
.popup .inner {
margin-top: 82px !important;
}
/* desktop */
#regionName {
display: flex;
position: absolute;
color: rgb(83, 83, 83);
/* color: aqua; */
font-weight: 400;
/* background-color: rgba(46, 46, 46, 0.61); */
/* border: 1px solid #333; */
border: 1px solid rgba(255, 255, 255, 0.171);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
padding: 4px 3px 3px 6px;
border-radius: 7px;
/* width: 37px; */
width: 50px;
height: 40px;
/* min-width: 500px; */
/* max-width: 500px; */
top: 11px;
left: 462px;
/* margin-left: 36% !important; */
/* margin-left: 20px; */
z-index: 1;
/* margin-top: 14px; */
font-size: 14px;
letter-spacing: 1px;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
cursor: pointer;-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
#regionName.open {
width: 100px;
height: 288px;
border-radius: 7px 15px 15px 15px;
}
/* desktop */
#regions {
position: absolute;
display: none;
/* display: block !important; */
justify-content: space-between;
text-align: center;
color: rgb(46, 46, 46) !important;
font-weight: 300 !important;
/* color: aqua; */
/* background-color: rgba(88, 88, 88, 0.068); */
text-shadow: none;
/* padding: 5px 162px 3px 10px; */
padding: 5px;
border-radius: 11px;
width: 89.55px;
top: 36px;
left: 467px;
/* margin-left: -89px; */
/* margin-top: 25px; */
font-size: 15px !important;
cursor: pointer;
/* animation: showNav 0.2s ease-in-out both; */
z-index: 100;
}
#regions.show {
display: block;
}
.fa-image {
font-size: 22px;
/* padding-left: 7px; */
/* padding-top: 1px; */
/* color: rgba(211, 211, 211, 0.897); */
/* color: rgb(44, 44, 44); */
/* color: rgb(72, 73, 28); */
color: rgba(217, 255, 0, 0.315);
pointer-events: none;
}
/* HOVER STATE IS >> GetData2.js 1311 */
/* .fa-image:hover {
color: rgb(54, 54, 54);
} */
.regN {
padding-top: 10px;
/* color: rgb(183, 196, 0); */
color: rgb(80, 79, 79);
opacity: 0;
-webkit-animation-name: fadein;
animation-name: fadein;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.regN:nth-child(1) {
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.regN:nth-child(2) {
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.regN:nth-child(3) {
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.regN:nth-child(4) {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.regN:nth-child(5) {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.regN:nth-child(6) {
-webkit-animation-delay: .7s;
animation-delay: .7s;
}
.regN:nth-child(7) {
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.regN:nth-child(8) {
-webkit-animation-delay: .9s;
animation-delay: .9s;
}
@keyframes fadein {
0% {
opacity: 0;
-webkit-transform: translateY(24px);
transform: translateY(24px);
}
100% {
opacity: 1;
}
}
#region:hover, #region2:hover ,#region3:hover ,#region4:hover ,#region5:hover ,#region6:hover ,#region7:hover ,#region8:hover {
/* color: rgb(80, 79, 79); */
color: rgb(233, 233, 233);
/* color: rgb(36, 35, 35); */
}
.regModal {
display: none;
position: absolute;
right: 2px;
top: 40px;
/* bottom:0; */
border-radius: 0px 20px 20px 20px;
/* transform: scale(0.01); */
/* height: 0; */
/* width: 0; */
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-o-transition: all 2s ease;
-ms-transition: all 2s ease;
transition: transform 2s ease;
}
.regModal-active {
transform: scale(1);
transition: transform 1s ease;
display: block !important;
/* height: 300px; */
/* width: 300px; */
}
#legend {
overflow-y: scroll;
}
#title {
/* color: rgb(54, 54, 54); */
color: rgb(209, 209, 209);
}
#ptitle {
margin-top: 15px;
color: rgb(54, 54, 54) !important;
border-top: 1px solid rgb(54, 54, 54);
}
#update, .updated {
padding-top: 5px;
color: rgb(192, 192, 192);
font-size: 14px;
}
/*** POPUP FROM BOTTOM OF LEGEND ***/
#mebot {
/* -webkit-tap-highlight-color:transparent; */
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
display: none;
/* display: block; */
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(32, 32, 32, 0.671);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
z-index: 500;
overflow-y: scroll;
overflow-x: hidden;
}
/* desktop */
.popup-legend3 .innerbot3 {
width: 1100px;
/* max-height: 90vh; */
max-height: 900px;
overflow-y: auto;
/* background-color: #2e2e2e !important; */
background-color: #242424 !important;
}
.innerbot {
height: 100vh !important;
/* width: 1100px; */
/* max-height: 90vh; */
max-height: 505px;
overflow-y: auto;
/* background-color: #2e2e2e !important; */
background-color: #242424 !important;
}
/* PREFECTURE GRAPH INFO POPUP DESKTOP */
.city-info {
/* cursor: pointer; */
display: none !important;
/* display: block; */
position: fixed;
/* position: absolute; */
top: 0px;
left: 0px;
width: 100vw;
height: 100%;
/* overflow: auto; */
/* background-color: rgba(43, 43, 43, 0.342); */
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
animation-name: modalopen2;
animation-duration: 0.5s;
z-index: 100;
}
.innercity {
padding: 20px;
max-width: 500px;
/* height: 80vh; */
height: 800px;
overflow-y: auto;
background-color: #2a2a2ac5 !important;
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
.dropUp3 {
animation-name: modalclose3;
animation-duration: 0.6s;
}
@keyframes modalclose3 {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
.close-popup-legend-city {
right: 30px !important;
}
/* desktop */
#hello {
opacity: 0;
color: rgba(204, 204, 204, 0.575);
font-size: 12px;
/* background-color: rgba(0, 0, 0, 0.267); */
/* border-top: 1px solid #333; */
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
/* margin-top: -10px !important; */
position: left;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
transition: 1.3s ease-out;
transition-delay: 1.3s;
}
#hello.openH {
opacity: 1;
}
#hello.openHB {
opacity: 0;
transition: 0.2s;
}
#RTitle {
color: #ffee01;
letter-spacing: 1px;
opacity: 0;
display: inline-flex;
/* width: 270px; */
width: 300px;
margin-left: 27px;
text-align: center;
margin-bottom: -3px;
/* border: 1px solid #333; */
/* border-radius: 21px; */
background-color: #16161600;
padding: 5px 14px;
/* -webkit-backdrop-filter: blur(0px); */
/* backdrop-filter: blur(0px); */
font-family: roboto;
font-size: 14px;
transition: 1s;
transition-delay: 0.3s;
}
#AActive {
padding-left: 20px;
padding-right: 10px;
border-right: 1px solid rgb(82, 82, 82);
/* padding: 0px 18px 0px 34px; */
color: rgb(128, 128, 128);
}
#NNew {
padding-left: 10px;
color: rgb(255, 145, 0);
}
#RTsvg {
display: none;
/* position: fixed; maybe not working with ipad*/
position: absolute; /* try this */
/* position: sticky; or this */
margin-top: 0px;
left: 98px !important;
/* align-items: center; */
color: rgb(54, 54, 54);
transition: 0.2s ease-in-out;
}
/* .RTtext {
display: inline-block;
color: lime;
font-family: roboto;
font-size: 12px;
padding-left: 5px;
}
i.fas.fa-caret-right {
display: inline-flex;
font-size: 20px;
} */
.graph-wrapR {
margin: 0px 0px 25px 10px;
/* border: 1px solid rgb(68, 68, 68); */
/* background-color: rgba(37, 37, 37,0.5); */
/* background-color: rgba(32, 32, 32, 0.555); */
border-radius: 10px;
width: 450px;
overflow-y: auto;
/* box-shadow: 0px 0px 10px rgba(14, 14, 14, 0.623); */
/* -webkit-backdrop-filter: blur(2px); */
/* backdrop-filter: blur(2px); */
}
/* ACTUAL GRAPH SIZE REGIONS */
.bar-innerR {
/* background-color: rgba(32, 32, 32, 0.973); */
/* background-color: rgba(255, 255, 255, 0.123); */
/* background-color: rgba(32, 32, 32, 0.63); */
/* border: 1px solid rgb(255, 255, 255); */
border-radius: 10px;
/* -webkit-backdrop-filter: blur(5px); */
/* backdrop-filter: blur(5px); */
height: 200px;
width: 425px;
position: relative;
}
.count-locationR {
position: absolute;
display: block;
/* display: grid; */
/* justify-content: space-between; */
/* font-family: Roboto; */
top: -8px;
/* width: 500px; */
width: 350px;
/* left: 26px; */
left: 13px !important;
line-height: 1em;
/* transform: translate(0%, -50%); */
background-color: rgba(39, 39, 39, 0.966);
-webkit-backdrop-filter: blur(5px) !important;
backdrop-filter: blur(5px) !important;
border: 1px solid rgb(51, 51, 51);
/* background-color: rgba(209, 209, 209, 0.808); */
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.384); */
box-shadow: 0px 0px 5px rgba(37, 37, 37, 0.288);
/* padding: 5px; */
/* padding-left: 5px;
padding-right: 10px; */
/* margin-right: 14px; */
min-width: 50px;
text-align: center;
border-radius: 8px;
font-size: 8px;
color: var(--main-txt-color);
}
.count-locationR span {
/* font-family: Avenir; */
/* font-family: campagnon; */
font-family: roboto;
font-weight: bold;
/* padding-left: 3px; */
}
#deathsR {
color: rgb(145, 145, 145);
}
#skullsvgR {
color: transparent;
font-size: 10px;
text-align: center;
display: inline-grid;
margin: 0 7px;
}
#upsvgR {
color: transparent;
text-align: center;
display: inline-grid;
margin: 0 10px;
}
#RegTitle {
display: block;
/* margin-bottom: 10px; */
margin-top: 6px;
text-transform: uppercase;
/* text-align: center; */
color: rgba(3, 169, 244, 0.9);
font-size: 12px;
}
#RegPop {
/* display: inline-block; */
display: none;
text-transform: lowercase;
color: rgba(3, 169, 244, 0.9);
font-size: 10px;
}
#confirmedR {
padding: 10px;
color: chartreuse;
padding: 6px 0;
}
#recovR {
padding: 10px;
color: aqua;
padding: 6px 0;
}
#deathsR {
padding: 10px;
color: rgb(143, 143, 143);
padding: 6px 0;
}
#newR {
padding: 10px;
color: rgba(255, 0, 0, 0.9);
padding: 6px 0 !important;
}
#REG {
font-family: Avenir;
color: rgba(235, 235, 235, 0.932);
padding-top: 6px;
}
/* a:hover {
border-bottom: 1px solid var(--main-txt-color);
} */
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
padding: 0 5px;
border-radius: 0px 25px 25px 25px;
background-color: rgba(214, 177, 11, 0.055) !important;
border: 1px solid rgba(250, 128, 114, 0.123);
margin: 10px !important;
}
.mapboxgl-ctrl-attrib a {
color: rgba(187, 187, 187, 0.315) !important;
text-decoration: none;
font-family: nunito;
letter-spacing: 1px;
}
}
@keyframes showNav {
from {
opacity: 0;
transform: translateY(-10%);
}
to {
opacity: 1;
transform: translateY(0%);
}
}
/*** LEFT SIDE INFORMATION & ACCORDION ***/
a {
text-decoration: none;
}
:focus, :active {
outline: 0;
}
/* :focus {
background-color: rgba(1, 248, 251, 0.05);
} */
/* this controls the background color of the main part covid19 */
#legend {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
/* z-index: 2; */
/* background-color: rgba(82, 82, 82, 0.5); */
background-color: rgba(224, 224, 224, 0);
}
#list-cases {
/* display: none; */
/* animation-name: listopen; */
/* animation-duration: 1s; */
display: block;
/* -webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px); */
}
#list-casesAccord {
animation-name: listopen;
animation-duration: 1s;
}
@keyframes listopen {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* LOADING */
#loader {
/* display: block; */
display: none;
}
/* this controls the open title background and font color */
#list-cases .ui-state-active{
background-image:none;
/* background-color:rgb(31, 31, 31)!important; */
/* background-color:rgba(31, 31, 31, 0.459)!important; */
color:#454545!important;
}
/* this controls the closed accordion background color */
#list-cases .ui-state-default{
background-image:none;
/* background-color:rgb(44, 44, 44); */
background-color:rgba(255, 255, 255, 0.027);
/* background-color:rgba(77, 155, 13, 0.116); */
color:#454545;
}
/* this controls the open legend background color */
/* #list-cases { */
/* background-color:rgb(31, 31, 31)!important; */
/* background-color:rgba(0, 0, 0, 0.507)!important; */
/* } */
#list-cases .title {
cursor: pointer;
font-weight: 600;
color: rgb(209, 209, 209);
padding: 15px;
padding-left: 20px;
position: relative;
line-height: 1em;
border-top: 1px solid rgba(0, 0, 0, 0.3);
/* border-top: 1px solid rgba(0, 0, 0, 0.5); */
}
#list-cases .title:hover {
background-color: rgba(255, 74, 2, 0.144);
}
/* li {
background-color: rgba(255, 74, 2, 0.144);
} */
#cityName {
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.555);
color: rgb(255,255,255);
}
#list-cases .title .i {
position: absolute;
width: 20px;
height: 20px;
top: 49%;
left: 10px;
transform: rotate(0deg) translate(-50%, -50%);
transform-origin: 50% 50%;
}
#list-cases .title .i i {
/* color: #01f8fb; */
color: rgb(255,255,255);
position: absolute;
top: 50%;
left: 50%;
transform: rotate(0deg) translate(-50%, -50%);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.836);
font-size: .6em;
line-height: 1em;
/* -webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease; */
transition: all 0.2s ease
}
#phone .open .title .i i {
transform: translate(-5px, -5px) rotate(90deg);
}
#legend .location.active {
background: linear-gradient(105deg, rgba(1, 248, 251, 0.15), rgba(1, 248, 251, 0.05));
/* background-color: rgba(1, 248, 251, 0.05); */
}
#legend .location {
display: none;
/* margin-top: 3px; */
max-width: 100%;
overflow: hidden;
/* overflow: scroll; */
}
#legend .location .patient {
font-size: .9em;
line-height: 1.2em;
padding-top: 5px;
padding-bottom: 5px;
/* border-top: 1px solid rgba(0, 0, 0, 0.5); */
padding-left: 20px;
padding-right: 5px;
/* position: relative; */
}
#legend .location .patientfoot {
font-size: .8em;
line-height: 1.2em;
text-align: right;
padding-bottom: 10px;
padding-right: 25px;
opacity: .5;
}
.count-location {
position: absolute;
display: flex;
justify-content: space-between;
/* font-family: Roboto; */
top: 50%;
width: 360px;
right: 5px;
line-height: 1em;
transform: translate(0%, -50%);
/* background-color: rgba(255, 255, 255, 0.267); */
/* background-color: rgb(65, 65, 65); */
/* box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.63), inset 0px 10px 30px rgba(0, 0, 0, 0.555); */
/* padding: 5px; */
padding-left: 100px;
padding-right: 10px;
/* margin-right: 14px; */
min-width: 50px;
text-align: center;
border-radius: 10px;
font-size: .8em;
color: var(--main-txt-color);
}
.count-location span {
font-family: Avenir;
/* font-family: campagnon; */
/* font-family: roboto; */
font-weight: bold;
/* padding-left: 3px; */
}
/* this controls the links to other pages */
a {
cursor: pointer;
color: #fff;
text-decoration: none;
font-weight: 600;
/* border-bottom: 1px solid rgba(153, 0, 51, 0); */
transition: .25s;
}
/* a i {
color: rgba(153, 0, 51, 0.3);
transition: .25s;
} */
a.block-link {
border: none;
padding: 3px 0 1px 0;
padding-left: 15px;
padding-right: 15px;
color: rgb(53, 53, 53);
border-bottom: none;
border-radius: 20px;
display: inline-block;
font-weight: 600;
}
a.block-link.sml {
font-size: .8rem;
line-height: 1em;
}
strong {
font-weight: 600;
}
#phone {
width: 100%;
}
.overview {
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
/* background-color: #ffffff; */
/* background-color: #292929; */
/* background: linear-gradient(to left, rgba(0, 255, 255, 0.171) , rgba(0, 53, 53, 0.432)); */
/* background: linear-gradient(to bottom, rgba(58, 58, 58, 0.329) , rgba(255, 60, 0, 0.342)); */
/* background: linear-gradient(to bottom, rgba(58, 58, 58, 0) , rgba(255, 60, 0, 0.342)); */
/* background: linear-gradient(to left, rgba(24, 24, 24, 0.253) , rgba(41, 41, 41, 0.589)); */
/* background-color: #1616165e ; */
/* border-bottom: 1px solid rgba(0, 0, 0, 0.5); */
/* display: fixed; */
width: 100%;
padding: 0 15px 15px 15px;
/* padding-top: 50px !important; */
padding-right: 0px;
/* position: relative; */
box-shadow: 0px 5px 15px rgba(22, 22, 22, 0.295);
}
.alert {
/* background-color: #ff4c7f; */
background-color: #222222;
color: rgb(112, 107, 107);
padding: 10px;
padding-left: 55px;
font-weight: 600;
font-size: .8em;
line-height: 1.4em;
position: relative;
}
.alert i {
position: absolute;
top: 50%;
left: 30px;
font-size: 1.5rem;
transform: translate(-50%, -50%);
}
.alertTop {
/* background-color: #ff4c7f; */
height: 50px;
font-family: roboto, avial;
background-color: #22222200;
color: rgb(112, 107, 107);
padding: 10px;
padding-left: 20px;
font-weight: 600;
font-size: .9em;
line-height: 1.4em;
/* position: relative; */
}
.alertTop i {
/* padding: 5px; */
font-size: .9em;
}
#title {
font-size: .7em;
letter-spacing: 1px;
/* color: rgb(99, 99, 99); */
color: rgb(209, 209, 209);
}
#ptitle {
margin-top: 15px;
color: rgb(230, 230, 230) !important;
border-top: 1px solid rgb(230, 230, 230);
}
/* a i { */
/* color: rgba(255, 255, 255, 0.432); */
/* color: rgb(255, 60, 0); */
/* color: rgb(255, 255, 255); */
/* transition: .25s; */
/* } */
a.block-link {
margin-left: 5px;
margin-bottom: 5px;
/* padding: 5px; */
padding-left: 16px;
padding-right: 15px;
/* background-color: rgba(0, 0, 0, 0.25); */
color: rgb(61, 61, 61);
border-bottom: none;
border-radius: 20px;
display: inline-block;
font-weight: 300;
/* box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1); */
/* box-shadow: 0px 0px 10px rgba(43, 43, 43, 0.205), inset 0px 5px 5px rgba(131, 131, 131, 0.267); */
}
a.block-link.sml {
font-size: .8rem;
line-height: 1em;
}
strong {
font-weight: 300;
}
/*** TOP RIGHT CORNER DROP DOWN ICON ***/
#fit svg {
padding-top: 3px;
}
svg:hover {
fill: rgb(255, 255, 255);
}
#fit {
padding: 1px 15px 1px 15px;
}
#fit2 {
/* background-color: rgba(72, 255, 0, 0.582); */
pointer-events: none;
width: 10px;
height: 10px;
display: inline-block;
position: absolute;
bottom: 238px;
right: 268px;
}
#fitdata {
font-size: 12px;
color: rgba(255, 255, 255, 0.089);
top: 50%;
left: 50%;
transform: translate(-55%, -45%);
margin-left: 45px;
margin-right: -50px;
display: inline-flex;
}
/* a.block-linktop i {
color: rgba(255, 255, 255, 0.432);
color: rgb(255, 60, 0);
color: rgb(0, 0, 0);
transition: .25s;
} */
a.block-linktop {
/* padding: 5px; */
padding-left: 15px;
padding-right: 15px;
background-color: rgba(0, 0, 0, 0.25);
color: rgb(61, 61, 61);
border-bottom: none;
border-radius: 20px;
display: inline-block;
font-weight: 300;
/* box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.205); */
}
.map-legend {
display: flex;
position: absolute;
/* width: 60%; */
top: 15px;
right: 22px;
z-index: 10;
cursor: pointer;
}
.reset, block-linktop {
/* background-color: rgba(23, 190, 212, 0.781) !important; */
/* background-color: rgba(0, 217, 255, 0.295) !important; */
border: 2px solid rgba(255, 255, 255, 0.171) !important;
/* box-shadow: 0px 0px 10px rgba(105, 105, 105, 0.685) !important; */
/* box-shadow: 0px 0px 10px rgba(0, 217, 255, 0.938) !important; */
}
.open-popup, block-linktop {
/* background-color: rgba(23, 190, 212, 0.781) !important; */
/* background-color: rgba(0, 217, 255, 0.295) !important; */
border: 2px solid rgba(255, 255, 255, 0.171) !important;
/* box-shadow: 0px 0px 10px rgba(105, 105, 105, 0.685) !important; */
/* box-shadow: 0px 0px 10px rgba(0, 217, 255, 0.938) !important; */
}
.map-legend a {
/* display: inline-block; */
font-size: 1.5rem;
line-height: 1em;
background-color: #2a2a2a8f;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
/* background-color: rgba(73, 73, 73, 0.151); */
/* background-color: rgba(207, 207, 207, 0.123); */
/* box-shadow: 0px 10px 30px rgba(206, 206, 206, 0.863); */
/* box-shadow: 0px 0px 10px rgba(0, 217, 255, 0.938); */
margin-left: 10px;
vertical-align: middle;
}
.resetB {
background-color: rgba(77, 165, 187, 0) !important;
box-shadow: 0px 0px 10px rgba(12, 205, 253, 0), inset 0px 5px 5px rgba(121, 228, 255, 0);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
transform: rotate(180deg);
transition: 0.3s;
/* box-shadow: 0px 0px 5px rgba(105, 105, 105, 0.24), inset 0px 7px 7px rgb(255, 255, 255); */
border: 2px solid rgba(0, 183, 255, 0.459) !important;
/* background: linear-gradient(to left, rgba(255, 255, 255, 0.336) , rgba(255, 255, 255, 0.062)); */
/* background-color: rgba(255, 255, 255, 0.226) !important; */
}
.resetBB {
fill: rgb(0, 195, 255) !important;
}
.map-legend .unconfirmed-location {
font-family: roboto;
padding: 0px 10px 0 10px;
/* padding-right: 5px; */
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
color: rgba(110, 110, 110, 0.253);
border-bottom: none;
/* background-color: rgba(73, 73, 73, 0.151); */
/* background-color: rgb(0, 0, 0); */
border-radius: 20px;
font-weight: 300;
font-size: .75rem;
}
#togglesvg {
font-size: 30px;
color: rgba(75, 75, 75, 0.397);
}
.rotate{
transform: rotate(180deg);
transition: 0.5s;
color: rgba(165, 165, 165, 0.151);
/* color: rgba(73, 73, 73, 0.151); */
/* background: linear-gradient(to left, aqua , rgba(73, 73, 73, 0.151)); */
/* background: linear-gradient(to left, rgba(0, 255, 255, 0.336) , rgba(0, 255, 255, 0.062)); */
/* background: linear-gradient(to left, rgba(255, 255, 255, 0.336) , rgba(255, 255, 255, 0.062)); */
/* -webkit-background-clip: text; */
/* color: transparent; */
}
/*** DROP DOWN GRAPH ***/
#stats {
/* position: fixed; */
/* display: block; */
display: none;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(37, 37, 37, 0.384);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
z-index: 500;
}
.popup {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
animation-name: modalopen;
animation-duration: 0.5s;
background-color: rgba(0, 0, 0, 0.9);
z-index: 100;
}
@keyframes modalopen {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.popup2 {
/* position: fixed; */
position: absolute;
display: none;
top: 40px;
left: 40%;
width: 500px;
height: 500px;
animation-name: modalopenhov;
animation-duration: 0.5s;
background-color: rgba(177, 19, 19, 0.74);
border-radius: 10px;
z-index: 10000;
}
@keyframes modalopenhov {
0% {
opacity: 0.5;
transform: translateX(-100px);
}
100% {
opacity: 1;
transform: translateX(0px);
}
}
.dropUp {
animation-name: modalclose;
animation-duration: 0.6s;
}
@keyframes modalclose {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
.popup span {
margin-bottom: 40px
}
.popup .close-stats, .popup .close-popup {
position: absolute;
top: 20px;
right: 20px;
color: #fff;
border: none;
font-size: 2rem;
cursor: pointer;
line-height: 1em;
z-index: 100;
width: 50px;
height: 50px;
background-color: #46464671;
/* border: 1px solid rgb(26, 26, 26); */
border-radius: 100%;
}
.popup .close-stats i, .popup .close-popup i {
color: rgb(119, 119, 119);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 1em;
transition: .25s;
}
.bar-inner {
height: 500px;
width: 1125px;
position: relative;
}
.popup .inner {
overflow-y: auto;
margin-top: 50px;
/* top: 100px; */
/* left: 100px; */
max-width: 100%;
width: 1200px;
height: 90vh;
padding: 20px;
/* background-color: rgb(42, 42, 42); */
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
color: #fff;
border-radius: 10px;
box-shadow: 0px 10px 30px black;
}
.popup .inner::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.popup .inner::-webkit-scrollbar-track {
background: rgba(7, 7, 7, 0.212);
border-radius: 0px 10px 10px 0px;
}
.popup .inner::-webkit-scrollbar-thumb {
background: rgba(153, 153, 153, 0.747);
border-radius: 0px 10px 10px 0px;
}
.popup .inner::-webkit-scrollbar-thumb:hover {
background: var(--main-txt-color);
}
#active {
margin-top: 50px;
}
.popup .inner h3 {
/* font-weight: 300; */
margin: 0px;
padding: 0px;
padding-bottom: 10px;
letter-spacing: 20px;
text-align: center;
font-family: 'Nunito', sans-serif;
color: #929292;
text-shadow: 1px 1px rgb(39, 39, 39);
}
.popup .inner p {
margin: 0px;
padding: 0px;
padding-bottom: 5px;
font-size: .9rem;
line-height: 1.3em;
}
.popup .inner .block-link {
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
margin-top: 10px;
}
.popup .inner .block-link:hover {
/* background-color: #fff; */
color: #2a2a2a;
}
.popup .inner .stats {
padding-bottom: 20px;
padding-top: 20px
}
.popup .inner .stats:after {
clear: both;
content: '';
display: block;
}
.popup .inner .stats span {
line-height: 1em;
font-size: .8rem;
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
padding: 10px;
padding-left: 12.5px;
padding-right: 12.5px;
border-radius: 20px;
display: inline-block;
margin-right: 0px;
margin-bottom: 10px;
font-weight: 600;
}
.popup .inner .stats span i {
margin-right: 5px;
}
.stats-day {
/* position: relative; */
}
.stats-day .bar {
overflow: visible;
/* position: relative; */
background-color: rgba(42, 42, 42, 0.1);
border-radius: 20px;
z-index: 1;
height: 20px;
}
.stats-day .bar .cases {
border-radius: 20px;
/* position: absolute; */
bottom: 0px;
left: 0px;
width: 100%;
height: 20px;
background-color: rgba(42, 42, 42, 0.5);
}
.stats-day .bar .count, .stats-day .bar .date {
/* position: absolute; */
top: 50%;
transform: translate(-50%, -50%);
width: 30px;
text-align: center;
color: #2a2a2a;
font-size: .75em;
line-height: 1em;
font-weight: 600;
}
.stats-day .bar .count {
right: -50px;
}
.stats-day .bar .date {
left: -20px;
}
/* this will center the graph in the canvas */
canvas {
margin: 0 auto;
}
/* this controls graph width in the legend */
.graph-wrap-city {
width: 100%;
}
.bar-inner-legend {
margin: 0px 20px;
}
/* daily trend graph */
#oldtokyo {
/* display: flex; */
/* position: absolute; */
height: 0px;
background-color: rgba(26, 26, 26, 0.719);
border: 1px solid rgba(255, 255, 255, 0);
border: none;
border-radius: 10px;
/* inset: 0px 10px 10px rgba(221, 221, 221, 0.884); */
transition: 0.7s ease-in-out;
/* animation: fade_in_showReverse 1s ease-in-out; */
}
#oldtokyo.openTTT {
height: 633px !important;
}
#oldtokyo.openTTTT {
height: 227px;
margin: 20px;
/* border: 1px solid rgba(255, 255, 255, 0.144); */
}
#oldtokyo.openTTTiphone {
height: 585px !important;
}
#oldtokyo.openTTTTiphone {
height: 215px;
margin: 20px;
}
.tokyo3 {
/* height: 0px; */
/* opacity: 0; */
/* display: none; */
/* transition: 3s; */
/* animation: fade_in_show 5s ease-in-out; */
}
.tokyo3.showGG {
/* opacity: 0; */
/* transition: 3s; */
/* height: 600px; */
/* display: block !important; */
/* animation: fade_in_show 5s ease-in-out; */
}
/* 2 other graphs */
.openT {
/* transition: all 0.4s ease-in-out; */
animation: fade_in_showReverse 1s;
/* animation-delay: 1s; */
}
@keyframes fade_in_show {
0% {
opacity: 0;
/* transform: translateY(55%) */
}
100% {
opacity: 1;
/* transform: translateY(0) */
}
}
@keyframes fade_in_showReverse {
0% {
opacity: 0;
/* transform: translateY(0%) */
}
50% {
opacity: 0;
/* transform: translateY(5%) */
}
100% {
opacity: 1;
/* transform: translateY(0) */
}
}
@keyframes fade_in_showReverseGraph {
0% {
/* opacity: 0; */
transform: scale(0.8)
}
100% {
/* opacity: 1; */
transform: scale(1)
/* transform: translateY(0) */
}
}
.closeT {
transition: all 0.4s ease;
animation: fade_out_show 0.3s
}@keyframes fade_out_show {
0% {
opacity: 1;
transform: translateY(0)
}
100% {
opacity: 0;
transform: translateY(15%)
}
}
.openG {
/* transform: translate(-5px, -5px) rotate(180deg); */
transform: rotate(180deg);
transition: all 0.3s ease
}
.clickDetails {
padding: 0 !important;
animation: fade_in_showReverse 2.3s ease;
transition: all 0.3s ease
}
.cityConfirmed {
display: none;
/* margin: 10px 100px; */
padding: 10px 0;
font-family: roboto;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.123);
/* font-family: avenir; */
text-align: center;
font-size: 0.9em;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
}
i.fas.fa-info-circle{
margin-right: 5px;
font-size: 1.2em;
color: rgba(255, 255, 255, 0.521);
}
i.fas.fa-chevron-circle-down {
display: flex;
cursor: pointer;
justify-content: center;
margin-bottom: 12px;
font-size: 16px;
color: rgba(217, 255, 0, 0.342);
transition: 0.3s;
/* color: rgba(112, 112, 112, 0.438); */
}
i.fas.fa-chevron-circle-down:hover {
color: rgb(217, 255, 0);
}
#oldtokyo {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863);
}
@keyframes chartfix {
0% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
50% {
transform: scale(1.01);
-webkit-transform: scale(1.01);
}
100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
canvas#graph_active_tokyo {
border-radius: 10px;
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863); */
width: 100%;
/* opacity: 0; */
/* transition: 1s; */
/* transition-delay: 0.7s; */
opacity: 0;
/* transition: 1s; */
/* width: 394px !important; */
/* height: 197px !important; */
/* -webkit-backdrop-filter: blur(1px);
backdrop-filter: blur(1px); */
/* animation-delay: 2000ms; */
/* -webkit-animation-delay: 200ms; */
animation: fade_in_showReverseGraph 2s ease;
/* -webkit-animation: fade_in_showReverse 1s ease-in-out; */
/* animation-fill-mode: forwards; */
/* animation: chartfix 200ms; */
/* -webkit-animation: chartfix 200ms; */
}
canvas#graph_active_tokyo3 {
/* display: none; */
/* height: 0px; */
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863); */
/* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.123), rgba(0, 0, 0, 0)); */
/* background-color: rgba(0, 0, 0, 0.123); */
/* border-bottom: 1px solid #333; */
margin-top: -36px;
/* width: 10%; */
opacity: 0;
transition: 1s;
transition-delay: 0.7s;
/* animation: fade_in_show 1s; */
/* opacity: 0; */
/* animation: fade_in_showReverse 4s ease; */
/* animation: fade_in_showReverse 1s; */
/* animation-delay: 0.5s; */
animation-delay: 2000ms;
-webkit-animation-delay: 200ms;
animation: chartfix 200ms;
-webkit-animation: chartfix 200ms;
}
canvas#graph_active_tokyo.opacity {
/* display: block; */
opacity: 1;
}
canvas#graph_active_tokyo3.openCanvas {
/* display: block; */
opacity: 1;
}
canvas#graph_active_tokyo2.openCanvas2 {
/* display: block; */
/* width: 100%; */
opacity: 1;
}
canvas#graph_active_tokyo3.openCanvasB {
/* display: block; */
opacity: 0;
transition: 0.5s;
}
canvas#graph_active_tokyo2.openCanvas2B {
/* display: block; */
width: 100%;
opacity: 0;
transition: 0.3s;
}
canvas#graph_active_tokyo2 {
/* display: none; */
/* height: 0px; */
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863); */
/* background-color: rgba(0, 0, 0, 0.123); */
width: 10%;
/* animation: fade_in_showReverse 2s ease; */
transition: 4s;
transition-delay: 0.7s;
opacity: 0;
/* animation: fade_in_show 1s; */
/* opacity: 0; */
/* animation-delay: 0.75s; */
/* animation: fade_in_showReverse 2s ease; */
animation-delay: 2000ms;
-webkit-animation-delay: 200ms;
animation: chartfix 200ms;
-webkit-animation: chartfix 200ms;
}
.open {
transition-duration: 3s;
}
.graph-wrap {
margin-top: 10px;
border: 1px solid rgb(68, 68, 68);
background-color: rgb(37, 37, 37);
border-radius: 10px;
width: 100%;
overflow-y: auto;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863);
}
.stats.stats-trend {
margin-top: 20px;
}
*::-webkit-scrollbar {
width: 14px;
height: 14px;
}
canvas#graph_active_tokyo::-webkit-scrollbar {
width: 5px;
height: 5px;
}
*::-webkit-scrollbar-track {
background-color: #16161600 ;
border-left: 1px solid rgba(0, 0, 0, 0.158);
}
*::-webkit-scrollbar-thumb {
/* background: rgba(153, 0, 51, 0.712); */
background: rgba(255, 255, 255, 0.116);
border: 3px solid transparent;
background-clip: content-box;
border-radius: 10px;
}
*::-webkit-scrollbar-thumb:hover {
background: #ffffff70;
border: 3px solid transparent;
background-clip: content-box;
}
/* TOOL TIP */
canvas .graph{
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
/* LINE GRAPH */
#chartjs-tooltip, #chartjs-tooltip4, #chartjs-tooltipA {
display: none;
opacity: .3;
text-align: center;
position: absolute;
background: rgba(49, 49, 49, 1);
color: rgb(46, 46, 46);
border-radius: 10px;
/* padding: 5px; */
-webkit-transition: all .1s ease;
transition: all .3s ease;
pointer-events: none;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
/* line graph title */
.table3 {
color: rgb(0, 102, 255);
}
.table1 {
color: firebrick;
}
.table2 {
color: rgb(107,107, 107);
}
.table {
color: rgb(0, 97, 136);
}
.chartjs-tooltip-key {
display: inline-block;
width: 10px;
height: 10px;
margin-right: 10px;
z-index: 1000;
}
.innerbot p, .innerbot3 p {
padding: 17px;
}
#myName {
padding: 27px 17px 17px 17px;
}
#last {
padding: 17px 17px 0px 17px;
color: rgb(255, 72, 0);
}
.popup-legend .innerbot {
position: absolute;
top: 400px;
left: 50%;
/* transform: translate(-50%, calc(-50% - .5px)); */
transform: translate(-50%, -50%);
/* width: 100%; */
/* height: 90vh; */
height: 1250px;
/* display: block; */
/* display: none; */
padding: 20px;
animation-name: modalopen2;
animation-duration: 0.5s;
background-color: #222222;
border-radius: 10px;
box-shadow: 0px 10px 30px black, inset 0px 5px 10px rgba(255, 255, 255, 0.1);
/* box-shadow: 0px 10px 30px rgba(24, 24, 24, 0.89); */
z-index: 1000;
overflow-x: hidden;
/* overflow-y: scroll; */
}
.popup-legend3 .innerbot3 {
position: absolute;
top: 50%;
left: 50%;
/* transform: translate(-50%, calc(-50% - .5px)); */
transform: translate(-50%, -50%);
/* height: 1250px; */
/* height: 1550px; */
height: 90%;
padding: 20px;
animation-name: modalopen2;
animation-duration: 0.5s;
background-color: #222222;
border-radius: 10px;
box-shadow: 0px 10px 30px black, inset 0px 5px 10px rgba(255, 255, 255, 0.1);
/* box-shadow: 0px 10px 30px rgba(24, 24, 24, 0.89); */
z-index: 1000;
overflow-x: hidden;
/* overflow-y: hidden; */
}
@keyframes modalopen2 {
0% {
opacity: 0;
/* transform: translateY(-50%); */
}
100% {
opacity: 1;
/* transform: translateY(0); */
}
}
#LLInk:hover {
/* color: rgb(255, 72, 0) !important; */
border-bottom: 1px solid rgb(255, 72, 0);
}
#enVelope, #LLINk {
transition: color 0.5s ease;
background-color: rgba(43, 43, 43, 0.884);
color: rgb(255, 255, 255);
}
#LLINk {
margin-top: 36px;
/* margin-left: 30%; */
}
#enVelope {
margin-top: 10px;
margin-left: 0px;
}
#enVelope:hover i, #LLINk:hover i {
color: rgb(255, 72, 0);
}
#enVelope:hover, #LLINk:hover {
color: rgb(255, 72, 0);
}
.innerbot3 {
background-color: #2a2a2a;
color: #fff;
border-radius: 10px;
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgb(255 255 255 / 10%);
/* padding: 10px 0px 10px 10px !important; */
text-align: center;
/* background-color: rgba(107, 97, 70, 0.274) !important; */
}
#legend-map {
width: inherit;
border-radius: 10px;
z-index: -100000 !important;
/* align-content: center; */
}
#legend-map-MOBILE {
display: none;
}
.innerbot3::-webkit-scrollbar-track {
background: rgba(31, 31, 31, 0.781) !important;
border-radius: 0px 10px 10px 0px;
}
.open-popup-bot {
font-family: Avenir;
font-weight: 200;
color: rgba(255, 255, 255, 0.5);
}
.open-popup-bot3 {
/* color: #000 !important; */
color: rgba(255, 255, 255, 0.87);
/* margin-left: 25px; */
height: 0;
width: 0;
font-family: Avenir;
font-weight: 200;
}
.close-popup-legend, .close-popup-legend3 {
position: absolute;
top: 10px;
right: 20px;
font-size: 2rem;
cursor: pointer;
line-height: 1em;
text-decoration: none !important;
border-bottom: none !important;
z-index: 10000;
width: 50px;
height: 50px;
background-color: #464646b6;
border-radius: 100%;
}
.close-popup-legend i, .close-popup-legend3 i {
z-index: 1000;
color: rgb(119, 119, 119);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: .25s;
text-decoration: none !important;
border-bottom: none !important;
}
.dropUp2 {
animation-name: modalclose2;
animation-duration: 0.5s;
}
@keyframes modalclose2 {
0% {
opacity: 1;
/* transform: translateY(0); */
}
100% {
opacity: 0;
/* transform: translateY(-100%); */
}
}
footer {
/* margin-block-start: none !important; */
display: inline-block;
/* position: fixed; */
width: 100%;
/* bottom: 0; */
background-color: rgb(26, 26, 26);
padding: 14px;
}
footer #top {
margin: 0 !important;
padding-top: 20px;
/* background-color: rgb(201, 20, 20); */
}
#legend {
overflow-x: hidden;
}
.innercity {
position: absolute;
top: 10%;
/* left: calc(50% -25%); */
left: 25%;
transform: translateY(-50%, -50%);
width: 80%;
height: 75%;
/* display: block; */
display: none;
padding: 20px;
animation-name: modalopen3;
animation-duration: 0.5s;
background-color: #2a2a2af3;
border-radius: 10px;
/* box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1); */
box-shadow: 0px 10px 30px black;
z-index: 1000;
/* backface-visibility: hidden;
filter: blur(0) */
}
.close-popup-legend-city {
position: absolute;
top: 20px;
right: 20px;
font-size: 2rem;
cursor: pointer;
line-height: 1em;
text-decoration: none !important;
border-bottom: none !important;
z-index: 10000;
width: 50px;
height: 50px;
background-color: #464646b6;
border-radius: 100%;
}
.close-popup-legend-city i {
z-index: 1000;
color: rgb(119, 119, 119);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: .25s;
text-decoration: none !important;
border-bottom: none !important;
}
a.close-popup-legend-city:hover i {
/* color: var(--main-txt-color); */
color: rgb(204, 204, 204);
z-index: 1000;
text-decoration: none !important;
border-bottom: none !important;
transform: translate(-50%, -50%) rotate(90deg);
}
.close-popup-legend-city:hover {
text-decoration: none !important;
border-bottom: none !important;
}
#cityPopname {
margin-top: 0px;
color: #e4e4e4e5;
font-family: roboto;
text-align: center;
}
#cityPopnameL {
margin-top: 5px;
color: #8a8a8ae5;
font-family: roboto;
text-align: center;
}
#cityPopKey {
margin-top: 15px;
color: aqua;
font-family: roboto;
text-align: center;
}
#hello i.fas.fa-exclamation-triangle {
color: rgba(255, 30, 0, 0.836);
padding-right: 2px;
padding-left: 5px;
} | styles.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
:root {
/* --main-txt-color: chartreuse; */
--main-txt-color: rgb(78,78,78);
/* --main-txt-color: rgb(153, 0, 51); */
/* --main-txt-color: rgb(0, 105, 153); */
/* --main-txt-color: rgb(204, 153, 51); */
--main-bg-color: rgb(51, 51, 51);
}
html, *, body {
-webkit-tap-highlight-color:transparent;
}
/* FIREFOX SETTING */
@-moz-document url-prefix() {
.block-link2 {
top: 257px !important;
}
#stats {
background-color: rgba(37, 37, 37, 0.808) !important;
}
.popup .inner {
background-color: rgb(42, 42, 42) !important;
}
#regionName {
background-color: rgb(42, 42, 42) !important;
}
}
.block-link2 {
position: absolute;
color: rgba(51, 51, 51, 0.87);
top: 254px;
right: 78px;
font-size: 19px;
}
.block-link2:hover {
color: rgba(187, 187, 187, 0.87);
transition: 0.1s ease-in-out;
}
#canvasMap {
position: absolute;
z-index: 100000 !important;
width: 1128px;
height: 592px;
/* right: -22px; */
left: -6px;
top: 279px;
transform: scale(1.61);
/* pointer-events: none; */
}
#legend-title {
/* color: #1f1f1fc2; */
color: #1f1f1fdc;
position: absolute;
top: 11px;
left: 204px;
opacity: 0;
font-size: 64px;
letter-spacing: 36px;
font-family: 'Nunito', sans-serif;
text-shadow: 1px 1px rgba(48, 48, 48, 0.8);
/* margin-left: 37px; */
animation: dashTRI 2s forwards;
animation-delay: 0.5s;
}
#Rselector {
opacity: 0;
position: absolute;
font-size: 15px;
z-index: 100000;
left: 196px;
top: 111px;
/* width: 200px; */
color: rgba(200,200,200,0.3);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.925);
animation: dashTRI 2s forwards;
animation-delay: 0.5s;
/* box-shadow: 5px 5px 5px rgb(70 70 70), inset 0px 5px 5px rgb(255 255 255 / 84%); */
/* box-shadow: 0px 0px 10px rgb(22 22 22 / 64%); */
/* background: rgba(71, 71, 71, 0.349); */
padding: 5px 10px;
border-radius: 20px;
cursor: pointer;
}
#Rselector:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 18px !important;
}
#Rcases {
opacity: 0;
position: absolute;
font-size: 15px;
z-index: 100000;
left: 411px;
top: 111px;
/* width: 200px; */
color: rgba(200,200,200,0.3);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.925);
/* color: rgb(194, 194, 194); */
animation: dashTRI 2s forwards;
animation-delay: 1s;
/* box-shadow: 5px 5px 5px rgb(70 70 70), inset 0px 5px 5px rgb(255 255 255 / 84%); */
/* box-shadow: 0px 0px 10px rgb(22 22 22 / 64%); */
/* background: rgba(71, 71, 71, 0.349); */
padding: 5px 10px;
border-radius: 20px;
cursor: pointer;
}
#Rcases:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 18px !important;
}
#Rreset {
opacity: 0;
/* color: rgb(255, 255, 255); */
color: rgba(200,200,200,0.3);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.925);
position: absolute;
font-size: 15px;
/* right: 399px; */
left: 622px;
top: 116px;
animation: dashTRI 2s forwards;
animation-delay: 1.5s;
cursor: pointer;
z-index: 100000;
}
#Rreset:hover {
color: rgb(217, 255, 0) !important;
font-size: 18px !important;
transition: 0.5s !important;
}
#RTgraph {
opacity: 0;
color: rgba(200,200,200,0.3);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.925);
/* color: rgb(255, 255, 255); */
position: absolute;
font-size: 15px;
/* right: 225px; */
left: 824px;
top: 116px;
animation: dashTRI 2s forwards;
animation-delay: 2s;
cursor: pointer;
z-index: 100000;
}
#RTgraph:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 18px !important;
}
#Rregion {
display: block;
opacity: 0;
color: rgb(194, 194, 194);
position: absolute;
font-size: 14px;
left: 448px;
top: 456px;
transition: 1s;
transition-delay: 0s;
z-index: 100000;
/* box-shadow: 0px 0px 10px rgba(22, 22, 22, 0.637); */
/* background: rgba(71, 71, 71, 0.349); */
padding: 5px 10px;
border-radius: 20px;
}
#Rgraph {
display: block;
opacity: 0;
color: rgb(194, 194, 194);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
position: absolute;
font-size: 14px;
right: 562px;
top: 298px;
transition: 1s;
transition-delay: 0s;
z-index: 100000;
/* box-shadow: 0px 0px 10px rgba(22, 22, 22, 0.637); */
/* background: rgba(71, 71, 71, 0.349); */
padding: 5px 10px;
border-radius: 20px;
}
#Rdata {
display: none;
}
#Ractive {
opacity: 0;
display: block;
/* color: rgb(239, 64, 54); */
color: rgb(204, 204, 204);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
position: absolute;
font-size: 14px;
right: 407px;
top: 594px;
transition: 1s;
transition-delay: 0.25s;
padding: 5px 10px;
/* border-radius: 20px; */
z-index: 100000;
}
.opacShadow2 {
opacity: 1 !important;
transition-delay: 1.5s !important;
}
#number-scale {
position: absolute;
top: 666px;
left: 739px;
z-index: 10000000;
font-size: 16px;
text-align: left;
}
#col1 {
display: block;
opacity: 0;
color: rgb(254, 209, 4);
transition: 2s !important;
transition-delay: 0s !important;
z-index: 100000;
}
#col2 {
display: block;
opacity: 0;
color: rgb(250, 179, 22);
transition: 2s !important;
transition-delay: 0.1s !important;
z-index: 100000;
}
#col3 {
display: block;
opacity: 0;
color: rgb(247, 129, 49);
transition: 2s !important;
transition-delay: 0.2s !important;
z-index: 100000;
}
#col4 {
display: block;
opacity: 0;
color: rgb(243, 119, 32);
transition: 2s !important;
transition-delay: 0.3s !important;
z-index: 100000;
}
#col5 {
display: block;
opacity: 0;
color: rgb(241, 91, 34);
transition: 2s !important;
transition-delay: 0.4s !important;
z-index: 100000;
}
#col6 {
display: block;
opacity: 0;
color: rgb(239, 66, 35);
transition: 2s !important;
transition-delay: 0.5s !important;
z-index: 100000;
}
#col7 {
display: block;
opacity: 0;
color: rgb(237, 45, 35);
transition: 2s !important;
transition-delay: 0.6s !important;
z-index: 100000;
}
#col8 {
display: block;
opacity: 0;
color: rgb(190, 30, 45);
transition: 2s;
transition-delay: 0.7s;
z-index: 100000;
}
.opacShadow3 {
opacity: 1 !important;
}
/* topleft */
.st3TLLshadow_MOB, .st3TLL_MOB, .st3TLLcircTOP_MOB, .st3TLLcircle_MOB, .st3TLL2_MOB, .st3TLLcircle2_MOB {
display: none;
}
.st3TLL {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashst3TLL 1s forwards;
animation-delay: 0s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
@keyframes dashst3TLL {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 600;
}
}
/* graph line */
.st3TLL2 {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dash 2s forwards;
animation-delay: 0.5s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
/* region line */
.st3TLL3 {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dash 2.8s forwards;
animation-delay: 0.5s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
.st3TLLcircTOP {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 360;
stroke-dashoffset: 360;
animation: dash 2s forwards;
animation-delay: 0s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
/* graph */
.st3TLLcircle2 {
display: block;
opacity: 0;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
/* fill: rgb(184, 184, 184); */
fill: rgb(255, 60, 0);
transition: 0.3s;
transition-delay: 0.3s;
/* animation: dashTRI 0.2s forwards;
animation-delay: 1.9s; */
}
/* region */
.st3TLLcircle {
display: block;
opacity: 0;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: rgb(255, 60, 0);
/* fill: rgb(184, 184, 184); */
transition: 0.3s;
transition-delay: 0.3s;
/* animation: dashTRI 0.2s forwards;
animation-delay: 1.9s; */
}
.opacShadow2circ {
opacity: 1 !important;
transition: 0.2s !important;
transition-delay: 1.9s !important;
}
.st3TLLshadow {
display: block;
opacity: 0;
/* fill: #272727e0; */
/* fill: url(#header-shape-gradient2) rgb(63,60,60); */
fill: url(#header-shape-gradient2) ;
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
#header-shape-gradient2 {
--color-stop: #292929fa;
--color-bot: #37add100;
}
@keyframes dashTRITL {
from {
opacity: 0;
}
to {
opacity: 0.9;
}
}
/* top right */
.stTR3_MOB, .stTR3line_MOB, .stTR3background_MOB, .stTR5_MOB, .stTR5line_MOB, .stTR5background_MOB {
display: none;
}
/* reset */
.stTR3 {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dash 2.1s forwards;
animation-delay: 0.5s;
}
.stTR3line {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE2 1.8s forwards;
animation-delay: 0s;
}
@keyframes dashMOBILE2 {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 600;
}
}
.stTR3background {
display: block;
opacity: 0;
fill: url(#header-shape-gradient2) rgb(63,60,60);
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
/* GRAPHS */
.stTR5 {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dash 2.3s forwards;
animation-delay: 0.3s;
}
.stTR5line {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE2 1.8s forwards;
animation-delay: 0s;
}
.stTR5background {
display: block;
opacity: 0;
fill: url(#header-shape-gradient2) rgb(63,60,60);
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
/* bottom right */
.stBRshadow_MOB, .stBRline_MOB, .stBRcircle_MOB, .stBRbox_MOB, .stBRboxfill_MOB, .stBRline2_MOB {
display: none;
}
.stBRline {
display: none;
fill:none;
/* stroke:#EF4136; */
stroke: rgb(180, 180, 180);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 495;
stroke-dashoffset: 495;
animation: dashBRl 1.8s forwards;
animation-delay: 0.5s;
}
@keyframes dashBRl {
from {
stroke-dashoffset: 500;
}
to {
stroke-dashoffset: 1000;
}
}
.stBRline2 {
display: none;
fill:none;
/* stroke:#EF4136; */
stroke: rgb(180, 180, 180);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 285;
stroke-dashoffset: 285;
animation: dashBRl2 4s forwards;
animation-delay: 0.25s;
}
@keyframes dashBRl2 {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 0;
}
}
.stBRcircle {
display: none;
fill:none;
/* stroke:#EF4136; */
stroke: rgb(180, 180, 180);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 320;
stroke-dashoffset: 320;
animation: dash 1.5s forwards;
animation-delay: 0s;
}
.stBRbox {
display: none;
fill:none;
/* stroke:#EF4136; */
stroke: rgb(180, 180, 180);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 630;
stroke-dashoffset: 630;
animation: dashBRbox 2s forwards;
animation-delay: 0s;
}
@keyframes dashBRbox {
from {
stroke-dashoffset: 630;
}
to {
stroke-dashoffset: 0;
}
}
.stBRboxfill {
display: none;
opacity: 0;
stroke: none;
stroke-width: 2px;
fill: rgb(36, 36, 36);
animation: dashTRI 2s forwards;
animation-delay: 1s;
}
.stBRshadow {
display: block;
opacity: 0;
/* fill: #202020e0; */
fill: url(#header-shape-gradient2) rgb(63,60,60);
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 2s;
transition-delay: 0s;
}
.opacShadow {
opacity: 0.9 !important;
}
.stBRbackground_MOB, .col1circle_MOB, .col2circle_MOB, .col3circle_MOB, .col4circle_MOB, .col5circle_MOB, .col6circle_MOB, .col7circle_MOB, .col8circle_MOB {
display: none;
}
.col1circle {
display: block;
opacity: 0;
stroke: rgb(254, 209, 4);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0s;
}
.col2circle {
display: block;
opacity: 0;
stroke: rgb(250, 179, 22);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.1s;
}
.col3circle {
display: block;
opacity: 0;
stroke: rgb(247, 129, 49);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.2s;
}
.col4circle {
display: block;
opacity: 0;
stroke: rgb(243, 119, 32);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.3s;
}
.col5circle {
display: block;
opacity: 0;
stroke: rgb(241, 91, 34);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.4s;
}
.col6circle {
display: block;
opacity: 0;
stroke: rgb(239, 66, 35);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.5s;
}
.col7circle {
display: block;
opacity: 0;
stroke: rgb(237, 45, 35);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.6s;
}
.col8circle {
display: block;
opacity: 0;
stroke: rgb(190, 30, 45);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.7s;
}
@keyframes dash {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 0;
}
}
@keyframes dashB {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 600;
}
}
@keyframes dashL {
from {
stroke-dashoffset: 1000;
}
to {
stroke-dashoffset: 2000;
}
}
@keyframes dashBR {
from {
stroke-dashoffset: 200;
}
to {
stroke-dashoffset: 0;
}
}
@keyframes dashBOX {
from {
stroke-dashoffset: 700;
}
to {
stroke-dashoffset: 0;
}
}
@keyframes dashTRI {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.divider {
width: 30%;
}
#regModalBorder {
z-index: -1;
position: absolute;
right: 16px;
bottom: 13px;
pointer-events: none;
fill: rgba(34, 34, 34, 0.76);
clip-path: url(#path-1);
-webkit-clip-path: url(#path-1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
/* stroke: rgb(192, 24, 24); */
stroke: rgb(78, 78, 78);
stroke-width: 4px;
}
.spin .st1B {
stroke-dashoffset: 1330.6019287109375;
stroke-dasharray: 1330.6019287109375;
animation: spin 2s ease-in-out forwards;
/* animation-delay: 1s; */
}
.spinBack .st1B {
stroke-dashoffset: 1330.6019287109375;
stroke-dasharray: 1330.6019287109375;
animation: spinB 2s ease-in-out forwards;
/* animation-delay: 1s; */
}
@keyframes spin {
to {
stroke-dashoffset: 0;
}
}
@keyframes spinB {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: 1330.6019287109375;
}
}
canvas#graph_active_dailyR {
opacity: 0;
transition: 1s;
}
* {
padding: 0px;
margin: 0px;
}
/* stops flashing onclick on mobile */
* {
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
/* -webkit-tap-highlight-color: rgba(0,0,0,0); } */
}
/* CANVAS */
#lineRegion {
/* position: fixed; */
/* right: 0; */
/* bottom: 0; */
/* background-color: rgba(6, 250, 6, 0.233); */
/* pointer-events: none; */
}
#lineRegion2 {
position: fixed; /* absolute */
top: 0;
left: 0;
width: 100vw; /* 100% */
height: 100vh; /* 100% */
/* background-color: rgba(6, 250, 6, 0.048); */
pointer-events: none;
}
li {
text-decoration: none;
list-style: none;
color: rgb(107, 107, 107);
/* padding: 10px; */
}
#name {
color: rgb(255, 123, 0);
}
#new {
color: rgba(255,0,0,0.9);
text-shadow: none;
}
#deaths {
color: rgb(54, 54, 54);
/* color: rgb(63, 60, 60); */
/* color: rgb(93, 90, 90); */
padding-right: 10px;
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.692);
/* text-shadow: none; */
}
#confirmed {
/* color: chartreuse; */
padding-right: 10px;
text-shadow: none;
}
#pcent {
position: absolute;
margin-top: -1px;
font-family: roboto;
font-size: 0.6em;
color: rgba(255, 255, 255, 0.534);
/* color: rgba(86, 143, 161, 0.589); */
}
#percent {
/* color: chartreuse; */
color: rgba(255, 255, 255, 0.534);
}
#recov {
/* color: aqua; */
padding-right: 10px;
text-shadow: none;
}
body, html {
padding: 0px;
margin: 0px;
color: #fff;
font-family: Avenir;
font-weight: 300;
/* background-color: #000; */
font-size: 15px;
}
h1, h5 {
margin: 0px;
padding: 0px;
padding-bottom: 9px;
}
p {
/* padding: 0px 0px 0px 15px; */
/* margin-bottom: -5px; */
color: rgba(255, 255, 255, 0.5);
/* font-size: .9em; */
}
#bord {
/* border-top: 1px solid #333; */
border-top: 1px solid rgba(216, 216, 216, 0.329);
padding-top: 5px;
}
#bordBot {
/* border-bottom: 1px solid #333; */
border-bottom: 1px solid rgba(216, 216, 216, 0.329);
padding-bottom: 3px;
}
/* sets padding for spinning icons */
.fa-spin {
padding: 0px;
}
#totalCases {
/* color: chartreuse; */
color: rgb(255, 255, 255);
}
#totalRecov {
/* color: aqua; */
color: rgb(255, 255, 255);
}
#totalDeth {
color: rgb(63,60,60);
}
#totalNew {
color: rgba(255,0,0,0.9);
padding: 0px;
}
.foot {
font-family: Avenir;
font-weight: 200;
color: rgba(255, 255, 255, 0.5);
/* font-size: 1.1em; */
}
.fot {
/* display: contents; */
/* height: 0px !important; */
/* width: 0px !important; */
/* padding-bottom: 10px; */
/* margin-top: 4px; */
/* font-size: 13px; */
}
/* FACEBOOK */
#home {
/* display: none; */
top: 256px;
left: 4px;
opacity: 0;
position: absolute;
/* position: fixed; */
/* position: sticky; */
pointer-events: none;
cursor: pointer;
user-select: none;
/* transition: 0.5s ease-in; */
}
/* TWITTER */
#homeTwit {
/* display: none; */
top: 256px;
left: 4px;
opacity: 0;
position: absolute;
/* position: sticky; */
/* position: fixed; */
pointer-events: none;
cursor: pointer;
user-select: none;
/* transition: 0.5s ease-in; */
}
/* INSTAGRAM */
#homeInsta {
/* display: none; */
top: 256px;
left: 4px;
opacity: 0;
position: absolute;
/* position: sticky; */
/* position: fixed; */
pointer-events: none;
cursor: pointer;
user-select: none;
/* transition: 0.5s ease-in; */
}
#footerEnd {
margin: 40px;
}
#spinner {
/* color: rgb(255, 255, 255); */
color: rgba(0, 0, 0, 0.692);
display: none;
}
#spinner1 {
color: chartreuse;
display: none;
}
#spinner2 {
color: aqua;
display: none;
}
#spinner3 {
color: rgb(107, 107, 107);
display: none;
}
#spinner4 {
color: firebrick;
display: none;
}
#spinner5 {
color: firebrick;
display: none;
}
#update {
font-size: 1em;
/* color: rgb(99, 99, 99); */
color: rgb(54, 54, 54);
/* color: rgb(12, 12, 12); */
}
.updated {
font-size: 1em;
/* color: rgb(99, 99, 99); */
color: rgb(54, 54, 54);
}
.share-links {
height: 30px;
/* margin-bottom: 5px; */
padding-top: 0px;
/* display: flex; */
/* color: rgba(0, 0, 0, 0.692); */
/* background-color: rgba(255, 255, 255, 0.205); */
color: rgb(209, 209, 209);
}
.color-alert {
/* color: #ff4c7f !important; */
color: #7c7c7c !important;
}
.color-happy {
color: #555555 !important;
}
.fa-twitter {
font-size: 21px;
color: rgb(0, 183, 255);
margin-left: 28px;
}
.fa-facebook {
font-size: 21px;
color: rgb(0, 65, 204);
margin-left: 18px;
}
.fa-instagram {
font-size: 21px;
/* color: white; */
/* fill: url(#header-shape-gradient) #fff; */
background: linear-gradient(120deg, #ff6600 0%, #6200ff 70%, #ff00dd 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-left: 38px;
}
#home:before {
/* content: attr(data-text); here's the magic */
/* position: absolute; */
/* font-size: 10px; */
/* top: 250px; */
/* transform: translateY(-50%); */
/* left: 40px; */
/* color: rgb(105, 105, 105); */
/* text-align: left; */
/* display: none; */
}
#home:hover:before {
/* display: block; */
}
#homeTwit:before {
/* content: attr(data-text); here's the magic */
/* position: absolute; */
/* font-size: 10px; */
/* top: 250px; */
/* transform: translateY(-50%); */
/* left: 125px; */
/* color: rgb(105, 105, 105); */
/* text-align: left; */
/* display: none; */
}
#homeTwit:hover:before {
/* display: block; */
}
#homeInsta:before {
/* content: attr(data-text); here's the magic */
/* position: absolute; */
/* font-size: 10px; */
/* top: 250px; */
/* transform: translateY(-50%); */
/* left: 192px; */
/* color: rgb(105, 105, 105); */
/* text-align: left; */
/* display: none; */
}
#homeInsta:hover:before {
/* display: block; */
}
/* .fa-instagram:hover {
background: #353535 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} */
.fa-question-circle {
position: absolute;
color: rgba(51, 51, 51, 0.87);
/* left: 395px; */
right: 17px;
font-size: 21px;
}
.fa-question-circle:hover {
color: rgba(187, 187, 187, 0.87);
transition: 0.1s ease-in-out;
}
.fa-compress {
position: absolute;
color: rgba(51, 51, 51, 0.87);
right: 138px;
font-size: 21px;
}
.fa-compress:hover {
color: rgba(187, 187, 187, 0.87);
transition: 0.1s ease-in-out;
}
.fa-share-alt {
position: absolute;
color: #303030;
font-size: 21px;
left: 20px;
transition: 0.3s;
z-index: 100;
}
.fa-share-alt:hover {
/* color: #c4c4c4; */
}
#share {
color: #66ff00;
font-size: 13px;
position: absolute;
left: 47px;
display: none;
}
#header-shape-gradient {
--color-stop: #f12c06;
--color-bot: #faed34;
}
/* SCREEN SIZE LESS THAN 450px */
@media all and (max-width: 450px) {
.fa-compress {
display: none !important;
}
#notes {
display: block !important;
color: #8f8f8f77;
/* color: #35879c54; */
text-align: left;
position: absolute;
/* top: 575px; */
top: 91%;
left: 23px;
/* opacity: 0; */
font-size: 12px;
letter-spacing: 1px;
font-family: 'Nunito', sans-serif;
text-shadow: 1px 1px rgb(48 48 48 / 80%);
/* margin-left: 37px; */
}
#performance {
opacity: 0;
margin-bottom: 4%;
animation: dashTRI 2s forwards;
animation-delay: 2s;
}
#graph-problems {
opacity: 0;
/* margin-bottom: 20px; */
animation: dashTRI 2s forwards;
animation-delay: 2.5s;
}
/* #canvasMap {
right: -328px !important;
top: -172px !important;
transform: scale(0.43) !important;
}
#Rreset {
right: 187px !important;
top: 133px !important;
}
#RTgraph {
right: 202px !important;
top: 148px !important;
}
#Rdata {
left: 133px !important;
top: 448px !important;
}
#Ractive {
right: 13px !important;
top: 365px !important;
}
#col1 {
left: 336px !important;
top: 404px !important;
}
#col2 {
left: 336px !important;
top: 416px !important;
}
#col3 {
left: 336px !important;
top: 428px !important;
}
#col4 {
left: 336px !important;
top: 440px !important;
}
#col5 {
left: 336px !important;
top: 452px !important;
}
#col6 {
left: 336px !important;
top: 464px !important;
}
#col7 {
left: 336px !important;
top: 476px !important;
}
#col8 {
left: 336px !important;
top: 488px !important;
} */
}
/* SCREEN SIZE LESS THAN 549px */
@media all and (max-width: 549px) {
.mapboxgl-ctrl-top-right {
top: 10px !important;
right: 76px !important;
}
#notes {
display: none;
}
.block-link2 {
position: absolute;
color: rgba(51, 51, 51, 0.87);
top: 254px !important;
right: 78px;
font-size: 19px;
}
.divider {
height: 45px;
}
#canvasMap {
position: absolute;
/* right: -333px; */
left: -394px;
top: 6px;
transform: scale(0.76);
}
#Rselector {
opacity: 0;
position: absolute;
font-size: 12px;
left: 19px;
top: 51px;
/* color: rgb(239, 64, 54); */
color: rgba(200,200,200,0.5);
animation: dashTRI 2s forwards;
animation-delay: 0.5s;
}
#Rselector:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 15px !important;
}
#Rcases {
opacity: 0;
position: absolute;
font-size: 12px;
z-index: 100000;
left: 130px;
top: 51px;
color: rgba(200,200,200,0.5);
/* color: rgb(194, 194, 194); */
animation: dashTRI 2s forwards;
animation-delay: 1s;
/* box-shadow: 5px 5px 5px rgb(70 70 70), inset 0px 5px 5px rgb(255 255 255 / 84%); */
/* box-shadow: 0px 0px 10px rgb(22 22 22 / 64%); */
/* background: rgba(71, 71, 71, 0.349); */
padding: 5px 10px;
border-radius: 20px;
cursor: pointer;
}
#Rcases:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 15px !important;
}
#RTgraph {
opacity: 0;
color: rgba(200,200,200,0.5);
position: absolute;
font-size: 12px;
/* right: 118px; */
left: 243px;
top: 56px;
animation: dashTRI 2s forwards;
animation-delay: 1.5s;
}
#RTgraph:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 15px !important;
}#Rreset {
opacity: 0;
color: rgba(200,200,200,0.5);
position: absolute;
font-size: 12px;
/* right: 25px; */
left: 317px;
top: 56px;
animation: dashTRI 2s forwards;
animation-delay: 2s;
}
#Rreset:hover {
color: rgb(217, 255, 0) !important;
transition: 0.5s !important;
font-size: 15px !important;
}
#Rgraph {
display: none;
}
#Rdata {
display: block;
opacity: 0;
/* color: aqua; */
color: rgb(204, 204, 204);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
transition: 1s;
transition-delay: 0s;
position: absolute;
font-size: 12px;
left: 69px;
top: 460px;
z-index: 100000;
}
.opacShadow4 {
opacity: 1 !important;
transition: 1s !important;
transition-delay: 3s !important;
}
#Rregion {
display: block;
opacity: 0;
color: rgb(204, 204, 204);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
position: absolute;
font-size: 12px;
left: 119px;
top: 183px;
transition: 1s;
transition-delay: 0s;
}
.opacShadow5 {
opacity: 1 !important;
transition: 1s !important;
transition-delay: 2s !important;
}
#Ractive {
opacity: 0;
display: block;
color: rgb(255, 255, 255);
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
position: absolute;
font-size: 12px;
right: 117px;
top: 308px;
transition: 1s;
transition-delay: 0.25s;
padding: 5px 10px;
/* border-radius: 20px; */
z-index: 100000;
}
#number-scale {
position: absolute;
top: 380px;
line-height: 12px;
left: 320px;
z-index: 10000000;
font-size: 10px;
text-align: left;
}
#col1 {
display: block;
opacity: 0;
color: rgb(254, 209, 4);
transition: 2s !important;
transition-delay: 0s !important;
z-index: 100000;
}
#col2 {
display: block;
opacity: 0;
color: rgb(250, 179, 22);
transition: 2s !important;
transition-delay: 0.1s !important;
z-index: 100000;
}
#col3 {
display: block;
opacity: 0;
color: rgb(247, 129, 49);
transition: 2s !important;
transition-delay: 0.2s !important;
z-index: 100000;
}
#col4 {
display: block;
opacity: 0;
color: rgb(243, 119, 32);
transition: 2s !important;
transition-delay: 0.3s !important;
z-index: 100000;
}
#col5 {
display: block;
opacity: 0;
color: rgb(241, 91, 34);
transition: 2s !important;
transition-delay: 0.4s !important;
z-index: 100000;
}
#col6 {
display: block;
opacity: 0;
color: rgb(239, 66, 35);
transition: 2s !important;
transition-delay: 0.5s !important;
z-index: 100000;
}
#col7 {
display: block;
opacity: 0;
color: rgb(237, 45, 35);
transition: 2s !important;
transition-delay: 0.6s !important;
z-index: 100000;
}
#col8 {
display: block;
opacity: 0;
color: rgb(190, 30, 45);
transition: 2s;
transition-delay: 0.7s;
z-index: 100000;
}
.col1circle_MOB {
display: block;
opacity: 0;
stroke: rgb(254, 209, 4);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0s;
}
.col2circle_MOB {
display: block;
opacity: 0;
stroke: rgb(250, 179, 22);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.1s;
}
.col3circle_MOB {
display: block;
opacity: 0;
stroke: rgb(247, 129, 49);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.2s;
}
.col4circle_MOB {
display: block;
opacity: 0;
stroke: rgb(243, 119, 32);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.3s;
}
.col5circle_MOB {
display: block;
opacity: 0;
stroke: rgb(241, 91, 34);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.4s;
}
.col6circle_MOB {
display: block;
opacity: 0;
stroke: rgb(239, 66, 35);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.5s;
}
.col7circle_MOB {
display: block;
opacity: 0;
stroke: rgb(237, 45, 35);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.6s;
}
.col8circle_MOB {
display: block;
opacity: 0;
stroke: rgb(190, 30, 45);
fill: none;
stroke-width: 2px;
/* animation: dashTRI 3s forwards; */
transition: 2s;
transition-delay: 0.7s;
}
#moveToMob {
display: none;
pointer-events: none;
}
/* topleft--MOBILE */
.st3TLL, .st3TLL2, .st3TLLcircTOP, .st3TLLcircle, .st3TLLcircle2, .st3TLLshadow {
display: none !important;
}
.st3TLLshadow_MOB {
display: block;
opacity: 0;
fill: url(#header-shape-gradient4) ;
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
#header-shape-gradient4 {
--color-stop: #292929a6;
--color-bot: #3bb9e062;
}
/* region data line */
.st3TLL_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 700;
stroke-dashoffset: 700;
animation: dashMOBILEcirc2 2s forwards;
animation-delay: 1.5s !important;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}@keyframes dashMOBILEcirc2 {
from {
stroke-dashoffset: 700;
}
to {
stroke-dashoffset: 0;
}
}
.st3TLLcircTOP_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 515;
stroke-dashoffset: 515;
animation: dashMOBILEcirc 2s forwards;
animation-delay: 0s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
@keyframes dashMOBILEcirc {
from {
stroke-dashoffset: 515;
}
to {
stroke-dashoffset: 0;
}
}
.st3TLL2_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE 2s forwards;
animation-delay: 0s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
@keyframes dashMOBILE {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 600;
}
}
.st3TLL22_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 4px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE22 2s forwards;
animation-delay: 1.5s;
/* filter: drop-shadow(0 0 3px rgb(63, 71, 71)); */
}
@keyframes dashMOBILE22 {
from {
stroke-dashoffset: 300;
}
to {
stroke-dashoffset: 0;
}
}
/* region data circle */
.st3TLLcircle_MOB {
display: block;
opacity: 0;
/* stroke: rgb(255, 251, 0); */
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: rgb(255, 60, 0);
transition: 0.3s;
transition-delay: 0.3s;
}
.opacShadow2circ_MOB {
opacity: 1 !important;
transition: 0.3s !important;
transition-delay: 3s !important;
}
/* region circle */
.st3TLLcircle2_MOB {
display: block;
opacity: 0;
/* stroke: rgb(255, 251, 0); */
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: rgb(255, 60, 0);
transition: 0.3s;
transition-delay: 0.3s;
}
.opacShadow2circ2_MOB {
opacity: 1 !important;
transition: 0.3s !important;
transition-delay: 2s !important;
}
/* bottom right---MOBILE */
.stBRline {
display: none;
}
.stBRshadow_MOB {
display: block;
opacity: 0;
/* fill: #202020e0; */
fill: url(#header-shape-gradient3) ;
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 2s;
transition-delay: 0s;
}
#header-shape-gradient3 {
--color-stop: #2929293b;
--color-bot: #1c6469e7;
/* --color-bot: #37c7d177; */
}
.stBRline_MOB {
display: none;
fill:none;
/* stroke:#EF4136; */
/* stroke: rgb(180, 180, 180); */
stroke: rgb(255, 255, 255);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 595;
stroke-dashoffset: 595;
animation: dashBRlmob 2s forwards;
animation-delay: 0.3s;
}
@keyframes dashBRlmob {
from {
stroke-dashoffset: 595;
}
to {
stroke-dashoffset: 1200;
}
}
.stBRcircle_MOB {
display: none;
fill:none;
/* stroke:#EF4136; */
/* stroke: rgb(180, 180, 180); */
stroke: rgb(255, 255, 255);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 320;
stroke-dashoffset: 320;
animation: dash 1.5s forwards;
animation-delay: 0s;
}
.stBRbox_MOB {
display: none;
fill:none;
/* stroke:#EF4136; */
/* stroke: rgb(180, 180, 180); */
stroke: rgb(255, 255, 255);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 780;
stroke-dashoffset: 780;
animation: dashBRbox 2s forwards;
animation-delay: 0s;
}
.stBRboxfill_MOB {
display: none;
opacity: 0;
stroke: none;
stroke-width: 2px;
fill: rgba(39, 39, 39, 0.658);
animation: dashTRI 2s forwards;
animation-delay: 1s;
}
.stBRline2_MOB {
display: none;
fill:none;
/* stroke:#EF4136; */
/* stroke: rgb(180, 180, 180); */
stroke: rgb(255, 255, 255);
stroke-width:3;
/* stroke-miterlimit:10; */
stroke-dasharray: 285;
stroke-dashoffset: 285;
animation: dashBRl2 4s forwards;
animation-delay: 0.25s;
}
/* topright--MOBILE */
.stTR1, .stTR2, .stTR3, .stTR4, .stTR5, .stTR6 {
display: none;
}
.stTR3_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 420;
stroke-dashoffset: 420;
animation: dash 1.5s forwards;
animation-delay: 0s;
}
.stTR3line_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE 1.5s forwards;
animation-delay: 0.2s;
}
.stTR3background_MOB {
display: block;
opacity: 0;
fill: url(#header-shape-gradient2) rgb(63,60,60);
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
/* graph */
.stTR5_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 420;
stroke-dashoffset: 420;
animation: dash 1s forwards;
animation-delay: 0s;
}
.stTR5line_MOB {
display: none;
stroke: rgb(184, 184, 184);
stroke-width: 3px;
fill: none;
stroke-dasharray: 300;
stroke-dashoffset: 300;
animation: dashMOBILE 1s forwards;
animation-delay: 0.2s;
}
.stTR5background_MOB {
display: block;
opacity: 0;
fill: url(#header-shape-gradient2) rgb(63,60,60);
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
filter: -webkit-drop-shadow(0 0 5px rgb(0, 0, 0));
transition: 1.5s;
transition-delay: 0.5s;
}
i.fas.fa-chevron-circle-down {
color: rgb(217, 255, 0) !important;
}
#mebot {
background-color: rgba(32, 32, 32, 0.89);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
#list-cases {
position: absolute !important;
/* display: inline-block; */
overflow-y: scroll !important;
left: 0px !important;
width: 100% !important;
height: 45% !important;
top: 55% !important;
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
/* background-color: rgba(0, 0, 0, 0.247); */
/* background-color: rgba(32, 32, 32, 0.829) !important; */
background-color: rgb(32, 32, 32) !important;
}
.fa-question-circle {
position: absolute;
color: rgba(51, 51, 51, 0.87);
/* left: 370px; */
font-size: 21px;
}
.fa-question-circle:hover {
color: rgba(187, 187, 187, 0.808);
}
#share {
display: none !important;
}
/* Active and New region totals */
.regModal {
display: none;
/* display: block; */
position: absolute;
padding-top: 9px;
top: 50.3%;
/* top: 50.4%; >>>>try next */
height: 80px;
/* text-align: center; */
width: 100%;
background-color: rgba(141, 141, 141, 0.192);
border-top: 0.1px solid rgba(117, 117, 117, 0.603);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
/* background: linear-gradient(180deg, rgba(251, 93, 1, 0.123), rgba(251, 93, 1, 0.637)); */
/* background: linear-gradient(180deg, rgba(37, 37, 37, 0.753), rgb(29, 29, 29)); */
}
#RTitle {
opacity: 0;
display: inline-flex;
color: rgba(249, 253, 0, 0.521);
margin-left: 20px;
}
#AActive {
opacity: 0;
/* color: rgb(190, 238, 16); */
color: rgb(202, 202, 202);
text-shadow: 1px 1px 1px rgb(26 26 26 / 69%);
/* padding: 0 43px; */
padding: 0px 32px 0px 0px;
border-right: 1px solid rgb(206, 178, 22);
}
#NNew {
opacity: 0;
/* color: rgb(16, 124, 167); */
color: rgb(202, 202, 202);
text-shadow: 1px 1px 1px rgb(26 26 26 / 69%);
/* padding-left: 18px; */
}
#region8 {
/* padding-bottom: 5px; */
}
.popup .inner {
margin-top: 0px !important;
top: 0px;
left: 0px;
transform: none;
max-width: 100%;
width: 100%;
height: 100%;
overflow-y: auto;
}
.popup .inner p {
max-width: 75%;
margin-top: 55px !important;
}
.popup .inner h3 {
max-width: 75%;
letter-spacing: 10px !important;
margin: 0px !important;
position: absolute;
z-index: 1000;
}
.map-legend {
display: grid !important;
position: absolute !important;
right: 10px !important;
}
.map-legend a {
margin-bottom: 5px !important;
}
.color-death {
color: rgba(216, 216, 216, 0.678) !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.219);
}
#title {
/* color: rgb(41, 41, 41) !important; */
color: rgb(209, 209, 209) !important;
/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.219); */
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
}
/* iphone */
#regionName {
/* text-align: center; */
/* display: none; */
display: flex;
position: absolute;
color: rgb(255, 255, 255);
/* color: rgb(0, 0, 0); */
/* color: aqua; */
/* background-color: rgba(150, 150, 150, 0.274); */
background-color: rgba(29, 29, 29, 0.562);
border: 1px solid rgba(255, 255, 255, 0.171);
/* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.116); */
/* box-shadow: 0px 0px 10px rgba(218, 218, 218, 0.753); CURRENT!!!!!! */
/* box-shadow: 0px 0px 5px rgb(255, 100, 11); */
/* box-shadow: 0px 0px 10px rgba(0, 217, 255, 0.938); */
padding: 4px 9px 4px 6px;
border-radius: 8px;
width: 53px;
height: 44px;
/* left: 0px; */
margin-left: 10px;
margin-top: 10px;
font-size: 0.8em;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
cursor: pointer;-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none; -webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
#regionName.open {
width: 100px;
height: 285px;
border-radius: 7px 15px 15px 15px;
}
/* iphone */
#regions {
position: absolute;
display: none;
/* display: block !important; */
justify-content: space-between;
text-align: center;
color: rgb(46, 46, 46) !important;
/* color: rgb(26, 26, 26); */
text-shadow: none;
padding: 5px;
border-radius: 11px;
width: 89.55px;
top: 36px;
left: 15px;
cursor: pointer;
font-size: 14px !important;
/* animation: showNav 0.2s ease-in-out both; */
z-index: 100;
}
#regions.show {
display: block;
}
.regN {
padding-top: 10px;
/* color: rgb(183, 196, 0); */
color: rgba(255, 255, 255, 0.6);
opacity: 0;
-webkit-animation-name: fadein;
animation-name: fadein;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.regN:nth-child(1) {
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.regN:nth-child(2) {
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.regN:nth-child(3) {
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.regN:nth-child(4) {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.regN:nth-child(5) {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.regN:nth-child(6) {
-webkit-animation-delay: .7s;
animation-delay: .7s;
}
.regN:nth-child(7) {
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.regN:nth-child(8) {
-webkit-animation-delay: .9s;
animation-delay: .9s;
}
@keyframes fadein {
0% {
opacity: 0;
-webkit-transform: translateY(24px);
transform: translateY(24px);
}
100% {
opacity: 1;
}
}
#regModalBorder {
display: none;
/* z-index: -1; */
/* position: absolute; */
/* right: 16px; */
/* bottom: 13px; */
pointer-events: none;
/* fill: rgba(34, 34, 34, 0.76); */
/* clip-path: url(#path-1); */
/* backdrop-filter: blur(5px); */
/* stroke: rgb(255, 255, 255); */
/* stroke-width: 0.5px; */
}
/* iphone */
i.far.fa-image {
/* display: none; */
font-size: 23px;
padding-left: -2px;
/* color: rgba(34, 34, 34, 0.897); */
color: rgb(200, 255, 0);
/* pointer-events: none; */
}
.count-location span {
font-family: Avenir;
/* font-family: campagnon; */
/* margin-right: 10px; */
font-size: 13px;
font-weight: bold;
/* padding-left: 3px; */
}
i.fas.fa-biohazard {
font-size: 13px;
}
i.fas.fa-skull-crossbones {
font-size: 13px;
}
.alertTop {
display: none;
}
#totalDeth {
color: rgb(55, 55, 55);
}
#deaths {
color: rgb(55, 55, 55);
}
#update, .updated {
padding-top: 5px;
color: rgb(192, 192, 192);
font-size: 14px;
}
.share-links {
/* color: rgba(0, 0, 0, 0.692); */
color: rgb(209, 209, 209);
padding-top: 2px;
}
svg {
fill: rgb(255, 255, 255);
}
a.block-link {
padding: 3px 0 1px 0;
padding-left: 15px;
padding-right: 15px;
}
#mebot {
display: none;
}
.popup-legend, .popup-legend3 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5000;
animation-name: modalopen2;
animation-duration: 1s;
}
.popup-legend .innerbot, .popup-legend3 .innerbot3 {
position: absolute;
top: 0;
left: 0;
transform: none;
/* max-width: 95%; */
width: 400px;
/* height: 50% !important; */
/* max-width: 100%;
width: 100%;
height: 100%; */
overflow-y: hidden;
/* border-radius: 15px; */
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1);
/* animation-duration: 0.5s; */
}
.innerbot {
height: 76% !important;
top: 390px !important;
overflow-y: scroll !important;
}
.innerbot3 {
top: 400px !important;
height: 534px !important;
height: 80% !important;
}
.innerbot h3 {
padding-top: 50px;
}
.close-popup-legend {
z-index: 10000;
background-color: #2c2c2cf3 !important;
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
.close-popup {
background-color: #272727e0 !important;
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
.dropUp2 {
animation-name: modalclose2;
animation-duration: 0.6s;
}
@keyframes modalclose2 {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
/* PREFECTURE GRAPH INFO POPUP MOBILE */
.city-info {
background-color: rgba(56, 85, 85, 0);
/* -webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px); */
display: none !important;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100000;
animation-name: modalopen2;
animation-duration: 0.5s;
}
.innercity {
position: absolute;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
transform: none;
max-width: 90%;
width: 90%;
height: 75%;
overflow-y: auto;
/* border-radius: 15px; */
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1);
/* animation-duration: 0.5s; */
/* background-color: #202020ea; */
}
.innercity h3 {
padding-top: 10px;
}
.close-popup-legend-city {
z-index: 10000;
background-color: #b9b9b9f3 !important;
/* border: 1px solid #ffffff; */
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
a.close-popup-legend-city:hover i {
color: var(--main-txt-color);
z-index: 1000;
text-decoration: none !important;
border-bottom: none !important;
transform: translate(-50%, -50%) rotate(90deg);
}
.dropUp3 {
animation-name: modalclose3;
animation-duration: 0.6s;
}
@keyframes modalclose3 {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
/* iphone */
#hello {
color: rgba(204, 204, 204, 0.575);
/* background-color: rgba(0, 0, 0, 0.267); */
/* position: absolute; */
/* border-top: 1px solid #333; */
font-size: 12px;
/* font-style: italic; */
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
/* padding-left: 200px; */
transition: 1.3s ease-out;
transition-delay: 1.3s;
}
#hello.openH {
opacity: 1;
}
#hello.openHB {
opacity: 0;
transition: 0.2s;
}
#RTsvg {
display: none;
/* width: 265px; */
position: fixed;
margin-top: -21px !important;
/* left: 98px; */
left: 85px;
/* align-items: center; */
color: rgb(54, 54, 54);
transition: 0.2s ease-in-out;
}
.graph-wrapR {
margin: 0px 0px 10px 10px;
/* border: 1px solid rgb(68, 68, 68); */
/* background-color: rgba(37, 37, 37,0.5); */
/* background-color: rgba(150, 150, 150, 0.192); */
border-radius: 10px;
width: 450px;
overflow-y: auto;
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863); */
/* -webkit-backdrop-filter: blur(2px); */
/* backdrop-filter: blur(2px); */
}
/* ACTUAL GRAPH SIZE REGIONS */
.bar-innerR {
height: 200px;
width: 425px;
position: relative;
}
.RTtext {
/* display: grid; */
/* grid-template-rows: 1fr 1fr; */
}
.count-locationR {
display: grid;
/* grid-template-rows: 1fr 1fr; */
/* position: absolute; */
/* top: -30px ; */
/* width: 300px; */
/* height: auto; */
/* left: -20px; */
/* display: inline-flex; */
line-height: 1em;
/* transform: translate(0%, -50%); */
background-color: rgba(39, 39, 39, 0.966);
-webkit-backdrop-filter: blur(5px) !important;
backdrop-filter: blur(5px) !important;
/* border: 1px solid rgb(51, 51, 51); */
/* background-color: rgba(209, 209, 209, 0.808); */
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.384); */
box-shadow: 0px 0px 5px rgba(37, 37, 37, 0.288);
/* padding-bottom: 0px; */
/* padding-left: 5px; */
/* padding-right: 10px; */
/* margin-top: 14px; */
/* min-width: 50px; */
text-align: center;
border-radius: 10px;
font-size: .8em;
color: var(--main-txt-color);
}
.count-locationR span {
/* font-family: Avenir; */
/* font-family: campagnon; */
font-family: roboto;
font-weight: bold;
/* font-size: 9px; */
/* padding-left: 3px; */
}
#deathsR {
color: rgb(145, 145, 145);
}
#skullsvgR {
grid-row: 2;
color: transparent;
font-size: 9px;
text-align: center;
display: inline-grid;
margin: -6px 6px 6px 6px !important;
}
#upsvgR {
color: transparent;
text-align: center;
display: inline-grid;
margin: 0 10px;
}
#RegTitle {
/* display: block; */
grid-row: 1;
grid-column: 3;
/* margin-bottom: -10px; */
margin-top: 9px !important;
text-transform: uppercase;
/* text-align: center; */
color: rgba(3, 169, 244, 0.9);
font-size: 10px;
}
#RegPop {
/* display: inline-block; */
display: none;
text-transform: lowercase;
color: rgba(3, 169, 244, 0.9);
font-size: 10px;
}
#confirmedR {
padding: 10px;
color: chartreuse;
padding: 3px 0;
}
#recovR {
padding: 10px;
color: aqua;
padding: 3px 0;
}
#deathsR {
padding: 10px;
color: rgb(143, 143, 143);
padding: 3px 0;
}
#newR {
padding: 10px;
color: rgba(255, 0, 0, 0.9);
padding: 3px 0 !important;
}
#REG {
font-family: Avenir;
color: rgba(235, 235, 235, 0.932);
padding-top: 6px;
}
.statsR {
display: none;
}
/* mobile */
#legend-graph {
width: 80%;
}
#legend-map {
display: none;
}
#legend-map-MOBILE {
padding-top: 100px;
display: block !important;
width: 100%;
border-radius: 10px;
}
#legend-title {
/* color: #1d1d1d; */
color: #35879c54;
position: absolute;
top: 9px;
left: 35px;
opacity: 0;
font-size: 26px;
letter-spacing: 19px;
font-family: 'Nunito', sans-serif;
text-shadow: 1px 1px rgb(48 48 48 / 80%);
/* margin-left: 37px; */
animation: dashTRI 2s forwards;
animation-delay: 0.5s;
}
}
/* SCREEN SIZE BETWEEN 1120px AND 950px */
@media all and (max-width: 1120px) and (min-width: 950px) {
/* .popup-legend3 .innerbot3 {
width: 920px !important;
}
#legend-map {
left: 12px !important;
}
#canvasMap {
left: -102px !important;
}
#legend-title {
left: 118px !important;
}
#Rselector {
left: 110px;
}
#Rcases {
left: 319px;
}
#Rreset {
right: 298px;
}
#RTgraph {
right: 120px;
} */
}
/* SCREEN SIZE BETWEEN 500px AND 950px */
@media all and (max-width: 950px) and (min-width: 550px) {
#moveToMob {
display: flex;
/* display: none; */
position: absolute;
height: 100vh;
width: 100vw;
z-index: 100000;
background-color: rgb(37, 37, 37);
text-align: center;
}
#mob {
padding: 0px 20px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
color: rgb(192, 196, 0);
}
#mob2 {
padding: 0px 20px;
position: absolute;
top: 60%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
color: rgb(192, 196, 0);
}
.fa-cogs {
position: absolute;
top: 40%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
font-size: 30px;
color: rgb(192, 196, 0);
}
#mebot {
background-color: rgba(32, 32, 32, 0.89);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
#list-cases {
position: absolute !important;
/* display: inline-block; */
overflow-y: scroll !important;
max-width: 100% !important;
left: 0px !important;
width: 100% !important;
height: 45% !important;
top: 55% !important;
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
/* background-color: rgba(0, 0, 0, 0.247); */
/* background-color: rgba(32, 32, 32, 0.829) !important; */
background-color: rgb(32, 32, 32) !important;
}
/* Active and New region totals */
.regModal {
display: none;
/* display: block; */
position: absolute;
padding-top: 9px;
top: 50.3%;
/* top: 50.4%; >>>>try next */
height: 80px;
text-align: center;
width: 100%;
background-color: rgba(37, 37, 37, 0.795);
border-top: 0.1px solid rgba(117, 117, 117, 0.603);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
/* background: linear-gradient(180deg, rgba(251, 93, 1, 0.123), rgba(251, 93, 1, 0.637)); */
/* background: linear-gradient(180deg, rgba(37, 37, 37, 0.753), rgb(29, 29, 29)); */
}
.count-location {
position: absolute;
display: flex;
justify-content: space-between;
/* font-family: Roboto; */
top: 50%;
width: 380px;
right: 5px;
line-height: 1em;
transform: translate(0%, -50%);
/* background-color: rgba(255, 255, 255, 0.267); */
/* background-color: rgb(65, 65, 65); */
/* box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.63), inset 0px 10px 30px rgba(0, 0, 0, 0.555); */
/* padding: 5px; */
padding-left: 100px;
padding-right: 10px;
/* margin-right: 14px; */
min-width: 50px;
text-align: center;
border-radius: 10px;
font-size: .8em;
color: var(--main-txt-color);
}
.popup .inner {
margin: 0;
top: 0px;
left: 0px;
transform: none;
max-width: 100%;
width: 100%;
height: 100%;
overflow-y: auto;
}
.popup .inner p {
max-width: 85%;
}
.popup .inner h3 {
max-width: 85%;
}
.map-legend {
display: grid !important;
position: absolute !important;
right: 10px !important;
}
.map-legend a {
margin-bottom: 5px !important;
}
.color-death {
color: rgba(216, 216, 216, 0.678) !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.219);
}
#title {
/* color: rgb(41, 41, 41) !important; */
color: rgb(209, 209, 209) !important;
/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.219); */
text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.788);
}
/* ipad */
#regionName {
text-align: center;
/* display: none; */
/* display: flex; */
position: absolute;
color: rgb(255, 255, 255);
/* color: rgb(0, 0, 0); */
/* color: aqua; */
/* background-color: rgba(49, 49, 49, 0.911); */
background-color: rgba(29, 29, 29, 0.562);
border: 1px solid rgba(255, 255, 255, 0.171);
/* background-color: rgba(49, 49, 49, 0.911); */
/* box-shadow: 0px 0px 10px rgba(218, 218, 218, 0.753); */
/* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.116); */
/* box-shadow: 0px 0px 10px rgba(0, 217, 255, 0.938); */
padding: 7px 11px 7px 11px;
border-radius: 16px;
width: 70px !important;
/* left: 0px; */
margin-left: 10px;
margin-top: 16px;
font-size: 0.6em;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
cursor: pointer;-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
}
/* ipad */
#regions {
/* display: flex; */
display: none;
/* display: block !important; */
/* justify-content: space-between; */
/* text-align: center; */
color: rgb(26, 26, 26);
/* color: aqua; */
/* background-color: rgba(255, 255, 255, 0.068); */
/* padding: 5px 10px 3px 7px; */
/* padding-top: 10px; */
/* border-radius: 15px; */
width: 60px !important;
/* left: 0px; */
margin-left: -6px;
margin-top: 5px;
font-size: 1em;
cursor: pointer;
animation: showNav 0.2s ease-in-out both;
}
.regN {
padding-top: 5px;
color: rgb(177, 177, 177);
/* padding-left: 11px; */
text-align: center !important;
}
i.far.fa-image {
display: none;
font-size: 15px;
padding-left: 7px;
color: rgba(34, 34, 34, 0.897);
/* color: aqua; */
pointer-events: none;
}
.count-location span {
font-family: Avenir;
/* font-family: campagnon; */
/* margin-right: 10px; */
font-size: 13px;
font-weight: bold;
/* padding-left: 3px; */
}
i.fas.fa-biohazard {
font-size: 13px;
}
i.fas.fa-skull-crossbones {
font-size: 13px;
}
.alertTop {
display: none;
}
#totalDeth {
color: rgb(55, 55, 55);
}
#deaths {
color: rgb(55, 55, 55);
}
#update, .updated {
padding-top: 5px;
color: rgb(192, 192, 192);
font-size: 14px;
}
.share-links {
/* color: rgba(0, 0, 0, 0.692); */
color: rgb(209, 209, 209);
}
svg {
fill: rgb(255, 255, 255);
}
a.block-link {
padding: 3px 0 1px 0;
padding-left: 15px;
padding-right: 15px;
}
#mebot {
display: none;
}
.popup-legend, .popup-legend3 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5000;
animation-name: modalopen2;
animation-duration: 1s;
}
/* ipad */
.popup-legend .innerbot, .popup-legend3 .innerbot3 {
position: absolute;
top: 0;
left: 0;
transform: none;
max-width: 95%;
width: 95%;
height: 50%;
overflow-y: auto;
/* border-radius: 15px; */
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1);
/* animation-duration: 0.5s; */
}
.innerbot h3 {
padding-top: 50px;
}
.close-popup-legend {
z-index: 10000;
background-color: #2c2c2cf3 !important;
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
.close-popup {
background-color: #272727e0 !important;
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
.dropUp2 {
animation-name: modalclose2;
animation-duration: 0.6s;
}
@keyframes modalclose2 {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
/* PREFECTURE GRAPH INFO POPUP MOBILE */
.city-info {
background-color: rgba(79, 80, 80, 0);
/* -webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px); */
display: none !important;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100000;
animation-name: modalopen2;
animation-duration: 0.5s;
}
.innercity {
position: absolute;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
transform: none;
max-width: 90%;
width: 90%;
height: 75%;
overflow-y: auto;
/* border-radius: 15px; */
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1);
/* animation-duration: 0.5s; */
/* background-color: #202020ea; */
}
.innercity h3 {
padding-top: 10px;
}
.close-popup-legend-city {
z-index: 10000;
background-color: #b9b9b9f3 !important;
/* border: 1px solid #ffffff; */
box-shadow: inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
a.close-popup-legend-city:hover i {
color: var(--main-txt-color);
z-index: 1000;
text-decoration: none !important;
border-bottom: none !important;
transform: translate(-50%, -50%) rotate(90deg);
}
.dropUp3 {
animation-name: modalclose3;
animation-duration: 0.6s;
}
@keyframes modalclose3 {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
/* ipad */
#hello {
color: rgba(204, 204, 204, 0.575);
/* background-color: rgba(0, 0, 0, 0.267); */
/* position: absolute; */
/* border-top: 1px solid #333; */
font-size: 12px;
/* font-style: italic; */
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
/* padding-left: 200px; */
}
#RTsvg {
display: none;
width: 310px;
position: fixed;
margin-top: -21px !important;
/* left: 98px; */
left: 85px;
/* align-items: center; */
color: rgb(54, 54, 54);
transition: 0.2s ease-in-out;
}
.graph-wrapR {
margin: 0px 0px 10px 10px;
/* border: 1px solid rgb(68, 68, 68); */
/* background-color: rgba(37, 37, 37,0.5); */
/* background-color: rgba(150, 150, 150, 0.192); */
border-radius: 10px;
width: 450px;
overflow-y: auto;
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863); */
/* -webkit-backdrop-filter: blur(2px); */
/* backdrop-filter: blur(2px); */
}
/* ACTUAL GRAPH SIZE REGIONS */
.bar-innerR {
height: 200px;
width: 425px;
position: relative;
}
.RTtext {
/* display: grid; */
/* grid-template-rows: 1fr 1fr; */
}
.count-locationR {
display: grid;
/* grid-template-rows: 1fr 1fr; */
/* position: absolute; */
/* top: -30px ; */
/* width: 300px; */
/* height: auto; */
/* left: -20px; */
/* display: inline-flex; */
line-height: 1em;
/* transform: translate(0%, -50%); */
background-color: rgba(39, 39, 39, 0.966);
-webkit-backdrop-filter: blur(5px) !important;
backdrop-filter: blur(5px) !important;
/* border: 1px solid rgb(51, 51, 51); */
/* background-color: rgba(209, 209, 209, 0.808); */
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.384); */
box-shadow: 0px 0px 5px rgba(37, 37, 37, 0.288);
/* padding-bottom: 0px; */
/* padding-left: 5px; */
/* padding-right: 10px; */
/* margin-top: 14px; */
/* min-width: 50px; */
text-align: center;
border-radius: 10px;
font-size: .8em;
color: var(--main-txt-color);
}
.count-locationR span {
/* font-family: Avenir; */
/* font-family: campagnon; */
font-family: roboto;
font-weight: bold;
/* font-size: 9px; */
/* padding-left: 3px; */
}
#deathsR {
color: rgb(145, 145, 145);
}
#skullsvgR {
grid-row: 2;
color: transparent;
font-size: 9px;
text-align: center;
display: inline-grid;
margin: -6px 2px 6px 2px !important;
}
#upsvgR {
color: transparent;
text-align: center;
display: inline-grid;
margin: 0 10px;
}
#RegTitle {
/* display: block; */
grid-row: 1;
grid-column: 3;
/* margin-bottom: -10px; */
margin-top: 9px !important;
text-transform: uppercase;
/* text-align: center; */
color: rgba(3, 169, 244, 0.9);
font-size: 10px;
}
#RegPop {
/* display: inline-block; */
display: none;
text-transform: lowercase;
color: rgba(3, 169, 244, 0.9);
font-size: 10px;
}
#confirmedR {
padding: 10px;
color: chartreuse;
padding: 3px 0;
}
#recovR {
padding: 10px;
color: aqua;
padding: 3px 0;
}
#deathsR {
padding: 10px;
color: rgb(143, 143, 143);
padding: 3px 0;
}
#newR {
padding: 10px;
color: rgba(255, 0, 0, 0.9);
padding: 3px 0 !important;
}
#REG {
font-family: Avenir;
color: rgba(235, 235, 235, 0.932);
padding-top: 6px;
}
.statsR {
display: none;
}
#RTitle {
display: inline-flex;
color: rgba(102, 102, 102, 0.952);
}
#AActive {
/* color: rgb(190, 238, 16); */
color: rgb(202, 202, 202);
text-shadow: 1px 1px 1px rgb(26 26 26 / 69%);
/* padding: 0 43px; */
padding: 0px 18px 0px 34px;
border-right: 1px solid salmon;
}
#NNew {
/* color: rgb(16, 124, 167); */
color: rgb(202, 202, 202);
text-shadow: 1px 1px 1px rgb(26 26 26 / 69%);
padding-left: 18px;
}
#region8 {
padding-bottom: 5px;
}
}
.color-death {
font-size: 22px;
color: rgba(255, 255, 255, 0.39);
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.219);
display: block;
/* border-bottom: 1px solid #333; */
}
.case-count {
color: var(--main-txt-color);
border-top: 1px solid #333;
}
#skullsvg {
/* color: rgb(20, 20, 20); */
color: rgb(220, 220, 220);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.555)
}
#upsvg {
padding-left: 0px;
/* color: rgb(20, 20, 20); */
color: rgb(220, 220, 220);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.555)
}
.upsvg2 {
padding: 0px !important;
color: #7c7c7c;
}
.fa-level-up-alt:before {
padding-right: 3px;
}
#tokyoAdd {
padding: 0px;
}
i.fas.fa-biohazard {
/* margin-left: 5px; */
justify-content: center;
align-items: center;
}
h1 {
font-size: 1.7em;
line-height: 1em;
padding-top: 20px;
}
h1 .dark {
color: rgba(255, 255, 255, 0.75);
}
h5 {
font-size: .9em;
font-weight: 300;
line-height: 1.6em;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* -webkit-overflow-scrolling: touch; */
}
/*** MAP ***/
#map {
position: absolute;
top: 0px;
/* left: 35%; */
width: 100%;
height: 100%;
z-index: -100;
}
#legend {
max-width: 450px;
/* top: -50px; */
/* position: absolute; */
/* top: 50%; */
/* left: 0px; */
/* width: 100%; */
/* height: 50%; */
/* -webkit-backdrop-filter: blur(2px), ;
backdrop-filter: blur(2px), ; */
}
#list-cases {
/* background-color: rgb(153, 201, 24); */
background-color: rgb(32, 32, 32) !important;
max-width: 549px;
position: absolute;
/* display: inline-block; */
overflow-y: scroll;
top: 45%;
left: 0px;
width: 100%;
height: 55%;
}
/* FOR SCREENS BIGGER THAN 951px */
@media all and (min-width: 951px) {
#moveToMob {
display: none;
pointer-events: none;
}
#notes {
display: none;
}
#map {
position: absolute;
top: 0px;
/* left: 35%; */
left: 0%;
/* width: 65%; */
width: 100%;
height: 100%;
z-index: -1000;
}
#legend {
position: absolute;
top: 0px;
left: 0px;
width: 35%;
height: 100%;
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
/* background-color: rgba(0, 0, 0, 0.247); */
/* background-color: rgba(32, 32, 32, 0.829) !important; */
background-color: rgba(32, 32, 32, 0.384) !important;
z-index: -100;
}
#legend-map {
position: absolute;
left: 108px;
top: 215px;
width: 700;
/* transform: scale(0.999); */
width: 882px !important;
margin-bottom: 100px;
}
#RNName {
display: none;
left: 0px;
padding-left: 10px;
}
/* #regionI { */
/* left: 0px; */
/* color: rgb(27, 27, 27) !important; */
/* } */
.overview {
/* padding-top: 50px !important; */
}
#list-cases {
position: absolute;
/* display: inline-block; */
overflow-y: scroll;
/* margin-top: 50px; */
top: 0px;
left: 0px;
max-width: 450px !important;
min-width: 450px !important;
width: 35%;
height: 100%;
}
#legend .patients {
max-height: 50vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
#title {
font-size: .7em;
/* color: rgb(54, 54, 54); */
color: rgb(209, 209, 209);
}
#ptitle {
margin-top: 15px !important;
}
#update, .updated {
/* color: rgb(54, 54, 54); */
color: rgb(209, 209, 209);
/* font-size: 15px; */
}
#totalDeth {
color: rgb(63,60,60);
}
a#legpop.close-popup-legend:hover i, a#legpop3.close-popup-legend3:hover i {
/* color: var(--main-txt-color); */
color: rgb(204, 204, 204);
z-index: 1000;
text-decoration: none !important;
border-bottom: none !important;
transform: translate(-50%, -50%) rotate(90deg);
}
.close-popup-legend:hover, .close-popup-legend3:hover {
text-decoration: none !important;
border-bottom: none !important;
}
.stats-day .bar:hover {
z-index: 2;
background-color: #fff;
}
.stats-day .bar:hover .count {
display: block;
}
.stats-day .bar:hover .date {
display: block;
}
.stats-day .bar:hover .cases {
background-color: #2a2a2a;
}
.stats-day .bar .count, .stats-day .bar .date {
display: none;
}
.stats-day .bar .cases {
height: 10px;
}
.stats-day .bar {
height: 10px;
}
.popup .close-stats:hover i, .popup .close-popup:hover i {
/* color: var(--main-txt-color); */
color: rgb(204, 204, 204) !important;
transform: translate(-50%, -50%) rotate(90deg);
}
a.block-link:hover {
border-bottom: none;
/* border: 0.1px solid aqua; */
/* color: rgb(167, 45, 45); */
/* background-color: rgba(61, 61, 61, 0.493); */
/* background-color: rgba(255, 61, 0, 0.493); */
}
/* this is the hover color for the top right icons */
a.block-link:hover i {
/* color: #000; */
}
a.block-link:hover {
border-bottom: none;
color: #2a2a2a;
/* background-color: var(--main-txt-color); */
/* background-color: rgba(255, 61, 0, 0.493); */
/* background-color: rgba(24, 24, 24, 0.493); */
}
/* facebook twitter hover color */
a.block-link:hover i {
/* color: #2a2a2a; */
/* transform: scale(1.2); */
transition: 0.3s;
color: #353535;
}
.popup .inner {
margin-top: 82px !important;
}
/* desktop */
#regionName {
display: flex;
position: absolute;
color: rgb(83, 83, 83);
/* color: aqua; */
font-weight: 400;
/* background-color: rgba(46, 46, 46, 0.61); */
/* border: 1px solid #333; */
border: 1px solid rgba(255, 255, 255, 0.171);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
padding: 4px 3px 3px 6px;
border-radius: 7px;
/* width: 37px; */
width: 50px;
height: 40px;
/* min-width: 500px; */
/* max-width: 500px; */
top: 11px;
left: 462px;
/* margin-left: 36% !important; */
/* margin-left: 20px; */
z-index: 1;
/* margin-top: 14px; */
font-size: 14px;
letter-spacing: 1px;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
cursor: pointer;-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
#regionName.open {
width: 100px;
height: 288px;
border-radius: 7px 15px 15px 15px;
}
/* desktop */
#regions {
position: absolute;
display: none;
/* display: block !important; */
justify-content: space-between;
text-align: center;
color: rgb(46, 46, 46) !important;
font-weight: 300 !important;
/* color: aqua; */
/* background-color: rgba(88, 88, 88, 0.068); */
text-shadow: none;
/* padding: 5px 162px 3px 10px; */
padding: 5px;
border-radius: 11px;
width: 89.55px;
top: 36px;
left: 467px;
/* margin-left: -89px; */
/* margin-top: 25px; */
font-size: 15px !important;
cursor: pointer;
/* animation: showNav 0.2s ease-in-out both; */
z-index: 100;
}
#regions.show {
display: block;
}
.fa-image {
font-size: 22px;
/* padding-left: 7px; */
/* padding-top: 1px; */
/* color: rgba(211, 211, 211, 0.897); */
/* color: rgb(44, 44, 44); */
/* color: rgb(72, 73, 28); */
color: rgba(217, 255, 0, 0.315);
pointer-events: none;
}
/* HOVER STATE IS >> GetData2.js 1311 */
/* .fa-image:hover {
color: rgb(54, 54, 54);
} */
.regN {
padding-top: 10px;
/* color: rgb(183, 196, 0); */
color: rgb(80, 79, 79);
opacity: 0;
-webkit-animation-name: fadein;
animation-name: fadein;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.regN:nth-child(1) {
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.regN:nth-child(2) {
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.regN:nth-child(3) {
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.regN:nth-child(4) {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.regN:nth-child(5) {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.regN:nth-child(6) {
-webkit-animation-delay: .7s;
animation-delay: .7s;
}
.regN:nth-child(7) {
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.regN:nth-child(8) {
-webkit-animation-delay: .9s;
animation-delay: .9s;
}
@keyframes fadein {
0% {
opacity: 0;
-webkit-transform: translateY(24px);
transform: translateY(24px);
}
100% {
opacity: 1;
}
}
#region:hover, #region2:hover ,#region3:hover ,#region4:hover ,#region5:hover ,#region6:hover ,#region7:hover ,#region8:hover {
/* color: rgb(80, 79, 79); */
color: rgb(233, 233, 233);
/* color: rgb(36, 35, 35); */
}
.regModal {
display: none;
position: absolute;
right: 2px;
top: 40px;
/* bottom:0; */
border-radius: 0px 20px 20px 20px;
/* transform: scale(0.01); */
/* height: 0; */
/* width: 0; */
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-o-transition: all 2s ease;
-ms-transition: all 2s ease;
transition: transform 2s ease;
}
.regModal-active {
transform: scale(1);
transition: transform 1s ease;
display: block !important;
/* height: 300px; */
/* width: 300px; */
}
#legend {
overflow-y: scroll;
}
#title {
/* color: rgb(54, 54, 54); */
color: rgb(209, 209, 209);
}
#ptitle {
margin-top: 15px;
color: rgb(54, 54, 54) !important;
border-top: 1px solid rgb(54, 54, 54);
}
#update, .updated {
padding-top: 5px;
color: rgb(192, 192, 192);
font-size: 14px;
}
/*** POPUP FROM BOTTOM OF LEGEND ***/
#mebot {
/* -webkit-tap-highlight-color:transparent; */
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
display: none;
/* display: block; */
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(32, 32, 32, 0.671);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
z-index: 500;
overflow-y: scroll;
overflow-x: hidden;
}
/* desktop */
.popup-legend3 .innerbot3 {
width: 1100px;
/* max-height: 90vh; */
max-height: 900px;
overflow-y: auto;
/* background-color: #2e2e2e !important; */
background-color: #242424 !important;
}
.innerbot {
height: 100vh !important;
/* width: 1100px; */
/* max-height: 90vh; */
max-height: 505px;
overflow-y: auto;
/* background-color: #2e2e2e !important; */
background-color: #242424 !important;
}
/* PREFECTURE GRAPH INFO POPUP DESKTOP */
.city-info {
/* cursor: pointer; */
display: none !important;
/* display: block; */
position: fixed;
/* position: absolute; */
top: 0px;
left: 0px;
width: 100vw;
height: 100%;
/* overflow: auto; */
/* background-color: rgba(43, 43, 43, 0.342); */
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
animation-name: modalopen2;
animation-duration: 0.5s;
z-index: 100;
}
.innercity {
padding: 20px;
max-width: 500px;
/* height: 80vh; */
height: 800px;
overflow-y: auto;
background-color: #2a2a2ac5 !important;
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1);
}
.dropUp3 {
animation-name: modalclose3;
animation-duration: 0.6s;
}
@keyframes modalclose3 {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
.close-popup-legend-city {
right: 30px !important;
}
/* desktop */
#hello {
opacity: 0;
color: rgba(204, 204, 204, 0.575);
font-size: 12px;
/* background-color: rgba(0, 0, 0, 0.267); */
/* border-top: 1px solid #333; */
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
/* margin-top: -10px !important; */
position: left;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
transition: 1.3s ease-out;
transition-delay: 1.3s;
}
#hello.openH {
opacity: 1;
}
#hello.openHB {
opacity: 0;
transition: 0.2s;
}
#RTitle {
color: #ffee01;
letter-spacing: 1px;
opacity: 0;
display: inline-flex;
/* width: 270px; */
width: 300px;
margin-left: 27px;
text-align: center;
margin-bottom: -3px;
/* border: 1px solid #333; */
/* border-radius: 21px; */
background-color: #16161600;
padding: 5px 14px;
/* -webkit-backdrop-filter: blur(0px); */
/* backdrop-filter: blur(0px); */
font-family: roboto;
font-size: 14px;
transition: 1s;
transition-delay: 0.3s;
}
#AActive {
padding-left: 20px;
padding-right: 10px;
border-right: 1px solid rgb(82, 82, 82);
/* padding: 0px 18px 0px 34px; */
color: rgb(128, 128, 128);
}
#NNew {
padding-left: 10px;
color: rgb(255, 145, 0);
}
#RTsvg {
display: none;
/* position: fixed; maybe not working with ipad*/
position: absolute; /* try this */
/* position: sticky; or this */
margin-top: 0px;
left: 98px !important;
/* align-items: center; */
color: rgb(54, 54, 54);
transition: 0.2s ease-in-out;
}
/* .RTtext {
display: inline-block;
color: lime;
font-family: roboto;
font-size: 12px;
padding-left: 5px;
}
i.fas.fa-caret-right {
display: inline-flex;
font-size: 20px;
} */
.graph-wrapR {
margin: 0px 0px 25px 10px;
/* border: 1px solid rgb(68, 68, 68); */
/* background-color: rgba(37, 37, 37,0.5); */
/* background-color: rgba(32, 32, 32, 0.555); */
border-radius: 10px;
width: 450px;
overflow-y: auto;
/* box-shadow: 0px 0px 10px rgba(14, 14, 14, 0.623); */
/* -webkit-backdrop-filter: blur(2px); */
/* backdrop-filter: blur(2px); */
}
/* ACTUAL GRAPH SIZE REGIONS */
.bar-innerR {
/* background-color: rgba(32, 32, 32, 0.973); */
/* background-color: rgba(255, 255, 255, 0.123); */
/* background-color: rgba(32, 32, 32, 0.63); */
/* border: 1px solid rgb(255, 255, 255); */
border-radius: 10px;
/* -webkit-backdrop-filter: blur(5px); */
/* backdrop-filter: blur(5px); */
height: 200px;
width: 425px;
position: relative;
}
.count-locationR {
position: absolute;
display: block;
/* display: grid; */
/* justify-content: space-between; */
/* font-family: Roboto; */
top: -8px;
/* width: 500px; */
width: 350px;
/* left: 26px; */
left: 13px !important;
line-height: 1em;
/* transform: translate(0%, -50%); */
background-color: rgba(39, 39, 39, 0.966);
-webkit-backdrop-filter: blur(5px) !important;
backdrop-filter: blur(5px) !important;
border: 1px solid rgb(51, 51, 51);
/* background-color: rgba(209, 209, 209, 0.808); */
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.384); */
box-shadow: 0px 0px 5px rgba(37, 37, 37, 0.288);
/* padding: 5px; */
/* padding-left: 5px;
padding-right: 10px; */
/* margin-right: 14px; */
min-width: 50px;
text-align: center;
border-radius: 8px;
font-size: 8px;
color: var(--main-txt-color);
}
.count-locationR span {
/* font-family: Avenir; */
/* font-family: campagnon; */
font-family: roboto;
font-weight: bold;
/* padding-left: 3px; */
}
#deathsR {
color: rgb(145, 145, 145);
}
#skullsvgR {
color: transparent;
font-size: 10px;
text-align: center;
display: inline-grid;
margin: 0 7px;
}
#upsvgR {
color: transparent;
text-align: center;
display: inline-grid;
margin: 0 10px;
}
#RegTitle {
display: block;
/* margin-bottom: 10px; */
margin-top: 6px;
text-transform: uppercase;
/* text-align: center; */
color: rgba(3, 169, 244, 0.9);
font-size: 12px;
}
#RegPop {
/* display: inline-block; */
display: none;
text-transform: lowercase;
color: rgba(3, 169, 244, 0.9);
font-size: 10px;
}
#confirmedR {
padding: 10px;
color: chartreuse;
padding: 6px 0;
}
#recovR {
padding: 10px;
color: aqua;
padding: 6px 0;
}
#deathsR {
padding: 10px;
color: rgb(143, 143, 143);
padding: 6px 0;
}
#newR {
padding: 10px;
color: rgba(255, 0, 0, 0.9);
padding: 6px 0 !important;
}
#REG {
font-family: Avenir;
color: rgba(235, 235, 235, 0.932);
padding-top: 6px;
}
/* a:hover {
border-bottom: 1px solid var(--main-txt-color);
} */
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
padding: 0 5px;
border-radius: 0px 25px 25px 25px;
background-color: rgba(214, 177, 11, 0.055) !important;
border: 1px solid rgba(250, 128, 114, 0.123);
margin: 10px !important;
}
.mapboxgl-ctrl-attrib a {
color: rgba(187, 187, 187, 0.315) !important;
text-decoration: none;
font-family: nunito;
letter-spacing: 1px;
}
}
@keyframes showNav {
from {
opacity: 0;
transform: translateY(-10%);
}
to {
opacity: 1;
transform: translateY(0%);
}
}
/*** LEFT SIDE INFORMATION & ACCORDION ***/
a {
text-decoration: none;
}
:focus, :active {
outline: 0;
}
/* :focus {
background-color: rgba(1, 248, 251, 0.05);
} */
/* this controls the background color of the main part covid19 */
#legend {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
/* z-index: 2; */
/* background-color: rgba(82, 82, 82, 0.5); */
background-color: rgba(224, 224, 224, 0);
}
#list-cases {
/* display: none; */
/* animation-name: listopen; */
/* animation-duration: 1s; */
display: block;
/* -webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px); */
}
#list-casesAccord {
animation-name: listopen;
animation-duration: 1s;
}
@keyframes listopen {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* LOADING */
#loader {
/* display: block; */
display: none;
}
/* this controls the open title background and font color */
#list-cases .ui-state-active{
background-image:none;
/* background-color:rgb(31, 31, 31)!important; */
/* background-color:rgba(31, 31, 31, 0.459)!important; */
color:#454545!important;
}
/* this controls the closed accordion background color */
#list-cases .ui-state-default{
background-image:none;
/* background-color:rgb(44, 44, 44); */
background-color:rgba(255, 255, 255, 0.027);
/* background-color:rgba(77, 155, 13, 0.116); */
color:#454545;
}
/* this controls the open legend background color */
/* #list-cases { */
/* background-color:rgb(31, 31, 31)!important; */
/* background-color:rgba(0, 0, 0, 0.507)!important; */
/* } */
#list-cases .title {
cursor: pointer;
font-weight: 600;
color: rgb(209, 209, 209);
padding: 15px;
padding-left: 20px;
position: relative;
line-height: 1em;
border-top: 1px solid rgba(0, 0, 0, 0.3);
/* border-top: 1px solid rgba(0, 0, 0, 0.5); */
}
#list-cases .title:hover {
background-color: rgba(255, 74, 2, 0.144);
}
/* li {
background-color: rgba(255, 74, 2, 0.144);
} */
#cityName {
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.555);
color: rgb(255,255,255);
}
#list-cases .title .i {
position: absolute;
width: 20px;
height: 20px;
top: 49%;
left: 10px;
transform: rotate(0deg) translate(-50%, -50%);
transform-origin: 50% 50%;
}
#list-cases .title .i i {
/* color: #01f8fb; */
color: rgb(255,255,255);
position: absolute;
top: 50%;
left: 50%;
transform: rotate(0deg) translate(-50%, -50%);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.836);
font-size: .6em;
line-height: 1em;
/* -webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease; */
transition: all 0.2s ease
}
#phone .open .title .i i {
transform: translate(-5px, -5px) rotate(90deg);
}
#legend .location.active {
background: linear-gradient(105deg, rgba(1, 248, 251, 0.15), rgba(1, 248, 251, 0.05));
/* background-color: rgba(1, 248, 251, 0.05); */
}
#legend .location {
display: none;
/* margin-top: 3px; */
max-width: 100%;
overflow: hidden;
/* overflow: scroll; */
}
#legend .location .patient {
font-size: .9em;
line-height: 1.2em;
padding-top: 5px;
padding-bottom: 5px;
/* border-top: 1px solid rgba(0, 0, 0, 0.5); */
padding-left: 20px;
padding-right: 5px;
/* position: relative; */
}
#legend .location .patientfoot {
font-size: .8em;
line-height: 1.2em;
text-align: right;
padding-bottom: 10px;
padding-right: 25px;
opacity: .5;
}
.count-location {
position: absolute;
display: flex;
justify-content: space-between;
/* font-family: Roboto; */
top: 50%;
width: 360px;
right: 5px;
line-height: 1em;
transform: translate(0%, -50%);
/* background-color: rgba(255, 255, 255, 0.267); */
/* background-color: rgb(65, 65, 65); */
/* box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.63), inset 0px 10px 30px rgba(0, 0, 0, 0.555); */
/* padding: 5px; */
padding-left: 100px;
padding-right: 10px;
/* margin-right: 14px; */
min-width: 50px;
text-align: center;
border-radius: 10px;
font-size: .8em;
color: var(--main-txt-color);
}
.count-location span {
font-family: Avenir;
/* font-family: campagnon; */
/* font-family: roboto; */
font-weight: bold;
/* padding-left: 3px; */
}
/* this controls the links to other pages */
a {
cursor: pointer;
color: #fff;
text-decoration: none;
font-weight: 600;
/* border-bottom: 1px solid rgba(153, 0, 51, 0); */
transition: .25s;
}
/* a i {
color: rgba(153, 0, 51, 0.3);
transition: .25s;
} */
a.block-link {
border: none;
padding: 3px 0 1px 0;
padding-left: 15px;
padding-right: 15px;
color: rgb(53, 53, 53);
border-bottom: none;
border-radius: 20px;
display: inline-block;
font-weight: 600;
}
a.block-link.sml {
font-size: .8rem;
line-height: 1em;
}
strong {
font-weight: 600;
}
#phone {
width: 100%;
}
.overview {
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
/* background-color: #ffffff; */
/* background-color: #292929; */
/* background: linear-gradient(to left, rgba(0, 255, 255, 0.171) , rgba(0, 53, 53, 0.432)); */
/* background: linear-gradient(to bottom, rgba(58, 58, 58, 0.329) , rgba(255, 60, 0, 0.342)); */
/* background: linear-gradient(to bottom, rgba(58, 58, 58, 0) , rgba(255, 60, 0, 0.342)); */
/* background: linear-gradient(to left, rgba(24, 24, 24, 0.253) , rgba(41, 41, 41, 0.589)); */
/* background-color: #1616165e ; */
/* border-bottom: 1px solid rgba(0, 0, 0, 0.5); */
/* display: fixed; */
width: 100%;
padding: 0 15px 15px 15px;
/* padding-top: 50px !important; */
padding-right: 0px;
/* position: relative; */
box-shadow: 0px 5px 15px rgba(22, 22, 22, 0.295);
}
.alert {
/* background-color: #ff4c7f; */
background-color: #222222;
color: rgb(112, 107, 107);
padding: 10px;
padding-left: 55px;
font-weight: 600;
font-size: .8em;
line-height: 1.4em;
position: relative;
}
.alert i {
position: absolute;
top: 50%;
left: 30px;
font-size: 1.5rem;
transform: translate(-50%, -50%);
}
.alertTop {
/* background-color: #ff4c7f; */
height: 50px;
font-family: roboto, avial;
background-color: #22222200;
color: rgb(112, 107, 107);
padding: 10px;
padding-left: 20px;
font-weight: 600;
font-size: .9em;
line-height: 1.4em;
/* position: relative; */
}
.alertTop i {
/* padding: 5px; */
font-size: .9em;
}
#title {
font-size: .7em;
letter-spacing: 1px;
/* color: rgb(99, 99, 99); */
color: rgb(209, 209, 209);
}
#ptitle {
margin-top: 15px;
color: rgb(230, 230, 230) !important;
border-top: 1px solid rgb(230, 230, 230);
}
/* a i { */
/* color: rgba(255, 255, 255, 0.432); */
/* color: rgb(255, 60, 0); */
/* color: rgb(255, 255, 255); */
/* transition: .25s; */
/* } */
a.block-link {
margin-left: 5px;
margin-bottom: 5px;
/* padding: 5px; */
padding-left: 16px;
padding-right: 15px;
/* background-color: rgba(0, 0, 0, 0.25); */
color: rgb(61, 61, 61);
border-bottom: none;
border-radius: 20px;
display: inline-block;
font-weight: 300;
/* box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1); */
/* box-shadow: 0px 0px 10px rgba(43, 43, 43, 0.205), inset 0px 5px 5px rgba(131, 131, 131, 0.267); */
}
a.block-link.sml {
font-size: .8rem;
line-height: 1em;
}
strong {
font-weight: 300;
}
/*** TOP RIGHT CORNER DROP DOWN ICON ***/
#fit svg {
padding-top: 3px;
}
svg:hover {
fill: rgb(255, 255, 255);
}
#fit {
padding: 1px 15px 1px 15px;
}
#fit2 {
/* background-color: rgba(72, 255, 0, 0.582); */
pointer-events: none;
width: 10px;
height: 10px;
display: inline-block;
position: absolute;
bottom: 238px;
right: 268px;
}
#fitdata {
font-size: 12px;
color: rgba(255, 255, 255, 0.089);
top: 50%;
left: 50%;
transform: translate(-55%, -45%);
margin-left: 45px;
margin-right: -50px;
display: inline-flex;
}
/* a.block-linktop i {
color: rgba(255, 255, 255, 0.432);
color: rgb(255, 60, 0);
color: rgb(0, 0, 0);
transition: .25s;
} */
a.block-linktop {
/* padding: 5px; */
padding-left: 15px;
padding-right: 15px;
background-color: rgba(0, 0, 0, 0.25);
color: rgb(61, 61, 61);
border-bottom: none;
border-radius: 20px;
display: inline-block;
font-weight: 300;
/* box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.205); */
}
.map-legend {
display: flex;
position: absolute;
/* width: 60%; */
top: 15px;
right: 22px;
z-index: 10;
cursor: pointer;
}
.reset, block-linktop {
/* background-color: rgba(23, 190, 212, 0.781) !important; */
/* background-color: rgba(0, 217, 255, 0.295) !important; */
border: 2px solid rgba(255, 255, 255, 0.171) !important;
/* box-shadow: 0px 0px 10px rgba(105, 105, 105, 0.685) !important; */
/* box-shadow: 0px 0px 10px rgba(0, 217, 255, 0.938) !important; */
}
.open-popup, block-linktop {
/* background-color: rgba(23, 190, 212, 0.781) !important; */
/* background-color: rgba(0, 217, 255, 0.295) !important; */
border: 2px solid rgba(255, 255, 255, 0.171) !important;
/* box-shadow: 0px 0px 10px rgba(105, 105, 105, 0.685) !important; */
/* box-shadow: 0px 0px 10px rgba(0, 217, 255, 0.938) !important; */
}
.map-legend a {
/* display: inline-block; */
font-size: 1.5rem;
line-height: 1em;
background-color: #2a2a2a8f;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
/* background-color: rgba(73, 73, 73, 0.151); */
/* background-color: rgba(207, 207, 207, 0.123); */
/* box-shadow: 0px 10px 30px rgba(206, 206, 206, 0.863); */
/* box-shadow: 0px 0px 10px rgba(0, 217, 255, 0.938); */
margin-left: 10px;
vertical-align: middle;
}
.resetB {
background-color: rgba(77, 165, 187, 0) !important;
box-shadow: 0px 0px 10px rgba(12, 205, 253, 0), inset 0px 5px 5px rgba(121, 228, 255, 0);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
transform: rotate(180deg);
transition: 0.3s;
/* box-shadow: 0px 0px 5px rgba(105, 105, 105, 0.24), inset 0px 7px 7px rgb(255, 255, 255); */
border: 2px solid rgba(0, 183, 255, 0.459) !important;
/* background: linear-gradient(to left, rgba(255, 255, 255, 0.336) , rgba(255, 255, 255, 0.062)); */
/* background-color: rgba(255, 255, 255, 0.226) !important; */
}
.resetBB {
fill: rgb(0, 195, 255) !important;
}
.map-legend .unconfirmed-location {
font-family: roboto;
padding: 0px 10px 0 10px;
/* padding-right: 5px; */
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
color: rgba(110, 110, 110, 0.253);
border-bottom: none;
/* background-color: rgba(73, 73, 73, 0.151); */
/* background-color: rgb(0, 0, 0); */
border-radius: 20px;
font-weight: 300;
font-size: .75rem;
}
#togglesvg {
font-size: 30px;
color: rgba(75, 75, 75, 0.397);
}
.rotate{
transform: rotate(180deg);
transition: 0.5s;
color: rgba(165, 165, 165, 0.151);
/* color: rgba(73, 73, 73, 0.151); */
/* background: linear-gradient(to left, aqua , rgba(73, 73, 73, 0.151)); */
/* background: linear-gradient(to left, rgba(0, 255, 255, 0.336) , rgba(0, 255, 255, 0.062)); */
/* background: linear-gradient(to left, rgba(255, 255, 255, 0.336) , rgba(255, 255, 255, 0.062)); */
/* -webkit-background-clip: text; */
/* color: transparent; */
}
/*** DROP DOWN GRAPH ***/
#stats {
/* position: fixed; */
/* display: block; */
display: none;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(37, 37, 37, 0.384);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
z-index: 500;
}
.popup {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
animation-name: modalopen;
animation-duration: 0.5s;
background-color: rgba(0, 0, 0, 0.9);
z-index: 100;
}
@keyframes modalopen {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.popup2 {
/* position: fixed; */
position: absolute;
display: none;
top: 40px;
left: 40%;
width: 500px;
height: 500px;
animation-name: modalopenhov;
animation-duration: 0.5s;
background-color: rgba(177, 19, 19, 0.74);
border-radius: 10px;
z-index: 10000;
}
@keyframes modalopenhov {
0% {
opacity: 0.5;
transform: translateX(-100px);
}
100% {
opacity: 1;
transform: translateX(0px);
}
}
.dropUp {
animation-name: modalclose;
animation-duration: 0.6s;
}
@keyframes modalclose {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
.popup span {
margin-bottom: 40px
}
.popup .close-stats, .popup .close-popup {
position: absolute;
top: 20px;
right: 20px;
color: #fff;
border: none;
font-size: 2rem;
cursor: pointer;
line-height: 1em;
z-index: 100;
width: 50px;
height: 50px;
background-color: #46464671;
/* border: 1px solid rgb(26, 26, 26); */
border-radius: 100%;
}
.popup .close-stats i, .popup .close-popup i {
color: rgb(119, 119, 119);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 1em;
transition: .25s;
}
.bar-inner {
height: 500px;
width: 1125px;
position: relative;
}
.popup .inner {
overflow-y: auto;
margin-top: 50px;
/* top: 100px; */
/* left: 100px; */
max-width: 100%;
width: 1200px;
height: 90vh;
padding: 20px;
/* background-color: rgb(42, 42, 42); */
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
color: #fff;
border-radius: 10px;
box-shadow: 0px 10px 30px black;
}
.popup .inner::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.popup .inner::-webkit-scrollbar-track {
background: rgba(7, 7, 7, 0.212);
border-radius: 0px 10px 10px 0px;
}
.popup .inner::-webkit-scrollbar-thumb {
background: rgba(153, 153, 153, 0.747);
border-radius: 0px 10px 10px 0px;
}
.popup .inner::-webkit-scrollbar-thumb:hover {
background: var(--main-txt-color);
}
#active {
margin-top: 50px;
}
.popup .inner h3 {
/* font-weight: 300; */
margin: 0px;
padding: 0px;
padding-bottom: 10px;
letter-spacing: 20px;
text-align: center;
font-family: 'Nunito', sans-serif;
color: #929292;
text-shadow: 1px 1px rgb(39, 39, 39);
}
.popup .inner p {
margin: 0px;
padding: 0px;
padding-bottom: 5px;
font-size: .9rem;
line-height: 1.3em;
}
.popup .inner .block-link {
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
margin-top: 10px;
}
.popup .inner .block-link:hover {
/* background-color: #fff; */
color: #2a2a2a;
}
.popup .inner .stats {
padding-bottom: 20px;
padding-top: 20px
}
.popup .inner .stats:after {
clear: both;
content: '';
display: block;
}
.popup .inner .stats span {
line-height: 1em;
font-size: .8rem;
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
padding: 10px;
padding-left: 12.5px;
padding-right: 12.5px;
border-radius: 20px;
display: inline-block;
margin-right: 0px;
margin-bottom: 10px;
font-weight: 600;
}
.popup .inner .stats span i {
margin-right: 5px;
}
.stats-day {
/* position: relative; */
}
.stats-day .bar {
overflow: visible;
/* position: relative; */
background-color: rgba(42, 42, 42, 0.1);
border-radius: 20px;
z-index: 1;
height: 20px;
}
.stats-day .bar .cases {
border-radius: 20px;
/* position: absolute; */
bottom: 0px;
left: 0px;
width: 100%;
height: 20px;
background-color: rgba(42, 42, 42, 0.5);
}
.stats-day .bar .count, .stats-day .bar .date {
/* position: absolute; */
top: 50%;
transform: translate(-50%, -50%);
width: 30px;
text-align: center;
color: #2a2a2a;
font-size: .75em;
line-height: 1em;
font-weight: 600;
}
.stats-day .bar .count {
right: -50px;
}
.stats-day .bar .date {
left: -20px;
}
/* this will center the graph in the canvas */
canvas {
margin: 0 auto;
}
/* this controls graph width in the legend */
.graph-wrap-city {
width: 100%;
}
.bar-inner-legend {
margin: 0px 20px;
}
/* daily trend graph */
#oldtokyo {
/* display: flex; */
/* position: absolute; */
height: 0px;
background-color: rgba(26, 26, 26, 0.719);
border: 1px solid rgba(255, 255, 255, 0);
border: none;
border-radius: 10px;
/* inset: 0px 10px 10px rgba(221, 221, 221, 0.884); */
transition: 0.7s ease-in-out;
/* animation: fade_in_showReverse 1s ease-in-out; */
}
#oldtokyo.openTTT {
height: 633px !important;
}
#oldtokyo.openTTTT {
height: 227px;
margin: 20px;
/* border: 1px solid rgba(255, 255, 255, 0.144); */
}
#oldtokyo.openTTTiphone {
height: 585px !important;
}
#oldtokyo.openTTTTiphone {
height: 215px;
margin: 20px;
}
.tokyo3 {
/* height: 0px; */
/* opacity: 0; */
/* display: none; */
/* transition: 3s; */
/* animation: fade_in_show 5s ease-in-out; */
}
.tokyo3.showGG {
/* opacity: 0; */
/* transition: 3s; */
/* height: 600px; */
/* display: block !important; */
/* animation: fade_in_show 5s ease-in-out; */
}
/* 2 other graphs */
.openT {
/* transition: all 0.4s ease-in-out; */
animation: fade_in_showReverse 1s;
/* animation-delay: 1s; */
}
@keyframes fade_in_show {
0% {
opacity: 0;
/* transform: translateY(55%) */
}
100% {
opacity: 1;
/* transform: translateY(0) */
}
}
@keyframes fade_in_showReverse {
0% {
opacity: 0;
/* transform: translateY(0%) */
}
50% {
opacity: 0;
/* transform: translateY(5%) */
}
100% {
opacity: 1;
/* transform: translateY(0) */
}
}
@keyframes fade_in_showReverseGraph {
0% {
/* opacity: 0; */
transform: scale(0.8)
}
100% {
/* opacity: 1; */
transform: scale(1)
/* transform: translateY(0) */
}
}
.closeT {
transition: all 0.4s ease;
animation: fade_out_show 0.3s
}@keyframes fade_out_show {
0% {
opacity: 1;
transform: translateY(0)
}
100% {
opacity: 0;
transform: translateY(15%)
}
}
.openG {
/* transform: translate(-5px, -5px) rotate(180deg); */
transform: rotate(180deg);
transition: all 0.3s ease
}
.clickDetails {
padding: 0 !important;
animation: fade_in_showReverse 2.3s ease;
transition: all 0.3s ease
}
.cityConfirmed {
display: none;
/* margin: 10px 100px; */
padding: 10px 0;
font-family: roboto;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.123);
/* font-family: avenir; */
text-align: center;
font-size: 0.9em;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
}
i.fas.fa-info-circle{
margin-right: 5px;
font-size: 1.2em;
color: rgba(255, 255, 255, 0.521);
}
i.fas.fa-chevron-circle-down {
display: flex;
cursor: pointer;
justify-content: center;
margin-bottom: 12px;
font-size: 16px;
color: rgba(217, 255, 0, 0.342);
transition: 0.3s;
/* color: rgba(112, 112, 112, 0.438); */
}
i.fas.fa-chevron-circle-down:hover {
color: rgb(217, 255, 0);
}
#oldtokyo {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863);
}
@keyframes chartfix {
0% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
50% {
transform: scale(1.01);
-webkit-transform: scale(1.01);
}
100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
canvas#graph_active_tokyo {
border-radius: 10px;
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863); */
width: 100%;
/* opacity: 0; */
/* transition: 1s; */
/* transition-delay: 0.7s; */
opacity: 0;
/* transition: 1s; */
/* width: 394px !important; */
/* height: 197px !important; */
/* -webkit-backdrop-filter: blur(1px);
backdrop-filter: blur(1px); */
/* animation-delay: 2000ms; */
/* -webkit-animation-delay: 200ms; */
animation: fade_in_showReverseGraph 2s ease;
/* -webkit-animation: fade_in_showReverse 1s ease-in-out; */
/* animation-fill-mode: forwards; */
/* animation: chartfix 200ms; */
/* -webkit-animation: chartfix 200ms; */
}
canvas#graph_active_tokyo3 {
/* display: none; */
/* height: 0px; */
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863); */
/* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.123), rgba(0, 0, 0, 0)); */
/* background-color: rgba(0, 0, 0, 0.123); */
/* border-bottom: 1px solid #333; */
margin-top: -36px;
/* width: 10%; */
opacity: 0;
transition: 1s;
transition-delay: 0.7s;
/* animation: fade_in_show 1s; */
/* opacity: 0; */
/* animation: fade_in_showReverse 4s ease; */
/* animation: fade_in_showReverse 1s; */
/* animation-delay: 0.5s; */
animation-delay: 2000ms;
-webkit-animation-delay: 200ms;
animation: chartfix 200ms;
-webkit-animation: chartfix 200ms;
}
canvas#graph_active_tokyo.opacity {
/* display: block; */
opacity: 1;
}
canvas#graph_active_tokyo3.openCanvas {
/* display: block; */
opacity: 1;
}
canvas#graph_active_tokyo2.openCanvas2 {
/* display: block; */
/* width: 100%; */
opacity: 1;
}
canvas#graph_active_tokyo3.openCanvasB {
/* display: block; */
opacity: 0;
transition: 0.5s;
}
canvas#graph_active_tokyo2.openCanvas2B {
/* display: block; */
width: 100%;
opacity: 0;
transition: 0.3s;
}
canvas#graph_active_tokyo2 {
/* display: none; */
/* height: 0px; */
/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863); */
/* background-color: rgba(0, 0, 0, 0.123); */
width: 10%;
/* animation: fade_in_showReverse 2s ease; */
transition: 4s;
transition-delay: 0.7s;
opacity: 0;
/* animation: fade_in_show 1s; */
/* opacity: 0; */
/* animation-delay: 0.75s; */
/* animation: fade_in_showReverse 2s ease; */
animation-delay: 2000ms;
-webkit-animation-delay: 200ms;
animation: chartfix 200ms;
-webkit-animation: chartfix 200ms;
}
.open {
transition-duration: 3s;
}
.graph-wrap {
margin-top: 10px;
border: 1px solid rgb(68, 68, 68);
background-color: rgb(37, 37, 37);
border-radius: 10px;
width: 100%;
overflow-y: auto;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.863);
}
.stats.stats-trend {
margin-top: 20px;
}
*::-webkit-scrollbar {
width: 14px;
height: 14px;
}
canvas#graph_active_tokyo::-webkit-scrollbar {
width: 5px;
height: 5px;
}
*::-webkit-scrollbar-track {
background-color: #16161600 ;
border-left: 1px solid rgba(0, 0, 0, 0.158);
}
*::-webkit-scrollbar-thumb {
/* background: rgba(153, 0, 51, 0.712); */
background: rgba(255, 255, 255, 0.116);
border: 3px solid transparent;
background-clip: content-box;
border-radius: 10px;
}
*::-webkit-scrollbar-thumb:hover {
background: #ffffff70;
border: 3px solid transparent;
background-clip: content-box;
}
/* TOOL TIP */
canvas .graph{
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
/* LINE GRAPH */
#chartjs-tooltip, #chartjs-tooltip4, #chartjs-tooltipA {
display: none;
opacity: .3;
text-align: center;
position: absolute;
background: rgba(49, 49, 49, 1);
color: rgb(46, 46, 46);
border-radius: 10px;
/* padding: 5px; */
-webkit-transition: all .1s ease;
transition: all .3s ease;
pointer-events: none;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
/* line graph title */
.table3 {
color: rgb(0, 102, 255);
}
.table1 {
color: firebrick;
}
.table2 {
color: rgb(107,107, 107);
}
.table {
color: rgb(0, 97, 136);
}
.chartjs-tooltip-key {
display: inline-block;
width: 10px;
height: 10px;
margin-right: 10px;
z-index: 1000;
}
.innerbot p, .innerbot3 p {
padding: 17px;
}
#myName {
padding: 27px 17px 17px 17px;
}
#last {
padding: 17px 17px 0px 17px;
color: rgb(255, 72, 0);
}
.popup-legend .innerbot {
position: absolute;
top: 400px;
left: 50%;
/* transform: translate(-50%, calc(-50% - .5px)); */
transform: translate(-50%, -50%);
/* width: 100%; */
/* height: 90vh; */
height: 1250px;
/* display: block; */
/* display: none; */
padding: 20px;
animation-name: modalopen2;
animation-duration: 0.5s;
background-color: #222222;
border-radius: 10px;
box-shadow: 0px 10px 30px black, inset 0px 5px 10px rgba(255, 255, 255, 0.1);
/* box-shadow: 0px 10px 30px rgba(24, 24, 24, 0.89); */
z-index: 1000;
overflow-x: hidden;
/* overflow-y: scroll; */
}
.popup-legend3 .innerbot3 {
position: absolute;
top: 50%;
left: 50%;
/* transform: translate(-50%, calc(-50% - .5px)); */
transform: translate(-50%, -50%);
/* height: 1250px; */
/* height: 1550px; */
height: 90%;
padding: 20px;
animation-name: modalopen2;
animation-duration: 0.5s;
background-color: #222222;
border-radius: 10px;
box-shadow: 0px 10px 30px black, inset 0px 5px 10px rgba(255, 255, 255, 0.1);
/* box-shadow: 0px 10px 30px rgba(24, 24, 24, 0.89); */
z-index: 1000;
overflow-x: hidden;
/* overflow-y: hidden; */
}
@keyframes modalopen2 {
0% {
opacity: 0;
/* transform: translateY(-50%); */
}
100% {
opacity: 1;
/* transform: translateY(0); */
}
}
#LLInk:hover {
/* color: rgb(255, 72, 0) !important; */
border-bottom: 1px solid rgb(255, 72, 0);
}
#enVelope, #LLINk {
transition: color 0.5s ease;
background-color: rgba(43, 43, 43, 0.884);
color: rgb(255, 255, 255);
}
#LLINk {
margin-top: 36px;
/* margin-left: 30%; */
}
#enVelope {
margin-top: 10px;
margin-left: 0px;
}
#enVelope:hover i, #LLINk:hover i {
color: rgb(255, 72, 0);
}
#enVelope:hover, #LLINk:hover {
color: rgb(255, 72, 0);
}
.innerbot3 {
background-color: #2a2a2a;
color: #fff;
border-radius: 10px;
box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgb(255 255 255 / 10%);
/* padding: 10px 0px 10px 10px !important; */
text-align: center;
/* background-color: rgba(107, 97, 70, 0.274) !important; */
}
#legend-map {
width: inherit;
border-radius: 10px;
z-index: -100000 !important;
/* align-content: center; */
}
#legend-map-MOBILE {
display: none;
}
.innerbot3::-webkit-scrollbar-track {
background: rgba(31, 31, 31, 0.781) !important;
border-radius: 0px 10px 10px 0px;
}
.open-popup-bot {
font-family: Avenir;
font-weight: 200;
color: rgba(255, 255, 255, 0.5);
}
.open-popup-bot3 {
/* color: #000 !important; */
color: rgba(255, 255, 255, 0.87);
/* margin-left: 25px; */
height: 0;
width: 0;
font-family: Avenir;
font-weight: 200;
}
.close-popup-legend, .close-popup-legend3 {
position: absolute;
top: 10px;
right: 20px;
font-size: 2rem;
cursor: pointer;
line-height: 1em;
text-decoration: none !important;
border-bottom: none !important;
z-index: 10000;
width: 50px;
height: 50px;
background-color: #464646b6;
border-radius: 100%;
}
.close-popup-legend i, .close-popup-legend3 i {
z-index: 1000;
color: rgb(119, 119, 119);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: .25s;
text-decoration: none !important;
border-bottom: none !important;
}
.dropUp2 {
animation-name: modalclose2;
animation-duration: 0.5s;
}
@keyframes modalclose2 {
0% {
opacity: 1;
/* transform: translateY(0); */
}
100% {
opacity: 0;
/* transform: translateY(-100%); */
}
}
footer {
/* margin-block-start: none !important; */
display: inline-block;
/* position: fixed; */
width: 100%;
/* bottom: 0; */
background-color: rgb(26, 26, 26);
padding: 14px;
}
footer #top {
margin: 0 !important;
padding-top: 20px;
/* background-color: rgb(201, 20, 20); */
}
#legend {
overflow-x: hidden;
}
.innercity {
position: absolute;
top: 10%;
/* left: calc(50% -25%); */
left: 25%;
transform: translateY(-50%, -50%);
width: 80%;
height: 75%;
/* display: block; */
display: none;
padding: 20px;
animation-name: modalopen3;
animation-duration: 0.5s;
background-color: #2a2a2af3;
border-radius: 10px;
/* box-shadow: 0px 10px 30px black, inset 0px 10px 30px rgba(255, 255, 255, 0.1); */
box-shadow: 0px 10px 30px black;
z-index: 1000;
/* backface-visibility: hidden;
filter: blur(0) */
}
.close-popup-legend-city {
position: absolute;
top: 20px;
right: 20px;
font-size: 2rem;
cursor: pointer;
line-height: 1em;
text-decoration: none !important;
border-bottom: none !important;
z-index: 10000;
width: 50px;
height: 50px;
background-color: #464646b6;
border-radius: 100%;
}
.close-popup-legend-city i {
z-index: 1000;
color: rgb(119, 119, 119);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: .25s;
text-decoration: none !important;
border-bottom: none !important;
}
a.close-popup-legend-city:hover i {
/* color: var(--main-txt-color); */
color: rgb(204, 204, 204);
z-index: 1000;
text-decoration: none !important;
border-bottom: none !important;
transform: translate(-50%, -50%) rotate(90deg);
}
.close-popup-legend-city:hover {
text-decoration: none !important;
border-bottom: none !important;
}
#cityPopname {
margin-top: 0px;
color: #e4e4e4e5;
font-family: roboto;
text-align: center;
}
#cityPopnameL {
margin-top: 5px;
color: #8a8a8ae5;
font-family: roboto;
text-align: center;
}
#cityPopKey {
margin-top: 15px;
color: aqua;
font-family: roboto;
text-align: center;
}
#hello i.fas.fa-exclamation-triangle {
color: rgba(255, 30, 0, 0.836);
padding-right: 2px;
padding-left: 5px;
} | 0.390476 | 0.075517 |
.layui-header .layui-nav .layui-this:after,.layui-header .layui-nav-bar
{
display: none;
}
/**��д������Ŀ��*/
.layui-layout-admin .layui-side {
width: 220px;
transition: all .3s;
}
.layui-nav-tree {
width: 220px;
}
.layui-side-scroll {
width: 240px;
}
.layui-nav-tree .layui-nav-more {
right: 20px;
}
.layui-body {
left: 220px;
transition: all .3s;
}
.layui-layout-admin .layui-footer {
left: 220px;
transition: all .3s;
}
.layui-layout-left {
left: 220px;
padding: 0;
transition: all .3s;
}
/**��дheader�ı���ɫ��������ɫ*/
.layui-layout-admin .layui-header {
background-color: #ffffff;
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-item a {
color: #4a4a4a;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #4a4a4a transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #4a4a4a;
}
.layui-layout-admin .layui-body {
background-color: #F0F2F5;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-child dd.layui-this a,.layui-nav-child dd.layui-this
{
background-color: transparent;
}
/**��д�����������λ��*/
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child a
{
padding-left: 50px;
}
/**��дheader��logo������ɫ*/
.layui-layout-admin .layui-logo {
width: 220px;
background-color: #4E5465;
color: #fff;
font-size: 20px;
font-family: Myriad Pro, Helvetica Neue, Arial, Helvetica, sans-serif;
font-weight: 200;
overflow: hidden;
transition: width .3s;
}
.layui-layout-admin .layui-logo img{
height: 40px;
margin-right: 10px;
}
/*dialog������ʾ*/
.layui-layer-page .layui-layer-content {
overflow: visible !important;
}
/*�ർ���۵���ʽ*/
.nav-mini .layui-side .layui-nav-item>a {
overflow: visible;
}
.nav-mini .layui-side .layui-nav-itemed .layui-nav-child {
display: none;
}
.nav-mini .layui-side {
width: 60px;
}
.nav-mini .layui-side .layui-nav {
width: 60px;
}
.nav-mini .layui-side-scroll {
width: 80px;
}
.nav-mini .layui-logo {
width: 60px;
}
.nav-mini .layui-side .layui-nav .layui-nav-item>a span {
display: none;
}
.nav-mini .layui-body {
left: 60px;
}
.nav-mini .layui-footer {
left: 60px;
}
.nav-mini .layui-layout-left {
left: 60px;
}
@media screen and (max-width: 750px) {
.layui-layout-admin .layui-side {
position: fixed;
top: 0;
left: -260px;
transition: all .3s;
-webkit-transition: all .3s;
z-index: 10000;
}
.layui-body {
left: 0;
}
.layui-layout-admin .layui-footer {
left: 0;
}
.layui-header .layui-logo {
left: 54px;
text-align: left;
color: #4a4a4a;
background-color: transparent;
}
.layui-header .layui-logo img{
display: none;
}
.layui-header .layui-layout-left {
left: 0;
}
/*չ����ʽ*/
.nav-mini .layui-side .layui-nav-itemed .layui-nav-child {
display: block;
}
.nav-mini .layui-side {
width: 220px;
left: 0;
}
.nav-mini .layui-side .layui-nav {
width: 220px;
}
.nav-mini .layui-side-scroll {
width: 240px;
}
.nav-mini .layui-logo {
width: 220px;
}
.nav-mini .layui-side .layui-nav .layui-nav-item>a span {
display: inline-block;
}
.nav-mini .layui-body {
left: 0;
}
.nav-mini .layui-footer {
left: 0;
}
.nav-mini .layui-layout-left {
left: 0;
}
.nav-mini .site-mobile-shade {
content: '';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,.8);
z-index: 9999;
}
}
/**���ݱ�����ʽ*/
.content-title {
font-size: 20px;
font-weight: 500;
color: rgba(0, 0, 0, .85);
display: inline;
}
.content-header .layui-breadcrumb {
float: right;
margin-right: 10px;
}
.content-header {
margin-bottom: 20px;
}
/**�����������ʽ*/
.search-input {
width: 150px;
display: inline-block;
height: 36px;
vertical-align: middle;
padding: 3px 6px;
}
.layui-btn:not(.layui-btn-lg ):not(.layui-btn-sm):not(.layui-btn-xs) {
height: 34px;
line-height: 34px;
}
.search-btn {
padding: 0 8px;
}
.toolbar {
color: #333333;
}
.toolbar .layui-form-select input {
height: 35px;
line-height: 35px;
width: 150px;
overflow: hidden;
}
.toolbar .layui-form-select {
display: inline-block;
}
/*��������ʽ*/
.model-form {
padding-top: 30px;
padding-right: 45px;
}
.model-form-footer {
text-align: right;
}
/*�б���ʽ*/
.site-dir li {
line-height: 26px;
margin-left: 20px;
overflow: visible;
list-style-type: disc;
}
@charset "utf-8";
/* CSS Document */
body, ul, li {
margin: 0;
padding: 0;
}
body{
font-size:12px;
color:#666666;
background:#FFFFFF;
} | uranus/src/main/webapp/assets/css/comment.css | .layui-header .layui-nav .layui-this:after,.layui-header .layui-nav-bar
{
display: none;
}
/**��д������Ŀ��*/
.layui-layout-admin .layui-side {
width: 220px;
transition: all .3s;
}
.layui-nav-tree {
width: 220px;
}
.layui-side-scroll {
width: 240px;
}
.layui-nav-tree .layui-nav-more {
right: 20px;
}
.layui-body {
left: 220px;
transition: all .3s;
}
.layui-layout-admin .layui-footer {
left: 220px;
transition: all .3s;
}
.layui-layout-left {
left: 220px;
padding: 0;
transition: all .3s;
}
/**��дheader�ı���ɫ��������ɫ*/
.layui-layout-admin .layui-header {
background-color: #ffffff;
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-item a {
color: #4a4a4a;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #4a4a4a transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #4a4a4a;
}
.layui-layout-admin .layui-body {
background-color: #F0F2F5;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-child dd.layui-this a,.layui-nav-child dd.layui-this
{
background-color: transparent;
}
/**��д�����������λ��*/
.layui-layout-admin .layui-side .layui-nav .layui-nav-item .layui-nav-child a
{
padding-left: 50px;
}
/**��дheader��logo������ɫ*/
.layui-layout-admin .layui-logo {
width: 220px;
background-color: #4E5465;
color: #fff;
font-size: 20px;
font-family: Myriad Pro, Helvetica Neue, Arial, Helvetica, sans-serif;
font-weight: 200;
overflow: hidden;
transition: width .3s;
}
.layui-layout-admin .layui-logo img{
height: 40px;
margin-right: 10px;
}
/*dialog������ʾ*/
.layui-layer-page .layui-layer-content {
overflow: visible !important;
}
/*�ർ���۵���ʽ*/
.nav-mini .layui-side .layui-nav-item>a {
overflow: visible;
}
.nav-mini .layui-side .layui-nav-itemed .layui-nav-child {
display: none;
}
.nav-mini .layui-side {
width: 60px;
}
.nav-mini .layui-side .layui-nav {
width: 60px;
}
.nav-mini .layui-side-scroll {
width: 80px;
}
.nav-mini .layui-logo {
width: 60px;
}
.nav-mini .layui-side .layui-nav .layui-nav-item>a span {
display: none;
}
.nav-mini .layui-body {
left: 60px;
}
.nav-mini .layui-footer {
left: 60px;
}
.nav-mini .layui-layout-left {
left: 60px;
}
@media screen and (max-width: 750px) {
.layui-layout-admin .layui-side {
position: fixed;
top: 0;
left: -260px;
transition: all .3s;
-webkit-transition: all .3s;
z-index: 10000;
}
.layui-body {
left: 0;
}
.layui-layout-admin .layui-footer {
left: 0;
}
.layui-header .layui-logo {
left: 54px;
text-align: left;
color: #4a4a4a;
background-color: transparent;
}
.layui-header .layui-logo img{
display: none;
}
.layui-header .layui-layout-left {
left: 0;
}
/*չ����ʽ*/
.nav-mini .layui-side .layui-nav-itemed .layui-nav-child {
display: block;
}
.nav-mini .layui-side {
width: 220px;
left: 0;
}
.nav-mini .layui-side .layui-nav {
width: 220px;
}
.nav-mini .layui-side-scroll {
width: 240px;
}
.nav-mini .layui-logo {
width: 220px;
}
.nav-mini .layui-side .layui-nav .layui-nav-item>a span {
display: inline-block;
}
.nav-mini .layui-body {
left: 0;
}
.nav-mini .layui-footer {
left: 0;
}
.nav-mini .layui-layout-left {
left: 0;
}
.nav-mini .site-mobile-shade {
content: '';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,.8);
z-index: 9999;
}
}
/**���ݱ�����ʽ*/
.content-title {
font-size: 20px;
font-weight: 500;
color: rgba(0, 0, 0, .85);
display: inline;
}
.content-header .layui-breadcrumb {
float: right;
margin-right: 10px;
}
.content-header {
margin-bottom: 20px;
}
/**�����������ʽ*/
.search-input {
width: 150px;
display: inline-block;
height: 36px;
vertical-align: middle;
padding: 3px 6px;
}
.layui-btn:not(.layui-btn-lg ):not(.layui-btn-sm):not(.layui-btn-xs) {
height: 34px;
line-height: 34px;
}
.search-btn {
padding: 0 8px;
}
.toolbar {
color: #333333;
}
.toolbar .layui-form-select input {
height: 35px;
line-height: 35px;
width: 150px;
overflow: hidden;
}
.toolbar .layui-form-select {
display: inline-block;
}
/*��������ʽ*/
.model-form {
padding-top: 30px;
padding-right: 45px;
}
.model-form-footer {
text-align: right;
}
/*�б���ʽ*/
.site-dir li {
line-height: 26px;
margin-left: 20px;
overflow: visible;
list-style-type: disc;
}
@charset "utf-8";
/* CSS Document */
body, ul, li {
margin: 0;
padding: 0;
}
body{
font-size:12px;
color:#666666;
background:#FFFFFF;
} | 0.207938 | 0.038793 |
html {
transition: background 0.3s;
background: #fff;
max-width: 100%;
}
body {
margin: 0;
padding: 0;
background-size: 100%;
line-height: 1.5;
font-size: 15px;
font-weight: 300;
color: #4e4e4e;
height: 100%;
font-family: 'Roboto', sans-serif;
}
#body {
max-width: 100%;
position: relative;
text-align: justify;
min-height: 1000px;
}
.content {
z-index: 100;
position: relative;
max-width: 100%;
margin-top: 30px;
}
.header {
background: #000 url(../images/header.jpg);
height: 400px;
width: 100%;
background-size: cover;
background-position: bottom center;
margin-bottom: 30px;
background-attachment: fixed;
z-index: -3;
background-repeat: no-repeat;
}
.header-container {
padding: 25px 1.5% 30px 1.5%;
height: 40px;
display: block;
position: fixed;
width: 97%;
z-index: 1;
background: #ffffff url(../images/header.jpg);
background-size: cover;
background-position: bottom center;
margin-bottom: 30px;
background-attachment: fixed;
background-repeat: no-repeat;
z-index: 100000;
}
.header-container .overlay {
height: 40px;
margin-left: -1.5%;
padding: 27.5px 1%;
width: 98%;
position: absolute;
top: 0;
}
.control-bar {
margin-top: -30px;
background: #818ea1;
padding: 20px 0;
color: #fff;
}
.control-bar .row {
margin: 0;
}
.control-bar .col {
padding: 0;
}
.overlay {
position: absolute;
width: 100%;
height: 400px;
background: #ffffff3b;
transition: background 0.3s;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
transition: 0.2s ease-in-out;
}
.subnav-container {
width: 1280px;
margin-top: 30px;
margin-bottom: 30px;
}
hr {
border-color: #eeeeee;
}
.footer {
background: #dedede;
color: #676767;
padding: 25px 0;
font-weight: 400;
}
.footer .row {
margin-bottom: 0;
}
.footer .col {
padding: 0 !important;
}
.footer center {
display: none;
}
.footer .center {
text-align: center;
}
.footer .right {
float: right;
}
/* CONFIG FOR SMALL DEVICES */
@media only screen and (max-width: 820px) {
.control-bar {
display: none;
}
.settings {
font-size: 30px;
margin-top: 20px
}
.settings a {
color: #263245 !important;
margin-right: 20px;
}
.alerts {
margin-top: 30px;
}
.alerts a {
margin-right: 20px
}
.header {
height: 90px;
background: transparent;
}
.overlay {
height: 100px;
}
.subnav-container {
width: 100%;
/* box-sizing: border-box; */
}
.footer {
text-align: center;
align-items: center;
width: 100%;
}
.footer center {
display: initial;
margin-top: 20px;
display: block;
}
.footer .right {
display: none;
}
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
/*
|---------------------------------------------------------|
| NAVIGATION |
|---------------------------------------------------------|
*/
.nav {
height: 85px;
}
.mobile-nav {
display: none;
}
.header-nav {
float: right;
}
.header-nav li {
float: left;
padding: 10px;
}
.header-nav a {
color: #fff !important;
font-weight: bold;
text-transform: uppercase;
transition: 0.3s;
border-bottom: 3px solid transparent;
}
.header-nav a:hover {
border-bottom: 3px solid #95c6e2;
text-decoration: none;
padding-bottom: 5px;
color: #caecff !important;
}
/* NAVIGATION ICON & MOVEMENT */
.openNav {
left: 10px;
background: #f5f5f5;
transition-duration: 0.5s;
transition-timing-function: swing;
width: 50px;
height: 50px;
position: fixed;
right: 0%;
top: 15px;
z-index: 10000;
border-radius: 90px;
cursor: pointer;
}
.openNav:hover {
cursor: pointer !important;
}
.openNav .icon {
transition-duration: 0.2s;
position: absolute;
width: 30px;
height: 4px;
background-color: #ffffff;
top: 25px;
left: 10px;
}
.openNav .icon:before,
.openNav .icon:after {
transition-duration: 0.5s;
background-color: #ffffff;
position: absolute;
content: "";
width: 30px;
height: 1.5px;
left: 0px;
}
.openNav .icon:before {
top: -8px;
height: 4px;
}
.openNav .icon:after {
top: 8px;
height: 4px;
}
.openNav.open {
position: fixed;
}
.openNav.open .icon {
background-color: transparent;
}
.openNav.open .icon:before,
.openNav.open .icon:after {
top: 0;
}
.openNav.open .icon:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 30px;
background-color: #ffffff;
}
.openNav.open .icon:after {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 30px;
background-color: #ffffff;
}
/* NAVIGATION MENU OVERLAY */
.menu-overlay {
position: fixed;
z-index: 4;
overflow: hidden;
top: 0;
left: 0;
height: 100%;
margin-left: -360px;
padding: 130px 30px;
width: 300px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
transition: 0.3s;
z-index: 1000;
}
.menu-overlay.open {
display: none;
}
/* NAVIGATION MENU ITEMS */
.sub-nav {
width: 150px;
border-left: 3px solid #eee;
display: block;
height: 100%;
}
.nav-main>li {
padding: 10px 0px;
}
.nav-main>li>a {
font-size: 20px;
color: #7b7b7b !important;
border-left: 3px solid transparent;
padding-left: 10px;
margin-left: -10px;
transition: 0.3s;
}
.nav-main>li>a:hover {
text-decoration: none;
border-left: 3px solid #e2bc59;
transition: 0.3s;
color: #949494;
}
/* MAIN PAGE SUB-NAVIGATION */
.nav-pills {
height: 30px;
}
.nav-pills li a {
float: left;
padding: 5px 10px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.nav-pills li a:hover {
background: #ececec;
color: #5587bf;
border-left: 3px solid;
text-decoration: none;
}
.nav-justified {
border-radius: 4px;
height: initial;
}
.nav-justified li {
/* display: block; */
/* text-align: left; */
width: 100%;
}
.nav-justified li a {
text-align: left;
float: none;
display: block;
font-weight: bold;
width: 100%;
padding: 10px 15px;
color: #656565;
transition: 0.2s;
}
/* CONFIG FOR SMALL DEVICES */
@media only screen and (max-width: 820px) {
.menu-overlay {
width: 100%;
}
.menu-overlay.open {
opacity: 1;
background: #f5f5f5;
margin-left: 0;
transition: 0.3s;
z-index: 10000;
display: initial;
}
.mobile-nav {
display: initial;
}
.nav {
z-index: 1000;
height: 85px;
}
.openNav {
left: 5px;
background: transparent;
transition-duration: 0.5s;
transition-timing-function: swing;
width: 50px;
height: 50px;
background: transparent position: fixed;
top: 20px;
z-index: 10000;
border-radius: 90px;
cursor: pointer;
}
}
/*
|---------------------------------------------------------|
| TEXT STYLING |
|---------------------------------------------------------|
*/
.name {
text-align: left;
margin-top: 70px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #7b7b7b;
}
h1,
h2 {}
.header .title {
font-size: 40px;
line-height: 1;
font-family: Oswald, sans-serif;
font-weight: bold;
text-transform: uppercase;
color: #ffffffdb !important;
-webkit-margin-before: 0px;
letter-spacing: 1px;
display: inline;
margin-top: -10px !important;
transition: 0.3s;
padding: 0 10px;
}
.header .title a {
color: #ffffffdb !important;
}
.header .title a:hover {
text-decoration: none;
}
.sub {
font-size: 50px;
line-height: 1;
font-family: Oswald, sans-serif;
font-weight: bold;
text-transform: uppercase;
color: #ffffffc9;
-webkit-margin-before: 0px;
letter-spacing: 1px;
position: relative;
z-index: 1000;
}
.member-of {
font-family: Enterprise;
text-transform: uppercase;
}
.head-text {
text-align: center;
font-family: Montserrat;
color: #fff;
font-size: 40px;
}
.page-head {
font-weight: 100;
}
b,
strong {
font-weight: bold !important;
}
a {
text-decoration: none;
color: #2962a8;
}
a:hover {
text-decoration: underline;
}
@media only screen and (max-width: 720px) {
.name {
padding: 0;
}
}
/*
|---------------------------------------------------------|
| BUTTIONS |
|---------------------------------------------------------|
*/
button {
display: inline-block;
font-weight: normal;
line-height: 1.25;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
font-size: 0.9rem;
border-width: 1px;
cursor: pointer;
border-style: solid;
border-image: initial;
padding: 0.5rem 1rem;
padding-left: 1.25em;
padding-right: 1.25em;
border-radius: 1000em;
transition: all 0.2s ease-in-out;
}
button.button-main,
button.button-main:focus {
color: rgb(255, 255, 255);
background-color: #353535;
border-color: #353535;
}
button.button-main:hover {
color: rgb(255, 255, 255);
background-color: #0349bd;
border-color: #0349bd;
cursor: pointer;
}
button.button-danger,
button.button-danger:focus {
color: rgb(255, 255, 255);
background-color: #454545;
border-color: #454545;
}
button.button-danger:hover {
color: rgb(255, 255, 255);
background-color: #0349bd;
border-color: #0349bd;
cursor: pointer;
}
button.button-success,
button.button-success:focus {
color: rgb(255, 255, 255);
background-color: #454545;
border-color: #454545;
}
button.button-success:hover {
color: rgb(255, 255, 255);
background-color: #0349bd;
border-color: #0349bd;
cursor: pointer;
}
button.button-sec,
button.button-sec:focus {
border-color: #FF841A;
color: #FF841A;
background: transparent;
}
button.button-sec:hover {
color: #FFF;
background: #FF841A;
}
button.button-small {
color: #fff;
background-color: #337ab7;
font-weight: normal !important;
font-size: 90%;
}
button.button-small:hover {
color: #fff;
background-color: #286090;
}
input.button-main {
background: #dfeffc url('../images/button-bg.png') repeat-x top left;
color: #2e6e9e;
font-weight: bold;
font-size: 120%;
}
input.button-main:hover {
background: #fdf5ce url('../images/button-bg-hover.png') repeat-x top left;
color: #c77405;
}
input.button-sec {
background: #eee url('../images/button-bg.png') repeat-x top left;
color: #777;
font-weight: bold;
font-size: 120%;
}
input.button-sec:hover {
background: #ddd url('../images/button-bg-hover.png') repeat-x top left;
}
button[disabled],
button[disabled]:hover,
input.button-main[disabled],
input.button-main[disabled]:hover {
opacity: .5;
filter: alpha(opacity='70');
background: #dfeffc url('../images/button-bg.png') repeat-x top left;
color: #2e6e9e;
}
button.button-small {
height: 26px !important;
padding: 10px 10px;
line-height: 0;
outline: 0 !important;
}
input.button-main,
input.button-sec {
height: 25px;
padding: 0 10px;
}
/*
|---------------------------------------------------------|
| FLASH MESSAGES |
|---------------------------------------------------------|
*/
.flash_message {
display: block;
width: 100%;
padding: 0.5rem 0.75rem;
font-size: 0.9rem;
line-height: 1.25;
background-image: none;
background-clip: padding-box;
border-radius: 0.25rem;
}
.flash-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.flash-error {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.flash-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
/*
|---------------------------------------------------------|
| ADMIN PAGE CSS |
|---------------------------------------------------------|
*/
#facebox {
height: 80%;
overflow: auto;
}
.admin {
border-bottom: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.menu_category {
padding-left: 32px;
padding-right: 15px;
margin-bottom: 5px;
font-size: 85%;
font-weight: normal;
letter-spacing: 1px;
color: #2962a8;
text-transform: uppercase;
}
.spacer {
height: 30px;
}
.admin-menu-overlay {
visibility: hidden;
position: absolute;
display: none;
}
.control-bar .alerts {
float: right;
}
.control-bar .settings {
text-align: center;
}
.control-bar .alerts a,
.control-bar .settings a {
margin-left: 20px;
color: #fff !important;
}
.control-bar .alerts img {
margin-bottom: -2px;
}
.control-bar .alerts>a:hover,
.control-bar .setting>a:hover {
text-decoration: none !important;
}
/* ADMIN SUB-NAVIGATION */
.admin-nav-pills {
text-align: left;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
display: flex;
padding-left: 0px;
margin-bottom: 0px;
list-style: none;
}
.admin-nav-pills li a {
display: block;
padding: 5px 10px 5px 30px;
border-bottom: 0px;
border-left: 4px solid transparent;
font-weight: 300;
color: rgb(89, 89, 89);
}
.admin-nav-pills li a:hover {
border-left: 4px solid;
text-decoration: none;
color: #3569ad;
}
/* CONFIG FOR SMALL DEVICES */
@media only screen and (max-width: 720px) {
.logo-area {
background: initial !important;
height: 50px;
opacity: 1;
z-index: 1;
}
.not-mobile {
display: none;
}
.header-nav {
display: none;
}
.sub {
font-size: 16px;
text-align: center;
padding-top: 0;
background: transparent;
box-shadow: none;
color: #ddb757;
margin-bottom: 0;
margin-top: -35px;
text-shadow: 0 10px 10px #000;
}
.title {
font-size: 30px;
margin-left: 35px;
display: block;
margin-top: 2px !important;
position: relative;
}
.sub-nav {
width: 100%;
position: relative;
right: 0;
}
.header-container {
background: #3a4e6d;
}
.menu_category {
padding-left: 0;
}
.admin-nav-sub a {
color: #fff !important;
}
.alerts-admin {
padding-right: 60px !important;
}
.admin-nav-pills {
display: none;
}
/* ADMIN SUB-NAVIGATION ICON & MOVEMENT */
.adminNav {
transition-duration: 0.5s;
transition-timing-function: swing;
width: 50px;
height: 50px;
position: absolute;
top: 20px;
z-index: 1000;
border-radius: 90px;
right: 15px;
}
.adminNav:hover {
cursor: pointer;
}
.adminNav .icon {
transition-duration: 0.2s;
position: absolute;
width: 30px;
height: 4px;
background-color: #fff;
top: 24px;
left: 10px;
}
.adminNav .icon:before,
.adminNav .icon:after {
transition-duration: 0.5s;
background-color: #fff;
position: absolute;
content: "";
width: 30px;
height: 4px;
left: 0px;
}
.adminNav .icon:before {
top: -8px;
}
.adminNav .icon:after {
top: 8px;
}
.adminNav.open {
right: 15px;
z-index: 100000;
}
.adminNav.open .icon {
background-color: transparent;
}
.adminNav.open .icon:before,
.adminNav.open .icon:after {
top: 0;
}
.adminNav.open .icon:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 30px;
background-color: #fff;
}
.adminNav.open .icon:after {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 30px;
background-color: #fff;
}
/* ADMIN SUB-NAVIGATION OVERLAY */
.admin-menu-overlay {
display: initial !important;
z-index: 3;
margin-top: 25px;
background: #000;
width: 100%;
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.admin-menu-overlay.open {
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.4s ease-in-out;
z-index: 10000;
transition: transform 0.4s ease-in-out;
}
.admin-nav-sub {
padding: 30px 0px 30px 70px;
}
}
/*
|---------------------------------------------------------|
| MISC |
|---------------------------------------------------------|
*/
.hide {
display: none !important;
transition-duration: 0.5s;
}
.fixed {
position: fixed !important;
}
.left-align {
text-align: left;
}
.right-align {
text-align: right;
}
.center,
.center-align {
text-align: center;
}
.left {
float: left !important;
}
.right {
float: right !important;
}
.rating-box{
display: inline-block;
}
.rating-num{
float: left;
padding: 2px 9px;
color: #fff;
font-weight: bold;
font-size: 19px;
}
.rating-num-0{
background: #2ecd70;
}
.rating-num-1{
background: #e4ba0d;
}
.rating-num-2{
background: #d45403;
}
.rating-num-3{
background: #c03a2b;
}
.rating-num:first-of-type{
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.rating-num:last-of-type{
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.login form {
padding: 0px 20px 20px 20px;
background-color: #fbfbfb;
border: 3px solid #d9d9d9;
margin-top: 20px;
border-radius: 5px;
}
.login button {
border-radius: 2px;
width: 100%;
margin-top: -20px;
}
.login .content .container {
width: 450px;
}
.no-select {
user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}
div.uploader span.action {
background-color: #fff !important;
color: #000;
}
.zoom {
transition: transform .2s;
}
.zoom:hover {
transform: scale(1.3);
box-shadow: 0 0px 10px #000;
}
.zoom-no-shadow {
transition: transform .2s;
}
.zoom-no-shadow:hover {
transform: scale(1.3);
}
/* CONFIG FOR SMALL DEVICES */
@media only screen and (max-width: 720px) {
#all_chzn {
width: 100% !important;
}
.row>[class*="span"] {
float: none !important;
margin-left: 0 !important;
display: initial !important;
}
.span4,
.span12 {
width: 100% !important;
}
}
.mode-toggle {
position: fixed;
cursor: pointer;
bottom: 20px;
right: 20px;
background: #fff;
color: #000;
width: 45px;
height: 45px;
border-radius: 900px;
z-index: 10000;
transition: 0s !important;
display: none;
}
.mode-toggle i{
padding: 15px 13px;
}
.mode-toggle.show {
display: initial;
}
.mode-toggle.toggle-night-mode {
background: #000 !important;
color: #fff !important;
}
html.night-mode {
background: #000;
transition: background 0.3s;
}
.night-mode .overlay {
background: #0000005c !important;
transition: background 0.3s;
}
.night-mode body {
color: #e0e0e0 !important;
}
.night-mode h1,
.night-mode h2,
.night-mode h3,
.night-mode h4,
.night-mode h5,
.night-mode h6 {
color: #e0e0e0 !important;
}
.night-mode .nav-justified li a {
color: #9a9a9a !important;
}
.night-mode .sub-nav {
border-left: 3px solid #585858 !important;
}
.night-mode .nav-pills li a:hover {
background: #575757 !important;
color: #fff !important;
}
.night-mode .footer {
background: #353535 !important;
color: #b3b3b3 !important;
}
.night-mode a {
color: #95c6e2 !important;
}
.night-mode .header-nav a {
color: #fff !important;
}
.night-mode input[type=email],
.night-mode input[type=text],
.night-mode input[type=password],
.night-mode textarea,
.night-mode input[type=number] {
color: #e4e4e4 !important;
background: #353535 !important;
}
.night-mode .ui-tabs .ui-tabs-nav {
background: #000 !important;
color: #fff !important;
transition: background 0.3s !important;
}
.night-mode .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
color: rgb(56, 56, 56) !important;
background-color: #95c6e2 !important;
}
.night-mode .ui-tabs .ui-tabs-nav li a,
.night-mode .ui-tabs .ui-tabs-nav li a:hover {
color: #fff !important;
}
.night-mode .control-bar {
background: #161625 !important;
}
.night-mode .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
color: #000 !important;
}
.night-mode tr.alt td,
.night-mode .alt {
background-color: #252525;
}
.night-mode .admin-nav-pills li a {
color: #e0e0e0 !important;
}
.night-mode .admin-nav-pills li a:hover {
color: #95c6e2 !important;
}
.night-mode .menu_category {
color: #95c6e2 !important;
}
.night-mode select {
background: #353535 !important;
color: #fff !important;
}
.night-mode .cell-label {
color: #fff !important;
}
.night-mode .input[type=email]:focus,
.night-mode .input[type=text]:focus,
.night-mode .input[type=password]:focus {
color: #e4e4e4 !important;
background: #353535 !important;
}
.night-mode div.chzn-container ul.chzn-choices li.search-choice {
color: #e8e8e8 !important;
background: #161625 !important;
border: 1px solid #161625 !important;
}
.night-mode div.chzn-container ul.chzn-choices {
color: #e4e4e4 !important;
background: #353535 !important;
}
.chzn-container div.chzn-drop {
width: 100% !important;
}
.night-mode div.chzn-container div.chzn-drop {
background: #000 !important;
color: #fff !important;
}
.night-mode div.chzn-container ul.chzn-results li {
color: #fff !important;
}
.night-mode .login form {
background-color: #131313 !important;
border: 3px solid #333333 !important;
}
.night-mode .login button {}
.night-mode div.chzn-container ul.chzn-results li.no-results {}
.night-mode div.chzn-container ul.chzn-choices li.search-field input.default {
color: #fff !important;
}
.night-mode #facebox .hud_body,
.night-mode #facebox .hud_content {
background: #303030;
color: #fff;
}
.night-mode .hud_content h1,
.night-mode .hud_content h2,
.night-mode .hud_content h3,
.night-mode .hud_content h4,
.night-mode .hud_content p,
.night-mode .hud_content .cell-label {
color: #fff !important;
}
.night-mode #facebox .hud_content .controls {
background: #303030;
border-top: 1px solid #666;
box-shadow: none !important;
}
.night-mode .title a {
color: #ffffffdb !important;
}
.night-mode div.uploader span.action {
background-color: #000 !important;
color: #000;
}
.night-mode .popover .content {
background-color: #1d1d1d !important;
}
.popover .inner {
background: #717171 !important;
}
.popover select {
font-size: 16px;
}
.night-mode .popover select {
background: #353535 !important;
color: #fff !important;
}
.night-mode .popover .title {
color: #fff !important;
background-color: transparent;
}
.night-mode .popover .inner {
background: #424242 !important;
}
@media only screen and (max-width: 820px) {
.night-mode .settings a {
color: #263245 !important;
margin-right: 20px;
}
#facebox .hud_body {
width: 60% !important;
}
} | views/andromeda/global/css/style.css | html {
transition: background 0.3s;
background: #fff;
max-width: 100%;
}
body {
margin: 0;
padding: 0;
background-size: 100%;
line-height: 1.5;
font-size: 15px;
font-weight: 300;
color: #4e4e4e;
height: 100%;
font-family: 'Roboto', sans-serif;
}
#body {
max-width: 100%;
position: relative;
text-align: justify;
min-height: 1000px;
}
.content {
z-index: 100;
position: relative;
max-width: 100%;
margin-top: 30px;
}
.header {
background: #000 url(../images/header.jpg);
height: 400px;
width: 100%;
background-size: cover;
background-position: bottom center;
margin-bottom: 30px;
background-attachment: fixed;
z-index: -3;
background-repeat: no-repeat;
}
.header-container {
padding: 25px 1.5% 30px 1.5%;
height: 40px;
display: block;
position: fixed;
width: 97%;
z-index: 1;
background: #ffffff url(../images/header.jpg);
background-size: cover;
background-position: bottom center;
margin-bottom: 30px;
background-attachment: fixed;
background-repeat: no-repeat;
z-index: 100000;
}
.header-container .overlay {
height: 40px;
margin-left: -1.5%;
padding: 27.5px 1%;
width: 98%;
position: absolute;
top: 0;
}
.control-bar {
margin-top: -30px;
background: #818ea1;
padding: 20px 0;
color: #fff;
}
.control-bar .row {
margin: 0;
}
.control-bar .col {
padding: 0;
}
.overlay {
position: absolute;
width: 100%;
height: 400px;
background: #ffffff3b;
transition: background 0.3s;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
transition: 0.2s ease-in-out;
}
.subnav-container {
width: 1280px;
margin-top: 30px;
margin-bottom: 30px;
}
hr {
border-color: #eeeeee;
}
.footer {
background: #dedede;
color: #676767;
padding: 25px 0;
font-weight: 400;
}
.footer .row {
margin-bottom: 0;
}
.footer .col {
padding: 0 !important;
}
.footer center {
display: none;
}
.footer .center {
text-align: center;
}
.footer .right {
float: right;
}
/* CONFIG FOR SMALL DEVICES */
@media only screen and (max-width: 820px) {
.control-bar {
display: none;
}
.settings {
font-size: 30px;
margin-top: 20px
}
.settings a {
color: #263245 !important;
margin-right: 20px;
}
.alerts {
margin-top: 30px;
}
.alerts a {
margin-right: 20px
}
.header {
height: 90px;
background: transparent;
}
.overlay {
height: 100px;
}
.subnav-container {
width: 100%;
/* box-sizing: border-box; */
}
.footer {
text-align: center;
align-items: center;
width: 100%;
}
.footer center {
display: initial;
margin-top: 20px;
display: block;
}
.footer .right {
display: none;
}
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
/*
|---------------------------------------------------------|
| NAVIGATION |
|---------------------------------------------------------|
*/
.nav {
height: 85px;
}
.mobile-nav {
display: none;
}
.header-nav {
float: right;
}
.header-nav li {
float: left;
padding: 10px;
}
.header-nav a {
color: #fff !important;
font-weight: bold;
text-transform: uppercase;
transition: 0.3s;
border-bottom: 3px solid transparent;
}
.header-nav a:hover {
border-bottom: 3px solid #95c6e2;
text-decoration: none;
padding-bottom: 5px;
color: #caecff !important;
}
/* NAVIGATION ICON & MOVEMENT */
.openNav {
left: 10px;
background: #f5f5f5;
transition-duration: 0.5s;
transition-timing-function: swing;
width: 50px;
height: 50px;
position: fixed;
right: 0%;
top: 15px;
z-index: 10000;
border-radius: 90px;
cursor: pointer;
}
.openNav:hover {
cursor: pointer !important;
}
.openNav .icon {
transition-duration: 0.2s;
position: absolute;
width: 30px;
height: 4px;
background-color: #ffffff;
top: 25px;
left: 10px;
}
.openNav .icon:before,
.openNav .icon:after {
transition-duration: 0.5s;
background-color: #ffffff;
position: absolute;
content: "";
width: 30px;
height: 1.5px;
left: 0px;
}
.openNav .icon:before {
top: -8px;
height: 4px;
}
.openNav .icon:after {
top: 8px;
height: 4px;
}
.openNav.open {
position: fixed;
}
.openNav.open .icon {
background-color: transparent;
}
.openNav.open .icon:before,
.openNav.open .icon:after {
top: 0;
}
.openNav.open .icon:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 30px;
background-color: #ffffff;
}
.openNav.open .icon:after {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 30px;
background-color: #ffffff;
}
/* NAVIGATION MENU OVERLAY */
.menu-overlay {
position: fixed;
z-index: 4;
overflow: hidden;
top: 0;
left: 0;
height: 100%;
margin-left: -360px;
padding: 130px 30px;
width: 300px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
transition: 0.3s;
z-index: 1000;
}
.menu-overlay.open {
display: none;
}
/* NAVIGATION MENU ITEMS */
.sub-nav {
width: 150px;
border-left: 3px solid #eee;
display: block;
height: 100%;
}
.nav-main>li {
padding: 10px 0px;
}
.nav-main>li>a {
font-size: 20px;
color: #7b7b7b !important;
border-left: 3px solid transparent;
padding-left: 10px;
margin-left: -10px;
transition: 0.3s;
}
.nav-main>li>a:hover {
text-decoration: none;
border-left: 3px solid #e2bc59;
transition: 0.3s;
color: #949494;
}
/* MAIN PAGE SUB-NAVIGATION */
.nav-pills {
height: 30px;
}
.nav-pills li a {
float: left;
padding: 5px 10px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.nav-pills li a:hover {
background: #ececec;
color: #5587bf;
border-left: 3px solid;
text-decoration: none;
}
.nav-justified {
border-radius: 4px;
height: initial;
}
.nav-justified li {
/* display: block; */
/* text-align: left; */
width: 100%;
}
.nav-justified li a {
text-align: left;
float: none;
display: block;
font-weight: bold;
width: 100%;
padding: 10px 15px;
color: #656565;
transition: 0.2s;
}
/* CONFIG FOR SMALL DEVICES */
@media only screen and (max-width: 820px) {
.menu-overlay {
width: 100%;
}
.menu-overlay.open {
opacity: 1;
background: #f5f5f5;
margin-left: 0;
transition: 0.3s;
z-index: 10000;
display: initial;
}
.mobile-nav {
display: initial;
}
.nav {
z-index: 1000;
height: 85px;
}
.openNav {
left: 5px;
background: transparent;
transition-duration: 0.5s;
transition-timing-function: swing;
width: 50px;
height: 50px;
background: transparent position: fixed;
top: 20px;
z-index: 10000;
border-radius: 90px;
cursor: pointer;
}
}
/*
|---------------------------------------------------------|
| TEXT STYLING |
|---------------------------------------------------------|
*/
.name {
text-align: left;
margin-top: 70px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #7b7b7b;
}
h1,
h2 {}
.header .title {
font-size: 40px;
line-height: 1;
font-family: Oswald, sans-serif;
font-weight: bold;
text-transform: uppercase;
color: #ffffffdb !important;
-webkit-margin-before: 0px;
letter-spacing: 1px;
display: inline;
margin-top: -10px !important;
transition: 0.3s;
padding: 0 10px;
}
.header .title a {
color: #ffffffdb !important;
}
.header .title a:hover {
text-decoration: none;
}
.sub {
font-size: 50px;
line-height: 1;
font-family: Oswald, sans-serif;
font-weight: bold;
text-transform: uppercase;
color: #ffffffc9;
-webkit-margin-before: 0px;
letter-spacing: 1px;
position: relative;
z-index: 1000;
}
.member-of {
font-family: Enterprise;
text-transform: uppercase;
}
.head-text {
text-align: center;
font-family: Montserrat;
color: #fff;
font-size: 40px;
}
.page-head {
font-weight: 100;
}
b,
strong {
font-weight: bold !important;
}
a {
text-decoration: none;
color: #2962a8;
}
a:hover {
text-decoration: underline;
}
@media only screen and (max-width: 720px) {
.name {
padding: 0;
}
}
/*
|---------------------------------------------------------|
| BUTTIONS |
|---------------------------------------------------------|
*/
button {
display: inline-block;
font-weight: normal;
line-height: 1.25;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
font-size: 0.9rem;
border-width: 1px;
cursor: pointer;
border-style: solid;
border-image: initial;
padding: 0.5rem 1rem;
padding-left: 1.25em;
padding-right: 1.25em;
border-radius: 1000em;
transition: all 0.2s ease-in-out;
}
button.button-main,
button.button-main:focus {
color: rgb(255, 255, 255);
background-color: #353535;
border-color: #353535;
}
button.button-main:hover {
color: rgb(255, 255, 255);
background-color: #0349bd;
border-color: #0349bd;
cursor: pointer;
}
button.button-danger,
button.button-danger:focus {
color: rgb(255, 255, 255);
background-color: #454545;
border-color: #454545;
}
button.button-danger:hover {
color: rgb(255, 255, 255);
background-color: #0349bd;
border-color: #0349bd;
cursor: pointer;
}
button.button-success,
button.button-success:focus {
color: rgb(255, 255, 255);
background-color: #454545;
border-color: #454545;
}
button.button-success:hover {
color: rgb(255, 255, 255);
background-color: #0349bd;
border-color: #0349bd;
cursor: pointer;
}
button.button-sec,
button.button-sec:focus {
border-color: #FF841A;
color: #FF841A;
background: transparent;
}
button.button-sec:hover {
color: #FFF;
background: #FF841A;
}
button.button-small {
color: #fff;
background-color: #337ab7;
font-weight: normal !important;
font-size: 90%;
}
button.button-small:hover {
color: #fff;
background-color: #286090;
}
input.button-main {
background: #dfeffc url('../images/button-bg.png') repeat-x top left;
color: #2e6e9e;
font-weight: bold;
font-size: 120%;
}
input.button-main:hover {
background: #fdf5ce url('../images/button-bg-hover.png') repeat-x top left;
color: #c77405;
}
input.button-sec {
background: #eee url('../images/button-bg.png') repeat-x top left;
color: #777;
font-weight: bold;
font-size: 120%;
}
input.button-sec:hover {
background: #ddd url('../images/button-bg-hover.png') repeat-x top left;
}
button[disabled],
button[disabled]:hover,
input.button-main[disabled],
input.button-main[disabled]:hover {
opacity: .5;
filter: alpha(opacity='70');
background: #dfeffc url('../images/button-bg.png') repeat-x top left;
color: #2e6e9e;
}
button.button-small {
height: 26px !important;
padding: 10px 10px;
line-height: 0;
outline: 0 !important;
}
input.button-main,
input.button-sec {
height: 25px;
padding: 0 10px;
}
/*
|---------------------------------------------------------|
| FLASH MESSAGES |
|---------------------------------------------------------|
*/
.flash_message {
display: block;
width: 100%;
padding: 0.5rem 0.75rem;
font-size: 0.9rem;
line-height: 1.25;
background-image: none;
background-clip: padding-box;
border-radius: 0.25rem;
}
.flash-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.flash-error {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.flash-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
/*
|---------------------------------------------------------|
| ADMIN PAGE CSS |
|---------------------------------------------------------|
*/
#facebox {
height: 80%;
overflow: auto;
}
.admin {
border-bottom: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.menu_category {
padding-left: 32px;
padding-right: 15px;
margin-bottom: 5px;
font-size: 85%;
font-weight: normal;
letter-spacing: 1px;
color: #2962a8;
text-transform: uppercase;
}
.spacer {
height: 30px;
}
.admin-menu-overlay {
visibility: hidden;
position: absolute;
display: none;
}
.control-bar .alerts {
float: right;
}
.control-bar .settings {
text-align: center;
}
.control-bar .alerts a,
.control-bar .settings a {
margin-left: 20px;
color: #fff !important;
}
.control-bar .alerts img {
margin-bottom: -2px;
}
.control-bar .alerts>a:hover,
.control-bar .setting>a:hover {
text-decoration: none !important;
}
/* ADMIN SUB-NAVIGATION */
.admin-nav-pills {
text-align: left;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
display: flex;
padding-left: 0px;
margin-bottom: 0px;
list-style: none;
}
.admin-nav-pills li a {
display: block;
padding: 5px 10px 5px 30px;
border-bottom: 0px;
border-left: 4px solid transparent;
font-weight: 300;
color: rgb(89, 89, 89);
}
.admin-nav-pills li a:hover {
border-left: 4px solid;
text-decoration: none;
color: #3569ad;
}
/* CONFIG FOR SMALL DEVICES */
@media only screen and (max-width: 720px) {
.logo-area {
background: initial !important;
height: 50px;
opacity: 1;
z-index: 1;
}
.not-mobile {
display: none;
}
.header-nav {
display: none;
}
.sub {
font-size: 16px;
text-align: center;
padding-top: 0;
background: transparent;
box-shadow: none;
color: #ddb757;
margin-bottom: 0;
margin-top: -35px;
text-shadow: 0 10px 10px #000;
}
.title {
font-size: 30px;
margin-left: 35px;
display: block;
margin-top: 2px !important;
position: relative;
}
.sub-nav {
width: 100%;
position: relative;
right: 0;
}
.header-container {
background: #3a4e6d;
}
.menu_category {
padding-left: 0;
}
.admin-nav-sub a {
color: #fff !important;
}
.alerts-admin {
padding-right: 60px !important;
}
.admin-nav-pills {
display: none;
}
/* ADMIN SUB-NAVIGATION ICON & MOVEMENT */
.adminNav {
transition-duration: 0.5s;
transition-timing-function: swing;
width: 50px;
height: 50px;
position: absolute;
top: 20px;
z-index: 1000;
border-radius: 90px;
right: 15px;
}
.adminNav:hover {
cursor: pointer;
}
.adminNav .icon {
transition-duration: 0.2s;
position: absolute;
width: 30px;
height: 4px;
background-color: #fff;
top: 24px;
left: 10px;
}
.adminNav .icon:before,
.adminNav .icon:after {
transition-duration: 0.5s;
background-color: #fff;
position: absolute;
content: "";
width: 30px;
height: 4px;
left: 0px;
}
.adminNav .icon:before {
top: -8px;
}
.adminNav .icon:after {
top: 8px;
}
.adminNav.open {
right: 15px;
z-index: 100000;
}
.adminNav.open .icon {
background-color: transparent;
}
.adminNav.open .icon:before,
.adminNav.open .icon:after {
top: 0;
}
.adminNav.open .icon:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 30px;
background-color: #fff;
}
.adminNav.open .icon:after {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 30px;
background-color: #fff;
}
/* ADMIN SUB-NAVIGATION OVERLAY */
.admin-menu-overlay {
display: initial !important;
z-index: 3;
margin-top: 25px;
background: #000;
width: 100%;
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.admin-menu-overlay.open {
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.4s ease-in-out;
z-index: 10000;
transition: transform 0.4s ease-in-out;
}
.admin-nav-sub {
padding: 30px 0px 30px 70px;
}
}
/*
|---------------------------------------------------------|
| MISC |
|---------------------------------------------------------|
*/
.hide {
display: none !important;
transition-duration: 0.5s;
}
.fixed {
position: fixed !important;
}
.left-align {
text-align: left;
}
.right-align {
text-align: right;
}
.center,
.center-align {
text-align: center;
}
.left {
float: left !important;
}
.right {
float: right !important;
}
.rating-box{
display: inline-block;
}
.rating-num{
float: left;
padding: 2px 9px;
color: #fff;
font-weight: bold;
font-size: 19px;
}
.rating-num-0{
background: #2ecd70;
}
.rating-num-1{
background: #e4ba0d;
}
.rating-num-2{
background: #d45403;
}
.rating-num-3{
background: #c03a2b;
}
.rating-num:first-of-type{
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.rating-num:last-of-type{
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.login form {
padding: 0px 20px 20px 20px;
background-color: #fbfbfb;
border: 3px solid #d9d9d9;
margin-top: 20px;
border-radius: 5px;
}
.login button {
border-radius: 2px;
width: 100%;
margin-top: -20px;
}
.login .content .container {
width: 450px;
}
.no-select {
user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}
div.uploader span.action {
background-color: #fff !important;
color: #000;
}
.zoom {
transition: transform .2s;
}
.zoom:hover {
transform: scale(1.3);
box-shadow: 0 0px 10px #000;
}
.zoom-no-shadow {
transition: transform .2s;
}
.zoom-no-shadow:hover {
transform: scale(1.3);
}
/* CONFIG FOR SMALL DEVICES */
@media only screen and (max-width: 720px) {
#all_chzn {
width: 100% !important;
}
.row>[class*="span"] {
float: none !important;
margin-left: 0 !important;
display: initial !important;
}
.span4,
.span12 {
width: 100% !important;
}
}
.mode-toggle {
position: fixed;
cursor: pointer;
bottom: 20px;
right: 20px;
background: #fff;
color: #000;
width: 45px;
height: 45px;
border-radius: 900px;
z-index: 10000;
transition: 0s !important;
display: none;
}
.mode-toggle i{
padding: 15px 13px;
}
.mode-toggle.show {
display: initial;
}
.mode-toggle.toggle-night-mode {
background: #000 !important;
color: #fff !important;
}
html.night-mode {
background: #000;
transition: background 0.3s;
}
.night-mode .overlay {
background: #0000005c !important;
transition: background 0.3s;
}
.night-mode body {
color: #e0e0e0 !important;
}
.night-mode h1,
.night-mode h2,
.night-mode h3,
.night-mode h4,
.night-mode h5,
.night-mode h6 {
color: #e0e0e0 !important;
}
.night-mode .nav-justified li a {
color: #9a9a9a !important;
}
.night-mode .sub-nav {
border-left: 3px solid #585858 !important;
}
.night-mode .nav-pills li a:hover {
background: #575757 !important;
color: #fff !important;
}
.night-mode .footer {
background: #353535 !important;
color: #b3b3b3 !important;
}
.night-mode a {
color: #95c6e2 !important;
}
.night-mode .header-nav a {
color: #fff !important;
}
.night-mode input[type=email],
.night-mode input[type=text],
.night-mode input[type=password],
.night-mode textarea,
.night-mode input[type=number] {
color: #e4e4e4 !important;
background: #353535 !important;
}
.night-mode .ui-tabs .ui-tabs-nav {
background: #000 !important;
color: #fff !important;
transition: background 0.3s !important;
}
.night-mode .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
color: rgb(56, 56, 56) !important;
background-color: #95c6e2 !important;
}
.night-mode .ui-tabs .ui-tabs-nav li a,
.night-mode .ui-tabs .ui-tabs-nav li a:hover {
color: #fff !important;
}
.night-mode .control-bar {
background: #161625 !important;
}
.night-mode .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
color: #000 !important;
}
.night-mode tr.alt td,
.night-mode .alt {
background-color: #252525;
}
.night-mode .admin-nav-pills li a {
color: #e0e0e0 !important;
}
.night-mode .admin-nav-pills li a:hover {
color: #95c6e2 !important;
}
.night-mode .menu_category {
color: #95c6e2 !important;
}
.night-mode select {
background: #353535 !important;
color: #fff !important;
}
.night-mode .cell-label {
color: #fff !important;
}
.night-mode .input[type=email]:focus,
.night-mode .input[type=text]:focus,
.night-mode .input[type=password]:focus {
color: #e4e4e4 !important;
background: #353535 !important;
}
.night-mode div.chzn-container ul.chzn-choices li.search-choice {
color: #e8e8e8 !important;
background: #161625 !important;
border: 1px solid #161625 !important;
}
.night-mode div.chzn-container ul.chzn-choices {
color: #e4e4e4 !important;
background: #353535 !important;
}
.chzn-container div.chzn-drop {
width: 100% !important;
}
.night-mode div.chzn-container div.chzn-drop {
background: #000 !important;
color: #fff !important;
}
.night-mode div.chzn-container ul.chzn-results li {
color: #fff !important;
}
.night-mode .login form {
background-color: #131313 !important;
border: 3px solid #333333 !important;
}
.night-mode .login button {}
.night-mode div.chzn-container ul.chzn-results li.no-results {}
.night-mode div.chzn-container ul.chzn-choices li.search-field input.default {
color: #fff !important;
}
.night-mode #facebox .hud_body,
.night-mode #facebox .hud_content {
background: #303030;
color: #fff;
}
.night-mode .hud_content h1,
.night-mode .hud_content h2,
.night-mode .hud_content h3,
.night-mode .hud_content h4,
.night-mode .hud_content p,
.night-mode .hud_content .cell-label {
color: #fff !important;
}
.night-mode #facebox .hud_content .controls {
background: #303030;
border-top: 1px solid #666;
box-shadow: none !important;
}
.night-mode .title a {
color: #ffffffdb !important;
}
.night-mode div.uploader span.action {
background-color: #000 !important;
color: #000;
}
.night-mode .popover .content {
background-color: #1d1d1d !important;
}
.popover .inner {
background: #717171 !important;
}
.popover select {
font-size: 16px;
}
.night-mode .popover select {
background: #353535 !important;
color: #fff !important;
}
.night-mode .popover .title {
color: #fff !important;
background-color: transparent;
}
.night-mode .popover .inner {
background: #424242 !important;
}
@media only screen and (max-width: 820px) {
.night-mode .settings a {
color: #263245 !important;
margin-right: 20px;
}
#facebox .hud_body {
width: 60% !important;
}
} | 0.330471 | 0.054124 |
:root {
--color-red: #f42;
--color-grey: #aaa;
--color-figcaption: #f72210;
--bg-figcaption: #ffffffe6;
--body-color: #f4f5f6;
}
.bg-red {
background-color: var(--color-figcaption);
}
.red {
color: var(--color-figcaption);
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
/*
==============================================
****** GLOBAL ******
==============================================
*/
body {
font-family: 'Roboto Condensed', sans-serif;
margin: 0 auto;
background-color: var(--body-color);
}
p {
font-family: Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
color: black;
}
a:hover {
color: #f72210;
}
img {
width: 100%;
height: 100%;
object-fit: cover;
}
.logo-pic {
max-width: 30px;
max-height: 30px;
}
/*
==============================================
****** HEADER ******
==============================================
*/
#header-top {
background-color: var(--color-red);
}
#header-top img {
object-fit: unset;
}
.bars-icon {
color: var(--color-grey);
}
.search-bar {
width: 60px;
background-color: inherit;
border: none;
}
.search-bar:active ~ .medium-nav-items,
.search-bar:focus ~ .medium-nav-items {
display: none;
width: 100%;
}
.search-bar:active,
.search-bar:focus {
width: 100%;
border: none;
}
/*
==============================================
****** SHOWCASE ******
==============================================
*/
figure figcaption {
background-color: var(--bg-figcaption);
color: var(--color-figcaption);
bottom: 0;
left: 0;
}
.showcase-title {
color: var(--color-grey);
font-weight: bold;
font-size: 14px;
}
.card a {
font-size: 24px;
line-height: 1;
}
.in-magazine a {
font-size: 20px;
line-height: 1;
}
.the-debate-column a {
font-size: 17px;
line-height: 21px;
}
.card a:hover {
color: black;
text-decoration-color: var(--color-red);
}
.the-debate-column p {
font-size: 14px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.the-debate-column article:first-child {
border-top: 4px solid var(--color-grey);
}
.the-debate-column article:nth-child(2) {
border-bottom: 4px solid var(--color-grey);
}
#vs {
border-radius: 50%;
background-color: black;
left: calc(50% - 25px);
top: 43%;
}
/* footer */
.footer-social p {
font-size: 12px;
}
.footer-ul {
font-family: Arial, Helvetica, sans-serif;
}
.footer-logo {
object-fit: unset;
} | style.css | :root {
--color-red: #f42;
--color-grey: #aaa;
--color-figcaption: #f72210;
--bg-figcaption: #ffffffe6;
--body-color: #f4f5f6;
}
.bg-red {
background-color: var(--color-figcaption);
}
.red {
color: var(--color-figcaption);
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
/*
==============================================
****** GLOBAL ******
==============================================
*/
body {
font-family: 'Roboto Condensed', sans-serif;
margin: 0 auto;
background-color: var(--body-color);
}
p {
font-family: Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
color: black;
}
a:hover {
color: #f72210;
}
img {
width: 100%;
height: 100%;
object-fit: cover;
}
.logo-pic {
max-width: 30px;
max-height: 30px;
}
/*
==============================================
****** HEADER ******
==============================================
*/
#header-top {
background-color: var(--color-red);
}
#header-top img {
object-fit: unset;
}
.bars-icon {
color: var(--color-grey);
}
.search-bar {
width: 60px;
background-color: inherit;
border: none;
}
.search-bar:active ~ .medium-nav-items,
.search-bar:focus ~ .medium-nav-items {
display: none;
width: 100%;
}
.search-bar:active,
.search-bar:focus {
width: 100%;
border: none;
}
/*
==============================================
****** SHOWCASE ******
==============================================
*/
figure figcaption {
background-color: var(--bg-figcaption);
color: var(--color-figcaption);
bottom: 0;
left: 0;
}
.showcase-title {
color: var(--color-grey);
font-weight: bold;
font-size: 14px;
}
.card a {
font-size: 24px;
line-height: 1;
}
.in-magazine a {
font-size: 20px;
line-height: 1;
}
.the-debate-column a {
font-size: 17px;
line-height: 21px;
}
.card a:hover {
color: black;
text-decoration-color: var(--color-red);
}
.the-debate-column p {
font-size: 14px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.the-debate-column article:first-child {
border-top: 4px solid var(--color-grey);
}
.the-debate-column article:nth-child(2) {
border-bottom: 4px solid var(--color-grey);
}
#vs {
border-radius: 50%;
background-color: black;
left: calc(50% - 25px);
top: 43%;
}
/* footer */
.footer-social p {
font-size: 12px;
}
.footer-ul {
font-family: Arial, Helvetica, sans-serif;
}
.footer-logo {
object-fit: unset;
} | 0.452536 | 0.164953 |
h1 h2 h3 h4 h5 h6 span p a button:focus {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
max-width: 100vw;
}
h1 h2 h3 h4 h5 h6 {
color: #473398;
}
a > h5 {
color: #1230c4;
}
body {
padding: 0;
margin: 0;
hyphens: auto;
display: flex;
flex-direction: column;
align-items: center;
background-color: rgb(208, 235, 208);
}
header {
top: 20vh;
left: 10px;
display: flex;
padding: 10px;
}
header > a {
text-decoration: none;
color: #1230c4;
}
fieldset {
min-width: 200px;
display: flex;
justify-content: space-between;
padding: 10px;
margin: 5px;
}
label {
font-size: large;
display: flex;
flex-direction: column;
}
#restartForm > input {
margin-left: -100vw;
}
#restartForm {
border-bottom: 2px solid lightseagreen;
}
a {
color: #00b7ff;
}
.date {
font-size: small;
color: black;
}
h3 {
text-decoration: underline;
}
h4 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
p {
color: black;
}
form > fieldset {
display: flex;
flex-direction: row;
min-width: 300px;
}
.radioInputFieldset {
justify-content: space-around;
}
button {
padding: 5px;
margin: 10px;
}
.rangeCounter {
font-size: larger;
}
form {
display: flex;
flex-direction: column;
min-width: 300px;
align-items: center;
}
tbody {
text-align: center;
}
table {
background-color: whitesmoke;
font-family: Arial, Helvetica, sans-serif;
width: 100vw;
}
details[open] {
background-color: white;
}
details > ul > li > p {
text-decoration: underline;
}
#dateFieldset {
flex-direction: column;
}
#previousEnquetesMobile > article {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100vw;
margin-top: 10px;
border-top: 2px solid lightseagreen;
padding: 10px;
}
#previousEnquetesMobile > span {
}
@supports (display: grid) {
}
@media screen and (min-width: 600px) {
/* show table, hide mobileUI */
#previousEnquetesMobile {
display: none;
}
}
@media screen and (max-width: 600px) {
/* show mobileUI, hide Table*/
#previousEnquetesTable {
display: none;
}
} | Eindopdracht/public/stylesheets/style.css | h1 h2 h3 h4 h5 h6 span p a button:focus {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
max-width: 100vw;
}
h1 h2 h3 h4 h5 h6 {
color: #473398;
}
a > h5 {
color: #1230c4;
}
body {
padding: 0;
margin: 0;
hyphens: auto;
display: flex;
flex-direction: column;
align-items: center;
background-color: rgb(208, 235, 208);
}
header {
top: 20vh;
left: 10px;
display: flex;
padding: 10px;
}
header > a {
text-decoration: none;
color: #1230c4;
}
fieldset {
min-width: 200px;
display: flex;
justify-content: space-between;
padding: 10px;
margin: 5px;
}
label {
font-size: large;
display: flex;
flex-direction: column;
}
#restartForm > input {
margin-left: -100vw;
}
#restartForm {
border-bottom: 2px solid lightseagreen;
}
a {
color: #00b7ff;
}
.date {
font-size: small;
color: black;
}
h3 {
text-decoration: underline;
}
h4 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
p {
color: black;
}
form > fieldset {
display: flex;
flex-direction: row;
min-width: 300px;
}
.radioInputFieldset {
justify-content: space-around;
}
button {
padding: 5px;
margin: 10px;
}
.rangeCounter {
font-size: larger;
}
form {
display: flex;
flex-direction: column;
min-width: 300px;
align-items: center;
}
tbody {
text-align: center;
}
table {
background-color: whitesmoke;
font-family: Arial, Helvetica, sans-serif;
width: 100vw;
}
details[open] {
background-color: white;
}
details > ul > li > p {
text-decoration: underline;
}
#dateFieldset {
flex-direction: column;
}
#previousEnquetesMobile > article {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100vw;
margin-top: 10px;
border-top: 2px solid lightseagreen;
padding: 10px;
}
#previousEnquetesMobile > span {
}
@supports (display: grid) {
}
@media screen and (min-width: 600px) {
/* show table, hide mobileUI */
#previousEnquetesMobile {
display: none;
}
}
@media screen and (max-width: 600px) {
/* show mobileUI, hide Table*/
#previousEnquetesTable {
display: none;
}
} | 0.447943 | 0.170473 |
h2 {
margin-top: 5px;
}
a {
color: #5A6B7D;
}
#wrapper {
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #fff;
margin-top: 40px;
}
@media(min-width:768px) {
#wrapper {
padding-left: 300px;
}
#page-wrapper {
padding: 22px 10px;
}
}
/* Side Navigation */
@media(min-width:768px) {
.side-nav {
position: fixed;
top: 0px;
left: 300px;
width: 300px;
margin-left: -300px;
border: none;
border-radius: 0;
overflow-y: auto;
background-color: #5A6B7D;
bottom: 0;
overflow-x: hidden;
padding-bottom: 0px;
}
.side-nav>li ul li label {
width: 300px;
border-bottom: 1px rgba(0,0,0,.3) solid;
}
.side-nav li ul li label.actived,
.side-nav li ul li label:hover,
.side-nav li ul li label:focus {
outline: none;
background-color: #4d5c6b !important;
}
}
.side-nav>li ul {
padding: 0;
}
.side-nav, .side-nav a {
color: #f5f5f5;
}
.side-nav a:focus, .side-nav a:hover {
background-color: #4d5c6b!important;
}
.side-nav li {
float: none;
}
.side-nav li h2, .side-nav li h3, .side-nav li h4, .side-nav li div {
padding: 3px 4px 3px 18px;
margin: 0;
}
.side-nav>li>ul>li label {
display: block;
padding: 3px 4px 3px 18px;
text-decoration: none;
color: #d4d4d4;
margin: 0;
cursor: pointer;
word-wrap: break-word;
}
.side-nav>li>ul>li label>input {
margin-right: 3px;
}
.navbar .nav > li a:hover > .label {
top: 10px;
}
.filters {
margin-bottom: 5px;
}
.filters .filter {
display: inline-block;
cursor: pointer;
background: #5A6B7D;
color: #f5f5f5;
padding: 2px 4px;
margin-right: 5px;
margin-bottom: 4px;
box-shadow: 0 0 black;
}
.modal-dialog{
width:80%;
}
.modal-content {
border-radius: 0;
border: 0;
}
.table {
margin-bottom: 0px;
}
table {
border: 0;
}
table tr {
cursor: pointer;
}
table tr:hover {
background: #DDD!important;
}
.navbar-header {
position: absolute;
display: block;
background: #5a6b7d;
left: 300px;
right:0;
color: white;
padding: 4px;
}
.navbar-header a {
color: #FFF;
} | docs/style/style.css | h2 {
margin-top: 5px;
}
a {
color: #5A6B7D;
}
#wrapper {
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #fff;
margin-top: 40px;
}
@media(min-width:768px) {
#wrapper {
padding-left: 300px;
}
#page-wrapper {
padding: 22px 10px;
}
}
/* Side Navigation */
@media(min-width:768px) {
.side-nav {
position: fixed;
top: 0px;
left: 300px;
width: 300px;
margin-left: -300px;
border: none;
border-radius: 0;
overflow-y: auto;
background-color: #5A6B7D;
bottom: 0;
overflow-x: hidden;
padding-bottom: 0px;
}
.side-nav>li ul li label {
width: 300px;
border-bottom: 1px rgba(0,0,0,.3) solid;
}
.side-nav li ul li label.actived,
.side-nav li ul li label:hover,
.side-nav li ul li label:focus {
outline: none;
background-color: #4d5c6b !important;
}
}
.side-nav>li ul {
padding: 0;
}
.side-nav, .side-nav a {
color: #f5f5f5;
}
.side-nav a:focus, .side-nav a:hover {
background-color: #4d5c6b!important;
}
.side-nav li {
float: none;
}
.side-nav li h2, .side-nav li h3, .side-nav li h4, .side-nav li div {
padding: 3px 4px 3px 18px;
margin: 0;
}
.side-nav>li>ul>li label {
display: block;
padding: 3px 4px 3px 18px;
text-decoration: none;
color: #d4d4d4;
margin: 0;
cursor: pointer;
word-wrap: break-word;
}
.side-nav>li>ul>li label>input {
margin-right: 3px;
}
.navbar .nav > li a:hover > .label {
top: 10px;
}
.filters {
margin-bottom: 5px;
}
.filters .filter {
display: inline-block;
cursor: pointer;
background: #5A6B7D;
color: #f5f5f5;
padding: 2px 4px;
margin-right: 5px;
margin-bottom: 4px;
box-shadow: 0 0 black;
}
.modal-dialog{
width:80%;
}
.modal-content {
border-radius: 0;
border: 0;
}
.table {
margin-bottom: 0px;
}
table {
border: 0;
}
table tr {
cursor: pointer;
}
table tr:hover {
background: #DDD!important;
}
.navbar-header {
position: absolute;
display: block;
background: #5a6b7d;
left: 300px;
right:0;
color: white;
padding: 4px;
}
.navbar-header a {
color: #FFF;
} | 0.372962 | 0.105349 |
.row::after {
content: "";
clear: both;
display: table;
}
[class*="col-"] {float:left;}
/* MOBILE GRID */
[class*="col-"] {
width: 100%;
}
[class*="col"] > * {margin-right: 1em;}
/* DEFAULT GRID (smallest) */
@media only screen and (min-width: 476px) {
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
}
/* SMALL GRID */
@media only screen and (min-width: 576px) {
.col-sm-1 {width: 8.33%;}
.col-sm-2 {width: 16.66%;}
.col-sm-3 {width: 25%;}
.col-sm-4 {width: 33.33%;}
.col-sm-5 {width: 41.66%;}
.col-sm-6 {width: 50%;}
.col-sm-7 {width: 58.33%;}
.col-sm-8 {width: 66.66%;}
.col-sm-9 {width: 75%;}
.col-sm-10 {width: 83.33%;}
.col-sm-11 {width: 91.66%;}
.col-sm-12 {width: 100%;}
}
/* MEDIUM GRID */
@media only screen and (min-width: 768px) {
.col-md-1 {width: 8.33%;}
.col-md-2 {width: 16.66%;}
.col-md-3 {width: 25%;}
.col-md-4 {width: 33.33%;}
.col-md-5 {width: 41.66%;}
.col-md-6 {width: 50%;}
.col-md-7 {width: 58.33%;}
.col-md-8 {width: 66.66%;}
.col-md-9 {width: 75%;}
.col-md-10 {width: 83.33%;}
.col-md-11 {width: 91.66%;}
.col-md-12 {width: 100%;}
}
/* LARGE GRID */
@media only screen and (min-width: 992px) {
.col-lg-1 {width: 8.33%;}
.col-lg-2 {width: 16.66%;}
.col-lg-3 {width: 25%;}
.col-lg-4 {width: 33.33%;}
.col-lg-5 {width: 41.66%;}
.col-lg-6 {width: 50%;}
.col-lg-7 {width: 58.33%;}
.col-lg-8 {width: 66.66%;}
.col-lg-9 {width: 75%;}
.col-lg-10 {width: 83.33%;}
.col-lg-11 {width: 91.66%;}
.col-lg-12 {width: 100%;}
}
/* EXTRA LARGE GRID */
@media only screen and (min-width: 1200px) {
.col-xl-1 {width: 8.33%;}
.col-xl-2 {width: 16.66%;}
.col-xl-3 {width: 25%;}
.col-xl-4 {width: 33.33%;}
.col-xl-5 {width: 41.66%;}
.col-xl-6 {width: 50%;}
.col-xl-7 {width: 58.33%;}
.col-xl-8 {width: 66.66%;}
.col-xl-9 {width: 75%;}
.col-xl-10 {width: 83.33%;}
.col-xl-11 {width: 91.66%;}
.col-xl-12 {width: 100%;}
}
/* DOUBLE EXTRA LARGE GRID */
@media only screen and (min-width: 1500px) {
.col-xxl-1 {width: 8.33%;}
.col-xxl-2 {width: 16.66%;}
.col-xxl-3 {width: 25%;}
.col-xxl-4 {width: 33.33%;}
.col-xxl-5 {width: 41.66%;}
.col-xxl-6 {width: 50%;}
.col-xxl-7 {width: 58.33%;}
.col-xxl-8 {width: 66.66%;}
.col-xxl-9 {width: 75%;}
.col-xxl-10 {width: 83.33%;}
.col-xxl-11 {width: 91.66%;}
.col-xxl-12 {width: 100%;}
}
/* GENERIC COMPONENTS */
/* MOBILE CONTAINER */
[class*="container"] {
margin-left: 0%;
margin-right: 0%;
}
/* DEFAULT CONTAINER */
@media only screen and (min-width: 476px) {
.container {
margin-left: 15%;
margin-right: 15%;
}
}
/* SMALL CONTAINER */
@media only screen and (min-width: 576px) {
.container-sm {
margin-left: 15%;
margin-right: 15%;
}
}
/* MEDIUM CONTAINER */
@media only screen and (min-width: 768px) {
.container-md {
margin-left: 15%;
margin-right: 15%;
}
}
/* LARGE CONTAINER */
@media only screen and (min-width: 992px) {
.container-lg {
margin-left: 15%;
margin-right: 15%;
}
}
/* EXTRA LARGE CONTAINER */
@media only screen and (min-width: 1200px) {
.container-xl {
margin-left: 15%;
margin-right: 15%;
}
}
/* SPACING */
.mb-1 {padding-bottom: 0.25em;}
.mb-2 {padding-bottom: 0.5em;}
.mb-3 {padding-bottom: 0.75em;}
.mb-4 {padding-bottom: 1em;}
/* ALIGN */
.h-center {text-align: center;}
.h-left {text-align: left;}
.h-right {text-align: right;}
.justify {text-align: justify;} | TCF/grid.css | .row::after {
content: "";
clear: both;
display: table;
}
[class*="col-"] {float:left;}
/* MOBILE GRID */
[class*="col-"] {
width: 100%;
}
[class*="col"] > * {margin-right: 1em;}
/* DEFAULT GRID (smallest) */
@media only screen and (min-width: 476px) {
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
}
/* SMALL GRID */
@media only screen and (min-width: 576px) {
.col-sm-1 {width: 8.33%;}
.col-sm-2 {width: 16.66%;}
.col-sm-3 {width: 25%;}
.col-sm-4 {width: 33.33%;}
.col-sm-5 {width: 41.66%;}
.col-sm-6 {width: 50%;}
.col-sm-7 {width: 58.33%;}
.col-sm-8 {width: 66.66%;}
.col-sm-9 {width: 75%;}
.col-sm-10 {width: 83.33%;}
.col-sm-11 {width: 91.66%;}
.col-sm-12 {width: 100%;}
}
/* MEDIUM GRID */
@media only screen and (min-width: 768px) {
.col-md-1 {width: 8.33%;}
.col-md-2 {width: 16.66%;}
.col-md-3 {width: 25%;}
.col-md-4 {width: 33.33%;}
.col-md-5 {width: 41.66%;}
.col-md-6 {width: 50%;}
.col-md-7 {width: 58.33%;}
.col-md-8 {width: 66.66%;}
.col-md-9 {width: 75%;}
.col-md-10 {width: 83.33%;}
.col-md-11 {width: 91.66%;}
.col-md-12 {width: 100%;}
}
/* LARGE GRID */
@media only screen and (min-width: 992px) {
.col-lg-1 {width: 8.33%;}
.col-lg-2 {width: 16.66%;}
.col-lg-3 {width: 25%;}
.col-lg-4 {width: 33.33%;}
.col-lg-5 {width: 41.66%;}
.col-lg-6 {width: 50%;}
.col-lg-7 {width: 58.33%;}
.col-lg-8 {width: 66.66%;}
.col-lg-9 {width: 75%;}
.col-lg-10 {width: 83.33%;}
.col-lg-11 {width: 91.66%;}
.col-lg-12 {width: 100%;}
}
/* EXTRA LARGE GRID */
@media only screen and (min-width: 1200px) {
.col-xl-1 {width: 8.33%;}
.col-xl-2 {width: 16.66%;}
.col-xl-3 {width: 25%;}
.col-xl-4 {width: 33.33%;}
.col-xl-5 {width: 41.66%;}
.col-xl-6 {width: 50%;}
.col-xl-7 {width: 58.33%;}
.col-xl-8 {width: 66.66%;}
.col-xl-9 {width: 75%;}
.col-xl-10 {width: 83.33%;}
.col-xl-11 {width: 91.66%;}
.col-xl-12 {width: 100%;}
}
/* DOUBLE EXTRA LARGE GRID */
@media only screen and (min-width: 1500px) {
.col-xxl-1 {width: 8.33%;}
.col-xxl-2 {width: 16.66%;}
.col-xxl-3 {width: 25%;}
.col-xxl-4 {width: 33.33%;}
.col-xxl-5 {width: 41.66%;}
.col-xxl-6 {width: 50%;}
.col-xxl-7 {width: 58.33%;}
.col-xxl-8 {width: 66.66%;}
.col-xxl-9 {width: 75%;}
.col-xxl-10 {width: 83.33%;}
.col-xxl-11 {width: 91.66%;}
.col-xxl-12 {width: 100%;}
}
/* GENERIC COMPONENTS */
/* MOBILE CONTAINER */
[class*="container"] {
margin-left: 0%;
margin-right: 0%;
}
/* DEFAULT CONTAINER */
@media only screen and (min-width: 476px) {
.container {
margin-left: 15%;
margin-right: 15%;
}
}
/* SMALL CONTAINER */
@media only screen and (min-width: 576px) {
.container-sm {
margin-left: 15%;
margin-right: 15%;
}
}
/* MEDIUM CONTAINER */
@media only screen and (min-width: 768px) {
.container-md {
margin-left: 15%;
margin-right: 15%;
}
}
/* LARGE CONTAINER */
@media only screen and (min-width: 992px) {
.container-lg {
margin-left: 15%;
margin-right: 15%;
}
}
/* EXTRA LARGE CONTAINER */
@media only screen and (min-width: 1200px) {
.container-xl {
margin-left: 15%;
margin-right: 15%;
}
}
/* SPACING */
.mb-1 {padding-bottom: 0.25em;}
.mb-2 {padding-bottom: 0.5em;}
.mb-3 {padding-bottom: 0.75em;}
.mb-4 {padding-bottom: 1em;}
/* ALIGN */
.h-center {text-align: center;}
.h-left {text-align: left;}
.h-right {text-align: right;}
.justify {text-align: justify;} | 0.271735 | 0.068631 |
position:relative;
margin:0 auto 0;
display:block;
width:960px;
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#topbar a{
color:#F8F7DF;
background-color:#313131;
}
#topbar a:hover{
color:#8B785F;
background-color:#313131;
}
#slidepanel{
display:none;
position:relative;
width:960px;
overflow:hidden;
color:#FFFFFF;
background:url("../images/tab_l.gif") bottom left no-repeat #313131;
}
/* ----------------------------------------------Content-------------------------------------*/
#topbar .topbox{
display:block;
float:left;
width:270px;
margin:0 30px 0 0;
padding:15px;
}
#topbar .last{
margin-right:0;
}
#topbar h1, #topbar h2, #topbar h3, #topbar h4, #topbar h5, #topbar h6{
font-size:18px;
margin:0 0 15px 0;
padding:0 0 8px 0;
border-bottom:1px dotted #E7E6E6;
}
#topbar p{
margin:0 0 15px 0;
padding:0;
line-height:1.6em;
}
#topbar p.readmore{
display:block;
margin:0;
text-align:right;
line-height:normal;
font-weight:bold;
}
/* ----------------------------------------------Forms-------------------------------------*/
#topbar form, #topbar fieldset, #topbar legend{margin:0; padding:0; border:none;}
#topbar legend{display:none;}
#topbar input, #topbar textarea, #topbar select{font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#topbar label{
display:block;
width:270px;
margin:0 0 12px 0;
padding:0;
}
#topbar label input{
display:block;
width:262px;
margin:5px 0;
padding:3px;
color:#333333;
background-color:#F8F7DF;
border:1px solid #CCCCCC;
}
#topbar .topbox p input{
padding:3px 10px;
color:#666666;
background-color:#F7F7F7;
border:1px solid #CCCCCC;
cursor:pointer;
}
#topbar label input.checkbox{
display:inline;
width:auto;
margin:0 5px 0 0;
padding:0;
}
/* ----------------------------------------------Tab Panel-------------------------------------*/
#loginpanel{
display:block;
position:relative;
top:0;
}
#loginpanel ul{
display:block;
float:right;
width:210px;
height:24px;
margin:0;
padding:6px 0 0 0;
text-align:center;
color:#CCCCCC;
background-color:#313131;
}
#loginpanel li{
display:block;
height:24px;
margin:0;
padding:0;
}
#loginpanel li.left{
float:left;
text-align:right;
padding-left:10px;
background:url("../images/tab_l.gif") no-repeat bottom left;
}
#loginpanel li.right{
float:right;
text-align:left;
padding-right:10px;
background:url("../images/tab_r.gif") no-repeat bottom right;
}
#loginpanel a{
display:block;
width:100px;
} | learn.online.war/target/learn.online.war-0.0.1-SNAPSHOT/common/styles/loginslider.css | position:relative;
margin:0 auto 0;
display:block;
width:960px;
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#topbar a{
color:#F8F7DF;
background-color:#313131;
}
#topbar a:hover{
color:#8B785F;
background-color:#313131;
}
#slidepanel{
display:none;
position:relative;
width:960px;
overflow:hidden;
color:#FFFFFF;
background:url("../images/tab_l.gif") bottom left no-repeat #313131;
}
/* ----------------------------------------------Content-------------------------------------*/
#topbar .topbox{
display:block;
float:left;
width:270px;
margin:0 30px 0 0;
padding:15px;
}
#topbar .last{
margin-right:0;
}
#topbar h1, #topbar h2, #topbar h3, #topbar h4, #topbar h5, #topbar h6{
font-size:18px;
margin:0 0 15px 0;
padding:0 0 8px 0;
border-bottom:1px dotted #E7E6E6;
}
#topbar p{
margin:0 0 15px 0;
padding:0;
line-height:1.6em;
}
#topbar p.readmore{
display:block;
margin:0;
text-align:right;
line-height:normal;
font-weight:bold;
}
/* ----------------------------------------------Forms-------------------------------------*/
#topbar form, #topbar fieldset, #topbar legend{margin:0; padding:0; border:none;}
#topbar legend{display:none;}
#topbar input, #topbar textarea, #topbar select{font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#topbar label{
display:block;
width:270px;
margin:0 0 12px 0;
padding:0;
}
#topbar label input{
display:block;
width:262px;
margin:5px 0;
padding:3px;
color:#333333;
background-color:#F8F7DF;
border:1px solid #CCCCCC;
}
#topbar .topbox p input{
padding:3px 10px;
color:#666666;
background-color:#F7F7F7;
border:1px solid #CCCCCC;
cursor:pointer;
}
#topbar label input.checkbox{
display:inline;
width:auto;
margin:0 5px 0 0;
padding:0;
}
/* ----------------------------------------------Tab Panel-------------------------------------*/
#loginpanel{
display:block;
position:relative;
top:0;
}
#loginpanel ul{
display:block;
float:right;
width:210px;
height:24px;
margin:0;
padding:6px 0 0 0;
text-align:center;
color:#CCCCCC;
background-color:#313131;
}
#loginpanel li{
display:block;
height:24px;
margin:0;
padding:0;
}
#loginpanel li.left{
float:left;
text-align:right;
padding-left:10px;
background:url("../images/tab_l.gif") no-repeat bottom left;
}
#loginpanel li.right{
float:right;
text-align:left;
padding-right:10px;
background:url("../images/tab_r.gif") no-repeat bottom right;
}
#loginpanel a{
display:block;
width:100px;
} | 0.197909 | 0.046616 |
html, body{
height: 100%;
font-family: Arial, Helvetica, sans-serif;
color: rgb(11, 12, 12);
}
h2{
margin-top: 80px;
color: rgb(0, 39, 83);
font-family: 'Anaheim', sans-serif;
font-size: 40px;
font-weight: bold;
}
li{
list-style: none;
}
a, a:link, a:hover, a:visited, a:hover {
text-decoration: none;
color: rgb(223, 219, 219);
}
.clear{
clear: both;
display: none;
}
.header {
text-align: center;
font-size: 30px;
}
.value{
height: 3em;
text-align: center;
border:0;
color:rgb(51, 50, 49);
}
#currentIntake {
font-size: 2em;
line-height: 2em;
font-weight: bold;
}
.button-list{
/* overflow: auto; */
padding: 0 30em;
justify-content: space-around;
margin-bottom: 20px;
display: list-item;
align-items: center;
}
.btn {
display: inline-block;
font-weight: bold;
width: 32%;
height: 1.75em;
background-color: rgba(43, 72, 126, 0.911);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-bottom: .75em;
box-sizing: border-box;
text-align: center;
float: left;
}
.btn-middle {
color: white;
height: 3.5em;
padding: .75em 0;
border-radius: 0;
}
.btn-right{
border-radius: 0 1em 1em 0;
font-size: 2em;
padding: 0.25em 0;
}
.btn-left{
border-radius: 1em 0 0 1em;
font-size:2em;
padding: 0.25em 0;
}
.btn-submit{
height: 3.3em;
width: 96%;
margin-bottom: 10px;
border-radius: 1em;
padding: 1em 0;
background-color: rgba(43, 72, 126, 0.911);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
font-size: 1.5em;
}
.btn-settings{
float: right;
height: 3.5em;
width: 3.5em;
margin: 0;
}
div.copop {
float: left;
width: 15%;
padding: 5px;
margin: 0px 10px 10px 0;
vertical-align: 30%;
font-style: italic;
font-size: 20px;
text-align: center;
}
div.copog {
float: right;
width: 15%;
padding: 5px;
margin: 0px 10px 10px 0;
vertical-align: 30%;
font-style: italic;
font-size: 20px;
text-align: center;
}
body {
background-size: 110% 110%;
background-repeat: no-repeat;
background-color:white;
background-image: linear-gradient(rgba(249, 253, 253, 0.925),
rgba(218, 221, 221, 0.952));
} | public/assets/css/styleAPI.css | html, body{
height: 100%;
font-family: Arial, Helvetica, sans-serif;
color: rgb(11, 12, 12);
}
h2{
margin-top: 80px;
color: rgb(0, 39, 83);
font-family: 'Anaheim', sans-serif;
font-size: 40px;
font-weight: bold;
}
li{
list-style: none;
}
a, a:link, a:hover, a:visited, a:hover {
text-decoration: none;
color: rgb(223, 219, 219);
}
.clear{
clear: both;
display: none;
}
.header {
text-align: center;
font-size: 30px;
}
.value{
height: 3em;
text-align: center;
border:0;
color:rgb(51, 50, 49);
}
#currentIntake {
font-size: 2em;
line-height: 2em;
font-weight: bold;
}
.button-list{
/* overflow: auto; */
padding: 0 30em;
justify-content: space-around;
margin-bottom: 20px;
display: list-item;
align-items: center;
}
.btn {
display: inline-block;
font-weight: bold;
width: 32%;
height: 1.75em;
background-color: rgba(43, 72, 126, 0.911);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-bottom: .75em;
box-sizing: border-box;
text-align: center;
float: left;
}
.btn-middle {
color: white;
height: 3.5em;
padding: .75em 0;
border-radius: 0;
}
.btn-right{
border-radius: 0 1em 1em 0;
font-size: 2em;
padding: 0.25em 0;
}
.btn-left{
border-radius: 1em 0 0 1em;
font-size:2em;
padding: 0.25em 0;
}
.btn-submit{
height: 3.3em;
width: 96%;
margin-bottom: 10px;
border-radius: 1em;
padding: 1em 0;
background-color: rgba(43, 72, 126, 0.911);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
font-size: 1.5em;
}
.btn-settings{
float: right;
height: 3.5em;
width: 3.5em;
margin: 0;
}
div.copop {
float: left;
width: 15%;
padding: 5px;
margin: 0px 10px 10px 0;
vertical-align: 30%;
font-style: italic;
font-size: 20px;
text-align: center;
}
div.copog {
float: right;
width: 15%;
padding: 5px;
margin: 0px 10px 10px 0;
vertical-align: 30%;
font-style: italic;
font-size: 20px;
text-align: center;
}
body {
background-size: 110% 110%;
background-repeat: no-repeat;
background-color:white;
background-image: linear-gradient(rgba(249, 253, 253, 0.925),
rgba(218, 221, 221, 0.952));
} | 0.362743 | 0.101679 |
@font-face {
font-family: 'Roboto-Bold';
src:url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto-Regular';
src:url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto-Thin';
src:url('../fonts/Roboto-Thin.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto-Light';
src:url('../fonts/Roboto-Light.ttf') format('truetype');
}
*{
font-family: "Roboto-Light",sans-serif;
}
/*login, password reset, register forms*/
body{
background-color: white;
}
.index-jumbotron{
height:100vh;
background: url(/images/index.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-radius: 0;
}
/*login*/
#login-container{
margin-top: 5em;
}
/*register*/
#register-container{
margin-top: 1.2em;
}
#register-container .badge{
padding:7px;
}
#register-container .badge:hover{
cursor: pointer;
opacity: 0.8;
}
/*password reset*/
#reset-container{
margin-top: 7.5em;
}
/*register*/
#payment-container{
margin-top: 2em;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
/*success*/
#success-container{
margin-top: 7.5em;
}
#success-container .card,#payment-container .card{
background: rgba(255,255,255,0.8);
}
/*errors*/
#errors-container{
margin-top: 5em;
}
/****variables for theme****/
:root{
--main-theme-color:teal;
--topmost-jumbotron-background-color:white;
}
/*form*/
.form-container p{
padding:0;
margin:0;
font-size:0.8em;
}
.form-container h5{
background-color: var(--main-theme-color);
color:white;
padding:0.5em;
margin:0;
border:1px solid var(--main-theme-color);
}
.form-container .card{
padding:2em;
border-radius: 0;
border:1px solid white;
}
.form-control,.btn{
border-radius: 0;
}
#success-container p,#errors-container p{
font-size:1.2em;
}
#errors-container h5{
background-color: #D91E18;
border-color: #D91E18;
}
/*univeral button styles*/
.btn-teal{
border:2px solid var(--main-theme-color) !important;
background-color:var(--main-theme-color) !important;
color:white !important;
border-radius:0;
}
.btn-teal:hover{
cursor:pointer;
opacity:0.8;
}
.start-studying{
color:white;
background-color: #3F729B;
padding:0.8em 4em;
}
.start-studying:hover{
opacity:0.8;
color: white;
}
/*site navigation*/
.topmost-jumbotron{
height:auto;
border-radius: 0;
}
.topmost-jumbotron .bg-light{
background:var(--topmost-jumbotron-background-color) !important;
border:1px solid transparent;
padding:0.2em 1em;
}
.topmost-jumbotron .navbar-nav .nav-link {
color: black;
font-size:0.9em;
}
.topmost-jumbotron .bg-light .navbar-brand{
color:black;
}
.topmost-jumbotron .bg-light ul.topmost-nav li .nav-link:hover{
background-color: white ;
color:black;
border:2px solid black;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.topmost-nav-button{
transform:translateY(2px);
}
.bottom-nav-jumbotron{
background-color: var(--main-theme-color);
border-radius:0;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1);
padding:1em;
padding-bottom: 0.2em;
}
.bottom-nav-container a{
color:white;
font-size:0.9em;
}
.bottom-nav-container .col-md-2:hover,.bottom-nav-container .col-md-1:hover{
cursor: pointer;
opacity: 0.3;
transition: all 0.3s ease;
}
.bottom-nav-container a:hover{
text-decoration: none;
}
/*styles for welcome page*/
.welcome-container{
margin-top: 4em;
}
.welcome-container .card{
margin-top:0;
}
/*content container*/
/*.content-container{
background-color: white;
}*/
/*.content-container h4{
padding:0.2em;
}
*/
.content-card{
background-color: white;
padding:0.5em 1.5em;
border-radius: 0;
border:none;
}
.content-card .form-control{
width:100%;
}
.content-card .input-group-btn .btn{
border-radius: 0;
background-color: var(--main-theme-color);
color: white;
}
.content-card .input-group-btn .btn:hover{
cursor: pointer;
opacity: 0.8;
}
/*button*/
.btn:hover{
cursor:pointer;
opacity: 0.8;
}
/*sidebar*/
ul.sidebar{
background-color: white;
padding: 1em;
}
.sidebar li{
list-style: none;
}
.sidebar li a{
color:black;
}
.sidebar li .btn{
border:2px solid #eee;
}
.sidebar li .btn:hover{
border:2px solid var(--main-theme-color);
}
.first-row{
/*border-bottom: 1px solid #eee;*/
}
/*pagination*/
.pagination li a{
color:black;
}
.pagination li a:hover{
color: black;
}
/*title image overlay*/
.title-image-overlay{
height:auto;
min-height: 120px;
max-height: 130px;
background: url(/images/courses.png);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding:1em;
}
.title-image-overlay p{
color: white;
font-size:0.9em;
}
.content-row{
border:1px solid #eee;
/*background-color: #eee;*/
}
.content-row a{
color: black;
}
.content-row a:hover{
text-decoration: none;
}
p.description{
font-size:0.8em;
}
p.details{
font-size:0.76em;
}
/*forums*/
.forum-card{
border:1px solid var(--main-theme-color);
}
.forum-content-row h6{
background-color: #eee;
padding:0.5em;
}
/*my account*/
.sidebar-card{
padding:0.3em;
border-radius: 0;
}
.sidebar-card .nav-link{
color:black;
border-radius: 0;
}
.sidebar-card .nav-pills .nav-link.active, .show>.nav-pills .nav-link {
color: black;
background-color: #eee;
}
/*Course details*/
.content-container .video-card,.content-container .course-detail-card{
border-radius: 0;
}
.content-container .video-card h4.loading{
padding:10px;
position: absolute;
left:12em;
margin-top:5em;
}
.content-container .course-detail-card{
padding:1em;
}
.content-container h5{
padding-bottom: 0.8em;
border-bottom:1px solid #eee;
}
.course-detail-card p.details{
font-size:0.9em;
}
.active-part{
background-color: #eee;
}
.parts-head{
border-radius: 0;
border:none;
}
.parts-head h4,.parts-head h5{
background-color: #eee;
padding:0.3em;
color:black;
margin:0;
}
.parts-list-card,.related-list-card{
border-radius: 0;
border:none;
}
.parts-list-card ul{
padding:0.5em;
}
.parts-list-card ul li{
list-style-type: none;
border-bottom:1px solid #eee;
padding:0;
}
.parts-list-card ul li a{
color:black;
padding:0.3em;
font-size: 1.3em;
transition: all 0.3s ease;
}
.parts-list-card ul li a:hover{
background-color: #eee;
text-decoration: none;
}
.related-list-card{
padding:1em;
}
.related-list-card a{
color: black;
padding:0.3em;
}
.related-list-card a:hover{
text-decoration: none;
}
.related-row{
border-bottom: 1px solid #eee;
}
/*comments*/
.comment-card{
padding:1em;
background-color: white;
}
/*gallery*/
.gallery-card{
border-radius:0;
border:none;
padding:0.3em;
background-color: white;
}
.grid-sizer,
.grid-item {
width: 20%;
min-width: 16.25rem;
padding:0.3em;
overflow: hidden;
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
.overlay{
position: absolute;
width:100%;
height: 100%;
background:rgba(0,0,0,0.8);
color:white;
padding:2em;
transition: 0.5s ease all;
transform: scale(0);
}
.overlay p{
margin-top: 1em;
font-size:2em;
}
.grid-item:hover .overlay{
transform: scale(1);
}
.ekko-lightbox .modal-body{
padding:0;
border-radius: 0;
}
/*pagination*/
.page-item.active .page-link {
z-index: 2;
color: black;
background-color: #eee;
border:1px solid #ddd;
}
/*admin*/
/*modals*/
/*.close-modal{
border-radius: 0;
}
.close-modal:hover{
cursor:pointer;
}*/
#welcome-modal .modal-content{
border:2px solid #2574A9;
border-radius: 0;
}
#welcome-modal .modal-header{
background-color: #2574A9;
/*background: url(/images/welcome.png) center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
}
#welcome-modal .start-here{
background-color: var(--main-theme-color);
color: white;
}
#welcome-modal .start-here-header{
margin-top: 7em;
}
#welcome-modal p.tagline{
font-weight: bold;
background-color: #eee;
padding:0.5em;
}
#welcome-modal .modal-title,.modal .close{
color:white;
}
.modal-card{
padding:0.4em;
border-radius:0;
background-color: #3F729B;
color:white;
} | public/css/commons.css | @font-face {
font-family: 'Roboto-Bold';
src:url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto-Regular';
src:url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto-Thin';
src:url('../fonts/Roboto-Thin.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto-Light';
src:url('../fonts/Roboto-Light.ttf') format('truetype');
}
*{
font-family: "Roboto-Light",sans-serif;
}
/*login, password reset, register forms*/
body{
background-color: white;
}
.index-jumbotron{
height:100vh;
background: url(/images/index.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-radius: 0;
}
/*login*/
#login-container{
margin-top: 5em;
}
/*register*/
#register-container{
margin-top: 1.2em;
}
#register-container .badge{
padding:7px;
}
#register-container .badge:hover{
cursor: pointer;
opacity: 0.8;
}
/*password reset*/
#reset-container{
margin-top: 7.5em;
}
/*register*/
#payment-container{
margin-top: 2em;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
/*success*/
#success-container{
margin-top: 7.5em;
}
#success-container .card,#payment-container .card{
background: rgba(255,255,255,0.8);
}
/*errors*/
#errors-container{
margin-top: 5em;
}
/****variables for theme****/
:root{
--main-theme-color:teal;
--topmost-jumbotron-background-color:white;
}
/*form*/
.form-container p{
padding:0;
margin:0;
font-size:0.8em;
}
.form-container h5{
background-color: var(--main-theme-color);
color:white;
padding:0.5em;
margin:0;
border:1px solid var(--main-theme-color);
}
.form-container .card{
padding:2em;
border-radius: 0;
border:1px solid white;
}
.form-control,.btn{
border-radius: 0;
}
#success-container p,#errors-container p{
font-size:1.2em;
}
#errors-container h5{
background-color: #D91E18;
border-color: #D91E18;
}
/*univeral button styles*/
.btn-teal{
border:2px solid var(--main-theme-color) !important;
background-color:var(--main-theme-color) !important;
color:white !important;
border-radius:0;
}
.btn-teal:hover{
cursor:pointer;
opacity:0.8;
}
.start-studying{
color:white;
background-color: #3F729B;
padding:0.8em 4em;
}
.start-studying:hover{
opacity:0.8;
color: white;
}
/*site navigation*/
.topmost-jumbotron{
height:auto;
border-radius: 0;
}
.topmost-jumbotron .bg-light{
background:var(--topmost-jumbotron-background-color) !important;
border:1px solid transparent;
padding:0.2em 1em;
}
.topmost-jumbotron .navbar-nav .nav-link {
color: black;
font-size:0.9em;
}
.topmost-jumbotron .bg-light .navbar-brand{
color:black;
}
.topmost-jumbotron .bg-light ul.topmost-nav li .nav-link:hover{
background-color: white ;
color:black;
border:2px solid black;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.topmost-nav-button{
transform:translateY(2px);
}
.bottom-nav-jumbotron{
background-color: var(--main-theme-color);
border-radius:0;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1);
padding:1em;
padding-bottom: 0.2em;
}
.bottom-nav-container a{
color:white;
font-size:0.9em;
}
.bottom-nav-container .col-md-2:hover,.bottom-nav-container .col-md-1:hover{
cursor: pointer;
opacity: 0.3;
transition: all 0.3s ease;
}
.bottom-nav-container a:hover{
text-decoration: none;
}
/*styles for welcome page*/
.welcome-container{
margin-top: 4em;
}
.welcome-container .card{
margin-top:0;
}
/*content container*/
/*.content-container{
background-color: white;
}*/
/*.content-container h4{
padding:0.2em;
}
*/
.content-card{
background-color: white;
padding:0.5em 1.5em;
border-radius: 0;
border:none;
}
.content-card .form-control{
width:100%;
}
.content-card .input-group-btn .btn{
border-radius: 0;
background-color: var(--main-theme-color);
color: white;
}
.content-card .input-group-btn .btn:hover{
cursor: pointer;
opacity: 0.8;
}
/*button*/
.btn:hover{
cursor:pointer;
opacity: 0.8;
}
/*sidebar*/
ul.sidebar{
background-color: white;
padding: 1em;
}
.sidebar li{
list-style: none;
}
.sidebar li a{
color:black;
}
.sidebar li .btn{
border:2px solid #eee;
}
.sidebar li .btn:hover{
border:2px solid var(--main-theme-color);
}
.first-row{
/*border-bottom: 1px solid #eee;*/
}
/*pagination*/
.pagination li a{
color:black;
}
.pagination li a:hover{
color: black;
}
/*title image overlay*/
.title-image-overlay{
height:auto;
min-height: 120px;
max-height: 130px;
background: url(/images/courses.png);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding:1em;
}
.title-image-overlay p{
color: white;
font-size:0.9em;
}
.content-row{
border:1px solid #eee;
/*background-color: #eee;*/
}
.content-row a{
color: black;
}
.content-row a:hover{
text-decoration: none;
}
p.description{
font-size:0.8em;
}
p.details{
font-size:0.76em;
}
/*forums*/
.forum-card{
border:1px solid var(--main-theme-color);
}
.forum-content-row h6{
background-color: #eee;
padding:0.5em;
}
/*my account*/
.sidebar-card{
padding:0.3em;
border-radius: 0;
}
.sidebar-card .nav-link{
color:black;
border-radius: 0;
}
.sidebar-card .nav-pills .nav-link.active, .show>.nav-pills .nav-link {
color: black;
background-color: #eee;
}
/*Course details*/
.content-container .video-card,.content-container .course-detail-card{
border-radius: 0;
}
.content-container .video-card h4.loading{
padding:10px;
position: absolute;
left:12em;
margin-top:5em;
}
.content-container .course-detail-card{
padding:1em;
}
.content-container h5{
padding-bottom: 0.8em;
border-bottom:1px solid #eee;
}
.course-detail-card p.details{
font-size:0.9em;
}
.active-part{
background-color: #eee;
}
.parts-head{
border-radius: 0;
border:none;
}
.parts-head h4,.parts-head h5{
background-color: #eee;
padding:0.3em;
color:black;
margin:0;
}
.parts-list-card,.related-list-card{
border-radius: 0;
border:none;
}
.parts-list-card ul{
padding:0.5em;
}
.parts-list-card ul li{
list-style-type: none;
border-bottom:1px solid #eee;
padding:0;
}
.parts-list-card ul li a{
color:black;
padding:0.3em;
font-size: 1.3em;
transition: all 0.3s ease;
}
.parts-list-card ul li a:hover{
background-color: #eee;
text-decoration: none;
}
.related-list-card{
padding:1em;
}
.related-list-card a{
color: black;
padding:0.3em;
}
.related-list-card a:hover{
text-decoration: none;
}
.related-row{
border-bottom: 1px solid #eee;
}
/*comments*/
.comment-card{
padding:1em;
background-color: white;
}
/*gallery*/
.gallery-card{
border-radius:0;
border:none;
padding:0.3em;
background-color: white;
}
.grid-sizer,
.grid-item {
width: 20%;
min-width: 16.25rem;
padding:0.3em;
overflow: hidden;
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
.overlay{
position: absolute;
width:100%;
height: 100%;
background:rgba(0,0,0,0.8);
color:white;
padding:2em;
transition: 0.5s ease all;
transform: scale(0);
}
.overlay p{
margin-top: 1em;
font-size:2em;
}
.grid-item:hover .overlay{
transform: scale(1);
}
.ekko-lightbox .modal-body{
padding:0;
border-radius: 0;
}
/*pagination*/
.page-item.active .page-link {
z-index: 2;
color: black;
background-color: #eee;
border:1px solid #ddd;
}
/*admin*/
/*modals*/
/*.close-modal{
border-radius: 0;
}
.close-modal:hover{
cursor:pointer;
}*/
#welcome-modal .modal-content{
border:2px solid #2574A9;
border-radius: 0;
}
#welcome-modal .modal-header{
background-color: #2574A9;
/*background: url(/images/welcome.png) center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
}
#welcome-modal .start-here{
background-color: var(--main-theme-color);
color: white;
}
#welcome-modal .start-here-header{
margin-top: 7em;
}
#welcome-modal p.tagline{
font-weight: bold;
background-color: #eee;
padding:0.5em;
}
#welcome-modal .modal-title,.modal .close{
color:white;
}
.modal-card{
padding:0.4em;
border-radius:0;
background-color: #3F729B;
color:white;
} | 0.151467 | 0.049268 |
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background-image: url("./bg.jpg");
background-position: center top;
background-repeat: repeat-x repeat-y;
}
a {
text-decoration: none;
}
#card_num_input {
cursor: default;
position: absolute;
left: -500px;
top: -100px;
width: 2000px;
height: 1000px;
background: transparent;
border: 0;
}
#wrap {
margin: 0 auto;
position: relative;
float: none;
top: 0px;
left: 0px;
width: 1024px;
height: 768px;
text-align: left;
}
#main {
margin-left: 36px;
margin-top: 36px;
position: relative;
float: left;
width: 738px;
height: 580px;
text-align: left;
color: white;
}
#left {
margin-left: 24px;
margin-top: 36px;
position: relative;
float: left;
width: 200px;
color: white;
}
.signin-node {
margin-left: 24px;
width: 38px;
font-size: 36px;
float: left;
}
.banner {
margin-left: 24px;
width: 28px;
font-size: 22px;
font-weight: bold;
float: left;
}
#content-wrap {
height: 650px;
}
#corner {
padding: 8px;
width: 720px;
height: 540px;
background: #434E6C;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
#corner img {
margin-left: 12px;
border: 0;
position: relative;
float: left;
}
.msg {
position: relative;
margin-left: 4px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 10px;
font-size: 64px;
text-align: center;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
background: #FCFF65;
color: green;
}
#corner table {
width: 720px;
position: relative;
float: left;
margin: 2px 0 0 0;
border-collapse: collapse;
color: white;
}
#corner table td {
padding: 8px;
font-size: 40px;
vertical-align: middle;
}
#corner table th {
padding: 8px;
font-size: 40px;
text-align: left;
font-weight: bold;
}
#corner table thead {
font-weight: bold;
background-color: #BBBBBB;
}
.footer {
text-align: right;
font-size: 14px;
margin-top: 20px;
border-top: 1px solid #999999;
width: 100%;
}
.error {
color: red;
}
#clock {
text-align: center;
width: 720px;
height: 100px;
background: #434E6C;
font: bold 40pt sans;
padding: 8px;
} | static/terminal.css | body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background-image: url("./bg.jpg");
background-position: center top;
background-repeat: repeat-x repeat-y;
}
a {
text-decoration: none;
}
#card_num_input {
cursor: default;
position: absolute;
left: -500px;
top: -100px;
width: 2000px;
height: 1000px;
background: transparent;
border: 0;
}
#wrap {
margin: 0 auto;
position: relative;
float: none;
top: 0px;
left: 0px;
width: 1024px;
height: 768px;
text-align: left;
}
#main {
margin-left: 36px;
margin-top: 36px;
position: relative;
float: left;
width: 738px;
height: 580px;
text-align: left;
color: white;
}
#left {
margin-left: 24px;
margin-top: 36px;
position: relative;
float: left;
width: 200px;
color: white;
}
.signin-node {
margin-left: 24px;
width: 38px;
font-size: 36px;
float: left;
}
.banner {
margin-left: 24px;
width: 28px;
font-size: 22px;
font-weight: bold;
float: left;
}
#content-wrap {
height: 650px;
}
#corner {
padding: 8px;
width: 720px;
height: 540px;
background: #434E6C;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
#corner img {
margin-left: 12px;
border: 0;
position: relative;
float: left;
}
.msg {
position: relative;
margin-left: 4px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 10px;
font-size: 64px;
text-align: center;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
background: #FCFF65;
color: green;
}
#corner table {
width: 720px;
position: relative;
float: left;
margin: 2px 0 0 0;
border-collapse: collapse;
color: white;
}
#corner table td {
padding: 8px;
font-size: 40px;
vertical-align: middle;
}
#corner table th {
padding: 8px;
font-size: 40px;
text-align: left;
font-weight: bold;
}
#corner table thead {
font-weight: bold;
background-color: #BBBBBB;
}
.footer {
text-align: right;
font-size: 14px;
margin-top: 20px;
border-top: 1px solid #999999;
width: 100%;
}
.error {
color: red;
}
#clock {
text-align: center;
width: 720px;
height: 100px;
background: #434E6C;
font: bold 40pt sans;
padding: 8px;
} | 0.598312 | 0.084833 |
.MagicThumb > span {
display: none;
}
.mgt-hint,
.mgt-loading {
color: #eee;
direction: ltr;
text-align: center;
text-decoration: none;
background: rgba(49,51,61,0.7);
font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.mgt-hint {
left: 0;
right: 0;
bottom: 8px;
padding: 0 10%;
-webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
transition: opacity 0.25s ease, z-index 0.25s ease;
}
.mgt-hint-message {
border-radius: 2em;
padding: .7em 1.1em;
background: rgba(49,51,61,0.7);
}
.mgt-hint-message:before {
speak: none;
font-size: 1.5em;
content: '\02295';
margin-right: 6px;
font-family: serif;
text-align: center;
vertical-align: -2px;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.mobile-magic .mgt-hint-message:before {
display: none;
}
.mgt-hint-hidden {
opacity: 0;
z-index: -1;
-webkit-transition-delay: .6s;
transition-delay: .6s;
}
.mgt-loading {
top: 50%;
left: 50%;
padding: 0;
width: 36px;
height: 36px;
font-size: 0;
border-radius: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.mgt-loading:after {
content: '';
position: absolute;
top: 0; bottom: 0;
left: 0; right: 0;
width: 24px;
height: 24px;
margin: auto;
text-indent: -9999em;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 1);
border-top-color: transparent;
box-sizing: border-box;
-webkit-animation: thumb-loading .9s infinite linear;
animation: thumb-loading .9s infinite linear;
}
@-webkit-keyframes thumb-loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes thumb-loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* Style of the small image link */
.MagicThumb, .MagicThumb:hover {
z-index: 1;
direction: ltr;
max-width: 100%;
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
display: inline-block;
position: relative;
}
/* Style of the small image */
.MagicThumb img {
height: auto;
}
.MagicThumb > img {
display: inline-block !important;
width: 100%;
}
td > .MagicThumb > img,
td > .MagicThumb.magic-for-ie8 > img {
max-width: none;
width: auto;
}
/* Style of the expanded image */
.MagicThumb-expanded {
outline: 0;
padding: 0;
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
cursor: zoom-out;
background-color: transparent;
background-color: #f2f2f2;
border: 0px solid #f2f2f2;
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}
.MagicThumb-expanded.mgt-video {
cursor: default;
}
/* Style of the caption for the expanded image */
.mgt-caption {
color: #333;
padding: 8px;
text-align: left;
line-height: 18px;
background-color: transparent;
background-color: #f2f2f2;
font: normal 10pt/1.5 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Helvetica;
}
.mgt-caption-right {
padding-right: 300px;
}
.mgt-caption-right .mgt-caption {
max-width: 300px;
}
.mgt-caption-bottom .mgt-caption {
height: 54px;
}
.MagicThumb-expanded .mgt-caption {
transition: color .25s ease !important;
opacity: 1;
}
.mgt-expand-stage .MagicThumb-buttons .mgt-button {
opacity: .6;
width: 44px;
height: 44px;
overflow: hidden;
box-sizing: border-box;
border-radius: 4px;
border: 1px solid #fff;
background-color: rgba(0,0,0,.25);
-webkit-transition: background-color .25s, border-radius 0.5s, opacity 0.5s !important;
transition: background-color .25s, border-radius 0.5s, opacity 0.5s !important;
}
.MagicThumb-buttons .mgt-button:before,
.MagicThumb-buttons .mgt-button[rel=close]:after {
content: "";
top: 50%;
width: 40%;
height: 40%;
position: absolute;
transform: translateY(-50%) rotate(45deg);
}
:root:not(.mobile-magic) .MagicThumb-buttons:not(.compact-buttons) .mgt-button:hover,
:root.mobile-magic .MagicThumb-buttons:not(.compact-buttons) .mgt-button:active {
opacity: 1;
border-radius: 0;
background-color: rgba(255,255,255,0.1);
}
.MagicThumb-buttons .mgt-button[rel=prev],
.MagicThumb-buttons .mgt-button[rel=next] {
top: 0 !important;
bottom: 0 !important;
overflow: hidden !important;
margin: auto 10px;
z-index: 90;
}
.MagicThumb-buttons .mgt-button[rel=prev] {
left: 0 !important;
}
.MagicThumb-buttons .mgt-button[rel=next] {
right: 0 !important;
}
.MagicThumb-buttons .mgt-button[rel=prev]:before {
left: 40%;
border-left: 1px solid white;
border-bottom: 1px solid white;
}
.MagicThumb-buttons .mgt-button[rel=next]:before {
left: 15%;
border-top: 1px solid white;
border-right: 1px solid white;
}
.MagicThumb-buttons .mgt-button[rel=close] {
top: 0 !important;
right: 0 !important;
margin: 10px !important;
z-index: 95;
}
.MagicThumb-buttons .mgt-button[rel=close]:before,
.MagicThumb-buttons .mgt-button[rel=close]:after {
left: 50%;
width: 80%;
height: 1px;
background-color: white;
}
.MagicThumb-buttons .mgt-button[rel=close]:before {
transform: translate(-50%, -50%) rotate(45deg);
}
.MagicThumb-buttons .mgt-button[rel=close]:after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.mac-magic .MagicThumb-buttons .mgt-button[rel=close] {
left: 0 !important;
right: auto !important;
}
.MagicThumb-buttons.compact-buttons {
position: absolute;
}
.MagicThumb-buttons.tl {
top: 5px;
left: 5px;
}
.MagicThumb-buttons.tr {
top: 5px;
right: 5px;
}
.MagicThumb-buttons.bl {
bottom: 5px;
left: 5px;
}
.MagicThumb-buttons.br {
bottom: 5px;
right: 5px;
}
.MagicThumb-buttons.compact-buttons .mgt-button {
width: 40px;
height: 40px;
position: relative;
margin: 0 !important;
background-color: rgba(0,0,0,.75);
border: 1px solid rgba(255,255,255,0.1);
}
.MagicThumb-buttons.compact-buttons .mgt-button:hover {
background-color: rgba(0,0,0,1);
border-radius: 0;
}
.MagicThumb-buttons.compact-buttons .mgt-button+.mgt-button {
margin-left: 2px !important;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=prev]:before {
background-position: -48px 0px;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=next]:before {
background-position: -72px 0px;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=close]:before {
background-position: -24px 0px;
}
@media screen and (max-device-width: 767px) {
.mobile-magic.mgt-expand-open .MagicThumb-expanded,
.mobile-magic.mgt-expand-open .MagicThumb-expanded .mgt-figure {
overflow: visible !important;
}
}
.lt-ie9-magic .MagicThumb-expanded { filter: none !important; }
.lt-ie9-magic .MagicThumb-buttons a {
background-color: #000;
filter: alpha(opacity=60);
}
.lt-ie9-magic .MagicThumb-buttons a:hover {
filter: alpha(opacity=100);
}
.mgt-bg {
opacity: 0;
background-color: #000;
}
.mgt-bg.onexpand {
opacity: .8;
}
.mgt-selector, .mgt-selector:focus {
display: inline-block;
line-height: 0;
outline: none;
}
.mgt-visible {
opacity: 1;
}
/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
cursor: default;
}
/* Style of the small images which swap the main image */
.MagicThumb-swap {
}
/* Style to hide caption on page. Only needed for #id method. */
.MagicThumb-external-caption {
display: none;
}
.mgt-selector:hover img {
-webkit-filter: brightness(75%);
filter: brightness(75%);
}
.mgt-selector.mgt-active img {
-webkit-filter: brightness(60%);
filter: brightness(60%);
}
.mgt-video-icon {
position: relative;
display: inline-block;
}
.mgt-video-icon:before,
.mgt-video-icon:after {
content: '' !important;
top: 50% !important;
left: 50% !important;
position: absolute !important;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
-webkit-transform: translateY(-50%) translateX(-50%) !important;
transform: translateY(-50%) translateX(-50%) !important;
}
.mgt-video-icon:before {
color: #fff;
text-shadow: 0px 1px 10px #000;
display: block !important;
width: 36px !important;
height: 36px !important;
border-radius: 50%;
background-repeat: no-repeat !important;
background-color: rgba(0,0,0,0.5);
background-size: 50%;
background-position: center center !important;
z-index: 1 !important;
}
.mgt-video-icon:after {
width: 12px !important;
height: 16px !important;
border-style: solid !important;
border-top-width: 8px !important;
border-top-color: transparent !important;
border-left-width: 12px !important;
border-left-color: rgba(255,255,255,0.8);
border-bottom-width: 8px !important;
border-bottom-color: transparent !important;
border-right-width: 0px !important;
margin-left: 1px !important;
z-index: 2 !important;
}
.mgt-video-reset:before,
.mgt-video-reset:after {
content: none !important;
} | asset/vendor/magicthumb/magicthumb.css | .MagicThumb > span {
display: none;
}
.mgt-hint,
.mgt-loading {
color: #eee;
direction: ltr;
text-align: center;
text-decoration: none;
background: rgba(49,51,61,0.7);
font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.mgt-hint {
left: 0;
right: 0;
bottom: 8px;
padding: 0 10%;
-webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
transition: opacity 0.25s ease, z-index 0.25s ease;
}
.mgt-hint-message {
border-radius: 2em;
padding: .7em 1.1em;
background: rgba(49,51,61,0.7);
}
.mgt-hint-message:before {
speak: none;
font-size: 1.5em;
content: '\02295';
margin-right: 6px;
font-family: serif;
text-align: center;
vertical-align: -2px;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.mobile-magic .mgt-hint-message:before {
display: none;
}
.mgt-hint-hidden {
opacity: 0;
z-index: -1;
-webkit-transition-delay: .6s;
transition-delay: .6s;
}
.mgt-loading {
top: 50%;
left: 50%;
padding: 0;
width: 36px;
height: 36px;
font-size: 0;
border-radius: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.mgt-loading:after {
content: '';
position: absolute;
top: 0; bottom: 0;
left: 0; right: 0;
width: 24px;
height: 24px;
margin: auto;
text-indent: -9999em;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 1);
border-top-color: transparent;
box-sizing: border-box;
-webkit-animation: thumb-loading .9s infinite linear;
animation: thumb-loading .9s infinite linear;
}
@-webkit-keyframes thumb-loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes thumb-loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* Style of the small image link */
.MagicThumb, .MagicThumb:hover {
z-index: 1;
direction: ltr;
max-width: 100%;
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
display: inline-block;
position: relative;
}
/* Style of the small image */
.MagicThumb img {
height: auto;
}
.MagicThumb > img {
display: inline-block !important;
width: 100%;
}
td > .MagicThumb > img,
td > .MagicThumb.magic-for-ie8 > img {
max-width: none;
width: auto;
}
/* Style of the expanded image */
.MagicThumb-expanded {
outline: 0;
padding: 0;
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
cursor: zoom-out;
background-color: transparent;
background-color: #f2f2f2;
border: 0px solid #f2f2f2;
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}
.MagicThumb-expanded.mgt-video {
cursor: default;
}
/* Style of the caption for the expanded image */
.mgt-caption {
color: #333;
padding: 8px;
text-align: left;
line-height: 18px;
background-color: transparent;
background-color: #f2f2f2;
font: normal 10pt/1.5 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Helvetica;
}
.mgt-caption-right {
padding-right: 300px;
}
.mgt-caption-right .mgt-caption {
max-width: 300px;
}
.mgt-caption-bottom .mgt-caption {
height: 54px;
}
.MagicThumb-expanded .mgt-caption {
transition: color .25s ease !important;
opacity: 1;
}
.mgt-expand-stage .MagicThumb-buttons .mgt-button {
opacity: .6;
width: 44px;
height: 44px;
overflow: hidden;
box-sizing: border-box;
border-radius: 4px;
border: 1px solid #fff;
background-color: rgba(0,0,0,.25);
-webkit-transition: background-color .25s, border-radius 0.5s, opacity 0.5s !important;
transition: background-color .25s, border-radius 0.5s, opacity 0.5s !important;
}
.MagicThumb-buttons .mgt-button:before,
.MagicThumb-buttons .mgt-button[rel=close]:after {
content: "";
top: 50%;
width: 40%;
height: 40%;
position: absolute;
transform: translateY(-50%) rotate(45deg);
}
:root:not(.mobile-magic) .MagicThumb-buttons:not(.compact-buttons) .mgt-button:hover,
:root.mobile-magic .MagicThumb-buttons:not(.compact-buttons) .mgt-button:active {
opacity: 1;
border-radius: 0;
background-color: rgba(255,255,255,0.1);
}
.MagicThumb-buttons .mgt-button[rel=prev],
.MagicThumb-buttons .mgt-button[rel=next] {
top: 0 !important;
bottom: 0 !important;
overflow: hidden !important;
margin: auto 10px;
z-index: 90;
}
.MagicThumb-buttons .mgt-button[rel=prev] {
left: 0 !important;
}
.MagicThumb-buttons .mgt-button[rel=next] {
right: 0 !important;
}
.MagicThumb-buttons .mgt-button[rel=prev]:before {
left: 40%;
border-left: 1px solid white;
border-bottom: 1px solid white;
}
.MagicThumb-buttons .mgt-button[rel=next]:before {
left: 15%;
border-top: 1px solid white;
border-right: 1px solid white;
}
.MagicThumb-buttons .mgt-button[rel=close] {
top: 0 !important;
right: 0 !important;
margin: 10px !important;
z-index: 95;
}
.MagicThumb-buttons .mgt-button[rel=close]:before,
.MagicThumb-buttons .mgt-button[rel=close]:after {
left: 50%;
width: 80%;
height: 1px;
background-color: white;
}
.MagicThumb-buttons .mgt-button[rel=close]:before {
transform: translate(-50%, -50%) rotate(45deg);
}
.MagicThumb-buttons .mgt-button[rel=close]:after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.mac-magic .MagicThumb-buttons .mgt-button[rel=close] {
left: 0 !important;
right: auto !important;
}
.MagicThumb-buttons.compact-buttons {
position: absolute;
}
.MagicThumb-buttons.tl {
top: 5px;
left: 5px;
}
.MagicThumb-buttons.tr {
top: 5px;
right: 5px;
}
.MagicThumb-buttons.bl {
bottom: 5px;
left: 5px;
}
.MagicThumb-buttons.br {
bottom: 5px;
right: 5px;
}
.MagicThumb-buttons.compact-buttons .mgt-button {
width: 40px;
height: 40px;
position: relative;
margin: 0 !important;
background-color: rgba(0,0,0,.75);
border: 1px solid rgba(255,255,255,0.1);
}
.MagicThumb-buttons.compact-buttons .mgt-button:hover {
background-color: rgba(0,0,0,1);
border-radius: 0;
}
.MagicThumb-buttons.compact-buttons .mgt-button+.mgt-button {
margin-left: 2px !important;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=prev]:before {
background-position: -48px 0px;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=next]:before {
background-position: -72px 0px;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=close]:before {
background-position: -24px 0px;
}
@media screen and (max-device-width: 767px) {
.mobile-magic.mgt-expand-open .MagicThumb-expanded,
.mobile-magic.mgt-expand-open .MagicThumb-expanded .mgt-figure {
overflow: visible !important;
}
}
.lt-ie9-magic .MagicThumb-expanded { filter: none !important; }
.lt-ie9-magic .MagicThumb-buttons a {
background-color: #000;
filter: alpha(opacity=60);
}
.lt-ie9-magic .MagicThumb-buttons a:hover {
filter: alpha(opacity=100);
}
.mgt-bg {
opacity: 0;
background-color: #000;
}
.mgt-bg.onexpand {
opacity: .8;
}
.mgt-selector, .mgt-selector:focus {
display: inline-block;
line-height: 0;
outline: none;
}
.mgt-visible {
opacity: 1;
}
/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
cursor: default;
}
/* Style of the small images which swap the main image */
.MagicThumb-swap {
}
/* Style to hide caption on page. Only needed for #id method. */
.MagicThumb-external-caption {
display: none;
}
.mgt-selector:hover img {
-webkit-filter: brightness(75%);
filter: brightness(75%);
}
.mgt-selector.mgt-active img {
-webkit-filter: brightness(60%);
filter: brightness(60%);
}
.mgt-video-icon {
position: relative;
display: inline-block;
}
.mgt-video-icon:before,
.mgt-video-icon:after {
content: '' !important;
top: 50% !important;
left: 50% !important;
position: absolute !important;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
-webkit-transform: translateY(-50%) translateX(-50%) !important;
transform: translateY(-50%) translateX(-50%) !important;
}
.mgt-video-icon:before {
color: #fff;
text-shadow: 0px 1px 10px #000;
display: block !important;
width: 36px !important;
height: 36px !important;
border-radius: 50%;
background-repeat: no-repeat !important;
background-color: rgba(0,0,0,0.5);
background-size: 50%;
background-position: center center !important;
z-index: 1 !important;
}
.mgt-video-icon:after {
width: 12px !important;
height: 16px !important;
border-style: solid !important;
border-top-width: 8px !important;
border-top-color: transparent !important;
border-left-width: 12px !important;
border-left-color: rgba(255,255,255,0.8);
border-bottom-width: 8px !important;
border-bottom-color: transparent !important;
border-right-width: 0px !important;
margin-left: 1px !important;
z-index: 2 !important;
}
.mgt-video-reset:before,
.mgt-video-reset:after {
content: none !important;
} | 0.569254 | 0.10833 |
:root {
--color-primary: #F96C03;
}
html {
scroll-behavior: smooth;
}
a {
text-decoration: none;
color: inherit;
}
ul,li {
list-style: none;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: var(--color-primary);
}
/* Navbar */
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
margin-bottom: 50px;
position: absolute;
bottom: 830px;
width: 100%;
}
.navbar .logo-nav {
padding-left: 10px;
}
.navbar-ul {
display: flex;
justify-content: center;
width:180px;
align-items: center;
width: auto;
}
.navbar-ul li {
font-size: 25px;
text-align: center;
color: white;
padding: 10px;
}
/* Parallax */
.parallax {
background-attachment: fixed;
}
/* Primeira pagina */
.container {
max-width: 100%;
height: 950px; /* 1080px */
display: flex;
background: url("../img/Pattern-branco.png");
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0 auto;
position: relative;
}
/* Logos */
.nome-shift {
width:400px;
}
.logo-shift {
width:80px;
margin-bottom: 30px;
}
.logo-media {
display: inline;
margin-top: 30px;
}
.p-logo {
font-family: "Nunito";
font-size: 45px;
font-weight: bold;
color: white;
margin-top: 120px;
}
.seta-logo {
width: 30px;
animation: seta .5s ease-in-out infinite alternate;
margin-top: 90px;
}
.insta-logo, .behance-logo {
max-width: 40px;
margin: 10px;
box-shadow: 3px 3px 3px black;
border-radius: 7px;
transition: 1s;
}
.insta-logo:hover, .behance-logo:hover {
transform: scale(1.1);
}
@keyframes seta {
0% {
transform: translateY(0px);
}
100%{
transform: translateY(20px);
}
}
/* Projetos */
.projects {
max-width: 1000px;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
margin: 0 auto;
margin-top: 50px;
grid-gap: 50px;
}
.projetos {
max-width: 400px;
border-radius: 30px;
overflow: hidden;
transition:1s;
box-shadow: 10px 5px 5px #00000085;
}
.projetos:hover {
transform: scale(1.4);
z-index: 1;
box-shadow: none;
}
/* Orçamento cliente */
.orcamento {
display: flex;
margin: 0 auto;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 200px;
}
.orcamento-container p {
font-size: 30px;
font-family: Montserrat,'Times New Roman', Times, serif;
}
.botao-orcamento {
display: block;
width: 160px;
height: 40px;
/* line-height: 40px; */
padding: 10px 5px;
margin: 20px;
background-color: #bb6b2e;
box-shadow: 10px 5px 5px #00000085;
color: #FFF;
border-radius: 5px;
text-decoration: none;
text-align: center;
font-weight: bold;
font-family: Arial;
transition: .5s ease-in;
}
.botao-orcamento:hover {
background-color: #ac4b02;
}
/* Footer */
.footer {
margin-top: 150px;
display:flex;
justify-content: center;
align-items: center;
color: white;
font-size: 15px;
}
.footer > .logo-shift {
padding-top: 30px;
}
.text {
margin-left: 20px;
}
.text a {
color: white;
}
.footer .text a {
font-size: 15px;
} | css/style.css | :root {
--color-primary: #F96C03;
}
html {
scroll-behavior: smooth;
}
a {
text-decoration: none;
color: inherit;
}
ul,li {
list-style: none;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: var(--color-primary);
}
/* Navbar */
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
margin-bottom: 50px;
position: absolute;
bottom: 830px;
width: 100%;
}
.navbar .logo-nav {
padding-left: 10px;
}
.navbar-ul {
display: flex;
justify-content: center;
width:180px;
align-items: center;
width: auto;
}
.navbar-ul li {
font-size: 25px;
text-align: center;
color: white;
padding: 10px;
}
/* Parallax */
.parallax {
background-attachment: fixed;
}
/* Primeira pagina */
.container {
max-width: 100%;
height: 950px; /* 1080px */
display: flex;
background: url("../img/Pattern-branco.png");
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0 auto;
position: relative;
}
/* Logos */
.nome-shift {
width:400px;
}
.logo-shift {
width:80px;
margin-bottom: 30px;
}
.logo-media {
display: inline;
margin-top: 30px;
}
.p-logo {
font-family: "Nunito";
font-size: 45px;
font-weight: bold;
color: white;
margin-top: 120px;
}
.seta-logo {
width: 30px;
animation: seta .5s ease-in-out infinite alternate;
margin-top: 90px;
}
.insta-logo, .behance-logo {
max-width: 40px;
margin: 10px;
box-shadow: 3px 3px 3px black;
border-radius: 7px;
transition: 1s;
}
.insta-logo:hover, .behance-logo:hover {
transform: scale(1.1);
}
@keyframes seta {
0% {
transform: translateY(0px);
}
100%{
transform: translateY(20px);
}
}
/* Projetos */
.projects {
max-width: 1000px;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
margin: 0 auto;
margin-top: 50px;
grid-gap: 50px;
}
.projetos {
max-width: 400px;
border-radius: 30px;
overflow: hidden;
transition:1s;
box-shadow: 10px 5px 5px #00000085;
}
.projetos:hover {
transform: scale(1.4);
z-index: 1;
box-shadow: none;
}
/* Orçamento cliente */
.orcamento {
display: flex;
margin: 0 auto;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 200px;
}
.orcamento-container p {
font-size: 30px;
font-family: Montserrat,'Times New Roman', Times, serif;
}
.botao-orcamento {
display: block;
width: 160px;
height: 40px;
/* line-height: 40px; */
padding: 10px 5px;
margin: 20px;
background-color: #bb6b2e;
box-shadow: 10px 5px 5px #00000085;
color: #FFF;
border-radius: 5px;
text-decoration: none;
text-align: center;
font-weight: bold;
font-family: Arial;
transition: .5s ease-in;
}
.botao-orcamento:hover {
background-color: #ac4b02;
}
/* Footer */
.footer {
margin-top: 150px;
display:flex;
justify-content: center;
align-items: center;
color: white;
font-size: 15px;
}
.footer > .logo-shift {
padding-top: 30px;
}
.text {
margin-left: 20px;
}
.text a {
color: white;
}
.footer .text a {
font-size: 15px;
} | 0.398875 | 0.146148 |
position: relative;
top: 0;
width: calc(100% - 60px);
height: 50px;
left: 0;
padding: 5px;
z-index: 99;
padding-bottom: 25px;
padding-left: 50px;
}
#login{
position: absolute;
right: 10px;
font-family: 'Roboto';
color: white;
background-color: #3498DB;
}
#github{
right: 89px;
position: absolute;
font-family: 'Roboto';
color: black;
background-color: white;
}
body{
margin: 0;
}
#main{
position: relative;
padding: 30px;
padding-top: 10px;
width: calc(100% - 60px);
padding-bottom: 0px;
background-image: linear-gradient(182deg, #F44336, #FFD53B);
}
#quote{
margin-top: 50px;
text-align: center;
font-family: 'Baron';
color: #F9F9F9;
font-size: 22px;
}
#chart{
text-align: center;
font-family: 'Baron';
color: #323232;
font-size: 22px;
}
#screen{
position: absolute !important;
width: 60%;
bottom: 0;
left: 20%;
background-color: transparent;
margin-bottom: 0px;
margin-left: 0px;
z-index: 1;
}
.dark-part{
width: calc(100% - 60px);
padding: 30px;
background-color: #eee;
color: #363636;
font-family: 'Roboto';
z-index: 3;
position: relative;
}
#logos{
margin-top: 10px;
text-align: center;
color: rgb(129, 129, 129);
}
#svg{
height: 25px;
width: 25px;
margin-top: 13px;
}
#brand{
height: 30px;
position: absolute !important;
top: 22px;
font-size: 23px;
margin-left: 10px;
font-family: 'Baron';
color: white;
}
@media (max-device-width : 464px) {
#brand{
display: none;
}
}
.col{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box;
}
.dark-part{
width: calc(100% - 60px);
padding: 30px;
}
.white-part{
width: calc(100% - 60px);
padding: 30px;
background-color: white;
}
.small{
font-size: 15px;
margin-top: 5px;
margin-bottom: 5px;
line-height: 130%;
font-family: 'Roboto-Thin';
}
.med{
font-size: 20px;
margin-top: 5px;
margin-bottom: 5px;
line-height: 150%;
font-family: 'Roboto';
}
.black{
color: #212121;
}
.gray{
color: #868383;
}
.uppercase{
text-transform: uppercase;
}
.white{
color: #eee;
}
.border-right-white{
border-right: solid thin #938A8A;
}
.border-left-white{
border-left: solid thin #eee;
}
.text-center{
text-align: center;
}
.sep{
margin-left: 10%;
width: 80%;
border-bottom: solid thin #DFDCDC;
margin-top: 20px;
margin-bottom: 20px;
position: relative;
display: block;
}
#logos{
width:100%;
text-align: center;
font-size: 20px;
color: #c7c2c2;
margin: 0;
margin-bottom: 10px;
}
.btn-h6{
text-align: center;
margin:0;
}
.btn-btn{
background-color: white;
color: black;
font-family: 'Roboto';
font-size: 17px;
}
paper-button{
font-size: 17px !important;
}
.input{
width: calc(100% - 30px);
margin-bottom: 10px;
box-shadow: none;
border: none;
border: solid 2px #eee;
padding: 7px;
font-size: 18px;
font-family: 'Roboto';
-webkit-appearance: none;
border-radius: 4px;
outline: none;
resize: none;
}
.input:focus{
-webkit-transition-property: border;
-webkit-transition-duration: 0.5s;
transition-property: border;
transition-duration: 0.5s;
border: 2px solid #dbdada;
}
#switch{
margin: 0;
position: absolute;
width: 180px;
text-align: center;
padding: 10px;
margin-top: -28px;
left: calc(50% - 100px);
background-color: #212121;
border-radius: 6px;
}
#switch span{
font-family: 'Roboto';
margin-left: 5px;
margin-right: 5px;
color: #eee;
}
.large-icon{
font-size: 47px !important;
color: #212121;
}
.hover-col a{
display: block;
margin-top: 20px;
font-family: 'Baron';
color: #212121;
-webkit-transition-property: color;
-webkit-transition-duration: 0.5s;
transition-property: color;
transition-duration: 0.5s;
}
.real-link{
text-decoration: none;
}
.real-link:hover{
color: #E74C3C;
}
#send{
margin: 0;
position: absolute;
width: calc(100% - 60px);
text-align: center;
}
.hover-col{
padding-bottom: 30px;
}
.color{
position: absolute;
bottom: -14px;
height: calc(100% + 30px);
width: 100%;
left: 0px;
z-index: 0;
}
.hover-col i, .hover-col a{
z-index: 1;
position: relative;
text-decoration: none;
}
.color{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.code-light{
font-family: "Roboto";
font-weight: 400;
}
.dark-part{
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 10px;
}
#main * {
position: relative;
z-index: 2;
}
.overlay{
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
display: none;
}
#svg2{
box-shadow: rgba(0, 0, 0, 0.48) 5px 4px 5px;
margin-bottom: -2px;
}
#donate{
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.text{
text-align: center;
font-family: "Roboto";
color: #212121;
margin-right: 100px;
margin-left: 100px;
} | about/css/index.css | position: relative;
top: 0;
width: calc(100% - 60px);
height: 50px;
left: 0;
padding: 5px;
z-index: 99;
padding-bottom: 25px;
padding-left: 50px;
}
#login{
position: absolute;
right: 10px;
font-family: 'Roboto';
color: white;
background-color: #3498DB;
}
#github{
right: 89px;
position: absolute;
font-family: 'Roboto';
color: black;
background-color: white;
}
body{
margin: 0;
}
#main{
position: relative;
padding: 30px;
padding-top: 10px;
width: calc(100% - 60px);
padding-bottom: 0px;
background-image: linear-gradient(182deg, #F44336, #FFD53B);
}
#quote{
margin-top: 50px;
text-align: center;
font-family: 'Baron';
color: #F9F9F9;
font-size: 22px;
}
#chart{
text-align: center;
font-family: 'Baron';
color: #323232;
font-size: 22px;
}
#screen{
position: absolute !important;
width: 60%;
bottom: 0;
left: 20%;
background-color: transparent;
margin-bottom: 0px;
margin-left: 0px;
z-index: 1;
}
.dark-part{
width: calc(100% - 60px);
padding: 30px;
background-color: #eee;
color: #363636;
font-family: 'Roboto';
z-index: 3;
position: relative;
}
#logos{
margin-top: 10px;
text-align: center;
color: rgb(129, 129, 129);
}
#svg{
height: 25px;
width: 25px;
margin-top: 13px;
}
#brand{
height: 30px;
position: absolute !important;
top: 22px;
font-size: 23px;
margin-left: 10px;
font-family: 'Baron';
color: white;
}
@media (max-device-width : 464px) {
#brand{
display: none;
}
}
.col{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box;
}
.dark-part{
width: calc(100% - 60px);
padding: 30px;
}
.white-part{
width: calc(100% - 60px);
padding: 30px;
background-color: white;
}
.small{
font-size: 15px;
margin-top: 5px;
margin-bottom: 5px;
line-height: 130%;
font-family: 'Roboto-Thin';
}
.med{
font-size: 20px;
margin-top: 5px;
margin-bottom: 5px;
line-height: 150%;
font-family: 'Roboto';
}
.black{
color: #212121;
}
.gray{
color: #868383;
}
.uppercase{
text-transform: uppercase;
}
.white{
color: #eee;
}
.border-right-white{
border-right: solid thin #938A8A;
}
.border-left-white{
border-left: solid thin #eee;
}
.text-center{
text-align: center;
}
.sep{
margin-left: 10%;
width: 80%;
border-bottom: solid thin #DFDCDC;
margin-top: 20px;
margin-bottom: 20px;
position: relative;
display: block;
}
#logos{
width:100%;
text-align: center;
font-size: 20px;
color: #c7c2c2;
margin: 0;
margin-bottom: 10px;
}
.btn-h6{
text-align: center;
margin:0;
}
.btn-btn{
background-color: white;
color: black;
font-family: 'Roboto';
font-size: 17px;
}
paper-button{
font-size: 17px !important;
}
.input{
width: calc(100% - 30px);
margin-bottom: 10px;
box-shadow: none;
border: none;
border: solid 2px #eee;
padding: 7px;
font-size: 18px;
font-family: 'Roboto';
-webkit-appearance: none;
border-radius: 4px;
outline: none;
resize: none;
}
.input:focus{
-webkit-transition-property: border;
-webkit-transition-duration: 0.5s;
transition-property: border;
transition-duration: 0.5s;
border: 2px solid #dbdada;
}
#switch{
margin: 0;
position: absolute;
width: 180px;
text-align: center;
padding: 10px;
margin-top: -28px;
left: calc(50% - 100px);
background-color: #212121;
border-radius: 6px;
}
#switch span{
font-family: 'Roboto';
margin-left: 5px;
margin-right: 5px;
color: #eee;
}
.large-icon{
font-size: 47px !important;
color: #212121;
}
.hover-col a{
display: block;
margin-top: 20px;
font-family: 'Baron';
color: #212121;
-webkit-transition-property: color;
-webkit-transition-duration: 0.5s;
transition-property: color;
transition-duration: 0.5s;
}
.real-link{
text-decoration: none;
}
.real-link:hover{
color: #E74C3C;
}
#send{
margin: 0;
position: absolute;
width: calc(100% - 60px);
text-align: center;
}
.hover-col{
padding-bottom: 30px;
}
.color{
position: absolute;
bottom: -14px;
height: calc(100% + 30px);
width: 100%;
left: 0px;
z-index: 0;
}
.hover-col i, .hover-col a{
z-index: 1;
position: relative;
text-decoration: none;
}
.color{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.code-light{
font-family: "Roboto";
font-weight: 400;
}
.dark-part{
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 10px;
}
#main * {
position: relative;
z-index: 2;
}
.overlay{
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
display: none;
}
#svg2{
box-shadow: rgba(0, 0, 0, 0.48) 5px 4px 5px;
margin-bottom: -2px;
}
#donate{
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.text{
text-align: center;
font-family: "Roboto";
color: #212121;
margin-right: 100px;
margin-left: 100px;
} | 0.247714 | 0.052425 |
html,body{
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background-image: url('../img/bg-1.jpg');
}
.sign_in{
height: 100%;
width: 50%;
float: right;
background: white;
}
.sign_in p{
font: 15px Arial, sans-serif;
opacity: 0.7;
position: absolute;
bottom: -4px;
right: 14px;
}
.left-side{
height: 100%;
width: 50%;
float: left;
background: rgba(4, 119, 201,0.98);
}
.sign_in h4 {
font: 15px Arial, sans-serif;
opacity: 0.7;
}
form
{
position: relative;
top:40%;
left: 50%;
transform: translate(-144px, -46px);
display: inline-block;
}
form input{
font: 15px Arial, sans-serif;
height: 30px;
width: 300px;
display: block;
margin-top: 20px;
border-radius: 4px;
border:1px solid #b3b2af;
padding: 5px;
}
.submit{
color: white;
width: 25%;
background-color: rgba(4, 119, 201,0.98);
border:none;
border-radius: 6px;
}
h1{
font-size: 41px;
color: white;
font-family: 'Jost', sans-serif;
}
h6{
top: 39px;
font-family: 'Jost', sans-serif;
position: relative;
font-size: 37px;
padding: 0px;
margin: 0px;
color: #022249;
letter-spacing: 3px;
}
h5{
position: relative;
top: -44px;
left: 144px;
font-size: 37px;
font-family: 'Jost', sans-serif;
padding: 0px;
margin: 0px;
color: #022249;
letter-spacing: 3px;
}
.text{
position: relative;
top: 147px;
}
a{
position: relative;
font-size: 12px;
text-decoration: none;
color: rgba(4, 119, 201,0.98);
font-family: 'Noto Sans', sans-serif;
top: -20px;
left: 232px;
}
/*------------------------------------------------*/
.hashtags{
float: left;
height: 100%;
width: 50%;
background-color: rgba(4, 119, 201,0.98);
overflow: hidden;
}
.hashtags input{
height: 29px;
width: 295px;
border-radius: 4px;
border-radius: 4px;
border: none;
padding-left: 20px;
}
.hashtags h1{
position: relative;
color: #02263a;
top: -34px;
}
.hashtags h1 span{
position: relative;
top: -23px;
font-size: 60px;
color: white;
}
.upper-part button{
background-color: #1aecf1;
border: none;
border-radius: 20px;
height: 39px;
width: 52px;
}
.upper-part{
position: relative;
top: -78px;
left: 77px;
}
.comments{
float: right;
height: 100%;
width: 50%;
background-color: rgba(255, 255, 255,0.98);;
}
ul{
position: relative;
top: -85px;
font-size: 20px;
color: white;
font-family: 'Jost', sans-serif;
list-style-type: none;
}
.comments h1{
position: relative;
color: #02263a;
top: -34px;
}
.comments span{
position: relative;
top: -23px;
font-size: 60px;
color: rgba(4, 119, 201,0.98);
}
.comments input{
height: 29px;
width: 295px;
border-radius: 4px;
border-radius: 4px;
border: none;
padding-left: 20px;
border: 2px solid #c5c9c9;
}
.lower-part{
position: relative;
top: -78px;
left:65px;
}
.lower-part button{
background-color: #1aecf1;
border: none;
border-radius: 20px;
height: 39px;
width: 52px;
}
#myULcomments{
position: relative;
top: -85px;
font-size: 20px;
color: black;
font-family: 'Jost', sans-serif;
list-style-type: disc;
}
.essentials{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.essentials input{
position: relative;
display: block;
height: 50px;
width: 50px;
}
.essentials button{
position: relative;
top: 49px;
left: -227px;
height: 50px;
width: 50px;
border-radius: 50px;
border: none;
background-color: #1aecf1;
} | web/css/style.css | html,body{
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background-image: url('../img/bg-1.jpg');
}
.sign_in{
height: 100%;
width: 50%;
float: right;
background: white;
}
.sign_in p{
font: 15px Arial, sans-serif;
opacity: 0.7;
position: absolute;
bottom: -4px;
right: 14px;
}
.left-side{
height: 100%;
width: 50%;
float: left;
background: rgba(4, 119, 201,0.98);
}
.sign_in h4 {
font: 15px Arial, sans-serif;
opacity: 0.7;
}
form
{
position: relative;
top:40%;
left: 50%;
transform: translate(-144px, -46px);
display: inline-block;
}
form input{
font: 15px Arial, sans-serif;
height: 30px;
width: 300px;
display: block;
margin-top: 20px;
border-radius: 4px;
border:1px solid #b3b2af;
padding: 5px;
}
.submit{
color: white;
width: 25%;
background-color: rgba(4, 119, 201,0.98);
border:none;
border-radius: 6px;
}
h1{
font-size: 41px;
color: white;
font-family: 'Jost', sans-serif;
}
h6{
top: 39px;
font-family: 'Jost', sans-serif;
position: relative;
font-size: 37px;
padding: 0px;
margin: 0px;
color: #022249;
letter-spacing: 3px;
}
h5{
position: relative;
top: -44px;
left: 144px;
font-size: 37px;
font-family: 'Jost', sans-serif;
padding: 0px;
margin: 0px;
color: #022249;
letter-spacing: 3px;
}
.text{
position: relative;
top: 147px;
}
a{
position: relative;
font-size: 12px;
text-decoration: none;
color: rgba(4, 119, 201,0.98);
font-family: 'Noto Sans', sans-serif;
top: -20px;
left: 232px;
}
/*------------------------------------------------*/
.hashtags{
float: left;
height: 100%;
width: 50%;
background-color: rgba(4, 119, 201,0.98);
overflow: hidden;
}
.hashtags input{
height: 29px;
width: 295px;
border-radius: 4px;
border-radius: 4px;
border: none;
padding-left: 20px;
}
.hashtags h1{
position: relative;
color: #02263a;
top: -34px;
}
.hashtags h1 span{
position: relative;
top: -23px;
font-size: 60px;
color: white;
}
.upper-part button{
background-color: #1aecf1;
border: none;
border-radius: 20px;
height: 39px;
width: 52px;
}
.upper-part{
position: relative;
top: -78px;
left: 77px;
}
.comments{
float: right;
height: 100%;
width: 50%;
background-color: rgba(255, 255, 255,0.98);;
}
ul{
position: relative;
top: -85px;
font-size: 20px;
color: white;
font-family: 'Jost', sans-serif;
list-style-type: none;
}
.comments h1{
position: relative;
color: #02263a;
top: -34px;
}
.comments span{
position: relative;
top: -23px;
font-size: 60px;
color: rgba(4, 119, 201,0.98);
}
.comments input{
height: 29px;
width: 295px;
border-radius: 4px;
border-radius: 4px;
border: none;
padding-left: 20px;
border: 2px solid #c5c9c9;
}
.lower-part{
position: relative;
top: -78px;
left:65px;
}
.lower-part button{
background-color: #1aecf1;
border: none;
border-radius: 20px;
height: 39px;
width: 52px;
}
#myULcomments{
position: relative;
top: -85px;
font-size: 20px;
color: black;
font-family: 'Jost', sans-serif;
list-style-type: disc;
}
.essentials{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.essentials input{
position: relative;
display: block;
height: 50px;
width: 50px;
}
.essentials button{
position: relative;
top: 49px;
left: -227px;
height: 50px;
width: 50px;
border-radius: 50px;
border: none;
background-color: #1aecf1;
} | 0.243463 | 0.065755 |
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
line-height: 1.7;
/* Prevent font scaling in landscape */
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
}
h1, h2{
line-height: 1.3;
font-family: Georgia, Times, "Times New Roman", serif;
}
h1{
font-size: 60px;
position: relative;
padding-top: 20px;
}
h2{
font-size: 42px;
}
pre, code{
font-family: "Inconsolata-g", "Consolas", monospace;
}
pre{
font-size: 14px;
}
code{
border: 1px solid #ddd;
font-size: 90%;
padding: 2px 3px;
border-radius: 4px;
}
a > code,
.returns > code,
.params > .default > code{
background-color: transparent;
border: 0 none;
}
a > code{
font-size: inherit;
color: inherit;
}
strong{
font-weight: bold;
}
/*
========================================================================
HEAD
========================================================================
*/
#head{
background: #ccc;
border-top: 1px solid #bbb;
border-bottom: 1px solid #bbb;
z-index: 100;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 60px;
line-height: 60px;
font-size: 25px;
text-indent: 18px;
}
/*
========================================================================
TREE
========================================================================
*/
#tree {
background: #eee;
color: #333;
width: 280px;
position: absolute;
top: 60px;
left: 0;
bottom: 0;
overflow: auto;
}
#tree > ul{
padding: 12px;
}
#tree ul ul{
padding-left: 24px;
}
#tree a {
display: block;
padding-left: 28px;
color: inherit;
background-repeat: no-repeat;
line-height: 32px;
text-decoration: none;
}
#tree li ul {
display: none;
}
#tree li.open > ul {
display: block;
}
#tree .tree-package,
#tree .tree-item{
position: relative;
white-space: nowrap;
}
#tree .tree-package:before,
#tree .tree-item:before{
font-family: "Entypo";
font-weight: normal;
position: absolute;
left: 4px;
width: 24px;
white-space: nowrap;
}
#tree .tree-package:before{
content: 'G';
}
#tree .tree-package {
font-weight: bold;
}
#tree > ul > li > a.tree-package:before{
content: 'H';
}
#tree .tree-item:before {
content: 'D';
text-indent: 3px;
}
#tree .tree-item:after{
font-size: 10px;
line-height: 1.2;
text-align: center;
font-weight: bold;
display: inline-block;
position: relative;
bottom: 2px;
left: 5px;
padding: 2px 3px;
width: 17px;
border-radius: 8px;
border: 1px solid rgba(0,0,0,0.1);
color: white;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
#tree li.active > .tree-item:after{
background: rgba(0,0,0,0.2);
}
/*
========================================================================
CONTENT
========================================================================
*/
#content {
position: absolute;
left: 280px;
top: 60px;
right: 0;
bottom: 0;
overflow: auto;
}
#content h1 span{
font-size: 16px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content h1 span.namespace{
position: absolute;
top: 0;
left: 0;
}
#content h1 span.extension{
margin-left: 8px;
font-style: italic;
}
#content h3{
font-size: 24px;
}
#content h3 > span.type{
font-size: 16px;
}
#content h3 > span.type:before{
content: "(";
}
#content h3 > span.type:after{
content: ")";
}
#content > div{
padding: 15px 30px;
}
#content h3 a{
text-decoration: none;
color: inherit;
}
#content > div > ul > li{
padding-left: 30px;
padding-top: 2px;
padding-bottom: 8px;
padding-right: 8px;
text-overflow: ellipsis;
overflow: hidden;
}
#content > div > ul > li:before{
font-family: "Entypo";
font-weight: normal;
content: "P";
position: absolute;
left: 6px;
top: 15px;
line-height: 1;
width: 20px;
}
#content > div > ul > li.open{
margin-top: 16px;
margin-bottom: 16px;
}
#content > div > ul > li.open:before{
content: "M";
}
#content > div > ul > li{
position: relative;
}
#content .params,
#content .returns{
font-size: 18px;
}
#content .returns a{
color: inherit;
text-decoration: none;
}
#content .parens{
font-size: 24px;
}
#content .types > a{
color: inherit;
text-decoration: none;
}
#content .returns > a:after,
#content .returns > span:after,
#content .types > a:after,
#content .types > span:after{
content: "|";
}
#content .returns > a:last-child:after,
#content .returns > span:last-child:after,
#content .types > a:last-child:after,
#content .types > span:last-child:after{
content: "";
}
#content .summary{
white-space: nowrap;
font-size: 14px;
text-overflow: ellipsis;
overflow: hidden;
margin-top: -2px;
font-weight: normal;
}
#content .open .summary{
display: none;
}
#content li.open {
border-radius: 6px;
margin-left: -3px;
}
#content li.open {
border-left: 3px solid #ccc;
border-right: 3px solid #ccc;
background: #eee;
}
#content li.open.active{
border-left: 3px solid #aaa;
border-right: 3px solid #aaa;
}
#content .details{
display: none;
}
#content .open .details{
display: block;
}
#content ul.tags{
display: inline-block;
font-size: 12px;
line-height: 1.1;
vertical-align: middle;
margin-top: -4px;
}
#content ul.tags code{
font-size: inherit;
}
#content ul.tags li{
display: inline-block;
cursor: default;
border-radius: 6px;
margin-right: 2px;
margin-left: 2px;
padding: 2px 4px;
border: 1px solid #aaa;
}
#content li.open {
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
/*
========================================================================
CONTENT :: META
========================================================================
*/
#content .meta{
font-size: 14px;
}
#content .meta .section *{
display: inline;
}
#content .meta strong{
font-weight: bold;
}
#content .meta li:after{
content: ", ";
}
#content .meta li:last-child:after{
content: "";
}
#content .meta ul.tags li:after{
content: "" !important;
}
/*
========================================================================
CONTENT :: DOC
========================================================================
*/
#content .doc p,
#content .doc ul,
#content .doc ol{
margin: 10px 0;
}
#content .doc p:first-child{
margin-top: 0px;
}
#content .doc ul{
list-style: square;
padding-left: 28px;
}
#content .doc table{
width: 100%;
}
#content .doc table th,
#content .doc table td{
text-align: left;
font-size: 14px;
}
#content .doc table th{
font-weight: bold;
color: #777;
}
#content .doc .highlighttable{
border: 0 none;
background: #f2f2f2;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
#content .doc .highlighttable .linenos{
background: #d8d8d8;
text-align: right;
width: 30px;
padding-right: 8px;
border-right: 1px solid white;
}
#content .doc .highlighttable .linenos pre{
background-color: inherit;
}
#content .doc .highlighttable .code{
padding-left: 8px;
} | source/asset/style.css | body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
line-height: 1.7;
/* Prevent font scaling in landscape */
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
}
h1, h2{
line-height: 1.3;
font-family: Georgia, Times, "Times New Roman", serif;
}
h1{
font-size: 60px;
position: relative;
padding-top: 20px;
}
h2{
font-size: 42px;
}
pre, code{
font-family: "Inconsolata-g", "Consolas", monospace;
}
pre{
font-size: 14px;
}
code{
border: 1px solid #ddd;
font-size: 90%;
padding: 2px 3px;
border-radius: 4px;
}
a > code,
.returns > code,
.params > .default > code{
background-color: transparent;
border: 0 none;
}
a > code{
font-size: inherit;
color: inherit;
}
strong{
font-weight: bold;
}
/*
========================================================================
HEAD
========================================================================
*/
#head{
background: #ccc;
border-top: 1px solid #bbb;
border-bottom: 1px solid #bbb;
z-index: 100;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 60px;
line-height: 60px;
font-size: 25px;
text-indent: 18px;
}
/*
========================================================================
TREE
========================================================================
*/
#tree {
background: #eee;
color: #333;
width: 280px;
position: absolute;
top: 60px;
left: 0;
bottom: 0;
overflow: auto;
}
#tree > ul{
padding: 12px;
}
#tree ul ul{
padding-left: 24px;
}
#tree a {
display: block;
padding-left: 28px;
color: inherit;
background-repeat: no-repeat;
line-height: 32px;
text-decoration: none;
}
#tree li ul {
display: none;
}
#tree li.open > ul {
display: block;
}
#tree .tree-package,
#tree .tree-item{
position: relative;
white-space: nowrap;
}
#tree .tree-package:before,
#tree .tree-item:before{
font-family: "Entypo";
font-weight: normal;
position: absolute;
left: 4px;
width: 24px;
white-space: nowrap;
}
#tree .tree-package:before{
content: 'G';
}
#tree .tree-package {
font-weight: bold;
}
#tree > ul > li > a.tree-package:before{
content: 'H';
}
#tree .tree-item:before {
content: 'D';
text-indent: 3px;
}
#tree .tree-item:after{
font-size: 10px;
line-height: 1.2;
text-align: center;
font-weight: bold;
display: inline-block;
position: relative;
bottom: 2px;
left: 5px;
padding: 2px 3px;
width: 17px;
border-radius: 8px;
border: 1px solid rgba(0,0,0,0.1);
color: white;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
#tree li.active > .tree-item:after{
background: rgba(0,0,0,0.2);
}
/*
========================================================================
CONTENT
========================================================================
*/
#content {
position: absolute;
left: 280px;
top: 60px;
right: 0;
bottom: 0;
overflow: auto;
}
#content h1 span{
font-size: 16px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content h1 span.namespace{
position: absolute;
top: 0;
left: 0;
}
#content h1 span.extension{
margin-left: 8px;
font-style: italic;
}
#content h3{
font-size: 24px;
}
#content h3 > span.type{
font-size: 16px;
}
#content h3 > span.type:before{
content: "(";
}
#content h3 > span.type:after{
content: ")";
}
#content > div{
padding: 15px 30px;
}
#content h3 a{
text-decoration: none;
color: inherit;
}
#content > div > ul > li{
padding-left: 30px;
padding-top: 2px;
padding-bottom: 8px;
padding-right: 8px;
text-overflow: ellipsis;
overflow: hidden;
}
#content > div > ul > li:before{
font-family: "Entypo";
font-weight: normal;
content: "P";
position: absolute;
left: 6px;
top: 15px;
line-height: 1;
width: 20px;
}
#content > div > ul > li.open{
margin-top: 16px;
margin-bottom: 16px;
}
#content > div > ul > li.open:before{
content: "M";
}
#content > div > ul > li{
position: relative;
}
#content .params,
#content .returns{
font-size: 18px;
}
#content .returns a{
color: inherit;
text-decoration: none;
}
#content .parens{
font-size: 24px;
}
#content .types > a{
color: inherit;
text-decoration: none;
}
#content .returns > a:after,
#content .returns > span:after,
#content .types > a:after,
#content .types > span:after{
content: "|";
}
#content .returns > a:last-child:after,
#content .returns > span:last-child:after,
#content .types > a:last-child:after,
#content .types > span:last-child:after{
content: "";
}
#content .summary{
white-space: nowrap;
font-size: 14px;
text-overflow: ellipsis;
overflow: hidden;
margin-top: -2px;
font-weight: normal;
}
#content .open .summary{
display: none;
}
#content li.open {
border-radius: 6px;
margin-left: -3px;
}
#content li.open {
border-left: 3px solid #ccc;
border-right: 3px solid #ccc;
background: #eee;
}
#content li.open.active{
border-left: 3px solid #aaa;
border-right: 3px solid #aaa;
}
#content .details{
display: none;
}
#content .open .details{
display: block;
}
#content ul.tags{
display: inline-block;
font-size: 12px;
line-height: 1.1;
vertical-align: middle;
margin-top: -4px;
}
#content ul.tags code{
font-size: inherit;
}
#content ul.tags li{
display: inline-block;
cursor: default;
border-radius: 6px;
margin-right: 2px;
margin-left: 2px;
padding: 2px 4px;
border: 1px solid #aaa;
}
#content li.open {
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
/*
========================================================================
CONTENT :: META
========================================================================
*/
#content .meta{
font-size: 14px;
}
#content .meta .section *{
display: inline;
}
#content .meta strong{
font-weight: bold;
}
#content .meta li:after{
content: ", ";
}
#content .meta li:last-child:after{
content: "";
}
#content .meta ul.tags li:after{
content: "" !important;
}
/*
========================================================================
CONTENT :: DOC
========================================================================
*/
#content .doc p,
#content .doc ul,
#content .doc ol{
margin: 10px 0;
}
#content .doc p:first-child{
margin-top: 0px;
}
#content .doc ul{
list-style: square;
padding-left: 28px;
}
#content .doc table{
width: 100%;
}
#content .doc table th,
#content .doc table td{
text-align: left;
font-size: 14px;
}
#content .doc table th{
font-weight: bold;
color: #777;
}
#content .doc .highlighttable{
border: 0 none;
background: #f2f2f2;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
#content .doc .highlighttable .linenos{
background: #d8d8d8;
text-align: right;
width: 30px;
padding-right: 8px;
border-right: 1px solid white;
}
#content .doc .highlighttable .linenos pre{
background-color: inherit;
}
#content .doc .highlighttable .code{
padding-left: 8px;
} | 0.349422 | 0.050261 |
<<master
/*This CSS is specially made for cesta.me*/
/*Created by its contributor(s)*/
/*Last Updated on 21 MAY 2020*/
>> web-design-compition-1
/* The navbar section starts here */
.navbar{
padding-top:2vh;
padding-bottom:2vh;
}
.navbar-brand{
font-family: 'Quicksand', sans-serif;
color:white;
font-weight: bolder;
letter-spacing:0.5vh;
font-size: 30px;
}
/* The navbar section ends here */
.navbar-dark .navbar-nav .nav-link {
color: white;
}
.btn-outline-primary {
color: white;
border-color: white;
}
/* new*/
a{
color: white;
}
.jumbotron{
background-color: rgba(0, 0, 0, 0.5);
padding-bottom: 22vh;
margin-bottom: 0rem;
background-image: url("dtcb.jpg");
background-size:cover;
width:100%;
background-blend-mode: hue;
}
.ok{
padding-left: 72vh;
}
h1{
text-align: center;
color: white;
font-size: 3.6em;
margin: 30px 0 0;
font-weight: 300;
font-family: 'Quicksand', sans-serif;
}
h2{
text-align: center;
color: white;
font-size: 1.2em;
margin: 30px 0 0;
font-weight: 300;
font-family: 'Quicksand', sans-serif;
}
h5{
text-align: center;
color: white;
font-size: 1.6em;
margin: 30px 0 0;
font-weight: 300;
font-family: 'Quicksand', sans-serif;
}
/* Button Components */
.button1{
border:0px;
padding:1.5vh;
border-radius:0.7vh;
font-family: 'Dosis', sans-serif;
font-weight: bold;
font-size:1.7vh;
background-color: rgb(56, 102, 235);
color:white;
letter-spacing:0.2vh;
}
.button2{
border:0px;
padding:1.5vh;
border-radius:0.7vh;
font-family: 'Dosis', sans-serif;
font-weight: bold;
font-size:1.7vh;
background-color:rgb(227, 224, 251);
color:rgb(56, 102, 235);
letter-spacing:0.2vh;
}
.btn3{
border:0px;
padding:1.3vh;
border-radius:0.7vh;
font-family: 'Dosis', sans-serif;
font-weight: bold;
font-size:1.5vh;
background-color: rgb(56, 102, 235);
color:white;
letter-spacing:0.3vh;
}
.btn4{
border:0px;
padding:1.8vh;
border-radius:0.7vh;
font-family: 'Dosis', sans-serif;
font-weight: bold;
font-size:1.7vh;
background-color:rgb(227, 224, 251);
color:rgb(56, 102, 235);
letter-spacing:0.2vh;
width:13vh;
}
.btn5{
font-family: 'Dosis', sans-serif;
font-size:1.7vh;
background-color:#499e7f;
letter-spacing: 0.3vh;
border-radius:0.7vh;
border:0px;
width:30vh;
height: 4vh;
color:white;
}
/* Button components ends here */
.png-pad {
padding-top: 1vh;
padding-bottom: 5vh;
font-family: 'Cinzel', serif;
}
/* CSS For Images */
.cover{
height: 35vh;
width: 45vh;
}
.png{
height: 4vh;
}
.png2{
height:7vh;
}
.png3{
height:3vh;
}
.lottie{
height:50vh;
width:50vh;
}
.tick{
height: 3vh;
}
.png4{
border-radius:15vh;
}
.jpg{
width:40vh;
height:25vh;
border-radius: 0.5vh;
}
/* CSS for images ends here */
.page-header.page-header-small{
padding-bottom: 15vh;
min-height: 65vh!important;
max-height: 700px;
background-position: relative;
background-size: cover;
background-color: #FFFFFF;
font-family: 'Cinzel', serif;
}
.heading{
padding-top:2vh;
font-family: 'Quicksand', sans-serif;
font-size: 3.8vh;
padding-bottom:2vh;
margin: 0px;
}
.description{
font-family: 'Dosis', sans-serif;
letter-spacing: 0.3vh;
color:rgb(89, 106, 130);
font-size:1.9vh;
padding-bottom: 5vh;
}
.png-pad{
padding-top:1vh;
padding-bottom: 5vh;
}
.png-about{
padding-top:1vh;
font-family: 'Dosis', sans-serif;
font-size:1.7vh;
font-weight:bold;
color:rgb(89, 106, 130);
letter-spacing: 2px;
}
.symbols{
padding-top:3vh;
padding-left: 25vh;
}
.second{
padding-top:7vh;
padding-bottom:7vh;
background:#434343;
color: black;
}
hr.style-two {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.info{
padding-top: 3vh;
font-family: 'Quicksand', sans-serif;
font-size:1.9vh;
letter-spacing:0.2vh;
color:white;
}
.info2{
padding-top:2vh;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0.3vh;
color:#e9e4f0;
font-size:1.4vh;
line-height:2.5vh;
}
.third{
background: #f1f4f8;
}
.notice{
padding-top:10vh;
padding-bottom:12vh;
}
.notice1{
font-family: 'Quicksand', sans-serif;
letter-spacing: 0.3vh;
font-size: 3vh;
border-left:2px solid #b9c1c9;;
padding-left: 3vh;
}
.notice2{
padding-top:3vh;
color:rgb(89, 106, 130);
font-size:2vh;
font-family: 'Dosis', sans-serif;
letter-spacing: 3px;
border-left:2px solid #b9c1c9;;
padding-left: 3vh;
}
.reason{
padding-bottom:5vh;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0.3vh;
font-size: 2.5vh;
color:#E9E4F0;
}
.fourth{
padding-top:10vh;
background: #434343;
padding-bottom: 10vh;
}
.contact{
padding-top: 10vh;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0.3vh;
font-size: 2.8vh;
color: white;
}
.contact1{
font-size:2.5vh;
color:white;
}
.contact2{
font-size:1.8vh;
font-family: 'Dosis', sans-serif;
color:#d3cce3;
padding-top:1vh;
}
.contact3{
padding-top: 2vh;
font-size: 1.5vh;
color:#d3cce3;
}
.form{
margin: 0vh;
width:40vh;
background-color: white;
padding-bottom: 2vh;
border-radius: 0.5vh;
}
.input{
border:0px;
border-bottom: 1px solid #b9c1c9;
width: 35vh;
height: 4vh;
font-family: 'Dosis', sans-serif;
letter-spacing: 0.3vh;
}
.input1{
border:0px;
border-bottom: 1px solid #b9c1c9;
width: 35vh;
height: 10vh;
font-family: 'Dosis', sans-serif;
letter-spacing: 0.3vh;
padding-top: 0.7vh;
}
.foot{
background-color:#000000;
padding-top:15vh;
padding-bottom: 15vh;
}
.foot-text{
font-family: 'Quicksand', sans-serif;
letter-spacing:0.3vh;
border-right: 1px solid white;
border-left: 1px solid white;
font-size: 1.5vh;
color: white;
}
.foot-text1{
padding-top: 3vh;
color: white;
font-size: 2.3vh;
}
.foot-text2{
font-size:1.6vh;
padding-top: 1vh;
color:white;
padding-bottom: 5vh;
}
.pad{
padding-top:0vh;
}
.course{
font-family: 'Dosis', sans-serif;
letter-spacing:0.3vh;
font-size: 2.4vh;
}
.course-info{
font-family: 'Quicksand', sans-serif;
letter-spacing:0.3vh;
font-size: 1.5vh;
padding:2vh;
color:rgb(121, 133, 151);
}
/* CSS for mobile Devices */
@media only screen and (max-width: 600px) {
.first{
padding-top: 3vh;
}
} | index.css | <<master
/*This CSS is specially made for cesta.me*/
/*Created by its contributor(s)*/
/*Last Updated on 21 MAY 2020*/
>> web-design-compition-1
/* The navbar section starts here */
.navbar{
padding-top:2vh;
padding-bottom:2vh;
}
.navbar-brand{
font-family: 'Quicksand', sans-serif;
color:white;
font-weight: bolder;
letter-spacing:0.5vh;
font-size: 30px;
}
/* The navbar section ends here */
.navbar-dark .navbar-nav .nav-link {
color: white;
}
.btn-outline-primary {
color: white;
border-color: white;
}
/* new*/
a{
color: white;
}
.jumbotron{
background-color: rgba(0, 0, 0, 0.5);
padding-bottom: 22vh;
margin-bottom: 0rem;
background-image: url("dtcb.jpg");
background-size:cover;
width:100%;
background-blend-mode: hue;
}
.ok{
padding-left: 72vh;
}
h1{
text-align: center;
color: white;
font-size: 3.6em;
margin: 30px 0 0;
font-weight: 300;
font-family: 'Quicksand', sans-serif;
}
h2{
text-align: center;
color: white;
font-size: 1.2em;
margin: 30px 0 0;
font-weight: 300;
font-family: 'Quicksand', sans-serif;
}
h5{
text-align: center;
color: white;
font-size: 1.6em;
margin: 30px 0 0;
font-weight: 300;
font-family: 'Quicksand', sans-serif;
}
/* Button Components */
.button1{
border:0px;
padding:1.5vh;
border-radius:0.7vh;
font-family: 'Dosis', sans-serif;
font-weight: bold;
font-size:1.7vh;
background-color: rgb(56, 102, 235);
color:white;
letter-spacing:0.2vh;
}
.button2{
border:0px;
padding:1.5vh;
border-radius:0.7vh;
font-family: 'Dosis', sans-serif;
font-weight: bold;
font-size:1.7vh;
background-color:rgb(227, 224, 251);
color:rgb(56, 102, 235);
letter-spacing:0.2vh;
}
.btn3{
border:0px;
padding:1.3vh;
border-radius:0.7vh;
font-family: 'Dosis', sans-serif;
font-weight: bold;
font-size:1.5vh;
background-color: rgb(56, 102, 235);
color:white;
letter-spacing:0.3vh;
}
.btn4{
border:0px;
padding:1.8vh;
border-radius:0.7vh;
font-family: 'Dosis', sans-serif;
font-weight: bold;
font-size:1.7vh;
background-color:rgb(227, 224, 251);
color:rgb(56, 102, 235);
letter-spacing:0.2vh;
width:13vh;
}
.btn5{
font-family: 'Dosis', sans-serif;
font-size:1.7vh;
background-color:#499e7f;
letter-spacing: 0.3vh;
border-radius:0.7vh;
border:0px;
width:30vh;
height: 4vh;
color:white;
}
/* Button components ends here */
.png-pad {
padding-top: 1vh;
padding-bottom: 5vh;
font-family: 'Cinzel', serif;
}
/* CSS For Images */
.cover{
height: 35vh;
width: 45vh;
}
.png{
height: 4vh;
}
.png2{
height:7vh;
}
.png3{
height:3vh;
}
.lottie{
height:50vh;
width:50vh;
}
.tick{
height: 3vh;
}
.png4{
border-radius:15vh;
}
.jpg{
width:40vh;
height:25vh;
border-radius: 0.5vh;
}
/* CSS for images ends here */
.page-header.page-header-small{
padding-bottom: 15vh;
min-height: 65vh!important;
max-height: 700px;
background-position: relative;
background-size: cover;
background-color: #FFFFFF;
font-family: 'Cinzel', serif;
}
.heading{
padding-top:2vh;
font-family: 'Quicksand', sans-serif;
font-size: 3.8vh;
padding-bottom:2vh;
margin: 0px;
}
.description{
font-family: 'Dosis', sans-serif;
letter-spacing: 0.3vh;
color:rgb(89, 106, 130);
font-size:1.9vh;
padding-bottom: 5vh;
}
.png-pad{
padding-top:1vh;
padding-bottom: 5vh;
}
.png-about{
padding-top:1vh;
font-family: 'Dosis', sans-serif;
font-size:1.7vh;
font-weight:bold;
color:rgb(89, 106, 130);
letter-spacing: 2px;
}
.symbols{
padding-top:3vh;
padding-left: 25vh;
}
.second{
padding-top:7vh;
padding-bottom:7vh;
background:#434343;
color: black;
}
hr.style-two {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.info{
padding-top: 3vh;
font-family: 'Quicksand', sans-serif;
font-size:1.9vh;
letter-spacing:0.2vh;
color:white;
}
.info2{
padding-top:2vh;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0.3vh;
color:#e9e4f0;
font-size:1.4vh;
line-height:2.5vh;
}
.third{
background: #f1f4f8;
}
.notice{
padding-top:10vh;
padding-bottom:12vh;
}
.notice1{
font-family: 'Quicksand', sans-serif;
letter-spacing: 0.3vh;
font-size: 3vh;
border-left:2px solid #b9c1c9;;
padding-left: 3vh;
}
.notice2{
padding-top:3vh;
color:rgb(89, 106, 130);
font-size:2vh;
font-family: 'Dosis', sans-serif;
letter-spacing: 3px;
border-left:2px solid #b9c1c9;;
padding-left: 3vh;
}
.reason{
padding-bottom:5vh;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0.3vh;
font-size: 2.5vh;
color:#E9E4F0;
}
.fourth{
padding-top:10vh;
background: #434343;
padding-bottom: 10vh;
}
.contact{
padding-top: 10vh;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0.3vh;
font-size: 2.8vh;
color: white;
}
.contact1{
font-size:2.5vh;
color:white;
}
.contact2{
font-size:1.8vh;
font-family: 'Dosis', sans-serif;
color:#d3cce3;
padding-top:1vh;
}
.contact3{
padding-top: 2vh;
font-size: 1.5vh;
color:#d3cce3;
}
.form{
margin: 0vh;
width:40vh;
background-color: white;
padding-bottom: 2vh;
border-radius: 0.5vh;
}
.input{
border:0px;
border-bottom: 1px solid #b9c1c9;
width: 35vh;
height: 4vh;
font-family: 'Dosis', sans-serif;
letter-spacing: 0.3vh;
}
.input1{
border:0px;
border-bottom: 1px solid #b9c1c9;
width: 35vh;
height: 10vh;
font-family: 'Dosis', sans-serif;
letter-spacing: 0.3vh;
padding-top: 0.7vh;
}
.foot{
background-color:#000000;
padding-top:15vh;
padding-bottom: 15vh;
}
.foot-text{
font-family: 'Quicksand', sans-serif;
letter-spacing:0.3vh;
border-right: 1px solid white;
border-left: 1px solid white;
font-size: 1.5vh;
color: white;
}
.foot-text1{
padding-top: 3vh;
color: white;
font-size: 2.3vh;
}
.foot-text2{
font-size:1.6vh;
padding-top: 1vh;
color:white;
padding-bottom: 5vh;
}
.pad{
padding-top:0vh;
}
.course{
font-family: 'Dosis', sans-serif;
letter-spacing:0.3vh;
font-size: 2.4vh;
}
.course-info{
font-family: 'Quicksand', sans-serif;
letter-spacing:0.3vh;
font-size: 1.5vh;
padding:2vh;
color:rgb(121, 133, 151);
}
/* CSS for mobile Devices */
@media only screen and (max-width: 600px) {
.first{
padding-top: 3vh;
}
} | 0.273089 | 0.053502 |
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?m042gr');
src: url('fonts/icomoon.eot?m042gr#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?m042gr') format('truetype'),
url('fonts/icomoon.woff?m042gr') format('woff'),
url('fonts/icomoon.svg?m042gr#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
.workbook-editor,
.workbook-view {
font-family: Arial, Helvetica, sans-serif;
}
.workbook-editor .editor-header {
background: linear-gradient(#fcfff9, #d9dcd6);
}
.workbook-editor .editor-header .toolbar {
padding: .25rem;
font-size: .9375rem;
}
.workbook-editor .editor-header .toolbar .tool-group > .button {
height: 2.5em;
box-shadow: 0 0 .25em rgba(0, 0, 0, .1);
}
.workbook-editor .editor-header .toolbar .tool-group > .button:active {
box-shadow: 0 0 .25em rgba(0, 0, 0, .1),
inset 0 0 1em rgba(0, 0, 0, .4);
}
.workbook-editor .editor-header .toolbar .button.primary {
color: #fff;
background: #399;
border-color: #388;
}
.workbook-editor .editor-header .toolbar .button.primary:hover {
background: #388;
}
/* toolbar button icons */
.workbook-editor .editor-header .toolbar button[name="save"]::before,
.workbook-editor .editor-header .toolbar button[name="copy"]::before,
.workbook-editor .editor-header .toolbar button[name="paste"]::before,
.workbook-editor .editor-header .toolbar button[name="remove"]::before,
.workbook-editor .editor-header .toolbar button[name^="add-"]::before,
.workbook-editor .editor-header .toolbar button[name^="toggle-"]::before,
.workbook-view .sheet-tabs .button[name="add-sheet"]::before {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: .25em;
}
.workbook-editor .toolbar button[name="save"]::before {
content: "\e9bf";
color: #dfe;
}
.workbook-editor .toolbar button[name="copy"]::before {
content: "\e944";
color: #456;
}
.workbook-editor .toolbar button[name="paste"]::before {
content: "\e944";
color: #456;
}
.workbook-editor .toolbar button[name="remove"]::before {
content: "\e952";
color: #c30;
}
.workbook-editor .toolbar button[name="add-table"]::before {
content: "\e973";
color: #c93;
}
.workbook-editor .toolbar button[name="add-query-table"]::before {
content: "\e951";
color: #675;
}
.workbook-editor .toolbar button[name="add-pivot-table"]::before {
content: "\e9ba";
color: #a9c;
}
.workbook-editor .toolbar button[name="add-line-chart"]::before {
content: "\e900";
color: #69e;
}
.workbook-editor .toolbar button[name="add-bar-chart"]::before {
content: "\e91a";
color: #3a6;
}
.workbook-editor .toolbar button[name="add-pie-chart"]::before {
content: "\e9ae";
color: #a63;
}
.workbook-editor .toolbar button[name="add-gauge-chart"]::before {
color: #85c;
}
.workbook-editor .toolbar button[name="add-text"]::before {
content: "\e964";
color: #888;
}
.workbook-editor .toolbar button[name="toggle-sidebar"]::before {
content: "\e9cc";
color: #999;
}
.workbook-view .sheet-tabs .button[name="add-sheet"]::before {
content: "\e9b1";
}
.workbook-view .sheet-tabs .button[name="add-sheet"] span {
display: none;
}
/* editor side bar */
.workbook-editor .editor-body > .sidebar {
font-size: .9375rem;
color: #333;
}
.workbook-editor .editor-body > .sidebar > .realtime-edit .group-view-title {
background: #e3e6e6;
}
/* workbook view */
.workbook-view .sheet-tabs {
background: #f6f9f6;
box-shadow: 0 0 .3125em rgba(0, 0, 0, .2);
z-index: 9;
}
.workbook-view.presentation .sheet-tabs {
font-size: 1rem;
}
.workbook-view .sheet-tabs li,
.sheet-tab-sort-helper.manipulable-item {
background: transparent;
}
.workbook-view .sheet-tabs li:hover,
.sheet-tab-sort-helper.manipulable-item:hover {
color: #000;
background: #dfecdf;
}
.workbook-view .sheet-tabs li.selected,
.sheet-tab-sort-helper.manipulable-item.selected {
color: #345;
background: #d6dfdc;
}
.workbook-view .sheet-view {
background: #d6dfd9;
}
.workbook-view .sheet-view .asset-container {
box-shadow: 0 0 .25rem rgba(0, 0, 0, .1);
}
.workbook-view .sheet-view .asset-container.selected {
box-shadow: 0 0 0.125rem 0.25rem rgba(51, 153, 255, .75);
}
.workbook-view .sheet-view .asset-view .title h3 {
margin: 0;
line-height: 3em;
font-size: 1.125rem;
font-weight: bold;
color: #666;
}
.workbook-view .sheet-view .table-view {
background: #f6f6f6;
}
.workbook-view .sheet-view .table-view .auto-form {
background: #fcfcfc;
}
.workbook-view .sheet-view .table-view .auto-form > .field {
padding: .25em .5em;
background: #e6ecec;
/* background: linear-gradient(#f8f9f9, #e0ece9); */
}
.workbook-view .sheet-view .table-view .auto-form > .field > .field-name {
color: #666;
}
.workbook-view .sheet-view .table-view .auto-form .button[name="query"] {
color: #fff;
border: 1px solid #688;
background: #699;
}
.workbook-view .sheet-view .table-view .auto-form .button[name="query"]::before {
margin-right: .25em;
content: "\e9c1";
font-family: "icomoon";
}
.workbook-loading {
fill: rgba(82, 133, 125, 0.75) !important;
} | ui/react/theme/default/theme.css | @font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?m042gr');
src: url('fonts/icomoon.eot?m042gr#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?m042gr') format('truetype'),
url('fonts/icomoon.woff?m042gr') format('woff'),
url('fonts/icomoon.svg?m042gr#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
.workbook-editor,
.workbook-view {
font-family: Arial, Helvetica, sans-serif;
}
.workbook-editor .editor-header {
background: linear-gradient(#fcfff9, #d9dcd6);
}
.workbook-editor .editor-header .toolbar {
padding: .25rem;
font-size: .9375rem;
}
.workbook-editor .editor-header .toolbar .tool-group > .button {
height: 2.5em;
box-shadow: 0 0 .25em rgba(0, 0, 0, .1);
}
.workbook-editor .editor-header .toolbar .tool-group > .button:active {
box-shadow: 0 0 .25em rgba(0, 0, 0, .1),
inset 0 0 1em rgba(0, 0, 0, .4);
}
.workbook-editor .editor-header .toolbar .button.primary {
color: #fff;
background: #399;
border-color: #388;
}
.workbook-editor .editor-header .toolbar .button.primary:hover {
background: #388;
}
/* toolbar button icons */
.workbook-editor .editor-header .toolbar button[name="save"]::before,
.workbook-editor .editor-header .toolbar button[name="copy"]::before,
.workbook-editor .editor-header .toolbar button[name="paste"]::before,
.workbook-editor .editor-header .toolbar button[name="remove"]::before,
.workbook-editor .editor-header .toolbar button[name^="add-"]::before,
.workbook-editor .editor-header .toolbar button[name^="toggle-"]::before,
.workbook-view .sheet-tabs .button[name="add-sheet"]::before {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: .25em;
}
.workbook-editor .toolbar button[name="save"]::before {
content: "\e9bf";
color: #dfe;
}
.workbook-editor .toolbar button[name="copy"]::before {
content: "\e944";
color: #456;
}
.workbook-editor .toolbar button[name="paste"]::before {
content: "\e944";
color: #456;
}
.workbook-editor .toolbar button[name="remove"]::before {
content: "\e952";
color: #c30;
}
.workbook-editor .toolbar button[name="add-table"]::before {
content: "\e973";
color: #c93;
}
.workbook-editor .toolbar button[name="add-query-table"]::before {
content: "\e951";
color: #675;
}
.workbook-editor .toolbar button[name="add-pivot-table"]::before {
content: "\e9ba";
color: #a9c;
}
.workbook-editor .toolbar button[name="add-line-chart"]::before {
content: "\e900";
color: #69e;
}
.workbook-editor .toolbar button[name="add-bar-chart"]::before {
content: "\e91a";
color: #3a6;
}
.workbook-editor .toolbar button[name="add-pie-chart"]::before {
content: "\e9ae";
color: #a63;
}
.workbook-editor .toolbar button[name="add-gauge-chart"]::before {
color: #85c;
}
.workbook-editor .toolbar button[name="add-text"]::before {
content: "\e964";
color: #888;
}
.workbook-editor .toolbar button[name="toggle-sidebar"]::before {
content: "\e9cc";
color: #999;
}
.workbook-view .sheet-tabs .button[name="add-sheet"]::before {
content: "\e9b1";
}
.workbook-view .sheet-tabs .button[name="add-sheet"] span {
display: none;
}
/* editor side bar */
.workbook-editor .editor-body > .sidebar {
font-size: .9375rem;
color: #333;
}
.workbook-editor .editor-body > .sidebar > .realtime-edit .group-view-title {
background: #e3e6e6;
}
/* workbook view */
.workbook-view .sheet-tabs {
background: #f6f9f6;
box-shadow: 0 0 .3125em rgba(0, 0, 0, .2);
z-index: 9;
}
.workbook-view.presentation .sheet-tabs {
font-size: 1rem;
}
.workbook-view .sheet-tabs li,
.sheet-tab-sort-helper.manipulable-item {
background: transparent;
}
.workbook-view .sheet-tabs li:hover,
.sheet-tab-sort-helper.manipulable-item:hover {
color: #000;
background: #dfecdf;
}
.workbook-view .sheet-tabs li.selected,
.sheet-tab-sort-helper.manipulable-item.selected {
color: #345;
background: #d6dfdc;
}
.workbook-view .sheet-view {
background: #d6dfd9;
}
.workbook-view .sheet-view .asset-container {
box-shadow: 0 0 .25rem rgba(0, 0, 0, .1);
}
.workbook-view .sheet-view .asset-container.selected {
box-shadow: 0 0 0.125rem 0.25rem rgba(51, 153, 255, .75);
}
.workbook-view .sheet-view .asset-view .title h3 {
margin: 0;
line-height: 3em;
font-size: 1.125rem;
font-weight: bold;
color: #666;
}
.workbook-view .sheet-view .table-view {
background: #f6f6f6;
}
.workbook-view .sheet-view .table-view .auto-form {
background: #fcfcfc;
}
.workbook-view .sheet-view .table-view .auto-form > .field {
padding: .25em .5em;
background: #e6ecec;
/* background: linear-gradient(#f8f9f9, #e0ece9); */
}
.workbook-view .sheet-view .table-view .auto-form > .field > .field-name {
color: #666;
}
.workbook-view .sheet-view .table-view .auto-form .button[name="query"] {
color: #fff;
border: 1px solid #688;
background: #699;
}
.workbook-view .sheet-view .table-view .auto-form .button[name="query"]::before {
margin-right: .25em;
content: "\e9c1";
font-family: "icomoon";
}
.workbook-loading {
fill: rgba(82, 133, 125, 0.75) !important;
} | 0.419529 | 0.075142 |
body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
}
header.masthead {
position: relative;
background-color: #343a40;
background: url("../img/bg-masthead.jpg") no-repeat center center;
background-size: cover;
padding-top: 8rem;
padding-bottom: 8rem;
}
header.masthead .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
.header-bg-dark{
background-color: #273E4A!important;
}
.showcase .container {
min-height: 350px;
background-color: #F9F9F9;
margin-top: 10px;
margin-bottom: 10px;
}
.call-to-action {
position: relative;
background-color: #343a40;
background: url("../img/bg-masthead.jpg") no-repeat center center;
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem;
}
.call-to-action .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
.padall {
padding: 3px;
}
footer.footer {
left: 0;
bottom: 0;
width: 100%;
color: white;
text-align: center;
padding-top: 1rem;
padding-bottom: 1rem;
}
.footer-bg-dark {
background-color: #263E4A!important;
}
.list-inline {
list-style-type: none;
}
.list-inline-item a {
color:#FFFFFF;
}
padding-bottom: 1rem;
}
#event-calendar table {
width: 100%;
}
#event-calendar table tr th {
border: 1px solid #ddd;
width: 80px;
height: 30px;
text-align: center;
color: gray;
font-size: 14px;
font-weight: 400;
}
#event-calendar table tr td {
border: 1px solid #ddd;
width: 80px;
text-align: center;
}
#event-calendar .calendar tr td:last-child>a {
color: #C4C4C4;
}
#event-calendar .calendar td>a {
position: relative;
z-index: 2;
font-size: 20px;
font-weight: 300;
}
#event-calendar .calendar td div.highlight {
background-color: #EEEEEE;
color: red;
width: 100%;
left: 0;
right: 1px;
position: absolute;
top: 0;
bottom: 1px;
z-index: 0;
}
#event-calendar .calendar td {
position: relative;
}
#event-calendar table tr td {
height: 90px;
} | assets/css/style.css | body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
}
header.masthead {
position: relative;
background-color: #343a40;
background: url("../img/bg-masthead.jpg") no-repeat center center;
background-size: cover;
padding-top: 8rem;
padding-bottom: 8rem;
}
header.masthead .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
.header-bg-dark{
background-color: #273E4A!important;
}
.showcase .container {
min-height: 350px;
background-color: #F9F9F9;
margin-top: 10px;
margin-bottom: 10px;
}
.call-to-action {
position: relative;
background-color: #343a40;
background: url("../img/bg-masthead.jpg") no-repeat center center;
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem;
}
.call-to-action .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
.padall {
padding: 3px;
}
footer.footer {
left: 0;
bottom: 0;
width: 100%;
color: white;
text-align: center;
padding-top: 1rem;
padding-bottom: 1rem;
}
.footer-bg-dark {
background-color: #263E4A!important;
}
.list-inline {
list-style-type: none;
}
.list-inline-item a {
color:#FFFFFF;
}
padding-bottom: 1rem;
}
#event-calendar table {
width: 100%;
}
#event-calendar table tr th {
border: 1px solid #ddd;
width: 80px;
height: 30px;
text-align: center;
color: gray;
font-size: 14px;
font-weight: 400;
}
#event-calendar table tr td {
border: 1px solid #ddd;
width: 80px;
text-align: center;
}
#event-calendar .calendar tr td:last-child>a {
color: #C4C4C4;
}
#event-calendar .calendar td>a {
position: relative;
z-index: 2;
font-size: 20px;
font-weight: 300;
}
#event-calendar .calendar td div.highlight {
background-color: #EEEEEE;
color: red;
width: 100%;
left: 0;
right: 1px;
position: absolute;
top: 0;
bottom: 1px;
z-index: 0;
}
#event-calendar .calendar td {
position: relative;
}
#event-calendar table tr td {
height: 90px;
} | 0.327991 | 0.066782 |
:root {
color-scheme: light dark;
}
input[type="text"] {
padding: 1px 1px;
margin-top: 2px;
margin-bottom: 1px;
border-style:none none solid none;
border-width:1px;
border-color:#aaa;
}
button,input[type="submit"]{
border-radius:5px;
background:#00adef;color:#fff;border:none;padding:0 10px 2px 10px;margin:10px 0;line-height:26px;
transition:all .3s;cursor:pointer;
}
button:hover,input["submit"]:hover{
background:#1196c9;
}
textarea{
border:none;box-shadow:0 0 3px 3px rgba(0,0,0,0.1);border-radius:5px;margin:10px 0;padding:8px;
}
#chart1 {
background-color: white;
}
body {
/* background-color: hsl(0, 0%, 90%) */
}
@media (prefers-color-scheme: dark) {
#chart1 {
background-color: hsl(33, 32%, 88%); /* still 'white'ish but not blindingly white */
}
body {
}
}
/*
from https://www.joshwcomeau.com/css/custom-css-reset/ + modifications
(no 0 margin for instance as that breaks the chart)
*/
*, *::before, *::after {
box-sizing: border-box;
}
body {
margin: 2.5%;
padding-bottom: 40px;
}
html, body {
height: 100%;
}
body {
line-height: 1.25;
-webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
}
input, button, textarea, select {
font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}
#root, #__next {
isolation: isolate;
}
input[type=radio] {
width: 20px;
height: 20px;
appearance: none;
position: relative;
outline: none;
transition:all .3s;cursor:pointer;
}
input[type=radio]:before {
content: "";
width: 15px;
height: 15px;
border: 1px solid #ddd;
display: inline-block;
border-radius: 50%;
vertical-align: middle;
transition:all .3s;cursor:pointer;
}
input[type=radio]:checked:before {
content: "";
width: 15px;
height: 15px;
border: 1px solid #00adef;
display: inline-block;
border-radius: 50%;
vertical-align: middle;
}
input[type=radio]:checked:after {
content: "";
width: 9px;
height: 9px;
text-align: center;
background: #00adef;
border-radius: 50%;
display: block;
position: absolute;
top: 7px;
left: 3px;
}
input[type=checkbox] {
width: 20px;
height: 20px;
appearance: none;
position: relative;
outline: none;
transition:all .3s;cursor:pointer;
}
input[type=checkbox]:before {
content: "";
width: 15px;
height: 15px;
border: 1px solid #ddd;
display: inline-block;
border-radius: 4px;
vertical-align: middle;
transition:all .3s;cursor:pointer;
}
input[type=checkbox]:checked:before {
content: "";
width: 15px;
height: 15px;
border: 1px solid #00adef;
display: inline-block;
background: #00adef;
border-radius: 4px;
vertical-align: middle;
}
input[type=checkbox]:checked:after {
content: "✓";
width: 9px;
height: 9px;
color:#fff;
text-align: center;
border-radius: 2px;
display: block;
position: absolute;
top: 1px;
left: 2px;
}
a{color:#00adef;text-decoration: none;} | ui/static/css/fortio.css | :root {
color-scheme: light dark;
}
input[type="text"] {
padding: 1px 1px;
margin-top: 2px;
margin-bottom: 1px;
border-style:none none solid none;
border-width:1px;
border-color:#aaa;
}
button,input[type="submit"]{
border-radius:5px;
background:#00adef;color:#fff;border:none;padding:0 10px 2px 10px;margin:10px 0;line-height:26px;
transition:all .3s;cursor:pointer;
}
button:hover,input["submit"]:hover{
background:#1196c9;
}
textarea{
border:none;box-shadow:0 0 3px 3px rgba(0,0,0,0.1);border-radius:5px;margin:10px 0;padding:8px;
}
#chart1 {
background-color: white;
}
body {
/* background-color: hsl(0, 0%, 90%) */
}
@media (prefers-color-scheme: dark) {
#chart1 {
background-color: hsl(33, 32%, 88%); /* still 'white'ish but not blindingly white */
}
body {
}
}
/*
from https://www.joshwcomeau.com/css/custom-css-reset/ + modifications
(no 0 margin for instance as that breaks the chart)
*/
*, *::before, *::after {
box-sizing: border-box;
}
body {
margin: 2.5%;
padding-bottom: 40px;
}
html, body {
height: 100%;
}
body {
line-height: 1.25;
-webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
}
input, button, textarea, select {
font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}
#root, #__next {
isolation: isolate;
}
input[type=radio] {
width: 20px;
height: 20px;
appearance: none;
position: relative;
outline: none;
transition:all .3s;cursor:pointer;
}
input[type=radio]:before {
content: "";
width: 15px;
height: 15px;
border: 1px solid #ddd;
display: inline-block;
border-radius: 50%;
vertical-align: middle;
transition:all .3s;cursor:pointer;
}
input[type=radio]:checked:before {
content: "";
width: 15px;
height: 15px;
border: 1px solid #00adef;
display: inline-block;
border-radius: 50%;
vertical-align: middle;
}
input[type=radio]:checked:after {
content: "";
width: 9px;
height: 9px;
text-align: center;
background: #00adef;
border-radius: 50%;
display: block;
position: absolute;
top: 7px;
left: 3px;
}
input[type=checkbox] {
width: 20px;
height: 20px;
appearance: none;
position: relative;
outline: none;
transition:all .3s;cursor:pointer;
}
input[type=checkbox]:before {
content: "";
width: 15px;
height: 15px;
border: 1px solid #ddd;
display: inline-block;
border-radius: 4px;
vertical-align: middle;
transition:all .3s;cursor:pointer;
}
input[type=checkbox]:checked:before {
content: "";
width: 15px;
height: 15px;
border: 1px solid #00adef;
display: inline-block;
background: #00adef;
border-radius: 4px;
vertical-align: middle;
}
input[type=checkbox]:checked:after {
content: "✓";
width: 9px;
height: 9px;
color:#fff;
text-align: center;
border-radius: 2px;
display: block;
position: absolute;
top: 1px;
left: 2px;
}
a{color:#00adef;text-decoration: none;} | 0.477554 | 0.143128 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
html, body, input, select, button, textarea, table {
font-size: 100%;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
body {
line-height: 1.5;
color: #333;
background-color: white;
}
#first-box{
margin-bottom: 60px;
}
h3 {
margin-top: 1.5em;
padding-top: .5em;
color: black;
font-weight: 500;
font-size: 1.4em;
}
h3 {
display: block;
font-size: 1.17em;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
h3.tagline {
font-weight: 300;
font-size: 1.5em;
margin-top: -.75em;
padding: 0;
color: #777;
text-align: center;
margin-bottom: 30px;
}
@media screen and (max-width: 56em) {
#container {
padding: 0 2em 1.5em;
}
}
#container {
max-width: 75em;
padding: 0 6em 1.5em;
margin: 0 auto;
}
#announcement {
background-color:#eeeeee;
padding: 5px 10px;
border-radius: 10px;
font-family: "Trebuchet MS", sans-serif;
/*font-family: "Comic Sans MS";*/
font-size: 17px;
}
#paragraph {
margin: 24px 0;
/*text-align: center;*/
font-size: 17px;
font-family: "Trebuchet MS", sans-serif;
/*font-family: "Comic Sans MS";*/
}
#second-box{
width:800px;
height: 300px;
margin:0 auto;
}
@media screen and (max-width:56em)
{
.ext-links {
position: static;
margin: 0 auto;
text-align: center;
/*clear: both;*/
}
}
.ext-links {
/*position: relative;*/
height: 40px;
width: 210px;
position: static;
margin: 20px auto;
text-align: center;
}
.ext-link {
width: 70px;
margin: 0 auto;
text-align: center;
float: left;
}
/*清除浮动*/
.clearfix{
*zoom: 1;
}
.clearfix:after{
content: ".";
display: block;
height: 0;
visibility: hidden;
clear: both;
}
.top, .top-left, .top-right, .bottom, .bottom-left, .bottom-right, .middle, #middle1, #middle2, #middle3, #middle4, #middle5, #middle6 {
margin: 0;
padding: 0;
}
.top{
margin-top: 50px;
padding-top: 30px;
min-width: 1400px;
height: 350px;
border-style: dashed;
border-color: gainsboro;
border-width: 3px;
border-radius: 40px;
box-shadow: 0px 0px 10px 0px darkgray;
}
a{
display: block;
height: 60px;
font-size: 20px;
font-family: serif;
text-decoration: none;
}
a:link{
color: gray;
}
a:hover{
color: royalblue;
}
.top-left{
float: left;
margin-left: 20px;
width: 50%;
height: 300px;
}
.top-right{
float: left;
width: 600px;
height: 234px;
margin-left: 40px;
}
.top-right a:nth-of-type(1){
float: left;
margin-left: 10px;
}
.top-right a:nth-of-type(2){
float: left;
margin-left: 10px;
margin-top: 40px;
font-size: 23px;
font-family: "microsoft yahei";
font-weight: bold;
font-style: italic;
}
.top-right p{
width: 300px;
margin-left: 280px;
font-size: 14px;
font-family: serif;
color: gray;
text-indent: 29px;
}
.bottom{
min-width: 1400px;
height: 350px;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 30px;
border-style: dashed;
border-color: gainsboro;
border-width: 3px;
border-radius: 40px;
box-shadow: 0px 0px 10px 0px darkgray;
}
.bottom-left{
float: left;
width: 660px;
height: 200px;
margin-left: 20px;
margin-top: 30px;
}
.bottom-left a:nth-of-type(1){
float: left;
}
.bottom-left a:nth-of-type(2){
float: left;
margin-left: 10px;
margin-top: 40px;
font-size: 23px;
font-family: "microsoft yahei";
font-weight: bold;
font-style: italic;
}
.bottom-left p{
width: 300px;
margin-left: 342px;
font-size: 14px;
font-family: serif;
color: gray;
text-indent: 29px;
}
.bottom-right{
float: left;
margin-left: 80px;
width: 46%;
height: 300px;
}
.footer{
min-width: 1460px;
height: 75px;
margin-top: 70px;
}
.footer a{
float: left;
width: 70px;
height: 50px;
margin-top: 10px;
}
.footer a:nth-of-type(1){
margin-left: 610px;
}
.footer a:nth-of-type(2){
margin-left: 32px;
}
.footer a:nth-of-type(3){
margin-left: 25px;
}
.middle{
min-width: 1460px;
height: 140px;
margin-top: 70px;
margin-bottom: 90px;
}
#middle1, #middle2, #middle3, #middle4, #middle5, #middle6 {
width: 170px;
height: 140px;
float: left;
margin-left: 49px;
}
#middle1{
margin-left: 25px;
}
#span-left, #span-right{
width: 50px;
height: 50px;
display: block;
margin-top: 40px;
}
#span-left{
float: left;
background-image: url(../../static/img/jiantouzuo.png);
}
#span-right{
margin-right: 40px;
float: right;
background-image: url(../../static/img/jiantouyou.png);
} | index.css | html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
html, body, input, select, button, textarea, table {
font-size: 100%;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
body {
line-height: 1.5;
color: #333;
background-color: white;
}
#first-box{
margin-bottom: 60px;
}
h3 {
margin-top: 1.5em;
padding-top: .5em;
color: black;
font-weight: 500;
font-size: 1.4em;
}
h3 {
display: block;
font-size: 1.17em;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
h3.tagline {
font-weight: 300;
font-size: 1.5em;
margin-top: -.75em;
padding: 0;
color: #777;
text-align: center;
margin-bottom: 30px;
}
@media screen and (max-width: 56em) {
#container {
padding: 0 2em 1.5em;
}
}
#container {
max-width: 75em;
padding: 0 6em 1.5em;
margin: 0 auto;
}
#announcement {
background-color:#eeeeee;
padding: 5px 10px;
border-radius: 10px;
font-family: "Trebuchet MS", sans-serif;
/*font-family: "Comic Sans MS";*/
font-size: 17px;
}
#paragraph {
margin: 24px 0;
/*text-align: center;*/
font-size: 17px;
font-family: "Trebuchet MS", sans-serif;
/*font-family: "Comic Sans MS";*/
}
#second-box{
width:800px;
height: 300px;
margin:0 auto;
}
@media screen and (max-width:56em)
{
.ext-links {
position: static;
margin: 0 auto;
text-align: center;
/*clear: both;*/
}
}
.ext-links {
/*position: relative;*/
height: 40px;
width: 210px;
position: static;
margin: 20px auto;
text-align: center;
}
.ext-link {
width: 70px;
margin: 0 auto;
text-align: center;
float: left;
}
/*清除浮动*/
.clearfix{
*zoom: 1;
}
.clearfix:after{
content: ".";
display: block;
height: 0;
visibility: hidden;
clear: both;
}
.top, .top-left, .top-right, .bottom, .bottom-left, .bottom-right, .middle, #middle1, #middle2, #middle3, #middle4, #middle5, #middle6 {
margin: 0;
padding: 0;
}
.top{
margin-top: 50px;
padding-top: 30px;
min-width: 1400px;
height: 350px;
border-style: dashed;
border-color: gainsboro;
border-width: 3px;
border-radius: 40px;
box-shadow: 0px 0px 10px 0px darkgray;
}
a{
display: block;
height: 60px;
font-size: 20px;
font-family: serif;
text-decoration: none;
}
a:link{
color: gray;
}
a:hover{
color: royalblue;
}
.top-left{
float: left;
margin-left: 20px;
width: 50%;
height: 300px;
}
.top-right{
float: left;
width: 600px;
height: 234px;
margin-left: 40px;
}
.top-right a:nth-of-type(1){
float: left;
margin-left: 10px;
}
.top-right a:nth-of-type(2){
float: left;
margin-left: 10px;
margin-top: 40px;
font-size: 23px;
font-family: "microsoft yahei";
font-weight: bold;
font-style: italic;
}
.top-right p{
width: 300px;
margin-left: 280px;
font-size: 14px;
font-family: serif;
color: gray;
text-indent: 29px;
}
.bottom{
min-width: 1400px;
height: 350px;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 30px;
border-style: dashed;
border-color: gainsboro;
border-width: 3px;
border-radius: 40px;
box-shadow: 0px 0px 10px 0px darkgray;
}
.bottom-left{
float: left;
width: 660px;
height: 200px;
margin-left: 20px;
margin-top: 30px;
}
.bottom-left a:nth-of-type(1){
float: left;
}
.bottom-left a:nth-of-type(2){
float: left;
margin-left: 10px;
margin-top: 40px;
font-size: 23px;
font-family: "microsoft yahei";
font-weight: bold;
font-style: italic;
}
.bottom-left p{
width: 300px;
margin-left: 342px;
font-size: 14px;
font-family: serif;
color: gray;
text-indent: 29px;
}
.bottom-right{
float: left;
margin-left: 80px;
width: 46%;
height: 300px;
}
.footer{
min-width: 1460px;
height: 75px;
margin-top: 70px;
}
.footer a{
float: left;
width: 70px;
height: 50px;
margin-top: 10px;
}
.footer a:nth-of-type(1){
margin-left: 610px;
}
.footer a:nth-of-type(2){
margin-left: 32px;
}
.footer a:nth-of-type(3){
margin-left: 25px;
}
.middle{
min-width: 1460px;
height: 140px;
margin-top: 70px;
margin-bottom: 90px;
}
#middle1, #middle2, #middle3, #middle4, #middle5, #middle6 {
width: 170px;
height: 140px;
float: left;
margin-left: 49px;
}
#middle1{
margin-left: 25px;
}
#span-left, #span-right{
width: 50px;
height: 50px;
display: block;
margin-top: 40px;
}
#span-left{
float: left;
background-image: url(../../static/img/jiantouzuo.png);
}
#span-right{
margin-right: 40px;
float: right;
background-image: url(../../static/img/jiantouyou.png);
} | 0.309754 | 0.052279 |
.search-result {
position: absolute;
top: 25%;
justify-content: center;
display: -ms-inline-grid;
display: inline-grid;
align-items: center;
width: 100%;
height: 70%;
}
.aaa {
width: 100%;
height: inherit;
}
.navbar-nav {
float: right;
/* position: fixed; */
padding-right: 10px;
/* 右边的整个link条距离右边的距离 */
/* display: inline-block; */
/* width: 35%; */
}
.navbar-brand {
left: 50px;
/* 大连美食查询系统距离左边框的距离 */
position: absolute;
}
.madeitcenter {
position: fixed;
bottom: 0;
width: 100%;
}
.aboutp {
display: flex;
align-items: center;
justify-content: center;
}
.formleft {
display: flex;
align-items: center;
justify-content: center;
/* top: 400px; */
height: -webkit-fill-available;
}
.ng-valid {
width: 50%;
}
.buttoncenter {
display: flex;
justify-content: center;
}
.label {
display: flex;
margin-bottom: .5rem;
justify-content: center;
font-size: -webkit-xxx-large;
font-family: cursive;
}
.form-control {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
}
.btn-lg {
position: absolute;
top: 70%;
}
.text-muted {
position: absolute;
top: 60%;
}
/* .ng2-pagination{
margin-left: 0;
margin-bottom: 1rem;
display: flex;
justify-content: center;
} */
.page {
margin-left: 0;
margin-bottom: 1rem;
display: flex;
justify-content: center;
padding-left: 0px;
}
.FindResult {
position: absolute;
top: 15%;
display: flex;
justify-content: center;
width: 100%;
font-family: cursive;
font-size: -webkit-xxx-large;
font-weight: bolder;
}
.p {
top: 80%;
position: absolute;
display: flex;
width: 100%;
justify-content: center;
}
.firstresult {
top: 35%;
position: absolute;
width: 100%;
justify-content: center;
display: grid;
}
.search-resultul {
width: 800px;
padding-left: 0;
}
.box {
display: flex;
justify-content: center;
} | src/app/searchlist/searchlist.component.css | .search-result {
position: absolute;
top: 25%;
justify-content: center;
display: -ms-inline-grid;
display: inline-grid;
align-items: center;
width: 100%;
height: 70%;
}
.aaa {
width: 100%;
height: inherit;
}
.navbar-nav {
float: right;
/* position: fixed; */
padding-right: 10px;
/* 右边的整个link条距离右边的距离 */
/* display: inline-block; */
/* width: 35%; */
}
.navbar-brand {
left: 50px;
/* 大连美食查询系统距离左边框的距离 */
position: absolute;
}
.madeitcenter {
position: fixed;
bottom: 0;
width: 100%;
}
.aboutp {
display: flex;
align-items: center;
justify-content: center;
}
.formleft {
display: flex;
align-items: center;
justify-content: center;
/* top: 400px; */
height: -webkit-fill-available;
}
.ng-valid {
width: 50%;
}
.buttoncenter {
display: flex;
justify-content: center;
}
.label {
display: flex;
margin-bottom: .5rem;
justify-content: center;
font-size: -webkit-xxx-large;
font-family: cursive;
}
.form-control {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
}
.btn-lg {
position: absolute;
top: 70%;
}
.text-muted {
position: absolute;
top: 60%;
}
/* .ng2-pagination{
margin-left: 0;
margin-bottom: 1rem;
display: flex;
justify-content: center;
} */
.page {
margin-left: 0;
margin-bottom: 1rem;
display: flex;
justify-content: center;
padding-left: 0px;
}
.FindResult {
position: absolute;
top: 15%;
display: flex;
justify-content: center;
width: 100%;
font-family: cursive;
font-size: -webkit-xxx-large;
font-weight: bolder;
}
.p {
top: 80%;
position: absolute;
display: flex;
width: 100%;
justify-content: center;
}
.firstresult {
top: 35%;
position: absolute;
width: 100%;
justify-content: center;
display: grid;
}
.search-resultul {
width: 800px;
padding-left: 0;
}
.box {
display: flex;
justify-content: center;
} | 0.456652 | 0.069101 |
@media only screen and (min-width:768px) and (max-width:1024px){
.pc-status .unavailableBox {
width: 70%;
}
/*.pc-status .availableBox {
width: 70%;
}*/
.error-box{
width: 45%;
left: 28%;
}
.alert-wrapper{
width: 30%;
}
.pc-status .availableBox i { padding-left: 2px; }
.select-wrapper {
top: 0px;
right: 40%;
}
section.pharmacy .select-wrapper {
top: 10px;
right: 17%;
}
.dmp-container .tab-content .container {
width: 100%;
}
#map-userLatLong {
width: 96%;
margin: auto;
}
.container.pharmacy_finance .dmp-container ul li a { font-size: 11px; }
}
@media(max-width:768px){
.pc-status .unavailableBox {
width: 14%;
margin-left: 36%;
}
.pc-status .availableBox {
width: 100%;
text-align: center;
}
.pc-status p {
line-height: 9px;
}
.pc-image {
margin-top: 4%;
}
.pc-image img {
width: 50%;
margin-left: 26%;
}
.error-box{
width: 45%;
left: 28%;
}
.alert-wrapper{
width: 30%;
}
.leftChat {
margin-right: 0;
}
h2.pharmacy-setting-title:after{
width: 100%;
}
}
@media(max-width:669px){
.mbl input{
width: 100% !important;
margin-top: 10px;
margin-bottom: 10px;
}
.error-box{
width: 75%;
left: 13%;
}
.alert-wrapper{
width: 30%;
}
.select-wrapper {
top: 0px;
right: 38%;
}
section.pharmacy .select-wrapper {
top: 10px;
}
.dmp-container .tab-content select {
width: 100% !important;
}
/*.dmp-container .tab-content input { width: 100%; }*/
#profile-submit-btn{
margin-bottom: 20px;
}
.container.pharmacy_finance .dmp-container ul li { width: 47%; margin-bottom: 5px;}
.dmp-container.head_office .nav-tabs li {
width: 47%;
margin-bottom: 10px;
border-bottom: solid 2px #0e91cf;
}
}
@media(max-width:480px){
.pc-status .unavailableBox {
width: 20%;
}
/*.pc-status .availableBox {
width: 20%;
}*/
.dsh-jobs-btns-container .badge {
width: 100%;
}
.dsh-jobs-btns-container2 .badge {
width: 100%;
}
.mbl input{
width: 100% !important;
margin-top: 10px;
margin-bottom: 10px;
}
.error-box{
width: 75%;
left: 13%;
}
.alert-wrapper{
width: 100%;
}
.select-wrapper {
top: 0px;
right: 31%;
}
section.pharmacy .select-wrapper {
top: 10px;
}
.du-doc-upload div.form-group label {
color: #666;
font-size: 12px;
}
.dmp-container .nav-tabs li a {
font-size: 11px;
}
.dmp-container.finance ul li a {
font-size: 8px;
}
}
@media(max-width:320px){
.pc-status .unavailableBox {
width: 30%;
}
/*.pc-status .availableBox {
width: 30%;
}*/
.mbl input{
width: 100% !important;
margin-top: 10px;
margin-bottom: 10px;
}
.error-box{
width: 75%;
left: 13%;
}
.alert-wrapper{
width: 100%;
}
.select-wrapper {
top: 0px;
right: 25%;
}
section.pharmacy .select-wrapper {
top: 10px;
}
.dmp-container .nav-tabs li a{font-size:10px;}
.dmp-container.finance ul li a { font-size: 7px; }
}
@media only screen and (min-width:1024px){
.alert-wrapper {
width: 30%;
}
} | css/reset.css | @media only screen and (min-width:768px) and (max-width:1024px){
.pc-status .unavailableBox {
width: 70%;
}
/*.pc-status .availableBox {
width: 70%;
}*/
.error-box{
width: 45%;
left: 28%;
}
.alert-wrapper{
width: 30%;
}
.pc-status .availableBox i { padding-left: 2px; }
.select-wrapper {
top: 0px;
right: 40%;
}
section.pharmacy .select-wrapper {
top: 10px;
right: 17%;
}
.dmp-container .tab-content .container {
width: 100%;
}
#map-userLatLong {
width: 96%;
margin: auto;
}
.container.pharmacy_finance .dmp-container ul li a { font-size: 11px; }
}
@media(max-width:768px){
.pc-status .unavailableBox {
width: 14%;
margin-left: 36%;
}
.pc-status .availableBox {
width: 100%;
text-align: center;
}
.pc-status p {
line-height: 9px;
}
.pc-image {
margin-top: 4%;
}
.pc-image img {
width: 50%;
margin-left: 26%;
}
.error-box{
width: 45%;
left: 28%;
}
.alert-wrapper{
width: 30%;
}
.leftChat {
margin-right: 0;
}
h2.pharmacy-setting-title:after{
width: 100%;
}
}
@media(max-width:669px){
.mbl input{
width: 100% !important;
margin-top: 10px;
margin-bottom: 10px;
}
.error-box{
width: 75%;
left: 13%;
}
.alert-wrapper{
width: 30%;
}
.select-wrapper {
top: 0px;
right: 38%;
}
section.pharmacy .select-wrapper {
top: 10px;
}
.dmp-container .tab-content select {
width: 100% !important;
}
/*.dmp-container .tab-content input { width: 100%; }*/
#profile-submit-btn{
margin-bottom: 20px;
}
.container.pharmacy_finance .dmp-container ul li { width: 47%; margin-bottom: 5px;}
.dmp-container.head_office .nav-tabs li {
width: 47%;
margin-bottom: 10px;
border-bottom: solid 2px #0e91cf;
}
}
@media(max-width:480px){
.pc-status .unavailableBox {
width: 20%;
}
/*.pc-status .availableBox {
width: 20%;
}*/
.dsh-jobs-btns-container .badge {
width: 100%;
}
.dsh-jobs-btns-container2 .badge {
width: 100%;
}
.mbl input{
width: 100% !important;
margin-top: 10px;
margin-bottom: 10px;
}
.error-box{
width: 75%;
left: 13%;
}
.alert-wrapper{
width: 100%;
}
.select-wrapper {
top: 0px;
right: 31%;
}
section.pharmacy .select-wrapper {
top: 10px;
}
.du-doc-upload div.form-group label {
color: #666;
font-size: 12px;
}
.dmp-container .nav-tabs li a {
font-size: 11px;
}
.dmp-container.finance ul li a {
font-size: 8px;
}
}
@media(max-width:320px){
.pc-status .unavailableBox {
width: 30%;
}
/*.pc-status .availableBox {
width: 30%;
}*/
.mbl input{
width: 100% !important;
margin-top: 10px;
margin-bottom: 10px;
}
.error-box{
width: 75%;
left: 13%;
}
.alert-wrapper{
width: 100%;
}
.select-wrapper {
top: 0px;
right: 25%;
}
section.pharmacy .select-wrapper {
top: 10px;
}
.dmp-container .nav-tabs li a{font-size:10px;}
.dmp-container.finance ul li a { font-size: 7px; }
}
@media only screen and (min-width:1024px){
.alert-wrapper {
width: 30%;
}
} | 0.093099 | 0.090053 |